@import url('https://fonts.googleapis.com/css?family=Nunito');

body {
    font: normal 1rem Nunito;
    margin: 0;
    background-color: aliceblue;
}

.navbar {
    display: grid;
    grid-template-columns: 2fr repeat(6, 1fr);
    position: absolute;
    width: 100%;
    height: 2rem;
    background-color: white;
    margin: 0;
    padding: 2rem 0;
}


.navbar img {
    height: 70px;
    position: absolute;
    top: 0.8rem;
    left: 5rem;
}

.navbar li {
    list-style: none;
    text-align: center;
}

.navbar .mpc a {
    display: block;
    text-decoration: none;
    color: rgb(0, 153, 32);
    height: 4rem;
}

.navbar .coaching a {
    display: block;
    text-decoration: none;
    color: rgb(43, 80, 142);
    height: 4rem;
}

.navbar .therapie a {
    display: block;
    text-decoration: none;
    color: rgb(255, 119, 51);
    height: 4rem;
}

.navbar .autre a {
    display: block;
    text-decoration: none;
    color: rgb(117, 122, 118);
    height: 4rem;
}

.navbar .mpc li ul {
    display: none;
    padding: 0;
}

.navbar .mpc li:hover ul {
    display: block;
}

.navbar .mpc li ul li {
    background-color: white;
}

.navbar .mpc li ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.9rem;
    height: 3.5rem;
}

.navbar .coaching li ul {
    display: none;
    padding: 0;
}

.navbar .coaching li:hover ul {
    display: block;
}

.navbar .coaching li ul li {
    background-color: white;
}

.navbar .coaching li ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.9rem;
    height: 3.5rem;
}

.navbar .therapie li ul {
    display: none;
    padding: 0;
}

.navbar .therapie li:hover ul {
    display: block;
}

.navbar .therapie li ul li {
    background-color: white;
}

.navbar .therapie li ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.9rem;
    height: 3.5rem;
}

.navbar .autre li ul {
    display: none;
    padding: 0;
}

.navbar .autre  li:hover ul {
    display: block;
}

.navbar .autre li ul li {
    background-color: white;
}

.navbar .autre li ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.9rem;
    height: 3.5rem;
}


.navbar .mpc li ul li a:hover {
    color: white;
    background-color: rgb(0, 153, 32);
}

.navbar .coaching li ul li a:hover {
    color: white;
    background-color: rgb(43, 80, 142);
}

.navbar .therapie li ul li a:hover {
    color: white;
    background-color: rgb(255, 119, 51);
}

.navbar .autre li ul li a:hover {
    color: white;
    background-color: rgb(117, 122, 118);
}
.redirection {
    display: grid;
    padding-right: 5%;
    padding-top: 7.5%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}

.redirection a {
    text-decoration: none;
    text-justify: center;
    color: white;
    background-color: rgb(117, 122, 118);
}

.box1 { 
    grid-area: 1 / 1 / 5 / 2;
    text-decoration: none;
    text-justify: center;
    color: rgb(117, 122, 118);
}

.box2 { 
    grid-area: 1 / 2 / 2 / 3;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.box3 { 
    grid-area: 1 / 3 / 2 / 4;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.box4 { 
    grid-area: 2 / 2 / 3 / 3;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    
}

.box5 { 
    grid-area: 2 / 3 / 3 / 4;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.box6 { 
    grid-area: 3 / 2 / 4 / 3;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.box7 { 
    grid-area: 3 / 3 / 4 / 4;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.box8 { 
    grid-area: 4 / 2 / 5 / 3;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.box9 { 
    grid-area: 4 / 3 / 5 / 4;
    background-color: rgb(117, 122, 118);
    border-radius: 40px;
    padding-left: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.logo { 
    grid-area: 1 / 1 / 2 / 2;
}
.texte_rubrique { 
    grid-area: 1 / 2 / 2 / 6; 
    padding-top: 13%;
}

h1 {
    margin-left: 30%;
    color: rgb(117, 122, 118);
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin-left: 5%;
    color: rgb(117, 122, 118);
    font-family: Arial, Helvetica, sans-serif;
}

p {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
}

.liste {
    left: 5%;
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
}

.tab {
    margin-left: 4em;
}

.texte {
    background-color: rgba(255,255,255,0.75);
    margin-left: 10%;
    margin-right: 10%;
}