/* pour les fichiers */
.table-striped {
	width: 100%;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-striped > tbody > tr:last-child > td, .table-striped > tbody > tr:last-child > th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.cell_table-stripped {
	/*width: 50%;*/
	padding: 0;
	margin:0;
	float: left;
}

.fileinput-button {
	display: inline-block !important;
	overflow: hidden !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.center_fileinput-button {
	text-align: center;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.table {
	display: table;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

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

.actionb {
	display:table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.infosb {
	display:table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.eltright {
	float: right;
}

.eltleft {
	float: left;
}

.demi {
	width: 50%;
}

/*
.actionb input {
	margin-top: 20px;
}
*/

.top_bottom_8 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.previewb {
	display:inline-block;
	width: 120px;
}

.previewc {
	display:inline-block;
	width: 90px;
}

.previewpicto {
	display : inline-block;
	width: 80px;
	height: 45px;
	border: 1px solid #46ba00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color : #46ba00;
	text-align: center;
	font-size: 24px;
	padding-top: 8px;
}

.previewpicto:hover {
	border-color: #000;
	color : #000;
}

.filepubli {
	display: inline-block;
	/*max-width: 280px;*/
	width : 222px;
}

.filemarge {
	margin-bottom: 10px;
}

.btn_dowload_file {
	display: inline-block;
	margin-right: 10px;
}

.saisiet {
	width: 350px;
	border-radius: 0;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 6px 20px 5px;
	outline: none;
	color: #626161;
	height: 31px;
	border: 1px solid #f0efef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background-color: #f7f9fa;
	-webkit-appearance: none;
}

.table-striped > tbody > tr:nth-child(2n+1) > td .saisiet {
    background-color: #fff;
}

.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.btn_alternate:hover {
	color: #46ba00;
}

.margeeltfile {
	padding: 10px;
}

.nomb {
	margin-bottom: 0;
}

.contacts {
	padding-right: 30px;
}
.contacts:after {
	 content: '';
	 clear: both;
	 display: block;
	 height: 10px;
}

.text2.color1 {
	margin-top: 0px;
}

ul#galerie_photo {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul#galerie_photo:after {
	 content: '';
	 clear: both;
	 display: block;
	 height: 20px;
}

ul#galerie_photo li {
	margin: 1px;
	display: block;
	float: left;
	width: 582px;
	height: 390px;
}
ul#galerie_photo li + li {
	width: 290px;
	height: 194px;
}

ul#galerie_photo li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ALBUM
---------------------------------------------------------------------------------------------------------------------*/
.albumGallery {
	/*position:absolute;*/
	list-style: none;
	padding: 0;
	width:100%;
	margin: 36px auto 20px auto ;
}

.albumGallery:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}

.albumGallery li {
	float: left;
	width:25%;
	background:none;
	margin:0;
	padding:0;
}

.albumGallery li .thumbAlb{
	position:relative;
	left:-5px;
	right:5px;
	top:0;
	bottom:0;
	width:80%;
	height:80%;
	margin:0;
	padding:0;
	background:#f2f2f2;
	border: 1px solid #ccc;
}

.albumGallery li .thumbAlb a {
	display: block;
	width:100%;
	height: auto;
	background:#f2f2f2;
	border: 1px solid #ccc;
	padding:0;
	margin:0 -2px 0 2px;
	position:relative;
	left:3px;
	top:3px;
	right:-3px;
	bottom:-3px;
}

.albumGallery li .thumbAlb img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	margin:0 -2px 0 2px;
	position:relative;
	left:3px;
	top:3px;
	right:-3px;
	bottom:-3px;
}

.albumGallery li .heading{
	width:100%;
	overflow:hidden;
	position:relative;
	left:-5px;
	right:5px;
	font-size:12px;
	margin:10px auto 12px auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.albumGallery li .heading a{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 5px;
}


@media only screen and (max-width: 1199px) {
	.filepubli {
		/*max-width: 210px;*/
		width: 152px;
	}
	ul#galerie_photo li {
		width: 468px;
		height: 312px;
	}
	ul#galerie_photo li + li {
		width: 233px;
		height: 155px;
	}
}

@media only screen and (max-width: 979px) {
	.filepubli {
		/*max-width: 236px;*/
		width: 100%;
	}
	ul#galerie_photo li {
		width: 372px;
		height: 248px;
	}
	ul#galerie_photo li + li {
		width: 185px;
		height: 123px;
	}
}

@media only screen and (max-width: 767px) {
	.center_fileinput-button {
		text-align: left;
	}
	.hide_small {
		display: none !important;
	}
	.cell_table-stripped {
		padding: 0;
		margin:0;
		float: none;
		clear: both;
		width: auto;
	}
	.previewb {
		width: 90px;
	}
	
	.previewb.marginmedium {
		margin-bottom: 10px;
	}
	
	.saisiet {
		width: 420px;
	}
	
	.margeeltfile {
		padding-bottom: 0px;
	}
	
	.filepubli {
		/*max-width: 330px;
		width: auto;*/
		width: 272px
	}
	.contacts {
		padding-right: 0px;
	}
	ul#galerie_photo li {
		width: 208px;
		height: 138px;
	}
	ul#galerie_photo li + li {
		width: 103px;
		height: 68px;
	}
	.albumGallery li {
		width: 50%;
	}
}

@media only screen and (max-width: 479px) {
	.previewb {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.previewc {
		margin-bottom: 10px;
	}
	
	.saisiet {
		width: 250px;
	}
	
	.filepubli {
		/*width: 270px;*/
		width: 100%;
	}
	ul#galerie_photo li {
		width: 178px;
		height: 118px;
	}
	
	ul#galerie_photo li + li {
		width: 88px;
		height: 58px;
	}
	
	.albumGallery li {
		width: 50%;
	}
}