/*Base*/

html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body
{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(224, 224, 224, 0.582);
}

header
{
    padding: 2em;
    background-color: #3B8BEB;
    position: fixed;
    height: 90%;
    border-radius: 20px;
}

main
{
    margin-left: 18em;
    margin-right: 10px;
    border-radius: 35px;
    text-align: center;
    font-style: none;
}

h3
{
    padding: 15px 0px 15px 0px;
}

table {
  border-collapse: collapse;
  width: 50%;
}

th, td {
  border-top: 1px dashed #333;
  border-right: 1px dashed #333;
  padding: 8px;
  text-align: center;
}

th {
  background-color: #3B8BEB;
}

td
{
    background-color: white;
}

ul
{
    margin-right: 45px;
}

/*Id*/

#sommaire
{
    border-radius: 20px;
    background-color: #3B8BEB;
}

#sommaire ul
{
    list-style: none;
}

#sommaire li
{
    margin: 10px 0px 10px 0px;
}

#sommaire a
{
    color: black;
}

#acceuil
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#nom
{
    padding-left: 35px;
}

#parcours
{
    justify-items: center;
}

#menu li
{
    border-radius: 5px;
    padding: 5px;
    transition: 0.3s all ease;
}

#menu
{
    list-style-type: none;
}

#menu p
{
    padding-left: 10px;
}

#menu a
{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    margin-left: 4px;
}

#menu li:hover
{
    background-color: white;
    border-radius: 17px;
    transition: 0.3s all ease-in-out;
}

#menu img
{
    width: 35px;
    height: auto;
}

#a-propos
{
    padding-bottom: 30px;
}

/*Class*/

.align-img
{
    display: flex;
    justify-content: center;
}

.align-img img
{
    width: 450px;
    margin: 15px;
}

.top-projet
{
    display: flex; 
    justify-content: center;
}

.top-projet li
{
    list-style: none;
    margin: 10px 0px 10px 0px;
}

.img-page
{
    width: 950px;
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 5px rgba(94, 93, 93, 50%);
}

.ban
{
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 20px;
}

.hr-carte
{
    margin: 0px 25px 10px 25px;
}

.img-carte
{
    width: 250px;
}

.blanc
{
    box-shadow: 1px 1px 10px 5px rgba(94, 93, 93, 50%);
    border-radius: 35px;
    background-color: whitesmoke;
    padding: 20px 0px 20px 0px;
}

.portrait
{
    border-radius: 50%;
    clip-path: ellipse(50% 38%);
    width: 200px;
    height: auto;
}

.btn
{
    border: 2px solid #3B8BEB;
    color: #3B8BEB;
    text-decoration: none;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
    transition: 0.3s all ease;
}

.btn:hover
{
    color: whitesmoke;
    background-color: #3B8BEB;
    transition: 0.3s all ease-in-out;
}

.carte
{
    background-color: whitesmoke;
    width: 300px;
    height: 300px;
    padding: 10px 0px 30px 0px;
    border-radius: 35px;
    box-shadow: 1px 1px 10px 5px rgba(94, 93, 93, 50%);
    text-align: center;
    text-decoration: none;
    transition: transform .2s;
}

.carte-a
{
    text-decoration: none;
    color: black;
    margin: 0px 20px 0px 20px
}

.carte:hover
{
    transform: scale(1.07);
}

.langages
{
    width: 30px;
    height: auto;
    padding: 0px 7px 0px 7px;
}

.align
{
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}

.descript
{
    display: flex;
    list-style: none;
    margin-left: -25px;
    justify-content: center;
}

.descript li
{
    display: flex;
    align-items: center;
    font-size: 10px;
}

.date
{
    text-align: left;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.img-veille
{
    width: 275px;
    height: auto;
    border-radius: 20px;
}

.l-cartes
{
    justify-content: center;
    display: flex;
    list-style-type: none;
}

.blender
{
    width: 250px;
    height: auto;
    border-radius: 15px;
}