@CHARSET "ISO-8859-1";

*{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14pt;
}

body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}


@keyframes blinkingBackground{
		0%		{ background-color: #E21B1BFF;}
		50%		{ background-color: #FFFFFF80;}
		100%	{ background-color: #E21B1BFF;}
	}

@-webkit-keyframes blinkingBackground{
		0%		{ background-color: #E21B1BFF;}
		50%		{ background-color: #FFFFFF80;}
		100%	{ background-color: #E21B1BFF;}
	}

@keyframes blinkingMarque{
		0%		{ background-image: url('../images/icon-x.png');}
		25%		{ background-image: url('../images/icon-x-white.png');}
		50%		{ background-image: url('../images/icon-x.png');}
		75%		{ background-image: url('../images/icon-x-white.png');}
		100%	{ background-image: url('../images/icon-x.png');}
	}

@-webkit-keyframes blinkingMarque{
		0%		{ background-image: url('../images/icon-x.png');}
		25%		{ background-image: url('../images/icon-x-white.png');}
		50%		{ background-image: url('../images/icon-x.png');}
		75%		{ background-image: url('../images/icon-x-white.png');}
		100%	{ background-image: url('../images/icon-x.png');}
	}



.bonjour {
	color:#FFFFFF;
	font-size:70%;
}

/* *********************** */
/* DIV  */
/* *********************** */

div.logo {
	width:100%;
	text-align:center;
	margin-top:10px;
}

div.logo img {
	max-width:95%;
	height:auto;
	border-radius: 5px;
}


div.divMenu {
	position:relative;
	width:100%;
	padding:10px;
}

div.divMenu.groupe {
	display:inline-block;
}


div.tblScroll {
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
	min-height:150px;
	max-height:calc(100vh - 370px);
}

div.rapportTempsTotal{
	width:98%;
	margin:20px 0px 80px 10px;
	padding:10px;
	font-weight:bold;
	background-color:#cfcfcf;
	vertical-align:middle;
	border:1px solid #000;
}

div.receptionTop {
	/*top: 0;*/ 
	/*position: fixed;*/
	width:99%;
	background-color:#FFFFFF;
	border-bottom:2px solid #00274a;
	padding: 5px 0 5px 5px;
	z-index:10000;
}

div.receptionX {
	width:64px;
	height:64px;
	font-size:100%;
	background-image:url('../images/icon-x.png');
  	background-repeat:no-repeat;
  	background-position:left center;
  	background-size:Cover;
  	cursor:pointer;
}

div.photoErreur {
	height:50px;
	line-height:50px;
	vertical-align:middle;	
	background-image:url('../images/icon-error.png');
  	background-repeat:no-repeat;
  	background-position:10px center;
	position:absolute;
	bottom:10px;
	right:10px;
	padding:0 10px 0 60px;
	background-color: #c8e6c9;
	border: 2px solid #46ac4a;
	border-radius: 10px;
}

progress.progBar {
	width:200px;
	height: 10px;
	border:0;
}


/* *********************** */
/* DIV - Thumbnail photos  */
/* *********************** */
div.flexBoxPhoto {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content:space-around;
	width:100%;
	margin:auto;
}

div.flexBoxPhoto > div.thumbnailPhoto {
	/* flex-grow, flex-shrink, flex-basis */
	flex: 1 1 50%;
	width: 90%;
	height: 98%;
	margin:0;
	padding-bottom:9px;
	/*border:2px solid red;*/
}

div.flexBoxPhoto > div.thumbnailPhoto > div.outer > img.thumbnailPhoto.termine {
	filter:gray opacity(0.7);
	-webkit-filter: grayscale(1) opacity(0.7);
	
}

div.flexBoxPhoto > div.thumbnailPhoto > div.outer {
	display:inline-block;
	background-color:#E2E2E2;
	border:2px solid #00274a;
	padding:2px;
	cursor:pointer;
}

div.flexBoxPhoto > div.thumbnailPhoto > div.outer > div.inner {
	max-width:100%;
	max-height:100%;
	padding:2px;
	font-size:75%;
	cursor:pointer;
}

div.flexBoxPhoto > div.thumbnailPhoto > div.outer > div.inner.termine {
	background-image: url("../images/icon-check-vert.png");
	background-repeat: no-repeat;
	background-position: 2px ;
	
	padding:2px 2px 2px 30px;
}

div.infoReception {
	background-color:#C9D2E7;
	border:1px solid #00274a;
	cursor:pointer;
	margin:1px;	
	display:inline-block;
	max-width:190px;
	padding:2px 4px 2px 4px;

	/*
	padding:2px 14px 2px 14px;
	border-radius:15px;
	*/
}

div.infoReception > div {
	font-size:75%;
	border:0;
	
}

div.infoReception > div > span {
	font-size:100%;
	border:0;
}







/* *********************** */
/* TABLE  */
/* *********************** */


/* **********
	 type1 
*********** */
table.type1 {
	border: 1px solid #00274a;	
	border-radius: 5px;
	padding:0;
	
    min-width:100px;
    max-width:600px;
    width:calc(100vw - 10px);
    margin:auto;
}

table.type1.oddEven tbody tr:nth-child(even) {
	background-color:#E2E2E2;
}

table.type1.center {
	margin-left:auto;
	margin-right:auto;
}

table.type1.form td:first-child{
	white-space:nowrap;	
}

table.type1.withBgColor {
	background-color:#ffffff;
}

table.type1.noBorder {
	border:0;
}

table.type1 th {
	background-color:#00274a;	
	color:#FFFFFF;
	font-size:125%;
	font-weight:500;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:40px;
	box-sizing:border-box;
	padding:0px;
}

table.type1 tr.rowRapportPaye th {
	background-color:#8D8D8D;
	color:black;
}

table.type1 tr.section-fonce {
	background-color: #cfcfcf;
}


table.type1 tr.section td {
	background-color: #e5e5e5;
}

table.type1 tr.section-fonce td {
	font-weight:bold;
}

table.type1 tr.rowDate {
	background-color: #C9D2E7;
}

table.type1 td {
	padding:4px;
	text-align:left;	
}


table.type1 tr.iSelected1 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ccdfec;
	transition: all 0.8s;
}
table.type1 tr.iSelected2 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ccdfec;
	transition: all 0.8s;
}

table tr.section-fonce {
	background-color: #cfcfcf;
}



/* **********
	 tableau 
*********** */
table.tableau {
	border: 0;	
	padding:0;
    width:98%;
    margin:auto;
    border-collapse:collapse;
}

table.tableau.center {
	margin-left:auto;
	margin-right:auto;
}

table.tableau.withBgColor {
	background-color:#ffffff;
}

table.tableau th {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color:#00274a;	
	color:#FFFFFF;
	font-size:100%;
	font-weight:500;
	height:40px;
	box-sizing:border-box;
	padding:4px;
	text-align:center;
	border:1px solid #FFFFFF;
}

table.tableau th.rondGauche {
	border-top-left-radius: 5px;
}


table.tableau th.rondDroit {
	border-top-right-radius: 5px;
}

table.tableau tr.section-fonce {
	background-color: #cfcfcf;
}


table.tableau tr.section td {
	background-color: #e5e5e5;
}

table.tableau tr.section-fonce td {
	font-weight:bold;
}

table.tableau td {
	padding:4px;
	text-align:left;
	border:0;	
}

table.tableau tbody.center td {
	padding:4px;
	text-align:center;
	border:0;	
}

table.tableau tbody.left td {
	padding:4px;
	text-align:left;
	border:0;
}


table.tableau tr.iSelected1 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ccdfec;
	transition: all 0.8s;
}
table.tableau tr.iSelected2 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ccdfec;
	transition: all 0.8s;
}

table.tableau tbody tr:nth-child(even) {
	background-color:#E2E2E2;
}


table.tableau tfoot tr:first-child td {
	border-top: 2px solid #00274a;
}


/* **********
 freeze-table
*********** */
table.freeze-table {
	border-spacing: 0;
	padding: 0;
	margin:0;
	border: 0;
}

table.freeze-table thead th {
	top:0px;
	position:sticky;
	position: -webkit-sticky;
	background-color: #e5e5e5;
	z-index: 20;
	min-height:30px;
	height:30px;
	text-align:center;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 7px 5px 0 5px;
}

table.freeze-table th, 
table.freeze-table td {
	/*padding: 5px;*/
	/*outline: 1px solid #ccc;*/
	/*outline-offset: -1px;*/
	border: 1px solid #ccc;
	/*white-space: nowrap;*/
	vertical-align:top;
	background-color:#ffffff;
}

table.freeze-table tr {
	min-height: 25px;
	height:25px;
}

table.freeze-table tr.rowWhite td{
	background-color: #ffffff;
}

table.freeze-table tr.rowGray td{
	background-color:#f0f0f0;
}


table.freeze-table th.colFixed, 
table.freeze-table td.colFixed {
	position: sticky;
	position: -webkit-sticky;
	z-index:40;
	
}

table.freeze-table th.colFixed.hdr, 
table.freeze-table td.colFixed.hdr {
	z-index: 60;
}



table.freeze-table td.receptionJaune {
	background-color:#FFF2CC;
}

table.freeze-table td.receptionVert {	
	background-color:#60CE80;
	border:1px solid #288243;
}

table.freeze-table td.receptionRegistre {
	background-image: url("../images/icon-lock.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color:#C1460B;
	border:1px solid #893207;
	font-size:75%;
}


/* **********
	 top menu 
*********** */
table.top_menu {
	width:100%;
	padding:0px;
	margin:0;	
	margin-bottom:15px;
	border-collapse:collapse;
}

table.top_menu tr {
	background-color:#00274a;
}

table.top_menu td {
	vertical-align:top;
	
}


/* **********
	search bar 
*********** */
table.searchBar {
	width:100%;
	border-collapse:collapse;
	/*border:1px solid rgb(192, 192, 192);*/
	background-color:none;
	
}
table.searchBar td{
	text-align:center;
}




table.hdrTbl {
	width:100%;
	border-spacing:0px;
	background-color:#00274a;
	color:#FFF;
	border:1px solid #00274a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

table.hdrTbl tr td {
	border:1px solid #FFFFFF;
	border-right:0;
	padding: 10px 15px 10px 15px;
	text-align:center;
}

table.hdrTbl tr td:last-child {
	border:1px solid #FFF;
}


table.hdrTbl tr td.rondGauche {
	border-top-left-radius: 5px;
}

table.hdrTbl tr td.rondDroite {
	border-top-right-radius: 5px;
}


/* **********
	 cout 
*********** */
table.cout thead tr td {
	background-color: #e5e5e5;
}


/* **********
	select heure 
*********** */
table.selectHeure {
	width:100%;	
	cursor:pointer;
}

table.selectHeure tr:first-child td {
	border-top:1px solid #00274a;
}

table.selectHeure tr td {
	border-bottom:1px solid #00274a;
	padding:15px;
}

table.selectHeure tr td.selected {
	background-color:#C5CFE4;
	font-weight:bold;
}

table.selectHeure tr td.curTime {
	background-color:rgb(248, 248, 248);
	font-weight:bold;
}

/* **********
	select liste 
*********** */
table.selectListe {
	width:100%;	
	cursor:pointer;
	border-collapse:collapse;
}

table.selectListe tr td {
	border-bottom:1px solid #00274a;
	padding:15px 5px 15px 5px;
}

table.selectListe tr.selected td {
	background-color:#F3BBA0;
}



/* **********
	 Rapport
*********** */
table.rapport {
	border: 1px solid #00274a;
	padding:0;
	width:99%;
    margin:auto;
}

table.rapport.center {
	margin-left:auto;
	margin-right:auto;
}

table.rapport.form td:first-child{
	white-space:nowrap;	
}

table.rapport.withBgColor {
	background-color:#ffffff;
}

table.rapport.noBorder {
	border:0;
}

table.rapport th {
	background-color:#00274a;	
	color:#FFFFFF;
	font-size:125%;
	font-weight:500;
	height:40px;
	box-sizing:border-box;
	padding:0px;
}

table.rapport tr.section-fonce {
	background-color: #cfcfcf;
}


table.rapport tr.section td {
	background-color: #e5e5e5;
}

table.rapport tr.section-fonce td {
	font-weight:bold;
}

table.rapport td {
	padding:4px;
	text-align:left;	
}


table.rapport tr.iSelected1 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ccdfec;
	transition: all 0.8s;
}
table.rapport tr.iSelected2 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ccdfec;
	transition: all 0.8s;
}

table.rapport tr:nth-child(even) {
	background-color: #e5e5e5;	
}

table.rapport tfoot tr td{
	border-top:1px solid #00274a;
	
}


table tr.section td, th {
	background-color: #e5e5e5;
}


/* *********************** */
/* BOUTON 								 */
/* *********************** */

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.btn {
	border:0px;
	background-color: #00274a;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight:400;
	cursor:pointer;
	border-radius:5px;
	font-size:100%;
	vertical-align: middle;
	padding: 10px 15px 10px 15px;
	
	text-align: center;
}

.btn.rouge {
	background-color: #893207;
}

.btn:hover {
	background-color:#FFFFFF;
	color: #00274a;
	border: 1px solid #00274a;
	transition: all 0.3s;
}

.btn.selected {
	background-color:#FFFFFF;
	color: #00274a;
	border: 1px solid #00274a;
}

.btn.disabled {
	background-color:#E5E5E5;
	color: #c0c0c0;
	border: 1px solid #c0c0c0;
	cursor: not-allowed;
}


.btn.menu {
	background-color:#FFFFFF;
	color: #00274a;
	border: 1px solid #00274a;
	width:calc(100% - 20px);	/* on enlève le padding de la balide div */
	margin-top:20px;
	margin-left:10px;
}

.btn.menu.center{
	text-align:center;
}

.btn.menu.center.blinkRed {
	animation: blinkingBackground normal 1.5s infinite ease-in-out;
	-webkit-animation: blinkingBackground normal 1.5s infinite ease-in-out;
	-moz-animation: blinkingBackground normal 1.5s infinite ease-in-out;
	-ms-animation: blinkingBackground normal 1.5s infinite ease-in-out;
}
.btn.menu.noMargin{
	text-align:center;
	margin:0;
}

.btn.menuTbl {
	background-color:#FFFFFF;
	color: #00274a;
	border: 1px solid #00274a;
	width:100%;
	text-align:left;
	padding:5px 0 5px 0;
}

.btn.menuTbl table tr td {
	margin:0;
	padding: 10px 15px 10px 15px;
}

.btn.menuTbl.complete {
	background-image: url("../images/icon-complete-orange.png");
	background-repeat: no-repeat;
	background-position: 10px ;
}

.btn.menuTbl table tr td.colNb {
	border-right:1px solid #00274a;
	text-align:center;
	width:50px;
}

.btn.menuTbl table tr td.col50 {
	border-right:1px solid #00274a;
	text-align:center;
	width:50px;
}

.btn.menuTbl table tr td.col75 {
	border-right:1px solid #00274a;
	text-align:center;
	width:75px;
}

.btn.menuTbl table tr td.col100 {
	border-right:1px solid #00274a;
	text-align:center;
	width:100px;
}

.btn.menuTbl table tr td.col150 {
	border-right:1px solid #00274a;
	text-align:center;
	width:150px;
}

.btn.menuTbl table tr td.col200 {
	border-right:1px solid #00274a;
	text-align:center;
	width:200px;
}

.btn.menuTbl table tr td.col250 {
	border-right:1px solid #00274a;
	text-align:center;
	width:250px;
}

.btn.menuTbl table tr td.col300 {
	border-right:1px solid #00274a;
	text-align:center;
	width:300px;
}

.btn.menuTbl table tr td.col350 {
	border-right:1px solid #00274a;
	text-align:center;
	width:350px;
}

.btn.menu:hover{
	background-color: #00274a;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s;
} 

.btn.menuTbl:hover {
	background-color: #00274a;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s;
}

.btn.menuTbl:hover table td.colNb { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col50 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col75 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col100 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col150 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col200 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col250 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col300 { border-right:1px solid #FFFFFF;}
.btn.menuTbl:hover table td.col350 { border-right:1px solid #FFFFFF;}


.btn.menuTbl.complete:hover {
	background-image: url("../images/icon-complete-blanc.png");
	background-repeat: no-repeat;
	background-position: 10px ;
}



.btn.search {
	padding: 5px 8px 5px 8px;
}

.btn.heure {
	text-align:center;
	width:100%;
	max-width: 150px;
}



.btn.selected.checkVert {
	background-image: url("../images/icon-check-vert.png");
	background-repeat: no-repeat;
	background-position: 10px ;
	
	background-color:#FFFFFF;
	color: #00274a;
	border: 1px solid #00274a;
	
	padding-left:42px;
}



/* *********************** */
/* INPUT 				   */
/* *********************** */

input[type=text], input[type=password], textarea {
	
	border-radius:4px;
	overflow: auto;
	width: 100%;
	margin-bottom:3px;
	margin-right:3px;
	border:1px solid #CCC;
	color: #555;
	font-size: 100%;
	height:40px;
	padding: 2px 6px 2px 6px;
	transition-duration: 0.15s, 0.15s;
	transition-property: border-color, box-shadow;
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type=text].money {
	text-align:right;
	width:calc(100% - 14px);
}

input[type=text].center {
	text-align:center;
}

.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

input[type=text].search
{
	border-radius:4px;
	
	width: 100%;
	padding:2px;
	margin-bottom:3px;
	margin-right:3px;
	border:1px solid #CCC;
	color: #555;
	font-size: 90%;
	line-height:25px;
	height:40px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	transition-duration: 0.15s, 0.15s;
	transition-property: border-color, box-shadow;
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	background-image:url('../images/icon-search.png');
  	background-repeat:no-repeat;
  	background-position:left center;
  	padding-left:20px;
  	
}

input[type=text]:disabled,
input[type=text][disabled]{
	background-color:rgb(229, 229, 229);
	color:black;
	opacity:1;
}

input[type=text].search:-ms-input-placeholder
{
	color: #a3a3a3;
}

input[type=text]:-ms-input-placeholder
{
	color: #a3a3a3;
}
input[type=password]:-ms-input-placeholder
{
	color: #a3a3a3;
}

input[type=checkbox] {
	
	width:16px;
	height:16px;
}

textarea {
	resize:vertical;
}


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(106,106,106,1)'><polygon points='0,0 100,0 50,95'/></svg>") no-repeat;
	background-size: 12px;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 90%;
	line-height:20px;
	height:35px;
	border-radius:4px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 30px;
	padding-top: 3px;
	margin-bottom:3px;
	margin-right:3px;
	border:1px solid #CCC;
	transition-duration: 0.15s, 0.15s;
	transition-property: border-color, box-shadow;
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	cursor:pointer;
}


input[type=text].date {
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	height:26px;
}

input[type=text].long {
	width:250px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
}

input[type=text].small {
	width:200px;
	padding-top:2px;
	padding-bottom:2px;
	height:26px;
	padding-left:4px;
	padding-right:4px;
}

input[type=text].xsmall {
	width:100px;
	padding-top:2px;
	padding-bottom:2px;
	height:26px;
	padding-left:4px;
	padding-right:4px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	/*background-color:#FDBE00;*/
	border: 1px solid #00274a;
	
	/*box-shadow:0px 0px 5px 1px #FDBE00;*/
	/*box-shadow:2px 2px 1px #FDBE00;*/
}

/*
input[type=radio]{
	margin-top:20px;
	margin-bottom:20px;
}
*/

/* *********************** */
/* ANCHOR 		<a>			*/
/* *********************** */

a{
	/*color:#043564;*/
	color:#00274a;
}

a:hover {
	/*color: #DF9200;*/
	color:rgb(192, 192, 192);
}

/* *********************** */
/* IMAGES 		<img>	   */
/* *********************** */
.bin {
	background-image: url("../images/icon-bin.png");
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	background-position: center;
	text-align:right;
	cursor:pointer;
	width:25px;
	height:32px;
	border:0;
	margin-top:5px;
}

img.addItem {
	cursor:pointer;
}

img.point {
	cursor:pointer;
}


img.menu_top_logo {
	width:25%;
	max-width:153px;
	min-width:75px;
	height:auto;
}

img.menu_top_logout {
	width:50%;
	max-width:48px;
	min-width:32px;
	height:auto;
	cursor:pointer;
}


.imgPlus{
	background-image: url("../images/icon-plus-bleu.png");
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	background-position: center;
	text-align:right;
	cursor:pointer;
	width:64px;
	height:64px;
	border:0;
}


/* *********************** */
/* SPAN 		<span>	   */
/* *********************** */
span.note {
	font-size:75%;
	color:#999999;
}

/************************/
/*	FIELDSET			*/
/************************/
fieldset.boite {	border:2px solid #00274a;	margin:10px;	box-shadow: 3px 3px 3px #838385; text-align:left;}
fieldset.boite legend { font-size:125%; padding:0px 15px 0px 15px; }
fieldset.boite table {	border:0; }
fieldset.boite table td {	padding:0px 15px 0px 15px;}



/************************/
/*	LABEL				*/
/************************/
label.fileUpload {
	border:1px solid #000;
    display: inline-block;
    margin-top:10px;
    padding: 0;
    cursor: pointer;
    background-color:#FFFFFF;
    /*width:98.5%;*/
    height:30px;	
}



/* *************************************************************************************************** */
/* RESPONSIVE PLUS PETIT QUE 768px */
/* *************************************************************************************************** */


@media screen and (max-width: 767px){
  
  .btn:hover {
	border:0px;
	background-color: #00274a;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight:400;
	cursor:pointer;
	border-radius:5px;
	font-size:100%;
	vertical-align: middle;
	padding: 10px 15px 10px 15px;
	text-align: center;
  }
  
  
}

















