

html{
    height: 100%;
}

body{
    font-family: bilo;
    color: #2E1406;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFF9F6;
}

#logo-header{
    height: 200px;
    width: 300px;
    margin-bottom: 40px;
}

h1{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}

h2{
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
    color: #F68452;
}

h3{
    text-align: center;
    margin-top:40px;
    margin-left: -100px;
    padding: 20px;
    width: 300px;
    color: white;
    font-size: 25px;
    background-color: #2E1406;
    font-family: bilo;
    line-height: 30px;
}

#platon{
    margin-top: -20px;
    text-align: right;
}

p{
    font-size: 17px;
    width: 350px;
    line-height: 22px;
}

.col-g, .col-c{
    float: left;
}

.col-g{
    min-height: 100vh;
    display: flex; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center; /* alignement vertical */
    width: 50%;
    padding-left: 80px;
    
}

.col-c{
    width: 50%;
    min-height: 100vh;
    background: url(../links/image-massage-amenophis.jpg) no-repeat;
    border-right: 40px solid #FFF9F6;
    border-bottom: 40px solid #FFF9F6;
    border-top: 40px solid #FFF9F6;
    background-size:cover;
}

#button-mail{
    z-index: 4;
    transition: all 0.3s;
    font-family: bilo;
    background-size: 18px;
    background-position:top 11px left 10px;
    border: 0px solid #2E1406;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 30px;
    border-top-right-radius: 2px;
    font-size: 20px;
    color: #2E1406;
    background-color: #F68452;
}

a{
    z-index: 4;
    width:252px;
    margin-top: 20px;
}

#button-mail:hover{
    cursor: pointer;
    z-index: 4;
    transition: all 0.3s;
    background-position:top 11px left 10px;
    border: 0px solid #F68452;
    background-color: #F8BBA1;
}

#button-tel{
    background-color: #FFF9F6;
    font-family: bilo;
    font-weight: 500;
    color: #2E1406;
    font-weight: 250;
    font-size: 20px;
    border: none;
    z-index: 4;
    margin-top: 12px;
}

#button-a{
    margin-top: 20px;

}

#mail-soins{
    color: #2E1406;
    font-size: 18px;
}

#button-tel:hover{
    color: #2E1406;
    z-index: 4;
    border: none;
    cursor: pointer;
}

#main-dessin{
    z-index: 3;
    width: 1000px;
    position: absolute;
    bottom: 0;
}

#texte-droite{
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left:10px;
    padding-right: 10px;
    margin-right: 65px;
    margin-bottom: 60px;
    width: auto;
    color: white;
    background-color:#F68452;
    right:0;
    position: absolute;
    bottom: 0;
}