/* CSS */
/***************/
/* Back-office */
/***************/
.paragraphe {
    border: 1px dashed #C00000;
    margin-bottom: 5px;
}

#backoffice_menu_haut {
    width: 100%;
}

/******************/
/* Positionnement */
/******************/
body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: Arial;
    color: #000000;
    font-size: 0.8em;
    background: #b1b1b1;
    /*line-height:25px;*/
    margin: 0;
    padding: 0;
    background-color: #b6b6b6;
    /*background-image: url(../images/body.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;*/;
}

#conteneur {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
    background-color: #FFFFFF;
    background-position: left 40px;
    background-repeat: repeat-x;
    min-height: calc(100% - 20px);
    padding-top: 20px;
}

#conteneur.sans_onglet {
    background-position: left 0px;
    text-align: center;
}

#conteneur.sans_onglet #header p {
    display: none;
    padding: 0;
}

#conteneur.sans_onglet #gauche #menuadmin {
    display: none;
    padding: 0;
}

#conteneur.sans_onglet #droite {
    display: none;
}

#conteneur.sans_onglet > table {
    width: 200px!important;
    margin: 0;
    text-align: left;
    margin-top: 10%;
    margin-left: 25%;
}

#conteneur.sans_onglet > table > tbody > tr > td:first-child {
}

#conteneurpopup {
    position: absolute;
    width: 640px;
    left: 10px;
    /*margin-left: -200px;*/
    background-color: #FFFFFF;
    /*** style-impression   
    position: relative;
    width: 740px;
    left: 50%;
    margin-left: -350px;
    background-color:#FFFFFF;
    ***/;
}

#header {
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 70px;
    width: 13%;
    position: absolute;
    top: 0px;
    background-image: url(../images/backoffice/logo_client.jpg);
    background-size: auto 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-left: 0px;
    color: #000000!important;
    z-index: 50;
    left: 0px;
    background-color: #fff/*dynamique*/;
}

#backoffice_menu_haut:hover + #header {
    top: 0px;
}

#headerpopup {
    margin: 0;
    padding: 0;
    height: 50px;
    background-image: url(../images/bandeau_haut_admin_popup.jpg);
    background-repeat: no-repeat;
    background-color: #1C4064;
}

#header img, #headerpopup img {
    padding: 5px 5px 0 0;
    text-align: left;
    float: left;
}

#header p, #headerpopup p {
/*     font-family:Verdana,Arial,sans-serif;
    color: #3c3c3c;
    font-size:11pt;
    font-weight:bold;
    text-transform:uppercase;
    border-left:1px solid #fff;
    padding-left: 30px;
    padding-top:8px;
    padding-bottom:8px;
    margin:0;
    line-height:25px;
    width:400px; */
    display: none;
}

#haut {
    display: none;
    position: absolute;
    top: 85px;
    left: 200px;
    margin: 0;
    padding: 0;
    width: 660px;
    text-align: center;
    height: 18px;
    color: #184163;
    font-size: 20px;
    /*** style-impression
    display:none; 
    ***/;
}

#conteneur.sans_onglet #haut {
    top: 45px;
}

#haut p {
    margin: 0;
    padding: 0 0 0 5px;
    color: #1C4064;
}

#haut a {
    text-decoration: none;
    color: #ff3919;
}

#haut a:visited {
    text-decoration: none;
    color: #ff3919;
}
.fiche_resa .title_fiche h3{
    text-align:left;
    font-size:20px;
    display:inline-block;
    width:50%;
}
.dispo{
    display:inline-block;
    font-size:15px;
}
.title_fiche{
    background-color:#fff;
    padding:10px;
}
.info_fiche{
    margin-top:15px;
}
.info_fiche > div{
    font-size:16px;
    margin-bottom:5px;
}
.info_fiche > div:last-child{
    margin-bottom:0px;
}
.list_resa{
    margin-top:15px;
  
    max-width:500px;
    margin:auto;
    margin-top:30px;
}
.block_resa{
    position:relative;
font-size:14px;
line-height:20px;
    display:inline-block;
    width:100%;
      background-color:#fff;
    padding:10px;
    border:1px solid #ddd;
}
.block_resa .etat, .block_resa .formule{
    display: block;
}
.place{
    position:absolute;
    top:10px;
    right:10px;
}
.list_creno{
    display:block;
}
.creno{
    margin-top:15px;
}
#gauche {
    position: absolute;
    border-right: 2px solid #2c2c2c;
    vertical-align: top;
    left: 0;
    padding-top: 0px;
    top: 0;
    margin: 0 0 0 0;
    width: 13%;
    height: 100%;
    color: #FF9900;
    background-color: #2c2c2c;
    display: inline-block;
    z-index: 23;
    background-image: url(../images/logo-carre.png);
    background-repeat: no-repeat;
    background-position: 50% 95%;
    background-size: 70%;
    /*** style-impression
    display:none; 
    ***/;
}

#conteneur > table {
    display: inline-block;
    width: 86%;
    margin-left: 13.5%;
    padding-bottom: 50px;
    min-width: 763px;
    /* height:100%; */;
}

#conteneur > table > tbody,#conteneur > table > tbody > tr {
    width: 100%;
    display: block;
}

#conteneur > table > tbody > tr > td:first-child {
    width: 79%;
    display: inline-block;
}

#conteneur > table > tbody > tr > td:nth-child(2) {
    width: 275px;
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: top;
}

#droite {
    margin: 0 0 0 0;
    width: 260px;
    color: #1c1c1c;
    margin: 10px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 20px;
    border: 1px #bbbbbb solid;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#droite .bloc_droite p {
    line-height: 40px;
    ;
}

#gauche + #centreadmin {
    width: 83%;
    margin-left: 14%;
    margin-top: 0;
}

#centreadmin {
    background-color: #f0f0f0;
    margin: 10px;
    margin-right: 5px;
    padding: 20px;
    border: 1px #cccccc solid;
    width: 95%;
    /*** style-impression
    background-color:#FFFFFF;
    margin:0;
    ***/;
}

#centreadmin > table tr:first-child {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #333333;
}

#centreadmin > table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

#centreadmin > table tr:nth-child(even) {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

#centreadmin > table tr:nth-child(odd) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

#centreadmin > table td {
    font-size: 13px!important;
    padding: 0 10px;
    line-height: 30px;
}

#centreadmin > table tr:first-child th a {
    color: #333333!important;
    padding: 5px 10px!important;
    line-height: 30px;
}

#centreadminpopup {
    background-color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    /*** style-impression
    background-color:#FFFFFF;
    margin:0;
    ***/;
}

#centreetgaucheadmin {
    background-color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    /*** style-impression
    background-color:#FFFFFF;
    margin:0;
    ***/;
}

#centreadmin label {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
    width: 150px;
    display: inline-block;
}
/* Image non imprimable */
img.noprint {
    /*** style-impression
    display:none;
    ***/
    padding: 0 5px 0px 0px;
    vertical-align: middle;
}

img.picto {
    padding: 0 2px 0 0 !important;
}

#piedadmin {
    /*** style-impression
    height: 30px;
    margin: 0;
    background-color: #EFF3F7;
    border-top:2px solid #184163;
    text-align:center;
    ***/
    height: 30px;
    padding-top: 10px;
    margin-right: 0px;
    background-color: #EFF3F7;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

#piedadminpopup {
    /*** style-impression
    height: 30px;
    margin: 0;
    background-color: #EFF3F7;
    border-top:2px solid #184163;
    text-align:center;
    ***/
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #EFF3F7;
    border-top: 2px solid #184163;
    text-align: center;
}
/* menu administration */
dl, dt, dd {
    margin: 0;
    padding: 0;
}

#menuadmin {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    background-color: #2c2c2c;
    width: 100%!important;
    padding: 0;
    margin: 0;
    margin-top: 70px;
}

#menuadmin ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    /* border-left: 1px solid #ccc; */;
}

#menuadmin > ul  li {
    width: 100%;
    background-color: #037097/*dynamique*/;
    display: block;
}

#menuadmin ul li > a, #menuadmin ul li > a:visited {
    font-family: verdana;
    text-decoration: none;
    display: block;
    color: #fff/*dynamique*/;
    line-height: 15px;
    height: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 13px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #f4f4f4;
    background-image: url('../images/FLECHE-MENU.png');
    background-size: 20px;
    background-position: 95%;
    background-repeat: no-repeat;
    border-bottom: 1px solid#adadad;
}

#menuadmin ul li a.selected, #menuadmin ul li a.selected:visited {
    color: #fff;
    border-right: 1px solid #999;
    border-left: 1px solid #ccc;
    background-image: url('../images/FLECHE-MENU-BAS.png');
}

#menuadmin ul li a:hover, #menuadmin ul li.linkselected a {
    background-color: #e11f16/*dynamique*/;
    color: #fff/*dynamique*/;
    background-image: url('../images/FLECHE-MENU-BAS.png');
}

#menuadmin ul li a:hover,
#menuadmin > ul > li:hover {
    color: #fff;
}

#menuadmin ul li:hover a {
    background-image: url('../images/FLECHE-MENU-BAS.png');
}

#menuadmin table tbody,#menuadmin table tbody tr, #menuadmin table tbody tr td {
    width: 100%;
    display: inline-block;
}

#menuadmin table {
    margin: 0;
    display: none;
    left: 0px;
    top: 0px;
    border-collapse: collapse;
    font-size: 9px;
    width: 100%;
    /*opacity : 0.60;*/
    /*-moz-opacity : 0.60;*/
    /*-ms-filter: "alpha(opacity=60)";*/ /* IE 8 */
    /*filter : alpha(opacity=60);*/ /* IE < 8 */
    z-index: 20 !important;
    margin-top: 0px;
    background-color: #eeeeee;
}

/*******************************/
#menuadmin ul li.linkselected table {
    display: inline-block;
}

#menuadmin table  ul {
    margin-left: -1px;
}

#menuadmin ul li table ul li {
    background: transparent;
}

#menuadmin ul li ul li a {
    display: inline-block;
    color: #2c2c2c!important/*dynamique*/;
    padding: 0px;
    background: transparent!important;
    border: none;
    padding: 10px 0;
}

#menuadmin ul li ul li a:first-child {
    padding-left: 10px;
    font-size: 12px;
}

#menuadmin ul li ul li a:nth-child(2),#menuadmin ul li ul li a:nth-child(3) {
    float: right;
    padding: 5px 0;
}
/*
#menuadmin ul li.COMMUNAUTE:hover ul li a {
    width:250px;
}
*/
#menuadmin ul li ul.scroller {
    width: 250px;
    overflow: auto;
}

#menuadmin ul li ul li:hover {
    background-color: #a9cf38/*dynamique*/;
}

#menuadmin ul li ul li:hover a {
    color: #2c2c2c!important/*dynamique*/;
}

#menuadmin ul li:hover ul li a.drop {
    /*background:#000;*/;
}

#menuadmin ul li:hover ul li a:hover {
    color: #fff;
    /*background:#000;*/;
}

#menuadmin ul li:hover ul li a:hover.drop {
    /*background:#000;*/
    color: #b0fc14;
}

/* niveau 3 */
#menuadmin ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 200px;
    top: 0;
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
}
/*#menuadmin ul li:hover ul li ul a {display:block; background:#606060; color:#FFF;border-bottom:1px solid #000;text-transform:none;}
/*#menuadmin ul li:hover ul li ul li a:hover {background: #ffe670;}*/

/* =============================================================================
 * End of Menu
 * ===========================================================================*/



/* Rechercher */
#recherche {
/*height: 25px;*/
    padding: 0;
    margin: 2px 0 2px 4px;
    color: #FFFFFF;
}

span.resultat_recherche {
    font-weight: bold;
    color: #C00000;
}

#recherche form {
    margin: 0;
    padding: 0;
}

#recherche p {
    clear: both;
    margin: 0;
    padding: 0;
}

#recherche input {
    border-style: none;
    font-size: 7pt;
}
/* Fin positionnement */
/**********************/




#formEdition .cartouche tr + tr,#formEdition .cartouche input + tr,
#formEdition .cartouche tr {
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #aaa;
}
/* #formEdition .cartouche >tr td:first-child{
    width:
} */

.cartouche tr + tr:nth-child(even),.cartouche input + tr:nth-child(even) {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.cartouche tr + tr:nth-child(odd), .cartouche input + tr:nth-child(odd) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

/******************/
/* Anciens styles */
/******************/
.titre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF9900;
    font-weight: bold;
}

.titre a {
    color: #FF9900;
    text-decoration: underline;
    font-weight: bold;
}

.titre a:visited {
    color: #FF9900;
    text-decoration: underline;
}

.titre a:hover {
    color: #FF9900;
    text-decoration: none;
}

.intitule {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    width: 140px;
}

@media screen and (min-width: 1100px) {
    .intitule {
        width: 200px;
    }
}

.cartouche {
    border-style: none;
}
/* .cartouche tr:first-child, #centreadmin table tr:first-child{
    background-color:#2c2c2c;
    padding:5px;
    height:25px;
    
} */
.cartouche tr:first-child th a, #centreadmin table tr:first-child th a {
    color: #fff;
    padding: 5px 0;
    font-size: 13px;
}

td.header {
    /* rubrique */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent!important;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.obl {
    color: #FC0000;
}

br.clr {
    clear: both;
}

INPUT {
    /*font-family: "Courier New", Courier, mono;*/
    color: #000000;
    padding: 0px 2px 0px 2px;
    /*background-color:#E7EE86;*/;
}

input[type="text"], input[type="password"] {
    display: inline-block;
    height: 18px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.group-form:nth-child(1) input{
	background-color:#e8e8e8!important;
	border:0px!important;
	display:inline-block!important;
	width:calc(100% - 50px)!important;
	font-size:13px;
	padding:15px 12px!important;
	vertical-align:top;
}
.group-form:nth-child(1) img{
	width:35px;
	margin-left:5px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input:-webkit-autofill {
    background-color: #fff;
}
.form_resa{
	max-width:1140px;
	margin:auto;
	position:relative;
	z-index:100;
	background-color:#fff;
border-top: 4px solid #41a62a;
padding:20px;
	    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -ms-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.page_resa{
border: 4px solid #41a62a;	
	margin-top:0px;
	margin-bottom:40px;
}
.form_resa:hover{
	    transform: translate(0px, -3px) rotate(0.01deg);
    -moz-transform: translate(0px, -3px) rotate(0.01deg);
    -webkit-transform: translate(0px, -3px) rotate(0.01deg);
    -ms-transform: translate(0px, -3px) rotate(0.01deg);
    -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
}
.form_resa{
	margin-top:50px;
	font-size:0;
}
.title_form{
	padding: 50px 40px;
    border-right: 1px solid #e8e8e8;
   	font-style:italic;

   display:inline-block;
}
.form_block{
	display:inline-block;
	width:calc(100% - 205px);
	padding: 0 15px;
	vertical-align:top;
}
.group-form select,
.group-form input[type='text']{
	    background-color: #e8e8e8;
    padding: 0 18px 0 12px;
    line-height: 50px;
    height: 50px;
    box-sizing:border-box;
    font-size: 13px;
    color: #000;
    border: none;
    min-width:0px;
    margin: 0;
    width: 100%;
}
.group-form input[type="submit"]{
	background-color:#41a62a;
	border-radius:40px;
	text-transform:uppercase;
	font-weight:300;
	    font-size: 14px;
    font-weight: 400;
	padding:15px 30px;
	margin-top:20px;
}
.group-form:nth-child(1){
	width: 20%;
}
#contenu .group-form:nth-child(1) input{
	background-color:#e8e8e8!important;
	border:0px!important;
	display:inline-block!important;
	width:calc(100% - 50px)!important;
	font-size:13px;
	padding:15px 12px!important;
}
#contenu .group-form:nth-child(1) img{
	width:35px;
	margin-left:5px;
}
.group-form:nth-child(2){
	width: 10%;
}
.group-form:nth-child(3){
	width: 12%;
}

.group-form:nth-child(4){
	width: 15%;
}
.group-form:nth-child(5){
	width: 25%;
}
.group-form input[type="date"]{
	    background-color: #e8e8e8;
    padding: 0 18px 0 12px;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    color: #000;
    border: none;
    margin: 0;
    width: 100%;
}
.group-form{
	display:inline-block;
	    padding: 40px 5px 50px;
	vertical-align:top;
}
.group-form label{
	color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
  	display:block;
}
.title_form h5{
	margin:0;
	color:#222;
	font-weight:400;
	line-height:30px;
		font-size: 24px!important;
}
.title_form strong{
	display:block;
	font-style:normal;
}
.group-form:nth-child(2){
	width: 10%;
}
.group-form:nth-child(3){
	width: 12%;
}

.group-form:nth-child(4){
	width: 15%;
}
.group-form:nth-child(5){
	width: 25%;
}
.group-form input[type="date"]{
	    background-color: #e8e8e8;
    padding: 0 18px 0 12px;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    color: #000;
    border: none;
    margin: 0;
    width: 100%;
}
.group-form{
	display:inline-block;
	    padding: 40px 5px 50px;
	vertical-align:top;
}
.group-form label{
	color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
  	display:block;
}
.title_form h5{
	margin:0;
	color:#222;
	font-weight:400;
	line-height:30px;
		font-size: 24px!important;
}
.title_form strong{
	display:block;
	font-style:normal;
}
select {
    background: white;
    min-width: 200px;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.right_calendar a{
    padding:3px 5px;
    font-size:12px;
}
.navbox a,.right_calendar a,.entete_resa .title_resa a {
    -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background: -moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color: #b8e356;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #86ae47;
    text-transform: uppercase;
}
.navbox a{
    margin-left:10px;
}
.fixedtopcol .entete_resa{
    position:fixed;
    width:81.65%;
    top:0px;
}
.fixedtopcol .title_resa{
    padding-top:20px!important;

}
.entete_resa .title_resa a{
    margin-top:10px;
    font-size:12px;
    padding:5px;
}
.navbox{
    text-align:center;
    margin-bottom:10px;
}
input[type='submit'],
input[type='button'],
a.bouton, a.bouton:visited,
td.footer a,.navbox a {
    -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background: -moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color: #b8e356;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #86ae47;
    text-transform: uppercase;
}

td.footer a {
    padding: 4px 15px;
}

input[type='submit']:hover,input[type='button']:hover,a.bouton:hover, a.bouton:visited {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
    background: -moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
    background-color: #a5cc52;
    color: #fff;
}

input[type='submit']:active,input[type='button']:active {
    position: relative;
    top: 1px;
}



/* Fin Anciens styles */
/**********************/

/*****************/
/* Autres styles */
/*****************/

h1.hidden {
    display: none;
}

.date {
    color: #808080;
}

.copyright {
    color: #FF9900;
}

.alerte {
    background: #C00000;
    color: #FFFFFF;
    padding: 0 2px 0 2px;
}

div.ariane {
    clear: both;
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 8pt;
}

.ariane a {
    color: #184163;
    text-decoration: none;
    font-weight: normal;
}

.ariane a:visited {
    color: #184163;
    font-weight: normal;
}

.ariane a:hover {
    color: #000000;
    font-weight: normal;
}

/*#D8DCE5*/
.mouseon {
    background-color: #ccc;
}

.mouseout {
    background-color: #FFFFFF;
}
/***************************************************/

.prevnext {
    margin: 0;
    padding: 2px;
    font-style: italic;
    width: 100%;
}

.prevnext a {
    font-style: normal;
    color: #fff;
    background-color: #b0da55;
    margin: 0 0px 0 5px;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0px #86ae47;
    text-decoration: none;
    font-size: 12px;
}

.prevnext a:hover, .prevnext a.selected {
    background-color: #83c41a;
    color: #fff !important;
}

/***************************************************/
/*     Affichage des erreurs                       */
/***************************************************/
.blocValide {
    padding: 10px;
    margin: 5px;
    background-color: #c0ffc0!important;
    border: 1px solid #008000!important;
    font-weight: bold;
    font-size: 12px;
}

.blocAlerte {
    padding: 10px;
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FFCCCC!important;
    border: 1px solid #FF0000!important;
    font-weight: bold;
    font-size: 12px;
}

.blocAlerte .alerte {
    color: #000000!important;
    padding: 0!important;
    margin: 0!important;
}

.blocAlerte p {
    padding: 0!important;
    margin: 0!important;
}

.blocAlerte ul li strong, .blocAlerte ul li a {
    color: #FF0000!important;
    padding: 0!important;
    margin: 0!important;
}

select.alerte {
    background-color: #FFCCCC!important;
}

/************************/


label {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
    width: 150px;
    display: inline-block;
}

legend {
    color: #3c3c3c;
    font-weight: bold;
    font-size: 12px;
}

fieldset {
    border-color: #3c3c3c;
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    font-size: 8pt;
    margin: 0;
    padding: 0;
    line-height: 12pt;
    height: 100%;
}

h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12pt;
    margin-top: 0;
}

h3 {
    color: #3c3c3c;
    font-size: 9pt;
    margin: 5px 0;
    padding: 0;
    line-height: 12pt;
    text-transform: uppercase;
}

h4 {
    color: #184163;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    line-height: 12pt;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
}
.new_creneau .info_pas_dispo{
	text-align:center;
	font-size:20px;
	margin-bottom:40px;
}
.row_creneau h4{
	margin:0px;

	margin-bottom:15px;
}
.row_creneau table{
	margin-bottom:40px;
	max-width:100%;

}
.row_creneau table td,.row_creneau table th{
	padding:10px 15px;
	font-size:14px!important;
}

.row_creneau{
	display:block;
	font-size:14px!important;

}

.row_creneau table th{
	background-color:#41a62a;
	font-weight:normal;
	color:#fff;
	border-left:1px solid #fff;
	text-transform:uppercase;
	font-weight:600;
}
.row_creneau table td a{
	display:inline-block;
	color:#fff;
	padding:5px 10px;
	background-color:#41a62a;
}
.row_creneau table th:last-child{
	background-color:transparent;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    font-size: 8pt;
}
.group_form_resa:first-child{
    display:block;
}
.group_form_resa{
    display:inline-block;
    vertical-align:top;
    padding:0 15px;
    margin-top:20px;
    position:relative;
}
.group_form_resa .intitule{
    margin-bottom:10px;
    display:block;
}

.group_form_resa textarea{
    padding:5px;
    width:250px;
    height:100px;
}
.group_form_resa label{
    width:100px!important;
}
.daybox{
    display:flex;
}
.entete_resa .title_resa{

    font-size:16px;
    padding:10px;
        height:30px;
    border-bottom:1px solid #ccc;
    margin-bottom:0px;
    font-weight:bold;
    text-align:center;
          -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow:hidden;
}
.entete_resa .title_resa{
    height:110px;
}
.entete_resa .title_resa a{
    display:block;

}
.navbox a{

}
.h_resa{
  background-color:#333;
  color:#fff;
  padding:10px;
  width:40px;
}
.place_resa{
 
    text-align:right;
}
.bodymix #conteneur > table > tbody > tr > td:first-child {
    width:100%;
}
.info_resa{
    
    font-size:15px;
    border-bottom:1px solid #ccc;
    display:flex;
    height:70px;
}
.size_1{
    height:50px;
}
.size_2{
    height:100px;
}
.size_3{
    height:150px;
}
.size_4{
    height:200px;
}
.right_calendar a{
    display:block;
}
.right_calendar{
    padding:10px;
}
.day_resa{

    width:14%;
    vertical-align:top;
    border:1px solid #ccc;
    border-right:0px;
    background-color:#fff;
    border-top:0px;
    box-sizing:border-box;

}
.entete_resa{
    width:100%;
  
}
.entete_resa .div_top{
      border-top:1px solid #ccc;
    width:14%;
vertical-align:top;
    display:inline-block;
    border-left:1px solid #ccc;
    background-color:#fff;
    box-sizing:border-box;
}
.day_resa > ul {
    padding:10px;
    font-size:18px;
    margin:0;
    margin-top:20px;
}
.day_resa > ul > li{
    list-style:none;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
}
.entete_resa .div_top:last-child{
    border-right:1px solid #ccc;
}
.day_resa:last-child .info_resa{
      border-right:1px solid #ccc;
}
/*
td.footer a{
    background-color:#2c2c2c;
    color:#fff;
    font-size:13px;
    padding:7px 15px;
    height:30px;
    margin-left:-3px;
    margin-right:-3px;
    text-decoration:none;
}
td.footer a:hover{
    
}
td.footer{
    color:#2c2c2c;
}
*/
#droite .bouton {
    padding: 0px 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px 0;
}

a {
    color: #2c2c2c;
    font-weight: bold;
}

a:visited {
    color: #2c2c2c;
    text-decoration: underline;
}

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}

a.petit {
    font-style: italic;
    font-weight: normal;
}

a.petit:visited {
    font-style: italic;
    font-weight: normal;
}

a.petit:hover {
    font-style: italic;
    font-weight: normal;
}

a.lieninvisible {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.lieninvisible:visited {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.lieninvisible:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gauche + p {
    display: none;
}

td.intitule + td {
    font-size: 14px;
}

td.intitule + td input {
    font-size: 14px;
}

#dREP_ARBO0 a,#dREP_ARBO0 .dTreeNode {
    font-size: 14px;
}

#gauche + p + fieldset {
    margin-left: 18%;
}

@media screen and (max-width:1650px) and (min-width:1350px) {
    #gauche {
        width: 17%;
    }

    #gauche + p + fieldset {
        margin-left: 18%;
    }

    #conteneur > table {
        margin-left: 17%;
        width: 82%;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 72%;
        margin-right: 1%;
    }

    #header {
        width: 17%;
    }

    #gauche + #centreadmin {
        width: 78%;
        margin-left: 18%;
        margin-top: 0;
    }
}

@media screen and (max-width:1350px) and (min-width:1150px) {
    #gauche + p + fieldset {
        margin-left: 20%;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #conteneur > table {
        margin-left: 19%;
        width: 81%;
    }

    #gauche {
        width: 19%;
    }

    #gauche + #centreadmin {
        width: 76%;
        margin-left: 20%;
        margin-top: 0;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 97%;
        display: inline-block;
    }

    #header {
        width: 19%;
    }
}

@media screen and (max-width:1150px) and (min-width:1000px) {
    #gauche + p + fieldset {
        margin-left: 23%;
    }

    #gauche {
        width: 22%;
    }

    #conteneur > table {
        margin-left: 22%;
        width: 78%;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 97%;
        display: inline-block;
    }

    #header {
        width: 22%;
    }

    #gauche + #centreadmin {
        width: 72.5%;
        margin-left: 23%;
        margin-top: 0;
    }
}

@media screen and (max-width:800px) and (min-width:0px) {
    .sans_onglet #gauche {
        display: none;
    }

    div.sans_onglet {
        padding: 0!important;
        width: 800px!important;
    }

    .sans_onglet > table {
        margin: auto!important;
        width: 500px!important;
        max-width: 500px;
        min-width: 500px!important;
        display: block;
    }

    .sans_onglet > table #centreadmin {
        width: 500px;
    }

    #gauche {
        position: absolute;
        width: 800px;
        padding-top: 0px;
        height: 40px!important;
        overflow: visible;
        left: 0px;
        top: 0px;
        background: transparent;
        border-right: 0px;
        border-right: 0px;
    }

    #gauche + p + fieldset {
        margin-left: 1%;
    }

    #menuadmin > ul {
        height: 40px;
        width: 100%;
    }

    #gauche > #menuadmin {
        height: 40px;
        width: 100%;
        background-color: #037097/*dynamique*/;
        margin-top: 0;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #gauche > #menuadmin > ul > li {
        display: inline-block;
        width: auto;
        margin-right: -3px;
        vertical-align: top;
        border-right: solid 1px #fff;
        overflow: visible;
    }

    #gauche > #menuadmin > ul > li > a {
        border-top: none;
        padding-right: 30px;
        padding-left: 12px;
        border-bottom: none;
    }

    #gauche > #menuadmin ul li table {
        width: 220px;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #backoffice_menu_haut {
        top: 40px!important;
        width: 193px!important;
        overflow: visible;
        height: 170px!important;
        right: -153px!important;
        left: auto!important;
        border-top: none!important;
        -webkit-transition: right .5s ease-out;
    }

    #backoffice_menu_haut:after {
        -webkit-border-radius: 15px!important;
        -webkit-border-top-right-radius: 0!important;
        -webkit-border-bottom-right-radius: 0!important;
        -moz-border-radius: 15px!important;
        -moz-border-radius-bottomright: 0!important;
        -moz-border-radius-topright: 0!important;
        border-radius: 15px!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
        top: 0px!important;
        left: 0px!important;
    }

    #backoffice_menu_haut:hover {
        width: 193px!important;
        right: 0px!important;
    }

    #conteneur {
        width: 800px;
        padding-top: 50px;
         min-height: calc(100% - 50px);
    }

    #backoffice_menu_haut table {
        height: 160px!important;
        width: 150px!important;
    }

    #backoffice_menu_haut table tbody {
        width: 150px!important;
    }

    #backoffice_menu_haut table tr td {
        display: block;
    }

    #backoffice_menu_haut table tr td a {
        border-left: none;
        width: 110px;
        border-bottom: 1px solid #fff;
    }

    #conteneur > table {
        width: 100%;
        margin-left: 0;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 98%;
        display: inline-block;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #gauche + #centreadmin {
        margin-left: 20px;
        width: 720px;
    }

    #header {
        display: none;
    }
}

@media screen and (max-width:1000px) and (min-width:800px) {
        
    #gauche + p + fieldset {
        margin-left: 1%;
    }

    .sans_onglet #gauche {
        display: none;
    }

    div.sans_onglet {
        padding: 0!important;
        width: 100%!important;
    }

    .sans_onglet > table {
        margin: auto!important;
        width: 500px!important;
        max-width: 500px;
        min-width: 500px!important;
        display: block;
    }

    .sans_onglet > table #centreadmin {
        width: 500px;
    }

    #gauche {
        position: absolute;
        width: 100%;
        padding-top: 0px;
        height: 40px!important;
        overflow: visible;
        left: 0px;
        top: 0px;
        background: transparent;
        border-right: 0px;
    }

    #menuadmin > ul {
        height: 40px;
        width: 100%;
    }

    #gauche > #menuadmin {
        height: 40px;
        width: 100%;
        background-color: #037097/*dynamique*/;
        margin-top: 0;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #gauche > #menuadmin > ul > li {
        display: inline-block;
        width: auto;
        margin-right: -3px;
        vertical-align: top;
        border-right: solid 1px #fff;
        overflow: visible;
    }

    #gauche > #menuadmin > ul > li > a {
        border-top: none;
        border-bottom: none;
        padding-right: 30px;
        padding-left: 12px;
    }

    #gauche > #menuadmin ul li table {
        width: 220px;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #backoffice_menu_haut {
        top: 40px!important;
        width: 193px!important;
        overflow: visible;
        height: 170px!important;
        right: -153px!important;
        left: auto!important;
        border-top: none!important;
        -webkit-transition: right .5s ease-out;
    }

    #backoffice_menu_haut:after {
        -webkit-border-radius: 15px!important;
        -webkit-border-top-right-radius: 0!important;
        -webkit-border-bottom-right-radius: 0!important;
        -moz-border-radius: 15px!important;
        -moz-border-radius-bottomright: 0!important;
        -moz-border-radius-topright: 0!important;
        border-radius: 15px!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
        top: 0px!important;
        left: 0px!important;
    }

    #backoffice_menu_haut:hover {
        width: 193px!important;
        right: 0px!important;
    }

    #backoffice_menu_haut table {
        height: 160px!important;
        width: 150px!important;
    }

    #backoffice_menu_haut table tbody {
        width: 150px!important;
    }

    #backoffice_menu_haut table tr td {
        display: block;
    }

    #backoffice_menu_haut table tr td a {
        border-left: none;
        width: 110px;
        border-bottom: 1px solid #fff;
    }

    #conteneur > table {
        width: 100%;
        margin-left: 0;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 98%;
        display: inline-block;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #gauche + #centreadmin {
        margin-left: 2%;
        width: 91%;
    }

    #header {
        display: none;
    }

    #conteneur {
        padding-top: 50px;
        min-height: calc(100% - 50px);
    }
}

a.infobulle {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
    border: none;
}

a.infobulle, a.infobulle img {
    border: none;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

a.infobulle:hover {
    background: none;
    z-index: 25;
}

a.infobulle span {
    display: none;
}

a.infobulle:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 3em;
    padding: 2px;
    width: 20em;
    border: 1px solid #7F9DB9;
    background-color: #EDEDED;
    color: #000000;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}

.defaultSkin tr{
    display:table-row!important;
}