.header-fixed .header.header-fixed-shrink { height: 105px; }
.header-fixed .header.header-fixed-shrink > .container { margin-bottom: -24px!important;}
.logo > img { max-width: 200px !important;}

.link-bouton {
  box-shadow: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #72c02c;
  color: #fff;
  background-color: #72c02c;
}

.link-bouton:hover {
  border: 1px solid #72c02c;
  color: #72c02c;
  background-color: #fff; 
  text-decoration: none; 
}

