@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

/* couleurs v2 (papier peint):
orange: #b5280d
bleu foncé: #33384e
bleu médium: #528391
bleu clair: #9ec1bd
cyan: #60b0b7
beige:  #ebcf9f
jaune: #f5cd5b
*/

/***** body *****/
body {
    background: #ebcf9f;
    font-size: 1em;/*16px;*/
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #152C78;
    word-wrap:break-word !important;
    font-family: 'Comfortaa', cursive;
}
/***** /body *****/

/***** header *****/
div.header
{
    padding: 0px;
}
/***** /header *****/

/***** logo *****/
div.logo
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 300px;
    background-image: url("../images/header-small.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}
img.logo
{
    margin: 0px;
    padding: 0px;
    height: 300px;
    /* display: inline; */
    position: absolute;
    top: 0px;
    left: 20px;
}
/***** /logo *****/

/***** logopict*****/
div.logopict
{
    margin: 0px;
    padding: 0px;
    height: 300px;
}
/***** /logopict *****/

/***** slogan *****/
div.slogan
{
    position: relative;
    top: 240px;
    left: 0px;
    color: #33384e;
    text-align: center;
    font-family: 'Lemonada', cursive;
    font-weight: 600;
    font-size: 3em; /*40px;*/
    line-height: 40px;
}
/***** /slogan *****/

h1, h2, h3 {
    color: #33384e;
    font-family: 'Lemonada', cursive;
}

h1 {
    font-size: 2em;
    font-weight: 600;
}	

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1em;
    font-weight: 600;
}

a {
    color: #33384e;
}

li {
    padding-top: 5px;
}

/***** menu *****/
#hmenu {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    padding: 0px 0px 0px 10px;
    text-size-adjust: auto;
}

p {
    text-align: center;
}

nav {
    margin: 10px 0;
    background-color: #EBCF9F;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
    background-color: #EBCF9F;
    border-left: 2px solid #B05529;
    border-bottom: 2px solid #B05529;
    border-radius: 0px 10px / 10px;
    padding: 0px;
}

nav ul li.new {
    display: inline-block;
    background-color: #EBCF9F;
    border-left: 2px solid #B05529;
    border-bottom: 2px solid #B05529;
    border-radius: 0px 10px / 10px;
    padding: 0px;
    background-image: url("../images/flower-round.png");
    background-size: 20px;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

nav a {
    display: block;
    padding: 0 10px;	
    color: #B05529;
    font-size: 1em;
    line-height: 40px;
    text-decoration: none;
    font-family: 'Lemonada', cursive;
    font-weight: 500;
}

nav a:hover { 
    background-color: #B05529;
    color: #F5CD5B;
}

nav ul ul {
    display: none;
    position: absolute; 
    top: 40px;
}

nav ul li:hover > ul {
    display:inherit;
    font-size: 1em; /*10px;*/
    line-height: 10px;
}

/* First Tier Dropdown */
nav ul ul li {
    width:300px;
    float:none;
    display:list-item;
    position: relative;
    /*top: 40px;*/
}

li > a:after { content:  ' \25E1'; }
li > a:only-child:after { content: ''; }
/***** /menu *****/

/***** menu v *****/
.vmenu {
    background-color: #EBCF9F;
    color: #B05529;
    text-decoration: none;
    font-family: 'Lemonada', cursive;
    font-weight: 500;
    font-size: 2em;
    position: relative;
    top: 0px;
    left: 10px;
    display: none; /*inline-block;*/
}

.vmenubutton {
    background-color: #EBCF9F;
    color: #B05529;
    text-decoration: none;
    font-family: 'Lemonada', cursive;
    font-weight: 500;
    font-size: 1em;
    cursor: pointer;
    border: none;
    border-left: 2px solid #B05529;
    border-bottom: 2px solid #B05529;
    border-radius: 0px 10px / 10px;
    padding: 0px 50px 0px 10px;
}

.vmenubutton:hover, .vmenubutton:focus {
    background-color: #B05529;
    color: #F5CD5B;
}

.vmenu-content {
    display: none;
    position: absolute;
    background-color: #EBCF9F;
    color: #B05529;
    font-size: 1em;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.vmenu-content a {
    background-color: #EBCF9F;
    color: #B05529;
    font-size: 1em;
    line-height: 35px;
    padding: 10px 0px 10px 30px;
    text-decoration: none;
    display: block;
}

.vmenu-content a:hover {
    background-color: #B05529;
    color: #F5CD5B;}

.show {
    display:block;
}
/***** /menu v *****/

/***** main *****/
div.main
{
    padding: 0 20px;
    overflow: auto;
    max-width: 1000px;
}

div.main p {
    text-align: left;
}
/***** /main *****/

/***** accueil *****/
div.accueil {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.accueil
{
    float: right;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}
/***** /accueil *****/

/***** presentation *****/
div.presentation {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.presentation
{
    float: right;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}
/***** /presentation *****/

/***** deontologie *****/
div.deontologie {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.deontologie
{
    float: right;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}
/***** /deontologie *****/

/***** demarche *****/
div.demarche {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.demarchetop
{
    float: right;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}

img.demarchemiddle
{
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
    max-width: 50%;
    height: auto;
}

img.demarchebottom
{
    float: right;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}

/***** /demarche *****/

/***** seance *****/
div.seance {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.seance
{
    float: right;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}
/***** /seance *****/

/***** tarifs *****/
div.tarifs {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.tarifs
{
    float: right;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 0px;
    max-width: 50%;
    height: auto;
}

table.tarifs {
    margin-left: 50px;
    border: 2px solid #B05529;
    border-collapse: separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-spacing: 0px;
    max-width: 100%;
    height: auto;
    font-size: 1em;
    text-size-adjust: auto;
}

table.tarifs th:first-child, table.tarifs td:first-child {
    border-left: none;
}

table.tarifs th {
    font-weight: 700;
    color: #EBCF9F;
    padding: 10px;
    border-top: none;
    border-left: 2px solid #EBCF9F;
    background-color: #B05529;
}

table.tarifs td {
    padding: 10px;
    border-top: 2px solid #B05529;
    border-left: 2px solid #B05529;
}

table.tarifs td.name {
    font-weight: 800;
}

table.tarifs td.duration {
    text-align: center;
}

table.tarifs td.price {
    text-align: center;
}   
/***** /tarifs *****/

/***** massages *****/
.massages {
    overflow: auto;
}

.column {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 380px;
}

.massages {
    width: 100%;
    margin: 20px 0;
}

.massage {
    padding: 0px 10px;
}

.massage h2 {
    text-align: center;
}

.massage h2.new {
    text-align: center;
    background-image: url("../images/flower-round.png"),  url("../images/flower-round.png");
    background-size: 20px, 20px;
    background-position-x: left, right;
    background-position-y: center, center;
    background-repeat: no-repeat, no-repeat;
}

.massage p {
    text-align: start;
}

.massage ul {
    margin: 5px 0px;
}

.column:nth-child(1) .massage {
    margin-bottom: 80px;
    border: 1px solid #B05529;
    border-radius: 0px 20px / 30px;
}
.column:nth-child(2) .massage {
    margin-top: 80px;
    border: 1px solid #B05529;
    border-radius: 20px 0px / 30px;
}
/***** /massages *****/

/***** salon *****/
div.salon {
    width: 100%;
    overflow: auto;
    line-height: 30px;
}

img.salon
{
    float: left;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 200px;
    max-width: 50%;
    height: auto;
}
/***** /salon *****/

/***** footer *****/
div.footer
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 220px;
    background-image: url("../images/footer-small.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    position: relative;
}

div.contact {
    position: absolute;
    bottom: 0px;
    right: 50%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #B05529;
    background-color: #EBCF9FCC;
    shape-image-threshold: 30%;
    text-align: left;
    border: 1px solid #EBCF9F;
    border-radius: 0px 20px / 30px;
}

div.contact p {
    line-height: 20px;
}
/***** /footer *****/

/***** media *****/
@media screen and (max-width: 1100px) {
    #hmenu {
        display: none;
    }

    #vmenu {
        display: inline-block;
    }
    
    table.tarifs {
        font-size: 2em;
    }
    
    nav a {
        font-size: 2em;
    }
    
    div.contact {
        right: 10px;
    }
    
    div.contact p {
        line-height: 32px;
        font-size: 2em;
    }
}
/***** /media *****/
