body {
    margin: 0px;
    background-color: black;
    color: white;

}

/* ***********************************************   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;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    z-index: 1;
    transition: 1s ease-in-out;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.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: 12px;
    padding-left: 12px;
    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;
}

/* *********************************************** MAIN  ************************************************** */

body {
    margin: 0px;
    background-color: black;
    color: white;
}

h1 {
    color: rgb(255, 255, 255);
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 133px;
    font-size: 79px;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 183px;
}

input {
    width: 300px;
    height: 50px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    border-radius: 4px;
    border: none;
}

input.submit {
    transition: 0.2s ease-in-out;
    background-color: #8041ff;
    color: white;
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

input.submit:hover {
    background-color: #ff5950;
    color: white;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.268);
    font-family: "source-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-left: 5px;
}

a.lien-form {
    color: rgb(255, 255, 255);
    font-family: "source-sans-pro", sans-serif;
    width: max-content;
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgb(179, 164, 255);
    transition: 0.2s ease-in-out;
    margin-bottom: 260px;
    margin-left: 50%;
    transform: translateX(-50%);

}

a.lien-form:hover {

    color: #ff5950;
}

p.erreur {
    font-family: 'Roboto', sans-serif;
    color: rgb(179, 164, 255);
}

/* ************************************************mobile********************************* */


@media screen and (max-width: 1200px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }



    a.btn.btn-light {
        width: 132px;
    }


    .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;

    }

    .img {
        height: 362px;
    }

    h1 {
        font-size: 62px;
    }
}


.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;
        z-index: 2;
    }

    .nav {
        margin-right: 0px;
    }

    .liens-nav {
        display: none;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column;
        background-color: #000000;
        position: fixed;
        top: -30px;
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1;
        height: 100vh;
        padding-top: 88px;
    }

    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;
    }

    .logo {
        position: relative;
        z-index: 2;
    }

    h1 {
        font-size: 62px;
        position: relative;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 59px;
    }

    form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 96px;
    }
}






@media screen and (min-width:480px) and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }

    .h1-2 {
        display: block;

    }

    .h1 {
        display: none;
    }

    .h1-2 {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 0px;
    }

    .h1-2 h1.titre {
        color: #8041ff;
        font-size: 95px;
    }



    .h1-2 img.image {
        transform: rotate(-25deg);
        animation: shake 2s infinite alternate;
    }


    .h1-2 img.image:last-child {
        transform: rotate(25deg);
        animation: shake 2s infinite alternate;
    }

    form input {
        margin-top: 0px;
    }

    #search-form2 {
        margin-top: 0px;
    }

    input::placeholder {
        font-size: 20px;
    }

    .groupe:hover p.nom {

        font-size: 42px;
    }

    .groupe:hover .date p {
        font-size: 18px;
    }

    h1 {
        font-size: 53px;
        position: relative;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 59px;
    }

    form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 96px;
    }
}


@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;
    }

    .h1-2 {
        display: block;

    }

    .h1 {
        display: none;
    }

    .h1-2 {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 0px;
    }

    .h1-2 h1.titre {
        color: #8041ff;

        font-size: 67px;
    }



    .h1-2 img.image {
        transform: rotate(-25deg);
        animation: shake 2s infinite alternate;
        width: 70px;
        height: 70px;
    }


    .h1-2 img.image:last-child {
        transform: rotate(25deg);
        animation: shake 2s infinite alternate;
        width: 70px;
        height: 70px;
    }



    #search-form2 {
        margin-top: 0px;

    }

    input::placeholder {
        font-size: 20px;

    }

    .liens-nav {
        margin-top: 0px;
        padding-right: 20px;
        padding-top: 100px;
    }

    .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;
    }

    .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;
    }

    .img {
        height: 279px;
    }

    .groupe:hover p.nom {

        font-size: 35px;
    }

    .groupe:hover .date p {
        font-size: 18px;
    }

    .groupe:hover .heure p {
        display: none;
    }

    .groupe {
        max-height: 87%;
        width: 89%;
    }

    .conteneur-groupe {
        grid-row-gap: 0px;
    }


    input {
        width: 250px;
    }

    h1 {
        font-size: 41px;
        position: relative;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 43px;
    }

    form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 80px;
    }
}




@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;
    }



    .liens-nav {
        margin-top: 0px;
        padding-right: 20px;
        padding-top: 100px;
    }

    .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%;
    }


    a.lien-groupe {
        padding: 10px 30px;
        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;
    }

    .logo img {
        width: 113px;
    }


    .h1-2 {
        display: block;

    }

    .h1 {
        display: none;
    }

    .h1-2 {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 0px;
    }

    .h1-2 h1.titre {
        color: #8041ff;
        font-size: 67px;
    }



    .h1-2 img.image {
        transform: rotate(-25deg);
        animation: shake 2s infinite alternate;
        width: 70px;
        height: 70px;
    }


    .h1-2 img.image:last-child {
        transform: rotate(25deg);
        animation: shake 2s infinite alternate;
        width: 70px;
        height: 70px;
    }



    #search-form2 {
        margin-top: 0px;

    }

    input::placeholder {
        font-size: 20px;

    }

    .liens-nav {
        margin-top: 0px;
        padding-right: 20px;
        padding-top: 100px;
    }

    .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;
    }

    .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;
    }

    .img {
        height: 279px;
    }

    .groupe:hover p.nom {

        font-size: 35px;
    }

    .groupe:hover .date p {
        font-size: 18px;
    }

    .groupe:hover .heure p {
        display: none;
    }

    .groupe {
        max-height: 87%;
        width: 89%;
    }

    .conteneur-groupe {
        grid-row-gap: 0px;
    }



    input {
        width: 250px;
        height: 50px;
    }

    h1 {
        font-size: 37px;
        position: relative;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 20px;
    }

    form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 55px;
    }
}