/* common simple classes */

body {
  position:relative;
}

.clear {
  clear:both;
}

.left {
  float:left;
}

.right {
  float:right;
}

.hidden {
  display:none;
}

.spam_check {
  display:none;
}

.uppercase {
  text-transform:uppercase;
}

/* GMCMS components */

#logged_overlay {
  /*position:absolute;*/
  position:fixed;
  bottom:0;
  left:0;
  z-index:1000;
  opacity:.7;
  width:100%;
  font-size:12px;
  text-align: center;
  margin:0;
}


/* bootstrap comp 3 to 2 with navbar .divider-vertical */

.navbar .divider-vertical {
height: 50px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}


#menu_recursive h3 {
  font-size: 1rem;
  letter-spacing: 1px; }

#site {
  font-size: 1.15rem;
  line-height: 1.8rem; }
  @media screen and (min-width: 1025px) {
    #site {
      font-size: 1rem;
      line-height: 1.25rem; } }
  #site h1 {
    font-size: 1.71rem; }
  #site h2 {
    font-size: 1.5rem; }
    @media screen and (min-width: 1025px) {
      #site h2 {
        font-size: 1.25rem; } }
  #site h3 {
    font-size: 1.2rem; }
  #site h4 {
    font-size: 1rem; }
  #site h5 {
    font-size: 0.875rem; }
  #site p {
    font-size: 1.15rem;
    line-height: 1.8rem; }
    @media screen and (min-width: 1025px) {
      #site p {
        font-size: 1rem;
        line-height: 1.25rem; } }
  #site ul li {
    font-size: 1.15rem;
    line-height: 1.8rem;
    padding-bottom: 0.5rem; }
    @media screen and (min-width: 1025px) {
      #site ul li {
        font-size: 1rem;
        line-height: 1.5rem; } }

body #menu_recursive #hamburgerbtn_container {
  font-size: 2rem;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1000; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3 {
    width: 30px;
    height: 45px;
    position: relative;
    margin: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3 span:nth-child(1) {
    top: 0px; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3 span:nth-child(2), body #menu_recursive #hamburgerbtn_container #nav-icon3 span:nth-child(3) {
    top: 8px; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3 span:nth-child(4) {
    top: 16px; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%; }
  body #menu_recursive #hamburgerbtn_container #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  body #menu_recursive #hamburgerbtn_container #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body #menu_recursive #hamburgerbtn_container #nav-icon3.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }

body #menu_recursive ul.menu {
  -moz-transition: right 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: right 0.6s ease-in-out, opacity 0.6s ease-in-out;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 750;
  background: #FAFAF5;
  opacity: 1;
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 1025px) {
    body #menu_recursive ul.menu {
      opacity: 1;
      -webkit-transition: none;
      transition: none;
      width: auto;
      padding-right: 10px; } }
  body #menu_recursive ul.menu.outofscreen {
    opacity: 0;
    left: -1000px; }
  body #menu_recursive ul.menu h3 {
    margin: 0;
    padding: 20px 10px 20px 35px;
    border-bottom: 1px solid #b1b1b1;
    font-size: 1.7rem; }
    @media screen and (min-width: 1025px) {
      body #menu_recursive ul.menu h3 {
        padding: 0;
        border: none;
        font-size: 1rem; } }
  body #menu_recursive ul.menu .arrow {
    display: none; }
  body #menu_recursive ul.menu a {
    color: #000;
    text-decoration: none; }

@media screen and (min-width: 1025px) {
  body #hamburgerbtn_container {
    display: none; }
  body #menu_recursive {
    width: 90%;
    position: relative;
    padding: 0px;
    z-index: 100;
    margin: 0 auto; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    body #menu_recursive {
      position: absolute;
      top: 0px;
      right: 100px; } }

@media screen and (min-width: 1025px) {
    body #menu_recursive ul.main_menu {
      background: transparent;
      border: none; }
      body #menu_recursive ul.main_menu li {
        display: inline-block;
        margin-left: 20px; }
        body #menu_recursive ul.main_menu li h3 {
          margin-top: 0; }
        body #menu_recursive ul.main_menu li a {
          color: #000; }
          body #menu_recursive ul.main_menu li a:hover .arrow {
            opacity: .6; }
        body #menu_recursive ul.main_menu li.active a:hover .arrow {
          opacity: 1; }
        body #menu_recursive ul.main_menu li .arrow {
          transition: opacity .6s ease-in-out;
          -webkit-transition: opacity .6s ease-in-out;
          width: 100%;
          height: 10px;
          background: #000;
          display: block;
          margin-bottom: 20px;
          opacity: 0; }
        body #menu_recursive ul.main_menu li .menu_item_active .arrow {
          opacity: 1; } }

body #secondarymenu {
  background: #FAFAF5;
  width: 100%;
  font-size: 0.714rem;
  z-index: 200;
  position: fixed;
  bottom: 0px;
  left: 10px;
  padding-bottom: 5px; }
  body #secondarymenu .strokeline {
    letter-spacing: 0px;
    display: block;
    margin-bottom: 10px; }
  @media screen and (min-width: 1025px) {
    body #secondarymenu {
      position: absolute;
      bottom: 40px;
      left: 100px;
      padding-bottom: 0px; } }
  body #secondarymenu li {
    display: none; }
    body #secondarymenu li#secondaryitem-131 {
      display: inline-block; }
    @media screen and (min-width: 1025px) {
      body #secondarymenu li {
        display: inline-block;
        margin-right: 80px; } }
    body #secondarymenu li a {
      text-decoration: none; }

#site .flowhider {
  display: none;
  z-index: 20;
  /*        @media screen and (min-width: 1025px) {
            left: 500px;
            width: 424px;
        }
        @media screen and (min-width: 1250px) {
            left: 550px;
            width: 600px;
        }
        @media screen and (min-width: 1400px) {
            left: 600px;
        }
        @media screen and (min-width: 1500px) {
            left: 700px;
        }*/ }
  @media screen and (min-width: 1025px) {
    #site .flowhider {
      display: block;
      position: relative;
      width: 50%;
      height: 100px;
      transform: translateX(100%);
      background: #FAFAF5;
      right: 25px; } }
  #site .flowhider.bottom {
    position: absolute;
    bottom: 0px;
    left: -25px; }

#site .pagecontainer {
  position: absolute;
  width: 100%;
  -webkit-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
  opacity: 1;
  padding: 0 0 20px 0;
  height: 100%;
  background-color: rgba(250, 250, 245, 0.92);
  z-index: 20;
  top: 0;
  /*        overflow: initial;
        -webkit-overflow-scrolling: touch;*/
  /*        @media screen and (min-width: 1025px) {
            top: 0px;
            margin: 100px 0;
            padding: 150px 0 60px 0;
            left: 500px;
            width: 424px;
            overflow: hidden;
        }
        @media screen and (min-width: 1250px) {
            left: 550px;
            width: 600px;
        }
        @media screen and (min-width: 1400px) {
            left: 600px;
            width: 700px;
        }
        @media screen and (min-width: 1500px) {
            left: 700px;
        }*/ }
  @media screen and (min-width: 1025px) {
    #site .pagecontainer {
      width: 50%;
      transform: translateX(100%);
      padding: 0;
      height: 100%;
      overflow: inherit; } }
  #site .pagecontainer.outofscreen {
    opacity: 0; }
    @media screen and (min-width: 1025px) {
      #site .pagecontainer.outofscreen {
        top: -300px; } }
    #site .pagecontainer.outofscreen .pagetext {
      opacity: 0; }
  #site .pagecontainer .pagetext {
    -webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
    opacity: 1;
    padding: 300px 40px 50px 40px; }
    @media screen and (min-width: 1025px) {
      #site .pagecontainer .pagetext {
        padding: 262px 160px 150px 60px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
    #site .pagecontainer .pagetext:before {
      content: '___'; }
    #site .pagecontainer .pagetext > p:first-of-type {
      margin-top: 20px; }
    #site .pagecontainer .pagetext a {
      color: #000;
      text-decoration: none; }
      #site .pagecontainer .pagetext a:hover {
        color: #999; }
  #site .pagecontainer .icon {
    font-size: 2.5rem;
    line-height: 2rem;
    display: inline-block;
    vertical-align: top;
    width: 40px; }
  #site .pagecontainer .text {
    display: inline-block; }
  #site .pagecontainer .contact .geo, #site .pagecontainer .contact .mail, #site .pagecontainer .contact .email, #site .pagecontainer .contact .phone, #site .pagecontainer .contact .fax {
    padding: 20px 0;
    border-bottom: 1px solid #CCC; }
    #site .pagecontainer .contact .geo i, #site .pagecontainer .contact .mail i, #site .pagecontainer .contact .email i, #site .pagecontainer .contact .phone i, #site .pagecontainer .contact .fax i {
      position: relative; }
  #site .pagecontainer .contact .geo i {
    top: -8px; }
  #site .pagecontainer .contact .mail i {
    top: -13px;
    font-size: 1.5rem; }
  #site .pagecontainer .contact .email i {
    top: -10px;
    font-size: 1.75rem; }
  #site .pagecontainer .contact .phone i {
    font-size: 2rem;
    top: -5px; }
  #site .pagecontainer .contact .fax img {
    width: 22px;
    top: -8px;
    position: relative; }

#site #sitemap {
  margin: 40px 0 0 0; }
  #site #sitemap ul {
    margin: 0 10px; }
    #site #sitemap ul li {
      position: relative; }
      #site #sitemap ul li:before {
        content: '\f105';
        font-family: 'FontAwesome';
        position: absolute;
        top: 0px;
        left: -10px; }

#site.outofscreen {
  opacity: 0; }
  @media screen and (min-width: 1025px) {
    #site.outofscreen {
      top: -300px; } }
  #site.outofscreen .teamtext {
    opacity: 0; }

#site .teamtext {
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
  opacity: 1;
  padding: 320px 40px 50px 40px;
  height: 100%;
  overflow: initial;
  -webkit-overflow-scrolling: touch; }
  #site .teamtext.teamdetail {
    padding: 140px 40px 50px 40px; }
    @media screen and (min-width: 1025px) {
      #site .teamtext.teamdetail {
        padding: 276px 160px 150px 60px; } }
  @media screen and (min-width: 1025px) {
    #site .teamtext {
      padding: 276px 160px 150px 60px;
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  #site .teamtext .strokeline {
    letter-spacing: 0px;
    display: block;
    margin-bottom: 10px;
    color: #333; }
  #site .teamtext a {
    text-decoration: none;
    color: #000; }
    #site .teamtext a:hover {
      color: #999; }
  #site .teamtext .imagedescr .description .title {
    margin-bottom: 0;
    font-size: 0.7rem; }
    @media screen and (min-width: 1025px) {
      #site .teamtext .imagedescr .description .title {
        font-size: 1.15rem; } }

#site .team_entity {
  display: inline-block;
  margin: 0 35px 35px 0; }
  #site .team_entity:last-of-type {
    margin-bottom: 100px; }
  @media screen and (min-width: 500px) {
    #site .team_entity {
      margin: 0 10px 10px 0; } }
  @media screen and (min-width: 630px) {
    #site .team_entity {
      margin: 0 35px 35px 0; } }
  @media screen and (min-width: 1025px) {
    #site .team_entity {
      margin: 0 10px 10px 0; } }
  @media screen and (min-width: 1280px) {
    #site .team_entity {
      margin: 0 19px 19px 0; } }
  #site .team_entity h2 {
    font-size: 1.25rem;
    margin-top: 0; }
    @media screen and (min-width: 500px) {
      #site .team_entity h2 {
        font-size: 0.8rem; } }
    @media screen and (min-width: 680px) {
      #site .team_entity h2 {
        font-size: 1.25rem; } }
    @media screen and (min-width: 1025px) {
      #site .team_entity h2 {
        font-size: .8rem; } }
    @media screen and (min-width: 1280px) {
      #site .team_entity h2 {
        font-size: 1rem; } }
    #site .team_entity h2 .strokeline {
      letter-spacing: 0px;
      display: block;
      margin-bottom: 10px;
      color: #333; }
    #site .team_entity h2 a {
      color: #000;
      text-decoration: none; }
      #site .team_entity h2 a:hover {
        text-decoration: none;
        color: #999; }
  #site .team_entity .team_entity_link:hover img {
    opacity: 1; }
  #site .team_entity .image_container .teamphoto {
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    opacity: .6;
    width: 128px;
    height: 128px; }
    @media screen and (min-width: 500px) {
      #site .team_entity .image_container .teamphoto {
        width: 80px;
        height: 80px; } }
    @media screen and (min-width: 580px) {
      #site .team_entity .image_container .teamphoto {
        width: 90px;
        height: 90px; } }
    @media screen and (min-width: 630px) {
      #site .team_entity .image_container .teamphoto {
        width: 90px;
        height: 90px; } }
    @media screen and (min-width: 680px) {
      #site .team_entity .image_container .teamphoto {
        width: 100px;
        height: 100px; } }
    @media screen and (min-width: 769px) {
      #site .team_entity .image_container .teamphoto {
        width: 110px;
        height: 110px; } }
    @media screen and (min-width: 820px) {
      #site .team_entity .image_container .teamphoto {
        width: 135px;
        height: 135px; } }
    @media screen and (min-width: 880px) {
      #site .team_entity .image_container .teamphoto {
        width: 150px;
        height: 150px; } }
    @media screen and (min-width: 1025px) {
      #site .team_entity .image_container .teamphoto {
        width: 54px;
        height: 54px; } }
    @media screen and (min-width: 1155px) {
      #site .team_entity .image_container .teamphoto {
        width: 72px;
        height: 72px; } }
    @media screen and (min-width: 1220px) {
      #site .team_entity .image_container .teamphoto {
        width: 78px;
        height: 78px; } }
    @media screen and (min-width: 1350px) {
      #site .team_entity .image_container .teamphoto {
        width: 87px;
        height: 87px; } }
    @media screen and (min-width: 1500px) {
      #site .team_entity .image_container .teamphoto {
        width: 106px;
        height: 106px; } }
    @media screen and (min-width: 1675px) {
      #site .team_entity .image_container .teamphoto {
        width: 128px;
        height: 128px; } }
    #site .team_entity .image_container .teamphoto.nophoto {
      background: #999 url("content/design/nophoto.png") no-repeat;
      background-size: cover; }
  #site .team_entity .image_container:hover .teamphoto {
    opacity: 1; }

#site .imagedescr {
  position: relative; }
  @media screen and (min-width: 1025px) {
    #site .imagedescr .imagecontainer {
      position: absolute;
      top: 0px;
      left: 0px; } }
  #site .imagedescr .imagecontainer .img {
    width: 160px;
    height: 160px; }
    #site .imagedescr .imagecontainer .img.nophoto {
      background-color: #999; }
  @media screen and (min-width: 1025px) {
    #site .imagedescr .description {
      position: absolute;
      top: -20px;
      left: 220px; } }
  #site .imagedescr .description h2 {
    margin-top: 0;
    padding: 0; }
  #site .imagedescr .description .title {
    font-style: italic;
    color: #333;
    margin-bottom: 20px; }

#site .subinfo {
  position: relative;
  top: 10px;
  left: 0px;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    #site .subinfo {
      top: 300px; } }
  #site .subinfo .bio {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 100%;
    padding: 20px 0 12px 0; }
  #site .subinfo .moreinfo {
    padding: 20px 0;
    width: 100%;
    height: 250px; }
    #site .subinfo .moreinfo .personnalcontact, #site .subinfo .moreinfo .assistant {
      display: inline-block;
      margin-right: 100px;
      vertical-align: top; }
      #site .subinfo .moreinfo .personnalcontact p, #site .subinfo .moreinfo .assistant p {
        margin-bottom: 5px; }
    #site .subinfo .moreinfo .assistant {
      margin-right: 0; }
    #site .subinfo .moreinfo .email a, #site .subinfo .moreinfo .assistant a, #site .subinfo .moreinfo .phone a {
      text-decoration: none;
      color: #000;
      white-space: nowrap; }
      #site .subinfo .moreinfo .email a:hover, #site .subinfo .moreinfo .assistant a:hover, #site .subinfo .moreinfo .phone a:hover {
        color: #999; }

#site .pagecontainer .pagetext .linkedteam_title {
  border-top: 1px solid #CCC;
  margin-top: 20px;
  padding-top: 20px; }

#site .pagecontainer .pagetext .skills, #site .pagecontainer .pagetext .linkedteam {
  padding: 0 0 0 10px; }

#site .pagecontainer .pagetext .navigation {
  position: relative;
  list-style: none;
  display: table;
  margin: 50px auto; }
  #site .pagecontainer .pagetext .navigation li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    background-color: #CCC; }
    #site .pagecontainer .pagetext .navigation li a {
      color: #FFF;
      display: block;
      width: 12px;
      height: 12px; }
    #site .pagecontainer .pagetext .navigation li:hover, #site .pagecontainer .pagetext .navigation li.active {
      background: #999;
      border-color: #999; }

#site .skills li, #site .linkedteam li {
  position: relative; }
  #site .skills li:before, #site .linkedteam li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -10px; }

#globalcontainer #sitelogo.homelogo {
  position: absolute;
  background: transparent url("content/design/ba_logoseul_blanc-fr.png") no-repeat;
  width: 80%;
  background-size: contain;
  z-index: 100;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: background .6s ease-in-out;
  transition: background .6s ease-in-out; }
  #globalcontainer #sitelogo.homelogo.en {
    background: transparent url("content/design/ba_logoseul_blanc-en.png") no-repeat;
    background-size: contain; }
  @media screen and (min-width: 1025px) {
    #globalcontainer #sitelogo.homelogo {
      width: 749px;
      height: 52px; } }

#globalcontainer .langchooser_home {
  position: absolute;
  color: #FFF;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  letter-spacing: 2px; }
  @media screen and (min-width: 1025px) {
    #globalcontainer .langchooser_home {
      bottom: 17px; } }
  #globalcontainer .langchooser_home li {
    position: relative;
    display: inline-block;
    width: 66px;
    text-align: center;
    font-size: 1rem; }
    @media screen and (min-width: 1025px) {
      #globalcontainer .langchooser_home li {
        width: 150px;
        font-size: 1.15rem; } }
    #globalcontainer .langchooser_home li a {
      color: #FFF;
      text-decoration: none; }
      #globalcontainer .langchooser_home li a .arrow {
        opacity: 0;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
        background-color: white;
        position: absolute;
        width: 66px;
        height: 10px;
        top: 35px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 1025px) {
          #globalcontainer .langchooser_home li a .arrow {
            width: 150px; } }
      #globalcontainer .langchooser_home li a:hover .arrow {
        opacity: 1; }

#globalcontainer #home_descr {
  position: absolute;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  top: 50px;
  z-index: 200;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.71rem; }
  @media screen and (min-width: 1025px) {
    #globalcontainer #home_descr {
      top: 80px;
      font-size: 1.143rem; } }

#globalcontainer .flex-prev, #globalcontainer .flex-next, #globalcontainer .flex-control-nav {
  display: none; }

#globalcontainer .flexslider {
  border: none; }
  #globalcontainer .flexslider li {
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#globalcontainer .flexslider,
#globalcontainer .flexslider-container,
#globalcontainer .flexslider .slides,
#globalcontainer .flex-viewport {
  height: 100%; }
  @media screen and (max-width: 1025px) {
    #globalcontainer .flexslider.inner,
    #globalcontainer .flexslider-container.inner,
    #globalcontainer .flexslider .slides.inner,
    #globalcontainer .flex-viewport.inner {
      top: 70px;
      height: 160px; }
    #globalcontainer .flexslider.home,
    #globalcontainer .flexslider-container.home,
    #globalcontainer .flexslider .slides.home,
    #globalcontainer .flex-viewport.home {
      top: 0px;
      height: inherit; } }

#globalcontainer .home_text_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 25%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 300; }

#site .teamtext.linktext {
  padding: 320px 40px 50px 40px;
  /*            @media screen and (min-width: 1250px) {*/ }
  @media screen and (min-width: 1025px) {
    #site .teamtext.linktext {
      padding: 262px 160px 50px 60px; } }

#site .links {
  float: left;
  margin: 0 27px 27px 0; }
  #site .links .link_entity {
    display: inline-block;
    width: 118px;
    height: 128px;
    margin-right: 10px;
    /*            @media screen and (min-width: 1250px) {*/ }
    @media screen and (min-width: 1025px) {
      #site .links .link_entity {
        width: 125px;
        height: 135px; } }
    #site .links .link_entity h2 {
      font-size: 1rem;
      margin-top: 0;
      display: inline-table; }
      #site .links .link_entity h2 .strokeline {
        letter-spacing: 0px;
        display: block;
        margin-bottom: 10px;
        color: #333; }
      #site .links .link_entity h2 a {
        color: #000;
        text-decoration: none; }
        #site .links .link_entity h2 a:hover {
          text-decoration: none;
          color: #999; }

html, body {
  background-color: #FAFAF5;
  height: 100%;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 1025px) {
    html, body {
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; } }
  html #photocover_container, body #photocover_container {
    position: relative;
    width: 100%;
    z-index: 100; }
    html #photocover_container.teamdetail, body #photocover_container.teamdetail {
      display: none; }
      @media screen and (min-width: 1025px) {
        html #photocover_container.teamdetail, body #photocover_container.teamdetail {
          display: block; } }
    @media screen and (min-width: 1025px) {
      html #photocover_container, body #photocover_container {
        position: absolute;
        top: 0px;
        height: 100%;
        padding: 100px;
        overflow: hidden;
        z-index: 10; } }
    html #photocover_container #photocover, body #photocover_container #photocover {
      top: 70px;
      height: 160px;
      -webkit-transition: opacity 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out;
      background: #FFF url("content/design/pontmachine.jpg") no-repeat;
      background-position: center center;
      opacity: 1;
      background-size: cover;
      position: relative; }
      @media screen and (min-width: 1025px) {
        html #photocover_container #photocover, body #photocover_container #photocover {
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          z-index: -1;
          width: 100%;
          height: 100%; } }
      html #photocover_container #photocover.faded, body #photocover_container #photocover.faded {
        opacity: 0; }
  html #globalcontainer, body #globalcontainer {
    position: relative;
    height: 100%;
    width: 100%;
    /*        overflow: initial;
        -webkit-overflow-scrolling: touch;*/ }
    @media screen and (min-width: 1025px) {
      html #globalcontainer, body #globalcontainer {
        overflow: hidden; } }
    html #globalcontainer #copyright, body #globalcontainer #copyright {
      letter-spacing: 1px;
      position: fixed;
      right: 10px;
      bottom: 5px;
      font-size: 10px;
      z-index: 210;
      text-align: right; }
      @media screen and (min-width: 1025px) {
        html #globalcontainer #copyright, body #globalcontainer #copyright {
          right: 100px;
          bottom: 40px; } }
      html #globalcontainer #copyright .strokeline, body #globalcontainer #copyright .strokeline {
        letter-spacing: 0px;
        display: block;
        margin-bottom: 10px; }
    html #globalcontainer #langswitcher, body #globalcontainer #langswitcher {
      position: absolute;
      letter-spacing: 1px;
      top: -4px;
      left: 10px;
      z-index: 500; }
      @media screen and (min-width: 1025px) {
        html #globalcontainer #langswitcher, body #globalcontainer #langswitcher {
          left: 23px;
          top: 10px; } }
      html #globalcontainer #langswitcher a, body #globalcontainer #langswitcher a {
        color: #000;
        text-decoration: none; }
        html #globalcontainer #langswitcher a:hover, body #globalcontainer #langswitcher a:hover {
          color: #999; }
      html #globalcontainer #langswitcher .strokeline, body #globalcontainer #langswitcher .strokeline {
        letter-spacing: 0px;
        display: block;
        margin-bottom: 10px; }
      html #globalcontainer #langswitcher .active, body #globalcontainer #langswitcher .active {
        display: none; }
  html #sitelogo, body #sitelogo {
    position: absolute;
    background: transparent url("content/design/ba_logoseul_noir-fr.png") no-repeat;
    width: 320px;
    height: 60px;
    background-size: contain;
    top: 110px;
    left: 10px;
    z-index: 500;
    max-width: 90%; }
    html #sitelogo.en, body #sitelogo.en {
      background: transparent url("content/design/ba_logoseul_noir-en.png") no-repeat;
      background-size: contain; }
    html #sitelogo a, body #sitelogo a {
      display: block;
      width: 100%;
      height: 100%; }
    html #sitelogo.teamdetail, body #sitelogo.teamdetail {
      display: none; }
      @media screen and (min-width: 1025px) {
        html #sitelogo.teamdetail, body #sitelogo.teamdetail {
          display: block; } }
    @media screen and (min-width: 1025px) {
      html #sitelogo, body #sitelogo {
        width: 451px;
        height: 31px;
        left: 23px;
        top: 140px;
        background-size: 451px 31px; }
        html #sitelogo.en, body #sitelogo.en {
          background: transparent url("content/design/ba_logoseul_noir-en.png") no-repeat;
          background-size: 451px 31px; } }
  html #site, body #site {
    position: relative;
    width: 100%;
    height: 100%; }
    html #site #closecross, body #site #closecross {
      /*            @media screen and (min-width: 1025px) {
                left: 832px;
            }
            @media screen and (min-width: 1250px) {
                left: 1058px;
            }
            @media screen and (min-width: 1400px) {
                left: 1208px;
            }
            @media screen and (min-width: 1500px) {
                left: 1308px;
            }*/ }
      @media screen and (min-width: 1025px) {
        html #site #closecross, body #site #closecross {
          position: absolute;
          top: 140px;
          right: 120px;
          width: 31px;
          height: 31px;
          z-index: 100;
          opacity: 1;
          -webkit-transition: opacity 2.5s linear;
          transition: opacity 2.5s linear; }
          html #site #closecross.outofscreen, body #site #closecross.outofscreen {
            opacity: 0; }
          html #site #closecross:hover, body #site #closecross:hover {
            -webkit-transition: none;
            transition: none;
            opacity: .6; }
          html #site #closecross:before, html #site #closecross:after, body #site #closecross:before, body #site #closecross:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 31px;
            width: 2px;
            background-color: #000; }
          html #site #closecross:before, body #site #closecross:before {
            transform: rotate(45deg); }
          html #site #closecross:after, body #site #closecross:after {
            transform: rotate(-45deg); } }
    html #site .pagetitle_container, body #site .pagetitle_container {
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      position: absolute;
      top: 210px;
      left: 10px;
      opacity: 1;
      z-index: 200; }
      html #site .pagetitle_container.teamdetail, body #site .pagetitle_container.teamdetail {
        top: 30px; }
      @media screen and (min-width: 1025px) {
        html #site .pagetitle_container, body #site .pagetitle_container {
          top: 0px;
          max-width: 480px;
          left: 23px; } }
      html #site .pagetitle_container.outofscreen, body #site .pagetitle_container.outofscreen {
        left: -300px;
        opacity: 0; }
      html #site .pagetitle_container a, body #site .pagetitle_container a {
        text-decoration: none; }
    html #site h1#pagetitle, body #site h1#pagetitle {
      position: relative;
      text-transform: uppercase;
      letter-spacing: 3px; }
      @media screen and (min-width: 1025px) {
        html #site h1#pagetitle, body #site h1#pagetitle {
          margin-top: 250px; } }
      html #site h1#pagetitle .strokeline, body #site h1#pagetitle .strokeline {
        letter-spacing: 0px;
        display: block;
        margin-bottom: 10px; }
    html #site .pagetext p, html #site .teamtext p, body #site .pagetext p, body #site .teamtext p {
      letter-spacing: 1px; }
  html ul, body ul {
    margin: 0;
    padding: 0; }
    html ul li, body ul li {
      list-style: none;
      letter-spacing: 1px; }
  html a, body a {
    text-decoration: none;
    color: #000; }
    html a:hover, body a:hover {
      color: #999; }

footer {
  margin-bottom: 30px; }

@media print {
  a[href]:after {
    content: none; } }

input.required,
textarea.required {
  border-width: 0.2em; }

label.error {
  color: #b10909;
  font-size: 0.85em; }

.print {
  display: none; }

body.home {
  overflow: hidden; }


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

