

/* Styls généraux */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
margin-top: -1.5%;


	
}

/* Styles pour le conteneur principal */
.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Styles pour le titre */
h2 {
    color: #00aab9;
    text-align: center;
}

/* Styles pour le formulaire */
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    margin-bottom: 10px;
}

select, input[type="submit"] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

input[type="submit"] {
    background-color: #00aab9;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #00aab9;
}



/* Styles du Carousel */
.carousel {
    width: 95%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.btn-container {
    display: flex;
    width: 100%;
  }
  
  .btn-primaryy {
    flex: 1;
    display: flex;
    justify-content: center;
    border-radius: 20px;
	
  }
.button {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .padding{
    padding-left: 5px;
  }

.carousel-container {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 1s ease-in-out;
}

.carousel:hover {
    box-shadow: 0px 0px 10px 4px #00b7ac;
    transition: 0.5s;
}

.page {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    flex-shrink: 0;
}

.page1, .page2, .page3 {
    background: #4a4a4a;
}

/* Points de navigation */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

/* Style du texte dans le carousel */
.ButterCup {
    background-color: #4a4a4a;
    width: 50%;
}

.highlight {
    color: #00b7ac;
}

/* Conteneur PDF */
.embed-container {
    margin-left: 20px;
}

.pdf-embed {
    box-shadow: 0px 0px 4px 4px #7db7a4;
    border-radius: 10px;
    width: 600px;
    height: 800px;
}

/* Bloc Menu Mail */
.Mail {
    width: 95%;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 5rem;
    font-weight: bold;
    color: #7db7a4;
}

.Mail:hover {
    box-shadow: 0px 0px 10px 10px #7db7a4;
    transition: 0.5s;
    text-decoration: none;
    color: #7db7a4;
}

/* Structure du layout */
.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-right: 20px;
}


.no-deco{
    text-decoration: none;
}
.center{
    text-align: center;
}

.email-list {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}
.email-item {
    background-color: #f1f1f1;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
#emailInput {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
}
.tag-container {
    display: flex;
    flex-wrap: wrap;
}
.tag-item {
    background-color: #f2f3f2;;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.buttonpreviewpdf {
	width:50%;
	height:auto;

}


#recapado {
    width: 100%;
    border-collapse: collapse;
}

#recapuser {
    width: 100%;
    border-collapse: collapse;
}