body {
    margin: 0px;
    background-color: black;
    color: white;
    overflow-x: hidden;
}

/* ***********************************************   Nav  ************************************************** */
span.material-symbols-outlined {
    color: #ff5950;
    width: 24px;
    height: 24px;
}

.dropdown {
    position: relative;
    display: flex;
    transition: 2s ease-in-out;
}

.dropdown:hover {
    cursor: default;
    transition: 0.2s ease-in-out;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    z-index: 1;
    transition: 2s ease-in-out;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: 2s ease-in-out;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    text-align: center;
    transition: 0.2s ease-in-out;
}

.dropdown-content a:hover {
    color: #ff5950;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

a.btn.btn-light {
    background-color: #ff595056;
    border: none;
    width: 210px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 0px;
    padding-left: 0px;
    transition: 0.2s ease-in-out;
    font-family: "source-sans-pro", sans-serif;
}

a.btn.btn-light:hover {
    background-color: #ff59507a;
    color: white;
}

.liens-nav {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

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


.liens-nav a {
    color: rgb(255, 255, 255);
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0px 40px 1px 3px;
}

p.programmation {
    color: rgb(255, 255, 255);
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    display: inline;
    padding: 0px 40px 0px 3px;
    transition: 0.2s ease-in-out;
}

p.programmation:hover {
    color: #ff5950;
}

.dropdown-content a {
    padding: none;
}

.span-home {
    position: relative;
}

span.home {
    position: absolute;
    bottom: 5px;
    right: -3px;
}

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

a.lien {
    transition: 0.2s ease-in-out;
}

a.lien:hover {
    color: #ff5950;
}

/* ***********************************************   video header ************************************************** */
.hero {
    width: 100vw;
    height: 100vh;
    position: relative;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.appel-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15%;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.horraire {
    background-color: #8041ff60;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}

.horraire:hover {
    background-color: #8041ff;
}

.calendrier {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendrier p {
    margin: 0px;
    margin-left: 10px;
}

a.horraire {
    text-decoration: none;
    color: white;
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
}

span.white {
    color: white;
}

.bas-page {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 28px;
}

/* zombie */
.bas-page img {
    margin-bottom: 23px;
    width: 400px;
    height: auto;
}

a.fleche {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ff5950;
    top: 90%;
    border-radius: 50%;
    z-index: 20;
    transition: 0.2s ease-in-out;
}

a.fleche img {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 25px;
    transition: 0.2s ease-in-out;
}

a.fleche:hover img {
    background-color: #ff5950;
}

.lieux-date {
    background-color: #8041ffb2;
    display: flex;
    justify-content: space-evenly;
    height: 87px;
    width: 529px;
    border-radius: 10px;
    margin-right: 34px;
    margin-top: 203px;
}

.lieux-date p {
    margin: 0;
    text-align: center;
    color: white;
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-left: 5px;
}

.lieux {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.date {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bordure {
    border-right: 2px solid white;
    height: 72px;
    margin-top: 8px;
}

span.date {
    color: white;
}

span.lieux {
    color: white;
}



/* *********************************************** MAIN    ************************************************** */
main {
    position: relative;
}

div.background {
    background-image: url(../img/pexels-michael-brennan-14591832.jpg);
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.53);
    z-index: 1;
}

.h1 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
}

.h1 img {
    transform: rotate(-25deg);
    animation: shake 2s infinite alternate;
}


.h1 img:last-child {
    transform: rotate(25deg);
    animation: shake 2s infinite alternate;
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-2px, );
    }

    20% {
        transform: translate(2px, );
    }

    30% {
        transform: translate(-2px, );
    }

    40% {
        transform: translate(2px, );
    }

    50% {
        transform: translate(-2px, );
    }

    60% {
        transform: translate(2px, );
    }

    70% {
        transform: translate(-2px, );
    }

    80% {
        transform: translate(2px, );
    }

    90% {
        transform: translate(-2px, );
    }

    100% {
        transform: translate(0, );
    }

}

h1 {
    color: #8041ff;
    font-family: "devils-haircut", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 99px;
}

.conteneur-groupe {
    display: grid;
    grid-auto-rows: 350px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 4%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
}

.groupe {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    max-height: 90%;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.763);
    border-radius: 40px;
    margin-bottom: 20px;
    z-index: 10;
    background-color: rgb(0, 0, 0);
}

.groupe img {
    position: relative;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out;
}

p.nom {
    font-family: "source-sans-pro", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 10px;
}

p.ville {
    font-family: "source-sans-pro", sans-serif;
    font-size: 20px;
    color: #8041ff;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 22px;
}

a.lien-groupe {
    position: relative;
    display: block;
    text-decoration: none;
    margin-left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 7;
    font-family: "source-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    background-color: #8041ff;
    width: max-content;
    padding: 10px 200px;
    border-radius: 10px 10px 0px 0px;
    transition: 0.2s ease-in-out;
}

a.lien-groupe:hover {
    background-color: #ff5950;
}

.conteneur-laisser-passer {
    display: flex;
    justify-content: space-between;
    height: 380px;
}


.conteneur-quote {
    position: relative;
    width: 50%;
}

.video-quote {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

#quote {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 20px solid black;
}

.overlay-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.image-quote {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

#quote {
    height: fit-content;
}

div.acheter {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: start;
    padding-right: 20px;
    padding-left: 20px;
}

div.acheter p {
    text-align: center;
}

.acheter p {
    font-family: "source-sans-pro", sans-serif;
    font-size: 20px;
}

h4.laisser-passer {
    font-family: "source-sans-pro", sans-serif;
    font-size: 45px;
    font-weight: bold;
}

a.achat {
    text-decoration: none;
    font-family: "source-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 40px;
    background-color: #8041ff;
    color: white;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}

a.achat:hover {
    background-color: #ff5950;
}

/* *********************************************** Footer    ************************************************** */

.img-footer {
    position: relative;
    background-image: url(../img/footer-picture2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.184);
    z-index: 1;
}

.logo-footer {
    position: relative;
    z-index: 2;
    width: 30%;
    margin-top: 9%;
    margin-left: 3%;
}

.info-footer {
    background-color: #111111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 329px;
}

.info-footer .info {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin-left: 89px;
}

h4 {
    font-family: "source-sans-pro", sans-serif;
}

.a-propos p {
    color: #888888;
    font-family: "source-sans-pro", sans-serif;
}

.nav-footer a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    transition: 0.2s ease-in-out;
    font-family: "source-sans-pro", sans-serif;
}

.nav-footer a:hover {
    color: #888888;
}

.billets-achat {
    margin-right: 89px;
    margin-left: 25px;
}

.billets-achat p {
    text-align: center;
    line-height: 35px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: white;
}

.billets-achat a.boutton {
    margin-left: 50%;
    transform: translateX(-50%);
    font-family: "source-sans-pro", sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.copyright-reseau-sociaux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 103px;
    background-color: black;
}

.copyright {
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.copyright p {
    color: #888888;
}

.copyright2023 {
    display: flex;
    margin-left: 50%;
    transform: translateX(-50%);
}

.copyright2023 p {
    color: #888888;
    margin-left: 5px;
}

.reseau-sociaux img {
    width: 25px;
    height: 25px;
    margin-right: 40px;
}

h4 {
    color: white;
}



span.arrow {
    color: #ffffff;

}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 136px;
    right: 12px;
    background-color: #ff595081;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    z-index: 50;
    transition: 0.2s ease-in-out;
}

#back-to-top:hover {
    background-color: #ff5950;
}


#back-to-top.show {
    display: block;
}

@media screen and (max-width: 1200px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }

    .lieux-date {
        width: 400px;
    }

    a.btn.btn-light {
        width: 132px;
    }

    .conteneur-groupe {
        grid-template-columns: repeat(2, 1fr);
    }

    .billets-achat p {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .billets-achat a.boutton {
        margin-top: 10px;
    }


    .copyright-reseau-sociaux {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        height: 178px;
        background-color: #111111;
    }

    .reseau-sociaux a img {
        margin-right: 30px;
    }

    .reseau-sociaux a img:last-child {
        margin-right: 0px;
    }

    .reseau-sociaux {

        width: 25%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .copyright {
        margin-left: 0%;
        transform: translateX(0%);
        text-align: center;
        width: 100%;
    }

    .copyright p {
        margin-bottom: 10px;
    }

    .copyright2023 {
        display: flex;
        justify-content: center;
        margin-left: 0%;
        transform: translateX(0%);
        width: 100%;
        margin-top: 10px;
    }

    .conteneur-laisser-passer {
        height: 308px;
    }

    .conteneur-laisser-passer p {
        font-size: 18px;
    }

    h4.laisser-passer {
        font-size: 35px;
    }

}

.menu-burger {
    flex-direction: column;
    cursor: pointer;
    display: none;
    transition: 0.2s ease-in-out;
}

.bar {
    width: 45px;
    height: 3px;
    background: white;
    border-radius: 3px;
    /* box-shadow: 0 2px 5px rgba(225, 101, 47, .2); */
    transition: all .4s ease-in-out;
}

.bar::before,
.bar::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: white;
    border-radius: 3px;
    /* box-shadow: 0 2px 5px rgba(225, 101, 47, .2); */
    transition: all .4s ease-in-out;
}

.bar::before {
    transform: translateY(-16px);
}

.bar::after {
    transform: translateY(16px);
}

.menu-croix.open .bar {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
    animation: fadeOut 50ms ease-in;
}


@keyframes fadeOut {
    from {
        background: white;
    }

    to {
        background: transparent;
    }
}




.menu-croix.open .bar::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-croix.open .bar::after {
    transform: rotate(-45deg) translate(35px, 35px);
}


@media screen and (max-width: 959px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }

    .menu-burger {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: all .5s ease-in-out;
    }

    .appel-action {
        top: 31%;
    }

    .liens-nav {
        display: none;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column;
        background-color: #00000000;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 30;
    }

    span.home {
        bottom: 15px
    }

    .dropdown-content {
        position: relative;
    }

    a.btn.btn-light {
        margin-right: 38px;
        order: 3;
        margin-top: 27px;
        width: 165px;
    }

    .contact,
    .btn {
        margin-top: 10px;
    }

    .liens-nav {
        margin-top: 30px;
    }

    .liens-nav a {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
    }

    .dropdown {
        order: 2;
        margin-top: 10px;
    }

    .contact {
        order: 1;
    }

    .menu-burger.open+.liens-nav {
        display: flex;
    }

    .menu-burger.open .dropdown:hover .contact,
    .menu-burger.open .dropdown:hover .btn {
        margin-top: 120px;
    }


    .nav {
        margin-right: 17px;
    }

    .bas-page img {
        display: none;
    }

    .bas-page {
        width: 100%;
        justify-content: center;
    }

    .lieux-date {
        display: none;
    }

    .bordure {
        display: none;
    }

    .lieux span {
        display: none;
    }

    .date span {
        display: none;
    }

    .conteneur-laisser-passer {
        height: 353px;
    }

    .info-footer {
        flex-direction: column;
        height: 650px;
        justify-content: space-evenly;
    }

    .info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info-footer .info {
        margin-left: 0px;
    }

    .a-propos p {
        text-align: center;
    }

    h4 {
        text-align: center;
    }

    .nav-footer a {
        display: block;
        text-align: center;
    }

    .billets-achat {
        margin: 0px;
    }

    a.lien-groupe {
        padding: 10px 96px;
    }

    .background {
        background-image: none;
    }

    .background .overlay {
        background-color: white;
    }

    p.nom {
        color: rgb(255, 255, 255);
    }

}



@media screen and (min-width:480px) and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }

    .conteneur-quote {
        display: none;
    }

    .conteneur-laisser-passer {
        width: 100%;
        justify-content: center;
    }

    .conteneur-laisser-passer .acheter {
        width: 100%;
        margin-right: 50px;
        margin-left: 50px;
    }

    .h1 h1 {
        font-size: 61px;
    }

    .h1 img {
        width: 100px;
        height: 100px;
    }

    div.appel-action {
        margin-top: 52%;
    }

    a.lien-groupe {
        padding: 10px 60px;
    }

    .a-propos p:last-child {
        margin-bottom: 30px;
    }

    .nav {
        margin-right: 17px;
        margin-left: 17px;
        padding-right: 23px;
        padding-left: 23px;
    }

    .liens-nav {
        margin-top: 0px;
        padding-right: 10px;
    }

    .liens-nav a.lien {
        padding-right: 10px;
        margin-bottom: 0px;
    }

    p.programmation {
        padding-right: 10px;
    }

    .liens-nav a.btn.btn-light {
        margin-right: 9px;
        margin-top: 7px;
    }

    span.home {
        bottom: 6px;
    }

    .lieux-date p {
        display: none;
    }

    div.appel-action {
        margin-top: 21%;
    }

    .conteneur-groupe {
        grid-template-columns: repeat(1, 1fr);
    }

    p.nom {
        color: rgb(255, 255, 255);
    }
}


@media screen and (min-width: 360px)and (max-width: 479px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }


    .bar::before {
        transform: translateY(-12px);

    }

    .bar::after {
        transform: translateY(12px);

    }

    .nav {
        margin-right: 0px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 8px;
    }

    .appel-action img {
        width: 123px;
    }

    div.appel-action {
        margin-top: 42%;
    }

    .horraire {
        width: 253px;

    }

    a.horraire {
        margin-top: 10px;
    }

    div.lieux-date {
        display: none;
    }

    .liens-nav {
        margin-top: 0px;
        padding-right: 10px;
    }

    .liens-nav a.lien {
        padding-right: 10px;
        margin-bottom: 0px;
    }

    p.programmation {
        padding-right: 10px;
    }

    .liens-nav a.btn.btn-light {
        margin-right: 9px;
        margin-top: 7px;
    }

    span.home {
        bottom: 6px;
    }

    a.fleche {
        top: 85%;
    }

    .h1 h1 {
        font-size: 45px;
    }

    .h1 img {
        width: 50px;
        height: 50px;
    }

    .conteneur-groupe {
        grid-template-columns: repeat(1, 1fr);
    }

    div.background {
        background-image: none;
        background-color: white;
    }

    .overlay {
        display: none;
    }

    p.nom {
        color: rgb(255, 255, 255);
    }

    a.lien-groupe {
        padding: 10px 30px;
        font-size: 16px;
    }

    .acheter p {
        font-size: 16px;
    }

    .conteneur-laisser-passer .acheter {
        margin-right: 30px;
        margin-left: 30px;
    }

    .conteneur-laisser-passer .acheter h4 {
        font-size: 21px;
    }

    .conteneur-laisser-passer .acheter a.achat {
        font-size: 16px;
        padding: 10px 34px;
    }

    .conteneur-quote {
        display: none;
    }

    .conteneur-laisser-passer {
        width: 100%;
        justify-content: center;
    }

    .conteneur-laisser-passer .acheter {
        width: 100%;
        margin-right: 15px;
        margin-left: 15px;
    }

    .conteneur-laisser-passer p {
        font-size: 16px;
    }

    .billets-achat p {
        font-size: 20px;
    }

    .copyright p {
        font-size: 13px;
    }

    .reseau-sociaux a {
        margin-right: 10px;
    }

    .reseau-sociaux a:last-child {
        margin-right: 0px;
    }

    p.nom {
        color: rgb(255, 255, 255);
    }

    .logo img {
        width: 113px;
    }

    #back-to-top {
        bottom: 14px;
        padding: 5px 7px;
    }

}




@media screen and (min-width: 320px)and (max-width: 359px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }

    .bar::before {
        transform: translateY(-12px);
    }

    .bar::after {
        transform: translateY(12px);
    }

    .nav {
        margin-right: 0px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 8px;
    }

    .appel-action img {
        display: none;
    }

    div.appel-action {
        margin-top: 57%;
    }

    .horraire {
        width: 253px;

    }

    a.horraire {
        margin-top: 10px;
    }

    div.lieux-date {
        display: none;
    }

    .liens-nav {
        margin-top: 0px;
        padding-right: 10px;
    }

    .liens-nav a.lien {
        padding-right: 10px;
        margin-bottom: 0px;
    }

    p.programmation {
        padding-right: 10px;
    }

    .liens-nav a.btn.btn-light {
        margin-right: 9px;
        margin-top: 7px;
    }

    span.home {
        bottom: 6px;
    }

    a.fleche {
        top: 84%;
    }

    .h1 h1 {
        font-size: 45px;
    }

    .h1 img {
        width: 50px;
        height: 50px;
    }

    .conteneur-groupe {
        grid-template-columns: repeat(1, 1fr);
    }

    div.background {
        background-image: none;
        background-color: white;
    }

    .overlay {
        display: none;
    }

    p.nom {
        color: rgb(255, 255, 255);
    }

    a.lien-groupe {
        padding: 10px 30px;
        font-size: 16px;
    }

    .acheter p {
        font-size: 16px;
    }

    .conteneur-laisser-passer .acheter {
        margin-right: 30px;
        margin-left: 30px;
    }

    .conteneur-laisser-passer .acheter h4 {
        font-size: 21px;
    }

    .conteneur-laisser-passer .acheter a.achat {
        font-size: 16px;
        padding: 10px 34px;
    }

    .conteneur-quote {
        display: none;
    }

    .conteneur-laisser-passer {
        width: 100%;
        justify-content: center;
    }

    .conteneur-laisser-passer .acheter {
        width: 100%;
        margin-right: 15px;
        margin-left: 15px;
    }

    .conteneur-laisser-passer p {
        font-size: 16px;
    }

    .billets-achat p {
        font-size: 20px;
    }

    .copyright p {
        font-size: 13px;
    }

    .reseau-sociaux a {
        margin-right: 10px;
    }

    .reseau-sociaux a:last-child {
        margin-right: 0px;
    }

    p.nom {
        color: rgb(255, 255, 255);
    }

    .logo img {
        width: 113px;
    }

    #back-to-top {
        bottom: 14px;
        padding: 5px 7px;
    }
}