import url('https://fonts.googleapis.com/css?family=poppins:200,300,400,500,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
}
body
{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120vh;
}
.box
{
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 1000px;
    background: aliceblue;
    margin-right: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    box-shadow: 35px rgba(0,0,0,0,1);
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
.box .coté-droite
{
    position: relative;
    background: #003147;
    padding: 40px;
}
.box .coté-gauche
{
    position: relative;
    background: #fff;
    padding: 40px;
}
.profile
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.profile .imgB
{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    padding-bottom: 20px;   
}
.expert ul
{
    position: relative;
}
.expert
{
    padding-top: 40px;
}
.expert ul li
{
    position: relative;
    list-style: none;
    margin: 10px 0;
    cursor: pointer;
    color: gray;
    font-size: 20px;
    padding: 15px;
    margin: 15px;
}
.expert ul li .icon

{
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: gray;
}
.expert ul li .span
{
    color: #fff;
    font-weight: 300px;

}

.titre-1{
    color: #fff;
    margin-left: 40px;
    
}
.bouton
{
    margin-left: 500px;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: baseline;
}
.but
{
    position: relative;
    margin: 10px;
    width: 15px;

}
button
{
    background: #fff;
    border: solid 1px black;
    border-radius: 5px;
}
    

