body {
    padding: 0;
    margin: 0;
    background-color: #295c7f;
}

.toit {
    background-color: #021019;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 400px;
    z-index: -3;
}

.lune {
    background-color: #ffe8c1;
    height: 200px;
    width: 200px;
    border-radius: 50%; 
    position: relative;
    z-index: -2;
    bottom: 250px;
    left: 650px;
    
}

.cheminee {
    position: relative;
    bottom: 300px;
    left: 350px;
    z-index: -2;
}

.cheminee-c {
    background-color: #021019;
    height: 100px;
    width: 150px;
}

.cheminee-h {
    background-color: #021019;
    height: 30px;
    width: 180px;
    position: relative;
    bottom : 130px;
    right: 15px;
}

.fut {
    position: relative;
    bottom: 270px;
}

.fut1, .fut2 {
    background-color: #021019;
    height: 60px;
    width: 30px;
    
}

.fut1 {
    position: relative;
    left: 25px;
}

.futpente-d1 {
    height: 0;
    width: 0;
    border-bottom: 50px solid #021019;
    border-left: 10px solid transparent;
    position: relative;
    top: 60px;
    left: 15px;
}

.futpente-g1 {
    height: 0;
    width: 0;
    border-bottom: 50px solid #021019;
    border-right: 10px solid transparent;
    position: relative;
    bottom: 50px;
    left: 55px;
}

.fut2 {
    position: relative;
    bottom: 160px;
    left: 95px;
}

.futpente-d2 {
    height: 0;
    width: 0;
    border-bottom: 50px solid #021019;
    border-left: 10px solid transparent;
    position: relative;
    bottom: 100px;
    left: 85px;
}

.futpente-g2 {
    height: 0;
    width: 0;
    border-bottom: 50px solid #021019;
    border-right: 10px solid transparent;
    position: relative;
    bottom: 210px;
    left: 125px;
}

.container {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.chat {
    position: relative;
    top: 250px;
    left: 40%;
    z-index: 1;
}

.tete {
    background-color: #171821;
    height: 100px;
    width: 150px;
    border-radius: 60px 60px 30px 30px;
}

.oreille-d, .oreille-g {
    height: 0;
    width: 0;
    border-bottom: 50px solid #171821;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative;
    z-index: -1;
}

.oreille-d {
    bottom: 31px;
    transform: rotate(-28deg);
}

.oreille-g {
    bottom: 81px;
    left: 110px;
    transform: rotate(28deg);
}

.int1 {
    height: 0;
    width: 0;
    border-bottom: 50px solid #cca087;
    border-left: 25px solid transparent;
    right: 25px;
    position : relative;
}

.int2 {
    height: 0;
    width: 0;
    border-bottom: 50px solid #cca087;
    border-right: 25px solid transparent;
    position : relative;
}

.oeil-d, .oeil-g {
    background-color: #50ad46;
    height: 35px;
    width: 35px;
    border-radius: 50%; 
    position: relative;
}

.oeil-d {
    bottom: 70px;
    left: 25px;
}

.oeil-g {
    bottom: 105px;
    left: 90px;
}

.pupille {
    background-color: #000;
    height: 25px;
    width: 10px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: 12px;
}

.reflet {
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: relative;
    bottom: 16px;
    left: 20px;
}

.nez {
    height: 0;
    width: 0;
    border-top: 10px solid #cca087;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: relative;
    bottom: 110px;
    left: 68px;
}

.bouche1, .bouche2 {
    background-color: #cca087;
    height: 10px;
    width: 1px;
    position: relative;
}

.bouche1 {
    transform: rotate(-45deg);
    left: 3px;
    bottom: 2px;  
}

.bouche2 {
    transform: rotate(45deg);
    right: 3px;
    bottom: 12px;  
}

.corps {
    background-color: #171821;
    height: 120px;
    width: 130px;
    border-radius: 20px 60px 0px 0px;
    position: relative;
    left: 30px;
    bottom: 5px;
}

.patte1, .patte2 {
    background-color: #171821;
    height: 10px;
    width: 25px;
    position: relative;
}

.patte1 {
    top: 120px;
    border-radius: 0px 0px 5px 8px;
}

.patte2 {
    top: 110px;
    left: 50px;
    border-radius: 0px 0px 8px 5px;
}

.patte-ar {
    background-color: #171821;
    height: 10px;
    width: 40px;
    position: relative;
    top: 95px;
    left: 90px;
    border-radius: 0px 0px 8px 5px;
}

.queue {
    background-color: #171821;
    height: 20px;
    width: 70px;
    position: relative;
    top: 70px;
    left: 130px;
    border-radius: 0px 8px 8px 0px;
}

.ombre {
    background-color: rgba(0,0,0,0.2);
    height: 30px;
    width: 150px;
    border-radius: 50%;
    position: relative;
    bottom: 15px;
    left: 20px;
    z-index: -1;
}