* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

h1 {
    color: rgb(231, 224, 216);
    text-align: center;
    margin-bottom: 50px;
    
}

.container {
    display: flex;
    margin: 10px;
    width: 75%;
    position: absolute;
    top: 100px;
    left: 60%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
#footer{
    margin: 10px;
    width: 75%;
    position: absolute;
    top: 120%;
    left: 60%;
    transform: translateX(-50%);
}

table, tr, td{
    border: solid 1px black;
}
.container_stats {
    width: 100%;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}

.selection{
    margin-bottom: 5px;
}
#button {
    width: 150px;
    position: absolute;
    top: 45px;
    right: 20px;
    margin: 0;
    line-height: 20px;
    font-size: 0.7rem;
}

.submit1 {
    background-color: #ff7a18;
    width: 20%;
    margin: 15px 40%;
    border-radius: 8px;
    cursor: pointer;
    line-height: 40px;
    border: none;
    outline: none;
}

/* .btn_accueil {
    background-color: #ff7a18;
    font-weight: bold;
    width: 200px;
    margin: 50px 50% 0 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    cursor: pointer;
    line-height: 40px;
    border: none;
    outline: none;
    text-align: center;
} */

.submit:active {
    background-color: coral;
}

#textarea {
    padding: 10px;
    margin-top: 10px;
    height: 50px;
    width: 1000px;
    background-color:white;
    resize: none;
    outline: none;
    border: none;
    border-radius: 5px;
}

#subject {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 9px;
    outline: none;
    border: solid 1px black;
    border-radius: 5px;
}

#legend {
    color: white;
    font-size: 0.7rem;
    text-align: right;
    float: right;
    position: relative;
    top: -10px;
}

.label {
    color: white;
    font-size: 1rem;
    text-align: right;
    float: right;
    position: relative;
    top: -8px;
}

#campaign {
    font-size: 1rem;
    float: right;
    width: 200px;
    background-color:white;
    height: 30px;
    padding-right: 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    text-align: right;
}

/* Bouton upload */

/* .upload-btn-wrapper {
    margin-top: 12px;
    position: relative;
    overflow: hidden;   
    display: block;
    float: right;
} */

/* .btn {
  border: 1px solid black;
  color: black;
  background-color: #ff7a18  ;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
} */

/* .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#preview{
     width: 90%;
     display: inline-block;
     margin: 10px 5%;
}

#preview img{
    width: 90%;
    margin-top: 10px;
}

#label2 {
    color: white;
    margin-top: 30px;
}

#upload {
    margin: 5px 5%;
}

.section_photo {
    margin: 15px 0;
}

.inser_photo {
    display: flex;
    margin-top: 15px;
}

.section_photo h4 {
    color: white;
    text-align: center;
}

.section_photo p {
    color: white;
    text-align: center;
    font-size: 10px;
}

.fichier_photo {
    width: 500px;
    background-color: white;
    border-radius: 5px;
}

.placement_photo {
    width: 500px;
    color: white;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
}

.placement_photo legend {
    margin-bottom: 5px;
}

.placement_photo label, .placement_photo input {
    margin-left: 10px;
}

/* ------------ */
.container_mail {
    width: 100%;
    height: 100vh;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 30px 30px;
    background-color: rgb(41, 41, 41);
}

.mailInfos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
}

.success {
    font-family: sans-serif;
    font-size: 2rem;
    color: white;
    text-align: center;
}

.danger {
    font-family: sans-serif;
    font-size: 2rem;
    color: red;
    text-align: center;
}

.success_infos {
    font-family: sans-serif;
    font-size: 1rem;
    color: white;
    padding-left: 100px;
} */

.tinymce {
    outline: none;
    border: none;
    border-radius: 5px; 
}

/* #select_campaign {
    width: 60%;
    margin: 0 20%;
    line-height: 30px;
    border-radius: 5px;
    height: 30px;
    padding-left: 10px;
}

.table {
    width: 92%;
    margin: 0 4%;
    background-color: white;
    border-radius: 5px;
}

.table thead {
    background-color: #ff7a18;
}

.table th {
    padding: 10px;
    font-size: 0.8rem;
}

.table td {
    font-size: 0.8rem;
    text-align: center;
    padding:10px 0;
} */