html, body, main {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.nav-link {
    font-size: 1.5rem !important;
}
h3 {
    color: hsl(214, 100%, 50%);
}

/* Page index.php */
.logo {
    width: 60%;
}

.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* Page connexion.php */
#eyeIcon {  
    cursor:pointer;
    float: left;
}

/* Page mdpLost.php */
.slogan_1 {
    float: left;
    margin: 30px 0 20px 40px;
    color: hsl(214, 100%, 50%);
    text-align: center;
    font-size: large;
}

/* Page equipeNew */
.listeOfMembers {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.inputholder {
    border: 1px solid  #D5DBDB;
    padding: 5px;
}

.member {
    width:100%;  
    border: none; 
    outline: none;
    display:inline-block;
    padding: 5px;
    margin: 2px;
    background-color: #e3f2fd;
}

.tag
{
    margin:5px;
    background-color: rgb(80, 80, 233);
    color:white;
    font-size: small;
    text-align:center;
    padding: 5px;
    border-radius: 7px;
}

.effacer {
    cursor: pointer;
}





