﻿body
{
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width:100%;
}

h1, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #c9a965;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    padding: 20px
}


.boutontelephone {
    position: fixed;
    top: 170px;
    right: 0px;
    float: initial;
    z-index: 200;

    }

h1
{
    font-size: xx-large;
    color: #9E7D38;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    padding: 20px
}

h2
{
   font-size: 3em;
    color: #c9a965;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom:5px;
    font-family:freestyle Script
}

h2.complement
{
     font-size: xx-large;
    color: #555555;
}
h3
{
    font-size: 1.8em;
    margin-top: 0px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.coinarrondi
{ 
    border: solid thin #C0C0C0;
    border-radius: 1em;
    box-shadow: grey 0.5em 0.5em 0.5em;
    margin:0px 1.5% 3% 1.5%;
}

p
{
    color : #333333;
    margin-bottom: 10px;
    line-height: 1.6em;
    margin-top: 0px;
    font-size: x-large;
    text-align: left;
    padding: 20px
}

.zoom:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    width:100%
}

.premierplan
{
    z-index:100;
    position:relative;
}
.tailletable
{
    table-layout:fixed;
    width:86%;
    vertical-align:top;
    padding-right: 20px; 
    padding-left: 20px;
    font-size: x-large; 
    text-align: center;
}
.diventete
{
    position:absolute;
    top:0px;
    left:0px;
   
}

.diventete2
{
    position:relative;
    top:30px;
    left:30px;
}

.bouton_plus_moins
{
height:30px;
width:30px;
color:grey;
font-size:large;
border:none;
cursor:pointer;
}
.boutonmenu
{
    position:fixed;
    top:0px;
    right:0px;
    float:initial;
    z-index:200;
}


#grayBack 
{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: black;
     z-index: 1999;
     opacity: 0.5;
}

#customPopup 
{
     position: fixed;
     display: none;
     left: 50%;
     top: 50%;
     z-index: 2000;
     padding: 20px;
     width: 560px;
     background-color: #EEEEEE;
     font-size: 12px;
     line-height: 16px;
     color: #202020;
     border : 3px outset #555555;
}

.boutonlogomya
{
    position:fixed;
    top:5px;
    left:5px;
    float:initial;
    z-index:200;
}

.boutonlogohestia
{
    position:fixed;
    top:45px;
    left:5px;
    float:initial;
    z-index:200;
}

.boutonretour
{
    position:fixed;
    top:5px;
    left:0px;
    float:initial;
    z-index:200;
    width:3%;
}
.boutonmyassist {
    position: fixed;
    bottom: 10px;
    right: 120px;
    float: initial;
    z-index: 200;
}
.boutonfacebook
{
    position:fixed;
    bottom:10px;
    right:60px;
    float:initial;
    z-index:200;
}
.boutoninstagram
{
    position:fixed;
    bottom:10px;
    right:10px;
    float:initial;
    z-index:200;
}

.boutondevis
{
    border-style: none;
    text-align: center;
    background-color: #c9a965;
    font-size: 150%;
    cursor: pointer;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    width: 50%;
    height:150%;
}

.boutonmenubas
{
    -webkit-appearance: none;
    border-style: none;
    width: 190px;
    height: 60px;
    background-color: #c9a965;
    font-size: large;
    cursor: pointer;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 2px;
        transition: all .5s;
}
.boutonmenubas:hover {
        background: #90763f;
        transition: all .5s;
}

.labelpersonnel {
    font-size:large;
   color:gray;
}

.textboxpersonnel {
}

/* ---------- Menu ASP----------*/
    .dynamic
    {
        left: -160% ;
        bottom:-20%;
        transition: all .5s;
    }
   
/*zoom */
    .parent {
    overflow: hidden;
    cursor: pointer;
    border-radius: 1em;
}

.child {

    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color:black;
    transform: scale(1.008);
}

.parent:hover .child,
.parent:focus .child {
  -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.parent:hover .child:before,
.parent:focus .child:before {
  display: block;

}

/* ---------- Menu html----------*/

.imgmenu {
    border-radius:25px;
    vertical-align: middle;
    float:left;
    margin:10px 10px 10px 10px
}

#menu-demo2 img {
width:100px;
}

#menu-demo2, #menu-demo2 ul{
}

#menu-demo2 li{
/*display:inline-block;*/
overflow:hidden;
-moz-transition: .8s all .0s;
-webkit-transition: .8s all .0s;
transition: .8s .0s;
}

#menu-demo2 ul li{
display:inherit;
}

#menu-demo2 ul li:last-child{
border-radius:0px 0px 25px 25px;
}
#menu-demo2 ul li:first-child{
border-radius:25px 25px 0px 0px;
}

#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
overflow:hidden;
left: 0;
right: 0;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}

#menu-demo2 li:hover ul{
max-height:50em;
}

/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#c9a965;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child li:hover{
background:#90763f;
overflow:hidden;
}

/* les a href */
#menu-demo2 a{
text-decoration:none;
color:#fff;
font-size:large;
font-family:Arial;
}
#menu-demo2 ul a{
padding-bottom:100%;
padding-left:100%;
}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
padding-bottom:100%;
padding-left:100%;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#fff;

}
.scrollbar{
    overflow-y: scroll;
          }




/* CSS du back-office, accès des tiers (personnel, prestataire, client)*/

.scrolling {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bouton{
       -webkit-appearance: none;
    cursor:pointer;
    background-color:#c9a965;
    border:none;
    width:100%;
    height:100px;
    font-size:500%;
    color:white;
    margin:2px;
    font-family:Arial;
}

.commande{
    margin:0px 1px 0px 0px;
    padding:0px;

}
#div_bouton_commande{
    display:flex;
    align-items:flex-end;
}

.bouton_pointage{
           -webkit-appearance: none;
    cursor:pointer;
    border:none;
    width:100%;
    height:100px;
    font-size:500%;
    margin:2px;
    font-family:Arial;
}

.sousbouton{
    margin-left:35%;
    padding-left:7%;
    text-align:left;
    font-style:italic;
    font-size:5em;
    background-color: #af873e;
    width:64%;

}
.soussousbouton{
    margin-left:40%;
    padding-left:7%;
    text-align:left;
    font-style:italic;
    font-size:4em;
    background-color: #82652F;
    width:59%;

}

.general{
    margin:2px;
    font-family:Arial;
    font-size:500%;
    width:100%; 
}

.boutonadmin{
    height:20px;
    width:20px;
}

.radiobl{
    display:inline-block;
}

.pointeur{
    cursor:pointer
}