body
{
    background-image:url("fond.jpg");
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0% 50%;
}

.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
   width: 50px; 
   cursor: pointer;
}

h1
{
    text-align: center;
    font-size: 50pt;
    position: relative;
    left: -100px;
}

img.gauche
{
    float:left;
    width: 145px;
    height: 145px;
    position: relative;
    left: 100px;
    top: 0px;
    border-radius: 30px;
}

img.droite
{
    float:right;
    width: 145px;
    height: 145px;
    position: relative;
    right: 100px;
    top: -155px;
    border-radius: 30px;
}

body
{
    margin: 0px;
    padding: 0px;
}

.header
{
    background-color: rgb(250, 152, 99);
    height: 80px;
    margin: 10px;
}

nav ul li
{
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}

ul li a 
{
    color: rgb(243, 242, 242);
    letter-spacing: 0.1rem;
    padding-left: 5px;
    padding-right: 5px;
}

ul li a:hover
{
    background-color: rgb(233, 171, 95);
}

.conteneur
{
    display: flex;
    justify-content: space-around;
}

img.dscla
{
    width: 180px;
    height: 180px;
    border-radius: 100px;
}

.conteneur1
{
    display: flex;
    justify-content: space-around;
}

img.dsmo
{
    width: 180px;
    height: 180px;
    border-radius: 100px;
}

.contemporain
{
    display: flex;
    justify-content: space-around;
}

img.dsco
{
    width: 180px;
    height: 180px;
    border-radius: 100px;
}


