*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background: #FFFFFF;
    min-height: 100vh;
    color: #444746;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500!important;
}

h1 {
    text-align: center;
    font-size: 30px;
    margin: 50px 0;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 700!important;
}

h2 {
    margin: 10px;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500!important;
}

h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300!important;
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48;
  color: #EADDFF;
}

button{
    background-color: #4F378B;
}





.material-symbols-outlined{
    pointer-events: none;
}


.w3-animate-input:hover {
    width: 100%!important;
    border-radius: 30px!important;
}

.melrick, .melvin{
    background-color: #F3F6FC;
    border-radius: 16px;
    margin-top: 10px;
    
}

.melrick:hover, .melvin:hover{
    background-color: #B8DBF1;
}




.tabbed-navigation {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: #F3F6FC;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
}

.tab {
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: none;
    border-radius: 40px;
    background: #F3F6FC;
    line-height: 44px;
    text-decoration: initial;
    cursor: pointer;
    vertical-align: middle;
}

.tab:hover{
    background: #e5e8ed;
}

.tabSelected{
    background: #B8DBF1 !important;
}

.description{
    padding: 10px;
}

.description h2{
    margin: 0px;
}

.titleL2M h1{
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
    background-image: url(ressources/fonddecran.jpg);
}