body{
    padding:0 0;
    margin:0 0;
}
.first {
    background-image: url("img/bghome.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.home{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.home .tete{
    display: flex;
}
.home .tete h1{
    font-size: 23px;
    color: white;
    font-family: poppins, sans-serif ;

}
.home .tete .liens{
    flex-grow: 3;
    padding-left: 40px;
    padding-top: 25px;

}
.home .tete .liens a{
    color: white;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
}
.home .tete .liens a:hover{
    color: #39491c;
    font-size: 14px;
    transition: 0.3s ease;
}

.home .tete .telephone{
    display: flex;
    align-items: center;
    justify-content: end;
}
.home .tete .telephone .imgphone{
    width: 28px;
    border-radius: 50px;
    margin-right: 10px;
}
.home .tete .telephone .phonenumber{
    border: 2px solid white;
    padding: 6px 12px;
    border-radius: 50px;
    font-family: poppins, sans-serif ;
    color: white;
    font-size: 10px;
}
.home .corps{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.home .corps .presentation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 3;
}
.home .corps .presentation .salut{
    display: flex;
}
.home .corps .presentation .salut .imgsalut{
    width: 60px;
    height: 57px;
    border-radius: 50px;
    align-items: center;
    margin-top: 18px;
}
.home .corps .presentation .salut .hello{
    margin-left: 15px;
    padding: 6px 12px;
    border-radius: 50px;
    font-family: poppins, sans-serif ;
    color: black;
    background-color: white;
    font-size: 25px;
    font-weight: 700;
    align-items: center;
}
.home .corps .presentation .available{
    margin-left: 15px;
    padding: 6px 12px;
    border-radius: 50px;
    font-family: poppins, sans-serif;
    color: #0b4218;
    background-color: white;
    font-size: 22px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 700;
}
.home .corps .presentation .begin{
    margin-left: 15px;
    padding: 6px 12px;
    border-radius: 50px;
    font-family: poppins, sans-serif ;
    color: white;
    background-color: #2a3561;
    font-size: 16px;
    margin-top: 14px;
    font-weight: 700;
    margin-right: 285px;
}
.home .corps .ok{
    width: 350px;
}
.second {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafaee;
    height: 100vh;
    padding: 0 220px;
    gap: 5px;
}
.second .imgabout{
    width:100%;
}
.second .textabout{
    display: flex;
    flex-direction: column;
}
.second .textabout .titre{
    display: flex;
    justify-content:end;
    align-items: center;
    gap: 10px;
    background-color: #4b815a;
    border-radius: 20px;
    padding-right: 15px;
}
.second .textabout .titre h1{
    font-family: poppins, sans-serif;
    font-size: 40px;
    color: white;
}
.second .textabout .titre .imgjoshua{
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.second .textabout .text h1{
    font-family: poppins, sans-serif;
}
.second .textabout .text p{
    font-family: poppins, sans-serif;
    font-size: 12px;
    text-align: justify;
}
.third{
    display: flex;
    padding: 0 200px 100px 200px;
    background-color: #fafaee;
}
.third .table {
    display: flex;
    flex-direction: column;
    border: 1px #111514 solid;
    width: 470px;
    height: 100%;
}
.third .table h1{
    font-family: poppins, sans-serif;
    font-weight: 600;
    color: black;
    font-size: 29px;
    padding: 10px 10px;
    border-bottom: 1px #111514 solid;
    margin:0;
}
.third .table .bg-grey{
    background-color: #fafaee;
    display:grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    border-bottom: 1px #111514 solid;
}
.third .table .bg-white{
    background-color: #ffffff;
    display:grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
}
.third .table .green{
    color: green;
    text-align: start;
    font-weight: 500;
    font-family: poppins, sans-serif;
}
.third .table .black{
    color: black;
    text-align: start;
    font-weight: 500;
    font-family: poppins, sans-serif;
}
.third .stats{
    display:grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
}
.third .stats div{
    padding: 15px;
    margin: 0;
}
.third .stats div p{
    font-family: poppins, sans-serif;
    font-size: 16px;
    color: #23870c;
}
.third .stats div h1{
    font-family: poppins, sans-serif;
    font-weight: 600;
}
.third .stats .a{
    border-bottom: 1px solid #111514;
    border-right: 1px solid #111514;
}
.third .stats .d{
    border-top: 1px solid #111514;
    border-left: 1px solid #111514;
}
