body .modal{
	z-index:99999999;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}
x
.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }
  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both
}


/* Metier BAR */

.metierbar
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 46px;  
  padding: 10px 0;
  text-align: center;  
  color: #fff;
  background-color: #EB593C;
  box-shadow: 0px 0px 10px 0 #888888;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;  
  z-index: 99999;
}
 

.metierbar div
{  
  margin-top: 3px;
  font-weight: 600;
}
 
.metierbar a
{
  border-radius: 3px;
  background: #000;    
  color: #fff;
  padding: 4px 15px;
  margin-left:20px;
  text-decoration: none;
}

.metierbar a:hover
{  
  background: #222;
}
   
.metierbar.animated {
    animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s
}
.metierbar.animateIn {
    animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -webkit-animation-name: bounceInDown
}
.metierbar.animateOut {
    animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    -ms-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -webkit-animation-name: bounceOutUp
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        transform: translate3d(0, -3000px, 0);
        -o-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        -webkit-transform: translate3d(0, -3000px, 0)
    }
    60% {
        transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0)
    }
    75% {
        transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0)
    }
    90% {
        transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0)
    }
    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}
@-moz-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        -moz-transform: translate3d(0, -3000px, 0)
    }
    60% {
        -moz-transform: translate3d(0, 0px, 0)
    }
    75% {
        -moz-transform: translate3d(0, -20px, 0)
    }
    90% {
        -moz-transform: translate3d(0, 0px, 0)
    }
    100% {
        -moz-transform: none
    }
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 0px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 0px, 0)
    }
    100% {
        -webkit-transform: none
    }
}
@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        transform: translate3d(0, 3000px, 0);
        -o-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        -moz-transform: translate3d(0, 3000px, 0);
        -webkit-transform: translate3d(0, 3000px, 0)
    }
    60% {
        transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
    75% {
        transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0)
    }
    90% {
        transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0)
    }
    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}
@-moz-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        -moz-transform: translate3d(0, 3000px, 0)
    }
    60% {
        -moz-transform: translate3d(0, 0, 0)
    }
    75% {
        -moz-transform: translate3d(0, 20px, 0)
    }
    90% {
        -moz-transform: translate3d(0, 0, 0)
    }
    100% {
        -moz-transform: none
    }
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, %100 {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 0px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 0px, 0)
    }
    100% {
        -webkit-transform: none
    }
}
@keyframes bounceOutUp {
    0%, 100% {
        transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in
    }
    0% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
    100% {
        transform: translate3d(0, -500px, 0);
        -o-transform: translate3d(0, -500px, 0);
        -ms-transform: translate3d(0, -500px, 0);
        -moz-transform: translate3d(0, -500px, 0);
        -webkit-transform: translate3d(0, -500px, 0)
    }
}
@-moz-keyframes bounceOutUp {
    0%, 100% {
        -moz-transition-timing-function: ease-in
    }
    0% {
        -moz-transform: none
    }
    100% {
        -moz-transform: translate3d(0, -500px, 0)
    }
}
@-webkit-keyframes bounceOutUp {
    0%, 100% {
        -webkit-transition-timing-function: ease-in
    }
    0% {
        -webkit-transform: none
    }
    100% {
        -webkit-transform: translate3d(0, -500px, 0)
    }
}
@keyframes bounceOutDown {
    0%, 100% {
        transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in
    }
    0% {
        bottom: 0
    }
    100% {
        bottom: -500px
    }
}
@-moz-keyframes bounceOutDown {
    0%, 100% {
        -moz-transition-timing-function: ease-in
    }
    0% {
        bottom: 0
    }
    100% {
        bottom: -500px
    }
}
@-webkit-keyframes bounceOutDown {
    0%, 100% {
        -webkit-transition-timing-function: ease-in
    }
    0% {
        bottom: 0
    }
    100% {
        bottom: -500px
    }
}
@keyframes bounceInLeft {
    0%, 75%, 100% {
        transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -o-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -ms-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        transform: translate3d(200%, 0, 0);
        -o-transform: translate3d(200%, 0, 0);
        -ms-transform: translate3d(200%, 0, 0);
        -moz-transform: translate3d(200%, 0, 0);
        -webkit-transform: translate3d(200%, 0, 0)
    }
    75% {
        transform: translate3d(-10%, 0, 0);
        -o-transform: translate3d(-10%, 0, 0);
        -ms-transform: translate3d(-10%, 0, 0);
        -moz-transform: translate3d(-10%, 0, 0);
        -webkit-transform: translate3d(-10%, 0, 0)
    }
    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}
@-moz-keyframes bounceInLeft {
    0%, 75%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -moz-transform: translate3d(200%, 0, 0)
    }
    75% {
        -moz-transform: translate3d(-10%, 0, 0)
    }
    100% {
        -moz-transform: none
    }
}
@-webkit-keyframes bounceInLeft {
    0%, 75%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -webkit-transform: translate3d(200%, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10%, 0, 0)
    }
    100% {
        -webkit-transform: none
    }
}
@keyframes bounceOutRight {
    0%, 25%, 100% {
        transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -o-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -ms-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
    25% {
        transform: translate3d(-10%, 0, 0);
        -o-transform: translate3d(-10%, 0, 0);
        -ms-transform: translate3d(-10%, 0, 0);
        -moz-transform: translate3d(-10%, 0, 0);
        -webkit-transform: translate3d(-10%, 0, 0)
    }
    100% {
        transform: translate3d(200%, 0, 0);
        -o-transform: translate3d(200%, 0, 0);
        -ms-transform: translate3d(200%, 0, 0);
        -moz-transform: translate3d(200%, 0, 0);
        -webkit-transform: translate3d(200%, 0, 0)
    }
}
@-moz-keyframes bounceOutRight {
    0%, 25%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -moz-transform: none
    }
    25% {
        -moz-transform: translate3d(-10%, 0, 0)
    }
    100% {
        -moz-transform: translate3d(200%, 0, 0)
    }
}
@-webkit-keyframes bounceOutRight {
    0%, 25%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -webkit-transform: none
    }
    25% {
        -webkit-transform: translate3d(-10%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(200%, 0, 0)
    }
}
@keyframes bounceInRight {
    0%, 75%, 100% {
        transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -o-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -ms-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        transform: translate3d(-200%, 0, 0);
        -o-transform: translate3d(-200%, 0, 0);
        -ms-transform: translate3d(-200%, 0, 0);
        -moz-transform: translate3d(-200%, 0, 0);
        -webkit-transform: translate3d(-200%, 0, 0)
    }
    75% {
        transform: translate3d(10%, 0, 0);
        -o-transform: translate3d(10%, 0, 0);
        -ms-transform: translate3d(10%, 0, 0);
        -moz-transform: translate3d(10%, 0, 0);
        -webkit-transform: translate3d(10%, 0, 0)
    }
    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}
@-moz-keyframes bounceInRight {
    0%, 75%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -moz-transform: translate3d(-200%, 0, 0)
    }
    75% {
        -moz-transform: translate3d(10%, 0, 0)
    }
    100% {
        -moz-transform: none
    }
}
@-webkit-keyframes bounceInRight {
    0%, 75%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -webkit-transform: translate3d(-200%, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10%, 0, 0)
    }
    100% {
        -webkit-transform: none
    }
}
@keyframes bounceOutLeft {
    0%, 25%, 100% {
        transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -o-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -ms-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255);
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
    25% {
        transform: translate3d(10%, 0, 0);
        -o-transform: translate3d(10%, 0, 0);
        -ms-transform: translate3d(10%, 0, 0);
        -moz-transform: translate3d(10%, 0, 0);
        -webkit-transform: translate3d(10%, 0, 0)
    }
    100% {
        transform: translate3d(-200%, 0, 0);
        -o-transform: translate3d(-200%, 0, 0);
        -ms-transform: translate3d(-200%, 0, 0);
        -moz-transform: translate3d(-200%, 0, 0);
        -webkit-transform: translate3d(-200%, 0, 0)
    }
}
@-moz-keyframes bounceOutLeft {
    0%, 25%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -moz-transform: none
    }
    25% {
        -moz-transform: translate3d(10%, 0, 0)
    }
    100% {
        -moz-transform: translate3d(-200%, 0, 0)
    }
}
@-webkit-keyframes bounceOutLeft {
    0%, 25%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.65, -0.25, 0.325, 1.255)
    }
    0% {
        -webkit-transform: none
    }
    25% {
        -webkit-transform: translate3d(10%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-200%, 0, 0)
    }
}
@keyframes fadeIn {
    0%, 100% {
        transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0%, 100% {
        -moz-transition-timing-function: ease-in
    }
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0%, 100% {
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeOut {
    0%, 100% {
        transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0%, 100% {
        -moz-transition-timing-function: ease-in
    }
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeOut {
    0%, 100% {
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeInDown {
    0%, 100% {
        transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 0;
        height: 110%;
        margin-top: -5%
    }
    100% {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }
}
@-moz-keyframes fadeInDown {
    0%, 100% {
        -moz-transition-timing-function: ease-in
    }
    0% {
        opacity: 0;
        height: 110%;
        margin-top: -5%
    }
    100% {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }
}
@-webkit-keyframes fadeInDown {
    0%, 100% {
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 0;
        height: 110%;
        margin-top: -5%
    }
    100% {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }
}
@keyframes fadeOutUp {
    0%, 100% {
        transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }
    100% {
        opacity: 0;
        height: 110%;
        margin-top: -5%
    }
}
@-moz-keyframes fadeOutUp {
    0%, 100% {
        -moz-transition-timing-function: ease-in
    }
    0% {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }
    100% {
        opacity: 0;
        height: 110%;
        margin-top: -5%
    }
}
@-webkit-keyframes fadeOutUp {
    0%, 100% {
        -webkit-transition-timing-function: ease-in
    }
    0% {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }
    100% {
        opacity: 0;
        height: 110%;
        margin-top: -5%
    }
}
/* Metier BAR */