/** CSS TOP MENU **/

#item-15487228225330 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a, #item-15487228225330 .main-menu li.active > span, #item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li:hover > a, #item-179497138805 .main-menu li:hover > span {
    color: rgba(122, 90, 82, 1);
    background-color: rgba(255,255,255,0);
    border-top: 6px solid rgba(250, 195, 92, 1);
    cursor: pointer;
}

#item-15487228225330 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover, #item-15487228225330 .main-menu li > span:hover {
    color: rgba(122, 90, 82, 1);
    background-color: rgba(255,255,255,0);
    border-top: 6px solid rgba(250, 195, 92, 1);
    cursor: pointer;
}

.ba-item-main-menu a {
    cursor: pointer;
    transition: all 300ms;
}

/** CSS WGX FOOTER IMG **/
/* Effets sur logos boutons */
.tilt {
  transition: all 0.4s ease 0s;
  vertical-align: middle;
}
.tilt:hover {
  vertical-align: middle;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  /* IE 9 */
  -webkit-transform: rotate(-5deg);
  /* Opera, Chrome, and Safari */
}

/* CSS Langauge switcher */

div.mod-languages a {
    text-decoration: none;
    color: #7a5a52;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
}

div.mod-languages a:hover {
    text-decoration: none;
    color: #7a5a52;
 		opacity: 0.7;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
}

div.mod-languages ul {
    text-align: right;
}

.Share {
  text-align: right;
}

/* CSS Form popup message */

.ba-forms-modal .ba-modal-close {
    color: #fff;
    font-weight: bold;
}

.save-and-continue-modal, .ba-modal.message-modal {
    border-radius: 6px;
}