body
{
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('fond.webp');
    background-repeat: repeat; /* Répète l'image horizontalement et verticalement */
    background-size: auto; /* Garde la taille originale de l'image */
    background-position: top left; /* Positionne le motif au coin supérieur gauche */
text-align : center;
color:white;

padding-top: 100px;
}
#social-share a {
text-align: center;
    font-size: 60px;
    margin: 15px;
    text-decoration: none;
    
}

#social-share a:hover {
    color: #8f4ac5; /* Exemple pour LinkedIn */
}
.logopage
{
    width: 320px;
    height: 320px;
}
.error {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}
.yt-search
{
  font-size: 16px;
  padding: 6px;
  margin: 5px;
}
#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
background: rgb(143,74,197);
background: linear-gradient(90deg, rgba(143,74,197,1) 0%, rgba(253,46,156,1) 29%, rgba(253,205,127,1) 67%, rgba(159,214,207,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    
}

#menu a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}
#menu a {
    position: relative;
    padding: 10px 0;
    transition: all 0.3s ease;
    text-decoration: none;
}

#menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.player
{
text-align : center;
}

#menu a:hover {
    transform: translateY(-2px);
    color: #4ecdc4;
}

#menu a:hover::after {
    width: 100%;
}
/* Logo à gauche */
.logo {
    margin-left: 0; /* marge à gauche pour espacer du bord */
    
}

.logo img {
    height: 40px; /* taille idéale pour un menu de 50px de haut */
    width: 40px; /* permet de conserver les proportions */
}
/* Menu centré */
.menu-items {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menu-items a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    font-weight: bold;
}
html {
    scroll-behavior: smooth;
        scroll-margin-top: 60px; 
}

#playlist {
    scroll-margin-top: 60px; /* Ajustez cette valeur si nécessaire */
}
#introduction {
    scroll-margin-top: 60px; /* Ajustez cette valeur si nécessaire */
}
#gps {
    scroll-margin-top: 60px; /* Ajustez cette valeur si nécessaire */
}

#export {
    scroll-margin-top: 60px; /* Ajustez cette valeur si nécessaire */
}

#affiche {
    scroll-margin-top: 60px; /* Ajustez cette valeur si nécessaire */
}
h1, h2, p, a{

  

    color: white;
    
}
.iframe-container {
  width: 80%;
  height: 500px; /* Hauteur visible de l'iframe */
  overflow: hidden;
  position: relative;
}

.iframe-container iframe {
  position: absolute;
  top: -100px; /* Décalage vers le haut pour masquer 100px en haut */
  left: 0;
  width: 100%;
  /* Ajustez la hauteur de l’iframe si besoin, par exemple en augmentant sa hauteur globale */
  height: 600px;
  pointer-events: none; /* Désactive les interactions */
}


table#gps td {
  text-align: center;
  margin:0;
}

.iframe-container {
  display: inline-block; /* Permet de centrer le div dans le td */
}
.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}
.del2[type=submit]
{
  display: inline-block;
  
  background: green;

  border-radius: 5px;
  border: 3px  #cccccc;
  color: #eeeeee;
  text-align: center;
  font-size: 18px;
  padding: 6px;
 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.del[type=submit]
{
  display: inline-block;
  
  background: rgb(163,32,38);

  border-radius: 5px;
  border: 3px  #cccccc;
  color: #eeeeee;
  text-align: center;
  font-size: 18px;
  padding: 6px;
 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

input[type=submit]
{
  display: inline-block;
  
background: rgb(143,74,197);
background: linear-gradient(90deg, rgba(143,74,197,1) 0%, rgba(253,46,156,1) 29%, rgba(253,205,127,1) 67%, rgba(159,214,207,1) 100%);
  border-radius: 5px;
  border: 3px  #cccccc;
  color: black;
  text-align: center;
  font-size: 28px;
  padding: 10px;
 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}

input,
select,
textarea {
text-align: center;
  font-family: inherit;
  font-size: 150%;
}

ul {

Border-image: linear-gradient(to right top, #8f4ac5, #cd48aa, #f05b8e, #fe7b7a, #ff9e72, #f4b270, #e5c579, #d6d68b, #bdda9c, #a9dbb0, #9fd9c2, #9fd6cf)10;
  border-width: 3px;
  border-style: solid;
border-radius: 10px;
list-style-type: none;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

    margin-left: 20%;
    margin-right: 20%;
    color: white;
    text-align: left;
    padding-bottom:1.5%;

    }
li{


list-style-position: inside;
    color: white;
    text-align: left;
    }
    
.valide
{
list-style-image: url('cocheverte.png');
}
.refuse
{
list-style-image: url('cocherouge.png');
}
.inter
{
list-style-image: url('inter.png');
}

.footer
{

color: white;
}

a
{
font-size: 100%;
color:white;
}

table
{
border-radius: 10px !important;
Border-image: linear-gradient(to right top, #8f4ac5, #cd48aa, #f05b8e, #fe7b7a, #ff9e72, #f4b270, #e5c579, #d6d68b, #bdda9c, #a9dbb0, #9fd9c2, #9fd6cf)10;
  border-width: 3px;
  border-style: solid;

background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
list-style-type: none;
  width:80%;
  margin-top: 2%;

    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: left;
    padding-bottom:1.5%;
}
td
{

    padding:2%;
        margin-left: auto;
    margin-right: auto;
Border-top: white 0px solid;
}

.affiche
{
    width: 110%;
}

.affichephone
{
    display:none;
}


@media screen and (max-width: 1200px) {
    
body
{
margin-top: 2%;
text-align : center;
color:white;
background-color: black;

}
#social-share a {

    font-size: 40px;

    }
table
{
Border-image: linear-gradient(to right top, #8f4ac5, #cd48aa, #f05b8e, #fe7b7a, #ff9e72, #f4b270, #e5c579, #d6d68b, #bdda9c, #a9dbb0, #9fd9c2, #9fd6cf)1;
  border-width: 1px;
  border-style: solid;
margin-top:30px;
margin-bottom:30px;
width:100%;
}
    .yt-search
{
  font-size: 26px;
  padding: 10px;
  margin: 5px;
}
.iframe-container {
  width: 80%;
  height: 380px; /* Hauteur visible de l'iframe */
  overflow: hidden;
  position: relative;
}

.iframe-container iframe {
  position: absolute;
  top: -250px; /* Décalage vers le haut pour masquer 100px en haut */
  left: 0;
  width: 100%;
  /* Ajustez la hauteur de l’iframe si besoin, par exemple en augmentant sa hauteur globale */
  height: 600px;
}
.del[type=submit]
{
  display: inline-block;
  
  background: rgb(163,32,38);

  border-radius: 5px;
  border: 3px  #cccccc;
  color: #eeeeee;
  text-align: center;
  font-size: 28px;
  padding: 10px;
 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}
ul {

font-size: 80%;
Border-image: linear-gradient(to right top, #8f4ac5, #cd48aa, #f05b8e, #fe7b7a, #ff9e72, #f4b270, #e5c579, #d6d68b, #bdda9c, #a9dbb0, #9fd9c2, #9fd6cf)10;
  border-width: 1px;
  border-style: solid;
border-radius: 10px;
list-style-type: none;
  padding: 5%;

      margin-left: 0;
    margin-right: 0;
    padding-bottom:5%;
    color: #E3011A;
    text-align: left;
    

    }
    
input[type=submit]
{
  display: inline-block;
  
  background: rgb(163,32,38);
background: linear-gradient(90deg, rgba(163,32,38,1) 0%, rgba(42,108,76,1) 25%, rgba(189,193,45,1) 50%, rgba(15,92,168,1) 75%);
  border-radius: 5px;
  border: 3px  #cccccc;
  color: #eeeeee;
  text-align: center;
  font-size: 28px;
  padding: 10px;
 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}

input,
select,
textarea {
text-align: center;
  font-family: inherit;

  padding:3%;
    }
    h1, h2, p{

  

    color: white;
    
}
li{


list-style-position: inside;
    color: white;
    text-align: left;
    
    }

    
    input[type=submit]
{
  display: inline-block;
  
background: rgb(143,74,197);
background: linear-gradient(90deg, rgba(143,74,197,1) 0%, rgba(253,46,156,1) 29%, rgba(253,205,127,1) 67%, rgba(159,214,207,1) 100%);
  border-radius: 5px;
  border: 3px  #cccccc;
  color: black;
  text-align: center;

  padding: 10px;
 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}
.affiche
{
    display:none;
}

img
{
width:90%;
}
.logopage
{
    width: 40%;
    height: 40%;
}
.affichephone
{
    display:flex;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

}
