* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background-image: url('static/fond_blanc_site.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.flexNav h1 {
    display: none;
    color: white;
    -webkit-text-stroke: 2px rgb(98, 98, 120);
    font-size: xx-large;
    width: 100%;
    text-shadow: -6px 6px 6px black;
}

.flexNav {
    display: flex;
    justify-content: space-between;
    max-height: 110px;
}

.logo {
    display: flex;
    gap: 10%;
    width: 40%;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.logo img {
    height: 90%;
    max-height: 100px;
    max-width: 100px;
    margin: 2%;
    border-radius: 20px;
}

.navMenu {
    display: flex;
    flex: 1;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.ulNav {
    display: flex;
    align-items: center;
    height: 70px;
    width: 250px;
    list-style-type: none;
}

.ulNav li {
    width: 33%;
    background: #7f68b085;
    text-align: center;
    line-height: 70px;
}

.ulNav li a {
    text-transform: uppercase;
    font-weight: bolder;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    color: white;
    text-shadow:     1px 1px 1px black,
                    2px 2px 1px black,
                    3px 3px 1px black;
    transition: transform 0.2s ease-in-out;
}

.ulNav li:first-child {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    box-shadow:     1px 1px 1px black,
                    1px 2px 1px black,
                    1px 3px 1px black,
                    1px 4px 1px black;

}
.ulNav li a:hover{
    text-shadow: 1px 1px 1px black;
}
.ulNav li:first-child:hover{
    transform: translateY(2px);
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black;
}

.ulNav li:last-child {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black,
                    2px 3px 1px black,
                    3px 4px 1px black;
    transition: transform 0.2s ease-in-out;

}
.ulNav li:last-child:hover{
    transform: translateY(2px);
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black;
}
.ulNav li:nth-child(2) {
    border: 1px solid black;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    box-shadow:     1px 1px 1px black,
                    1px 2px 1px black,
                    1px 3px 1px black,
                    1px 4px 1px black;
}
.ulNav li:nth-child(2):hover{
    transform: translateY(2px);
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black;
}
main{
    display: flex;
    flex-direction: column;
    gap: 10%;
}
.projets{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 50vh;
    align-content: center;
    flex-direction: column;
    
}
.projets p{
    text-align: justify;
    margin: 0 5%;
}
.imgLive {
    pointer-events: none;
    width: 100%;
    border-radius: 20px;
}

.linkSecretariatLive {
    display: block;
    width: 100%;
}
.contact{
    display: flex;
    height: 10vh;
    justify-content: center;
    align-items: center;
}
.contact a{
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
    background-color: #7F68B0;
    border-radius: 30px;
    line-height: 6vh;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 35%;
    height: 6vh;
    text-shadow:    2px 2px 1px black,
                    3px 3px 1px black,
                    4px 4px 1px black,
                    5px 5px 1px black;
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black,
                    2px 3px 1px black,
                    3px 4px 1px black;
    transition: transform 0.1s ease-in-out;
}
.contact a:hover{
    transform: translateY(2px);
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black;
    text-shadow: 2px 2px 1px black;
}
footer{
    background-image: url('static/logo.webp'), linear-gradient(135deg, #70777E 50%, #37393b);
    background-position: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 5%;
    margin-top: 5%;
}
.footer ul{
    list-style-type: none;
}
.footLi{
    padding-left: 2%;
    margin: 0.5%;
    text-shadow: 2px 2px 1px black,
                3px 3px 1px black,
                3px 3px 1px black,
                4px 4px 1px black,
                5px 5px 1px black;
    color: white;
}
.footTitle{
    padding-bottom: 1%;
    text-shadow: 2px 2px 1px white,
                3px 3px 1px white,
                3px 3px 1px white;
}

/* CSS PAGE TARIFS */
.site{
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 0 5%;
    margin: 3% 0;
}
.titleSite{
    text-transform: uppercase;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
}
.logoStatic{
    margin: 5% 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-height: 250px;
}
.reverseTarif{
    flex-direction: row-reverse;
}
.imgStatic{
    height: 100%;
    max-height: 350px;
    max-width: 500px;
    width: 50%;
}
article p span{
    cursor: pointer;
    display: inline-block;
    height: 67px;
    width: 150px;
    margin: 10px;
    text-align: center;
    line-height: 67px;
    background-image: url("/static/ticket.png");
    background-size: cover;
    color: white;
}
.price{
    text-shadow: 
                1px 1px 1px black,
                2px 2px 1px black;
}

/* Page CONTACT */
h3{
    font-size: 2rem;
    text-shadow: 
                1px 1px 1px gray,
                2px 2px 1px gray,
                3px 3px 1px gray;
}
.formulaire{
    display: flex;
    justify-content: center;
    padding: 3%;
}
form label{
    font-size: 1.2rem;
}
form input{
    width: 100%;
    padding-left: 2%;
    height: 2rem;
    border-radius: 15px;
    border-color: #7F68B0;
}
form textarea{
    width: 250px;
    padding-left: 2%;
    border-radius: 15px;
    border-color: #7F68B0;
}
form button{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
    background-color: #7F68B0;
    border-radius: 30px;
    line-height: 6vh;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 45%;
    height: 6vh;
    text-shadow:    2px 2px 1px black,
                    3px 3px 1px black,
                    4px 4px 1px black,
                    5px 5px 1px black;
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black,
                    2px 3px 1px black,
                    3px 4px 1px black;
    transition: transform 0.1s ease-in-out;
}
form button:hover{
    transform: translateY(2px);
    box-shadow:     1px 1px 1px black,
                    2px 2px 1px black;
    text-shadow: 2px 2px 1px black;
}
/* Styles CSS pour les écrans de plus de 550px */

@media only screen and (min-width: 550px){
    main{
        margin: 0 10%;
    }
    .flexNav h1 {
        cursor: pointer;
        display: block;
    }
    .projets{
        font-size: larger;
        align-items: center;
        flex-direction: row;
    }
    .contact a{
        width: 20%;
    }
    .reverse{
        flex-direction: row-reverse;
    }
    .projets p{
        flex: 1;
    }
    .linkSecretariatLive{
        /* background-color: red; */
        height: 70%;
        margin: 0 5vw;
        flex: 2;
        max-width: 45vw;
    }
    .imgLive{
        /* object-fit: fill; */
        height: 100%;
        border-radius: 0px;
    }
    form textarea{
        width: 350px;
    }
}