body {
    margin: auto;
    /*da cambiare a scuola*/
    background-color: #EAEAEA;
    font-family: "Orbitron", sans-serif;


}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: #FAF3E0;
    height: 1rem;
    text-decoration: none;
}

#logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.container-icons {
    display: flex;
    flex-direction: row;

}

.container-icons a {
    display: flex;
    margin-left: 1rem;
    color: #333;
    transition: color 0.2s;
    text-decoration: none;
}

.icone-twitter:hover {
    color: #1da1f2;
}

.icone-instagram:hover {
    color: #f21d8b;
}

.icone-youtube:hover {
    color: #fc060a;
}

.icone-youtube:hover {
    color: #fc060a;
}

.icone-spotify:hover {
    color: #06fc33;
}

.icone-facebook:hover {
    color: #1206fc;
}

.container-icons svg {
    vertical-align: middle;
}

span {
    color: #d90429;
}

/* nuova sezzione news*/
.container {
    margin: 48px auto;
    align-items: center;
    max-width: 600px;
    background-color: #515151;
    padding: 20px;
}

.header {
    display: flex;
    justify-content: center;
    text-align: center;
    border-left:2px solid #d90429;
    border-right:2px solid #d90429;
    border-bottom: 2px solid #d90429;
    padding-bottom: 10px;
}

.em {
    font-size: 30px;
    margin: 0;
    color: #d90429;
}

.em-2 {
    font-size: 30px;
    margin: 0;
    color: #EAEAEA;
}

.header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    margin: 0;
    color: #EAEAEA;
}

.hero img {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

.hero-photo {
    align-items: center;
}

.section-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: solid 4px #EAEAEA;
    margin: 48px auto;
    align-items: center;
    padding: 20px;
}

.section-photo {
    display: flex;
    flex-direction: column;

    text-align: center;
    border: solid 4px #EAEAEA;
    margin: 24px auto;

    padding: 20px;

}

.gallery {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.title-news {
    border-left:2px solid #d90429;
    border-right:2px solid #d90429;
    border-bottom: 2px solid #d90429;
    padding: 14px ;
    font-size: 50px;
    color: #EAEAEA;
}

.section {
    margin-bottom: 30px;
}

.Sortie {
    color: #EAEAEA;
}

.cta {
    display: inline-block;
    background-color: #1D69FF;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto;

}

.cta-2 {
    display: inline-block;
    background-color: #d90429;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 10px;
}

.cta-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-3 {
    display: inline-block;
    background-color: #d90429;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 10px;
}

.gallery img {
    display: flex;
    flex-direction: row;
    width: 30%;
    margin-top: 80px;
    border-radius: 4px;
}

.date {
    color: #EAEAEA;
    text-decoration: none;
    border: solid 4px #EAEAEA;
    font-size: 2rem;
    margin: 48px;
    list-style-type: none;
}

.section-turnèe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;


}

footer {
   
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #d90429;
}


h5{
    color: #EAEAEA;
    margin-bottom: 60px;
}
.mail{
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #2e2d2d;
    text-decoration: none;
    color: #414141;
    background-color:  #EAEAEA;;
   
}