
body {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard non-préfixé, actuellement supporté par Chrome, Firefox et Opera */
}

footer {
    display: flex;
    justify-content: center;
}

h1 {
    text-align: center;
}

hr {
    width: 100%;
    margin: 20px 0px 30px 0px;
    color: darkgray;
}

input::placeholder, textarea::placeholder {
    color: #909090; /* Définissez votre couleur de placeholder ici */
}

a {
    text-decoration: none;
}

p {
    margin: 20px 0 0 0;
}

ul {
    margin: 0;
}

ul > li {
    margin-top: 10px;
}

.banner {
    max-width: 1350px;
}

.banner > img {
    width: 100%;
}

.box_col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.box_row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.box_left {
    display: flex;
    width: 20%;
    padding: 20px;
    background-color: white;
    min-width: 285px;
    font-size: 10px;
    align-content: flex-start;
}

.box_derniere_blessure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px;
    padding: 20px;
    background-color: white;
    min-width: 285px;
    font-size: 10px;
    justify-content: center;
}

.box_content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 75%;
    padding: 20px;
    background-color: white;
    font-size: 20px;
}

.box_contact {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin: 20px;
    padding: 20px;
    background-color: white;
    font-size: 20px;
}

.box_content_liens {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
    margin: 20px;
    padding: 20px;
    background-color: white;
    font-size: 20px;
}

.box_content_page {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
    padding: 20px;
    background-color: white;
    font-size: 20px;
    line-height: 30px;
}

.box_end_page {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    background-color: lightgrey;
    max-width: 1350px;
}

.box_text_achat {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: white;
    align-items: center;
    padding: 10px 0px;
    height: 40px;
    border: 2px solid black;
}

.box_text_achat:hover, .box_text_audio:hover {
    background-color: lightgrey;
    color: black;
}

.box_text_audio {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: white;
    align-items: center;
    height: 40px;
    border: 1px solid black;
    padding: 10px 0px;
}

.box_text_end_page {
    margin-bottom: 10px;
}

.box_validation {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.diaporama {
    display: flex;
    width: 100%;
    justify-content: center;
}

.end_page {
    color: darkgrey;
    width: 18%;
    padding: 20px;
}

.entete {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    width: 100%;
    max-width: 1350px;
}
  
.entete.active {
    opacity: 1;
    visibility: visible;
}
  
.entete > img {
    width: 100%;
}

.exposant {
    vertical-align: super;
    font-size: smaller;
}

.form_cancel_button {
    width: 33%;
    padding: 10px;
    background-color: peru;
    color: white;
    border: 0px solid black;
}

.form_submit_button {
    width: 33%;
    padding: 10px;
    background-color: peru;
    color: white;
    border: 0px solid black;
}

a > .form_submit_button, a > .form_cancel_button {
    color: white;
    text-decoration: none;
}

.form_submit_button:hover, .form_cancel_button:hover {
    background-color: goldenrod;
    color: black;
}

.form_group {
    width: 100%;
    margin-bottom: 10px;
}

.form_input {
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid darkgray;
}

.box_liens_images {
    width: 20%;
}

.liens_images {
    cursor: pointer;
}

.box_liens_images img {
    width: 100%;
    max-height: 200px; /* Maintient le ratio de l'image */
    cursor: pointer;
}

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

.lien_suite {
    display: flex;
    padding: 5px 10px 5px 15px;
    color: black;
}

.lien_suite:hover {
    background-color: lightgrey;

}

.liens_text {
    width: 100%; /* Permet au fond de s'étendre sur toute la largeur de l'image */
    color: black; /* Couleur du texte */
    font-size: 1vw;
    text-align: center;
    cursor: pointer;
}

a > .liens_text {
    text-decoration: none;
}

.liens_text:hover {
    background-color: lightgrey; /* Gold background on hover */
    color: black; /* Black text on hover */
}

.livre {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid black;
    width: 100%;
}

.livre > img {
    width: 40%;
}

.menu_button {
    background-color: white; /* Orange background */
    border: 1px solid black; /* No border */
    color: black; /* White text */
    text-align: center; /* Centered text */
    text-decoration: none; /* No underline */
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s; /* Transition effects */
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_button:hover {
    background-color: lightgrey; /* Gold background on hover */
    color: black; /* Black text on hover */
}

.philo_box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    max-width: 1350px;
}

.philo {
    display: flex;
    width: 100%;
}

.philo > img {
    width: 100%;
}

.signature {
    font-weight: bold;
    text-align: right;
}

.text_end_page {
    color: black;
    text-decoration: none;
}

.text_end_page:hover {
    color: white;
}

.text_achat {
    color: black;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: bold;
    text-align: center;
}

.text_audio {
    color: black;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: bold;
    text-align: center;
}

.storyline-container {
    position: relative;
    width: 100%; /* Ou une largeur spécifique */
    max-width: 780px; /* Adaptez à la largeur de votre contenu Storyline */
    margin: auto; /* Centrer le conteneur si nécessaire */
    background-color: black;
    height: 670px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    /* Stylez votre icône de lecture ici (taille, couleur, etc.) */
    font-size: 48px; /* Exemple de dimensionnement pour l'icône */
    color: white; /* Exemple de couleur pour l'icône */
    z-index: 10;
}

.storyline-iframe {
    width: 100%;
    height: 670px; /* Adaptez à la hauteur de votre contenu Storyline */
}


.connexion {
    width: 350px;
    background-color: white;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.connexion_footer {
    background-color:#eeeeee; 
    height: 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #cccccc;
    font-size: 12px;
}

.connexion_footer > .box_col > .box_row {
    padding: 10px;
}

.connexion_footer > .box_col > .box_row > a {
    margin-left: 5px;
}

input {
    line-height: 30px;
    width: 100%;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}


.navigation {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.navigation_bouton {
    width: 250px;
    border: 1px solid black;
    height: 35px;
    background-color: lightgray;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
}

.navigation > a {
    text-decoration: none;
}

.navigation_bouton:hover {
    background-color: gray;
    color: lightgray;
}



/* STYLES POUR LE PAIEMENT PAR PAYPAL ET CARTE BANCAIRE */

.hide {
    display:none !important;
}
.spinner-container {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_input {
  display: inline-block;
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.98rem;
  background-color: rgba(var(--main-bg), 1);
  border: 2px solid rgba(var(--default-border-color), 1);
  border-radius: var(--default-border-radius);
  margin: 0;
  padding: 0 0.8rem;
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top-color: lightblue;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}