/* -- */

.table 
{
 	display: table;
 	height:95%;
}

.table-cell 
{
	display: table-cell;
	vertical-align: middle;
}

.btn-huge
{
    padding-top:30px;
    padding-bottom:30px;
    font-size: 2em;
}

/*
.modal-backdrop 
{
  	background-color: rgba(0,0,0,.0001) !important;
}*/

.ann_bloc
{
	margin-top:10px;
	border: #cdcdcd 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	height: 163px;
}

.list_blog_bloc
{
  margin-top:10px;
  border: #cdcdcd 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  height: auto;
}

.list_blog_bloc > h2
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.list_blog_bloc > h2 > a:hover, a:focus
{
  text-decoration: none;
}

.no_padding
{
  padding: 0px;
}

.no_margin
{
  padding: 0px;
}

.input_half
{
  width: 50%;
}

.zoomOutIn.modal.fade .modal-dialog 
{
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   top: 120px;
   opacity: 0;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
}


.zoomOutIn.modal.fade.in .modal-dialog 
{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transform: translate3d(0, -120px, 0);
   transform: translate3d(0, -120px, 0);
   opacity: 1;
}

.d-flex
{
   display: inline-flex;
}

.order1
{
   order: 1;
}

.order2
{
   order: 2;
}

.order3
{
   order: 3;
}

.order4
{
   order: 4;
}

.pd-left5
{
   padding-left: 5px;
}

.fs16
{
   font-size: 16px;
}

.fs20
{
   font-size: 20px !important;
}