#fancybox-title{
    width: 100% !important;
}
#fancybox-title-main {
    background: url("fancy_title_main.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-weight: bold;
    line-height: 29px;
    overflow: hidden;
    width: calc(100% - 30px);
}
/*========================================================
Chargement
*=========================================================*/
#chargement{
    position: relative;
    height: 4px;
    background: #fff;
    width: 100%;
}
#progress{
    height: 4px;
    background: #f00;
    width:0;
}
.hide_during_chargement{
    display:none !important;
}
/* =====================================================
  Common Structure
======================================================== */
html{
  font-size: 14px;
}
html,
body{
  position: relative;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height:1.8em;
    font-weight:300;
    -webkit-font-smoothing:subpixel-antialiased;
    background: url(../images/background/bg_pattern.jpg);
}
body #header>,
body #main,
body #footer{
}
.container{
  min-width: 280px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

/* =====================================================
  Common Styles
======================================================== */
.desktop_only{  display: none; }
.desktop_only_menu{  display: none;}
.tablet_only{  display: none;}
.tablet_and_desktop{  display:none;}
.tablet_and_desktop_menu{  display:none;}
.mobile_and_tablet{  display: block;}
.mobile_and_tablet_menu{  display: block;}

#fancybox-wrap {
    padding: 0 !important;
}

ul, ol, dl{
  margin: 0;
  padding: 0;
  list-style: none;
}
li{
  margin: 0;
  padding: 0;
}
a, a:hover{
  text-decoration: none;
}
   ::selection, body::selection, div::selection, span::selection, h1::selection, h2::selection, p::selection {
        color:#FFFFFF;
        background:#EC1C24;
        }
   ::-moz-selection, body::-moz-selection, div::-moz-selection, span::-moz-selection, h1::-moz-selection, h2::-moz-selection, p::-moz-selection {
        color:#FFFFFF;
        background:#EC1C24;
        }

      body p{
      }
.ml10{margin-left: 10%;}
.ml20{margin-left: 20%;}
.ml30{margin-left: 30%;}
.ml40{margin-left: 40%;}
.ml50{margin-left: 50%;}
.mr10{margin-right: 10%;}
.mr20{margin-right: 20%;}
.mr30{margin-right: 30%;}
.mr40{margin-right: 40%;}
.mr50{margin-right: 50%;}

.margin_auto{
    margin: 0 auto;
}
.before{
    position: absolute;
    top:0;
    left:0;
    content: '';
}
.max_width_element{
    max-width: 600px;
}
.max_width_content{
    width: 100%;
}
  .tilted{
    position: relative;
    display: block;
    z-index: 10;
  }
  .tilted:before,
  .tilted:after{
    z-index:-1;
    position: absolute;
    display: block;
    width: 87px;
    height: 65px;
    content: '';
  }
  .tilted:before{
    top:0;
    left: -10px;
    background: url(../images/background/tild_open.png) no-repeat 0 0 transparent;
  }
  .tilted:after{
    bottom:0;
    right: -10px;
    background: url(../images/background/tild_close.png) no-repeat 0 0 transparent;
  }
  .tilted, .tilted_subtitles {
    padding: 0 20px;
}
    .video_embed{
      margin: 10px auto;
      max-width: 300px;
    }
    .video_embed .video_iframe {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0; height: 0; overflow: hidden;
    }
    .video_embed .video_iframe.html5 {
        padding-bottom: 60%;
    }

    .video_embed .video_iframe  iframe,
    .video_embed .video_iframe  object,
    .video_embed .video_iframe  embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tilted_subtitles span{
      text-align: right;
    }
    .fixNavigation{
         z-index: 9999;
         position: fixed;
         top: 0;
         /* Mise en forme */
         width: 100%; /* <-- Largeur de votre site */
     }
    .htmlfixedNavigation{
        padding-top: 62px;
     }
    .ombrage{
      background: #fff;
      box-shadow: 0px 0px 3px #aaa;
      -moz-box-shadow: 0px 0px 3px #aaa;
      -webkit-box-shadow: 0px 0px 3px #aaa;
      filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Strength=3, Direction=135);
    zoom: 1;
    }
    .ombrage .infos{
      padding: 5px;
    }
/* =====================================================
SIMPLE ICON HOVER EFFECTS
======================================================== */

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
    content: "\e009";
}

.hi-icon-screen:before {
    content: "\e00a";
}

.hi-icon-earth:before {
    content: "\e002";
}

.hi-icon-support:before {
    content: "\e000";
}

.hi-icon-locked:before {
    content: "\e001";
}

.hi-icon-cog:before {
    content: "\e003";
}

.hi-icon-clock:before {
    content: "\e004";
}

.hi-icon-videos:before {
    content: "\e005";
}

.hi-icon-list:before {
    content: "\e006";
}

.hi-icon-refresh:before {
    content: "\e007";
}

.hi-icon-images:before {
    content: "\e008";
}

.hi-icon-pencil:before {
    content: "\e00b";
}

.hi-icon-link:before {
    content: "\e00c";
}

.hi-icon-mail:before {
    content: "\e00d";
}

.hi-icon-location:before {
    content: "\e00e";
}

.hi-icon-archive:before {
    content: "\e00f";
}

.hi-icon-chat:before {
    content: "\e010";
}

.hi-icon-bookmark:before {
    content: "\e011";
}

.hi-icon-user:before {
    content: "\e012";
}

.hi-icon-contract:before {
    content: "\e013";
}

.hi-icon-star:before {
    content: "\e014";
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
.no-touch .hi-icon-effect-1a .hi-icon:hover {
    background: rgba(255,255,255,1);
    color: #41ab6b;
}

.no-touch .hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 1b */
.no-touch .hi-icon-effect-1b .hi-icon:hover {
    background: rgba(255,255,255,1);
    color: #41ab6b;
}

.hi-icon-effect-1b .hi-icon:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
    color: #eea303;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.no-touch .hi-icon-effect-2a .hi-icon:hover {
    color: #eea303;
}

.no-touch .hi-icon-effect-2a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/* Effect 2b */
.no-touch .hi-icon-effect-2b .hi-icon:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}

.no-touch .hi-icon-effect-2b .hi-icon:hover {
    color: #fff;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
    color: #f06060;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover {
    color: #fff;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
    color: #fff;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover {
    color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
    width: 92px;
    height: 92px;
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
}

.hi-icon-effect-4a .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
    line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #fff;
}

.no-touch .hi-icon-effect-4 .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #fff;
}

/* Effect 4b */
.no-touch .hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.no-touch .hi-icon-effect-4b .hi-icon:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
    display: none;
}

.no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: rgba(255,255,255,1);
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.no-touch .hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.no-touch .hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

.no-touch .hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.no-touch .hi-icon-effect-5d .hi-icon:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

/* Effect 6 */
.hi-icon-effect-6 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover {
    background: rgba(255,255,255,1);
    color: #64bb5d;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.no-touch .hi-icon-effect-7 .hi-icon:hover {
    color: #fff;
}

.hi-icon-effect-7 .hi-icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
    box-shadow: 0 0 0 rgba(255,255,255,1);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
}

.no-touch .hi-icon-effect-7a .hi-icon:hover:after {
    opacity: 1;
    box-shadow: 3px 3px 0 rgba(255,255,255,1);
}

.hi-icon-effect-7a .hi-icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.no-touch .hi-icon-effect-7a .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 7b */
.hi-icon-effect-7b .hi-icon:after {
    box-shadow: 3px 3px rgba(255,255,255,1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.no-touch .hi-icon-effect-7b .hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hi-icon-effect-7b .hi-icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.no-touch .hi-icon-effect-7b .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
    background: rgba(255,255,255,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 10px rgba(255,255,255,1);
    color: #fff;
}

/* Effect 9b */
.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
    box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
    color: #fff;
}

/* =====================================================
  Sprites
======================================================== */

.sprite-social-facebook,
.sprite-social-twitter,
.sprite-social-instagram,
.sprite-social-youtube{
  display:block;
  height: 40px;
  width: 40px;
  background: url(../images/sprites/social.png) no-repeat transparent;
  background-size: 240px 120px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sprite-social-facebook{
  background-position: 0 0;
}
.sprite-social-facebook.red{
  background-position: 0 -80px;
}
.sprite-social-facebook:hover{
  background-position: 0 -40px;
}
.sprite-social-twitter{
  background-position: -40px 0;
}
.sprite-social-twitter.red{
  background-position: -40px -80px;
}
.sprite-social-twitter:hover{
  background-position: -40px -40px;
}
.sprite-social-youtube{
  background-position: -80px 0;
}
.sprite-social-youtube.red{
  background-position: -80px -80px;
}
.sprite-social-youtube:hover{
  background-position: -80px -40px;
}
.sprite-social-instagram{
  background-position: -120px 0;
}
.sprite-social-instagram.red{
  background-position: -120px -80px;
}
.sprite-social-instagram:hover{
  background-position: -120px -40px;
}
.sprite-languages{
  display:block;
  height: 15px;
  width: 25px;
  background: url(../images/sprites/langs.png) no-repeat transparent;
  background-size: 50px 30px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sprite-languages.en{  background-position:  -25px -15px; }
.sprite-languages.fr{  background-position:  0 -15px; }
.sprite-languages.en:hover{  background-position:  -25px 0;}
.sprite-languages.fr:hover{  background-position:  0 0; }

/* =====================================================
  Site Styles
======================================================== */
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 100% !important; }

.mm-menu {
  width: 100% !important;
  display: none;
  }

.is_edit_mode #bossFrontBar .gabarit select,
.is_edit_mode #bossFrontBar .gabarit label {
    float: left;
    padding: 2px;
    margin-top: 0;
}

.is_edit_mode #bossFrontBar .publication_state span,
.is_edit_mode #bossFrontBar .publication_state img {
    margin-top: 7px;
}
    #header_scroll{
        height: 0;
        width: 100%;
        line-height: 0;
        padding: 0;
        margin: 0;
     }
#mobile_open_menu{
    position: absolute;
    right: 10px;
    top: 0;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #fff;
    font-size: 2em;
    background: #ec1c24;
    z-index: 999;
    height: 44px;
    width: 34px;
    padding: 11px 5px;
}
#mobile_open_menu hr{
    height:2px;
    margin: 4px 0;
    padding: 0;
    background: #fff;
    display: block;
}
#page {
}
#page > #header,
#page > #main,
#page > #footer{
}

form .error{
    padding: 3px 5px;
    background: #f00;
    color: #fff;
}

.search_form input[type=submit]{
    background: #ec1c24 !important;
    padding: 10px;
    color: #fff;
}

form button,
form input{
    background: #fff;
    padding: 10px;
    color: #ec1c24;
    border: 1px solid #ec1c24;
    border-radius: 3px;
    text-align: center
}
div#submit_login_exposant input[type=submit],
form.SfSympalContactBilleterieForm input[type=submit]{
    background: #ec1c24;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


div#submit_login_exposant{
    width: 25% !important;
}


div#submit_login_exposant,
input#submit{
    clear: both;
    padding: 10px !important;
    margin: 0 auto !important;
    height: auto !important;
}

form button:hover,
form input[type=submit]:hover{
    background: #fff;
    color: #ec1c24;
    border: 1px solid #ec1c24;
}
form.sf_boss_form .field{
    clear: both;
}
form.sf_boss_form .field.errors label{
    color: #ec1c24;
}
form.sf_boss_form .field.errors input{
    border: 1px solid #ec1c24;
    color: #ec1c24;
}
#field_sf_sympal_contact_date_list{
    margin-top: 15px;
}
#field_competition_results{
    margin: 30px 0 15px 0;
}
#field_sf_sympal_contact_date_list li label{
    text-transform: capitalize;
}
form.sf_boss_form #field_civility > ul,
form.sf_boss_form #field_function > ul,
form.sf_boss_form #field_support_categorie > ul,
form.sf_boss_form textarea,
form.sf_boss_form select,
form.sf_boss_form input{
    background: #e6e6e6;
    border: none;
    border-radius: 3px;
    padding: 10px;
}
form.sf_boss_form #field_civility,
form.sf_boss_form #field_function,
form.sf_boss_form #field_support_categorie,
form.sf_boss_form field_function{
    margin-bottom: 10px;
}

form.sf_boss_form .error_fields li ul,
form.sf_boss_form .error_fields li li{
    display: inline;
}
form.sf_boss_form .error_fields{
    background: #f00;
    color: #fff;
    padding: 0px 5px 3px 5px;
    margin-bottom: 10px;
}
form.sf_boss_form .error_fields label{

    color: #fff;
    cursor: pointer;
    display: inline;
    font-weight: bold;
}
form.sf_boss_form .sfWidgetFormTextarea,
form.sf_boss_form .sfWidgetFormInputText{
    position: relative;
    clear: none;
}
form.sf_boss_form .sfWidgetFormChoice{
    position: relative;
}
form.sf_boss_form .sfWidgetFormChoice label{
    display: inline-block;
    *display: inline;zoom: 1;
    position: relative;
}
form.sf_boss_form #field_address{
}
form.sf_boss_form #sf_sympal_contact_accreditation_address{
    height: 40px;
}
form.sf_boss_form span.label_group{
    display: block;
}
form.sf_boss_form .sfWidgetFormChoice > ul{
    display: block;
}
form.sf_boss_form .sfWidgetFormChoice  ul {
    display: block;
    height: auto;
    overflow: hidden;
}
form.sf_boss_form .sfWidgetFormChoice  ul li{
    display: block;
    width: 25%;
    float: left;
}
form.sf_boss_form  label.required:after {
    color: #f00;
    content: "*";
    display: block;
    height: 5px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 5px;
}
form.sf_boss_form .sfWidgetFormTextarea label,
form.sf_boss_form .sfWidgetFormInputText label{
    position: absolute;
    display: block;
    display: none;
    left: 30px;
    top: 9px;
    cursor: text;
}
form.sf_boss_form .sfWidgetFormInputFileEditable  label{
    position: relative;
    display: inline;
}
form.sf_boss_form .sfWidgetFormInputFileEditable  input{
    clear: both;
}
form.sf_boss_form input[type=submit]{
    width: 200px;
    background: #ec1c24;
    color: #fff;
    text-align: center;
    border: 1px solid #ec1c24;
}
form.sf_boss_form input[type=submit]:hover{
    background: #fff;
    color: #ec1c24;
}
form.sf_boss_form .competition_results input,
form.sf_boss_form .legaly input{
    float: left;
    margin-top: 6px;
}
form.sf_boss_form .competition_results .sympal_slot_wrapper,
form.sf_boss_form .competition_results .legaly-label,
form.sf_boss_form .legaly .sympal_slot_wrapper,
form.sf_boss_form .legaly .legaly-label{
    float: left;
    width: 80%;
    margin-left: 10px;

}

form.sf_boss_form .sfWidgetFormTextarea label.visible,
form.sf_boss_form .sfWidgetFormInputText label.visible{
    display: block;
}
form.sf_boss_form input{
    text-align: left;
    color: #100000;
}
/* =====================================================
  HEADER
======================================================== */
.header_mobile{
    height: 46px;
    width: 100%;
    overflow: hidden;
    background: #ec1c24;
    position: relative;
}
.header_mobile a.back_home{
    height: 46px;
    width: 198px;
    background: url(../images/header/header_mobile.png) no-repeat 0 0 transparent;
    background-size: 198px 46px;
    display: inline-block;
    *display: inline; zoom: 1;

}
  #page > #header{
  }
    #primary_menu_mobile .quick_access,
    #top_bar{
      background:#100000;
      color: #fff;
    }
    #primary_menu_mobile .quick_access a,
    #top_bar a{
      color: #fff;
    }
    #primary_menu_mobile .quick_access .social a,
    #top_bar .social  a{
      background-size: 150px 75px;
      height: 25px;
      width: 25px;
    }
    #primary_menu_mobile .quick_access .social a.sprite-social-facebook:hover,
    #top_bar .social  a.sprite-social-facebook:hover{
      background-position: 0 -25px;
    }
    #primary_menu_mobile .quick_access .social a.sprite-social-twitter,
    #top_bar .social  a.sprite-social-twitter{
      background-position: -25px 0;
    }
     #primary_menu_mobile .quick_access .social a.sprite-social-twitter:hover,
    #top_bar .social  a.sprite-social-twitter:hover{
      background-position: -25px -25px;
    }
     #primary_menu_mobile .quick_access .social a.sprite-social-youtube,
    #top_bar .social  a.sprite-social-youtube{
      background-position: -50px 0;
    }
     #primary_menu_mobile .quick_access .social .sprite-social-youtube:hover,
    #top_bar .social  a.sprite-social-youtube:hover{
      background-position: -50px -25px;
    }
     #primary_menu_mobile .quick_access .social a.sprite-social-instagram,
    #top_bar .social  a.sprite-social-instagram{
      background-position: -75px 0;
    }
     #primary_menu_mobile .quick_access .social a.sprite-social-instagram:hover,
    #top_bar .social  a.sprite-social-instagram:hover{
      background-position: -75px -25px;
    }
    #top_bar .contact{
      float: left;
      font-size:0.8em;
      padding-top: 5px;
    }
    #top_bar .contact .access_exhibitor{
      display: inline-block;
      *display: inline; zoom: 1;
      background: url(../images/pictos/locked.png) no-repeat 0 center transparent;
      background-size: 11px 14px;
      padding-left: 20px;
      margin-left: 20px;
    }
    #top_bar .contact .access_exhibitor #user_ajax_connected > div{
      display: inline-block;
      *display: inline; zoom: 1;
    }
    #top_bar .contact .tel{
      display:block;
      float:left;
      background: url(../images/pictos/phone_white.png) no-repeat 0 center transparent;
      background-size: 11px 14px;
      padding-left: 12px;
    }
    #top_bar .contact .mail{
      display:block;
      float:left;
      background: url(../images/pictos/letter_white.png) no-repeat 0 center transparent;
      background-size: 15px 10px;
      padding-left: 20px;
      margin-left: 25px;
      text-transform: uppercase;
    }
    #primary_menu_mobile .quick_access .contact .access_exhibitor,
    #primary_menu_mobile .quick_access .contact .mail,
    #primary_menu_mobile .quick_access .contact .tel{
      display:block;
      background: url(../images/pictos/phone_white.png) no-repeat 0 center transparent;
      background-size: 11px 14px;
      padding-left: 12px;
      width:12px;
      height:14px;
      overflow: hidden;
    }
    #primary_menu_mobile .quick_access .contact .mail{
      background: url(../images/pictos/letter_white.png) no-repeat 0 center transparent;
      background-size: 15px 10px;
      width:15px;
      height:10px;
    }
    #primary_menu_mobile .quick_access .contact .access_exhibitor{
      background: url("../images/pictos/locked.png") no-repeat scroll center center / 11px 14px rgba(0, 0, 0, 0);
      width:11px;
      height:14px;
    }
    #top_bar .social{
      float: right;
      font-size:0.8em;
      padding: 5px 20px 5px 0;
      height: 35px;
      overflow: hidden;

    }
    #primary_menu_mobile .form_search,
    #top_bar .social .form_search{
      display: inline-block;
      *display: inline;zoom: 1;
      margin-right: 10px;
      height: 25px;
      width: 150px;
      background: #4d4d4d;
      border-radius: 3px;
      overflow: hidden;
    }
    #primary_menu_mobile .search_ul{
        background: #fff;
    }
    #primary_menu_mobile .form_search{
        margin: 80px 10px 80px 10px;
        width: calc(100% - 20px);
        height: 40px;
    }
    #primary_menu_mobile .form_search input,
    #top_bar .social .form_search input{
      height: 40px;
      border: none;
      padding: 0;
      margin: 0;
      background: none;
      width: 120px;
      color: #fff;
      padding: 5px 10px;
      font-size: 0.786em;
      text-transform: none;
      text-align: left;
      display: block;
      float: left;
    }
    #top_bar .social .form_search input{
      height: 25px;
    }
    #primary_menu_mobile .form_search input{
        width: calc(100% - 40px);
    }

    #top_bar .social .form_search input[type="submit"],
    #primary_menu_mobile .form_search input[type="submit"]{
        width: 27px;
        background: url(../images/pictos/zoom.png) no-repeat center center transparent;
        padding: 0;
        -webkit-background-size: 14px 14px ;
        background-size: 14px 14px ;

        float: right;
    }

    #top_bar .social > ul{
      display: inline-block;
      *display: inline;zoom: 1;
    }
    #top_bar .social li{
      float: left;
      margin-left: 10px;
    }
    #primary_menu_mobile .quick_access  .social li a{
      padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    #top_bar .language{
      float: left;
      padding: 10px 10px 10px 4px  ;
      line-height: 0;
    }
    #top_bar .language ul{
      margin: 0;
      padding: 0;
      height: auto;
      overflow: hidden;
    }
    #top_bar .language li{
      float: left;
      margin: 0;
      padding: 0;
      margin-left: 6px;
      height: 15px;
      width: 25px;
    }
    #primary_menu_mobile .quick_access  .language li.current.fr,
    #primary_menu_mobile .quick_access  .language li.fr:hover,
    #top_bar .language li.current.fr,
    #top_bar .language li.fr:hover{
      background-position: 0 0;
    }
    #primary_menu_mobile .quick_access  .language li.en.current,
    #primary_menu_mobile .quick_access  .language li.en:hover,
    #top_bar .language li.en.current,
    #top_bar .language li.en:hover{
      background-position: -25px 0;
    }
    #top_bar .language li a.en{
      background-position: 0 0;
    }
    #top_bar .language li a,
    #top_bar .language li a img{
      height: 15px;
      width: 25px;
      display: block;
      margin: 0;
      padding: 0;
    }
    #primary_menu_container{
        height: 60px;
      background: #ec1c24;
        background: -moz-linear-gradient(left,  #100000 50%, #ec1c24 51%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(50%,#100000), color-stop(51%,#ec1c24)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #100000 50%,#ec1c24 51%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #100000 50%,#ec1c24 51%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #100000 50%,#ec1c24 51%); /* IE10+ */
        background: linear-gradient(to right,  #100000 50%,#ec1c24 51%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100000', endColorstr='#ec1c24',GradientType=1 ); /* IE6-9 */

    }
    #primary_menu{
      background: none;
      color: #fff;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
      background: #ec1c24;
        background: -moz-linear-gradient(left,  #100000 50%, #ec1c24 51%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(50%,#100000), color-stop(51%,#ec1c24)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #100000 50%,#ec1c24 51%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #100000 50%,#ec1c24 51%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #100000 50%,#ec1c24 51%); /* IE10+ */
        background: linear-gradient(to right,  #100000 50%,#ec1c24 51%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100000', endColorstr='#ec1c24',GradientType=1 ); /* IE6-9 */
        position: relative;
    }
    #primary_menu > section{
    }
    #primary_menu #menu-primary{
        padding-left: 0;
        max-width: 1600px;
        background: #ec1c24;
    }
      #primary_menu a{
        color: #fff;
      }
      #primary_menu > section > ul{
        z-index: 99;
      }
      #primary_menu > section > ul > li {
        float:left;
        max-height:59px;
      }
      #primary_menu > section > ul > li > span,
      #primary_menu > section > ul > li > a{
        padding: 17px 10px;
        display: block;
        text-transform: uppercase;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        cursor: pointer;
        max-height:59px;
      }
      #primary_menu > section > ul > li  ul{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #ccc;
        top: 59px;
        margin: 0;
        border-top: 1px solid #fff;
        padding: 15px;
        z-index: 99;
        height: 182px;
      }
      #primary_menu > section > ul > li  ul ul{
        border-top: none;
      }
      #primary_menu > section .dl-menuwrapper{
        width: 100%;
        position: inherit;
        float: none;
      }
      #primary_menu > section .dl-menuwrapper button{
        display: none;
      }
      #primary_menu > section > ul > li ul ul{
        top: 0px;
        overflow: hidden;
        z-index: 20;
      }
      #primary_menu > section > ul > li  ul li{
        width: 25%;
        height: 50px;
        display: block;
        float: left;
        padding: 5px;
        z-index: 25;
      }
      #primary_menu > section > ul > li  ul li span,
      #primary_menu > section > ul > li  ul li a{
        width: 100%;
        height: 40px;
        display: block;
        background: #fff;
        color: #ec1c24;
        padding: 7px 20px;
        border-radius: 3px;
      }
      #primary_menu > section > ul > li  ul li span{
        background: url(../images/pictos/arrow_red.png) no-repeat right center #fff;
        padding-right: 20px;
      }
      #primary_menu > section > ul > li  ul li:hover span:hover{
        background: url(../images/pictos/arrow_white.png) no-repeat right center #000;
        padding-right: 20px;
      }
      #primary_menu > section > ul > li  ul li.dl-back a{
          background: #ec1c24;
          color: #fff;
          background: url(../images/pictos/arrow_white_left.png) no-repeat left center #ec1c24;
          padding-left: 20px;
          text-align: right;
      }
      #primary_menu > section > ul > li  ul li span:hover,
      #primary_menu > section > ul > li  ul li a:hover,
      #primary_menu > section > ul > li  ul li span.current,
      #primary_menu > section > ul > li  ul li a.current{
        background-color: #000;
        color: #fff;
        cursor: pointer;
      }

      #primary_menu > section > ul > li.current  span,
      #primary_menu > section > ul > li  span:hover,
      #primary_menu > section > ul > li.current  a,
      #primary_menu > section > ul > li  a:hover{
        background: #9c0006;
      }
      #primary_menu > section > ul > li  ul li.dl-back a:hover{
      }

      #primary_menu > section > ul > li.logo {
        padding: 0;
        height: 59px;
        line-height: 1em;
      }
      #primary_menu > section > ul > li.logo a{
        display: block;
        padding: 0;
        background: none;
      }
      #primary_menu > section > ul > li.logo a:hover img{
        display: block;
        padding: 0;
        background: none;
       opacity: 1;
       filter: alpha(opacity=100);
      }

/* =====================================================
  MAIN
======================================================== */
  #main{
  }
  .show_if_mobile{
    display: none;
  }
  .show_if_desktop{
    display: block;
  }
  img.show_if_desktop{
    display: inline;
  }
  html.mobile .show_if_mobile{
    display: block;
  }
  html.mobile img.show_if_mobile{
    display: inline;
  }
  html.mobile .show_if_desktop{
    display: none;
  }
#partenaires,
#returnAjaxContents > * {
    padding: 30px 20px;
    height: auto;
    overflow: hidden;
}
  #main h1{
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    font-size:2.5em;
  }
  #main .edito h1{
    margin-bottom: 15px;
  }


        /* =====================================================
          SLIDER
        ======================================================== */
          #returnAjaxContents > #slideshow {
            padding: 0;
            max-width: 1600px;
            margin: 0 auto;
          }
          #main #slider_home {
            text-align: center;
            position: relative;
          }
          #main #slider_home .container{
            position: relative;
          }
          #main #slider_home .background{
          }
          #main #slider_home .bloc_dates{
            position: absolute;
            width: 54.06%;
            top: 11.03%;
            left: 14.69%;
          }
          #main #slider_home .equita{
            position: absolute;
            width: 65%;
            top: 49.66%;
            left: 11.56%;
          }
          #main #slider_home .claim{
            position: absolute;
            width: 51.88%;
            top: 82.07%;
            left: 36.88%;
          }
          #main #slider_home{
            width: 100%;
            max-width: 1600px;
            height: auto !important;
            overflow: hidden;
            -webkit-transition: all .5s ease-in;
            -moz-transition: all .4s ease-in;
            -o-transition: all .4s ease-in;
            transition: all .5s ease-in;
            clear: both;
            background: #e6e6e6;
          }
          #main #slider_home > li{
            width: 100%;
            max-width: 1600px;
            height: auto;
            overflow: hidden;
            display: block;
          }
          #main #slider_home > li > .picture_container{
            display: block;
            line-height: 1em;
          }
          #main #slider_home > li > .picture_container img{
            display: block;
          }
          #main #slider_home > li > .info{
            padding: 50px 20px 20px 20px;
            background: url(../images/background/shadowslidshow.png) no-repeat 0 0 #e6e6e6;
            background-size: 100%;
            border-top:1px solid #fff;
            text-indent: -999em;
          }
          #main #slider_home > li.slider1_on > .info{
            text-indent: 0;
          }
          #main #slider_home li .label{
            font-size: 1.571em;
            font-weight: bold;
            font-family: 'Playfair Display SC',serif;
            line-height: 1em;
            margin-bottom: 15px;
            text-transform: uppercase;
          }
          #main #slider_home li .label:first-letter{
            font-size: 1.1em;
          }
          #main #slider_home li .description{
            font-size: 1em;
          }
          #main #slider_home li .description a.link_white_and_red{
            font-size: inherit;
          }
          #main .container_left .menuContextuel ul{
            margin-bottom: 20px;
          }
          #main .menuContextuel .content_text{
            line-height: 1em;
          }
          #main .container_left .menuContextuel.ombrage ul{
            margin-bottom: 0;
          }
          #main .container_left .events_infos {
            position: relative;
          }
          #main .container_left .events_infos > span{
            padding-left: 83px;

          }
          #main .container_left a.event_type_picto{
            display: block;
            padding: 8px;
            height: 83px;
            width: 83px;
            position: absolute;
            top: 0;
            left: 0;
          }
          #main .container_left .menuContextuel a.link_white_and_red{
            width: 100%;
            background-image: url(../images/pictos/arrow_white.png);
            background-repeat: no-repeat;
            background-position: right center;
          }
          #main .container_right .eventsList li{
            width: 100%;
            background: none;
            padding: 5px;
            float: left;
          }
          #main .container_right .eventsList li:nth-child(odd){
            clear: both;
          }
          #main .template_events-list .container_right h1 img{
            height: 67px;
            width: 67px;
            position: absolute;
            left: 0;
            top:0;
          }
          #main .template_events-list .container_right h1{
            min-height:67px;
            padding-left: 80px;
            padding-top: 7px;
            position: relative;
          }
          #main .container_right .eventsList a.link_white_and_red{
            width: 100%;
            background: #100000;
          }
          #main .container_left .menuContextuel{
            height: auto;
            overflow: hidden;
            line-height: 0;
          }
          #main .container_left .menuContextuel ul{
            height: auto;
            overflow: hidden;
            line-height: 1.8em;
          }
          #main .container_left .menuContextuel a.link_white_and_red:hover{
            background-image: url(../images/pictos/arrow_red.png);
          }
          #main #slider_home_container{
                position: relative;
          }
          #main #slider_home_container .navigation_slider,
          #main #slider_home_container .navigation_slider ul{
            height: auto;
            overflow: hidden;
            display: block;
            text-align: center;
          }
          #main #slider_home_container .navigation_slider{
            width: 100%;
            position: absolute;
            left: 0;
            z-index: 2;
            height: 22px;
            overflow: hidden;
            margin: 14px 0;
            display: none;
          }
          #main #slider_home_container .navigation_slider li{
            width: 22px;
            height: 22px;
            overflow: hidden;
            display: inline-block;
            *display: inline;zoom: 1;
            margin: 0 9px;
          }
          #main #slider_home_container .navigation_slider li a{
            width: 22px;
            height: 22px;
            display: block;
            background: url(../images/pictos/puces-slider.png) no-repeat 0 0 ;
            background-size:22px 44px;
            background-position:0 0;
            text-indent: -9999em;
          }
          #main #slider_home_container .navigation_slider li.slider_here a,
          #main #slider_home_container .navigation_slider li a:hover{
            background-position:0 -22px;
          }
          #search .search_form{
            padding: 10px 0;
          }
          #search form input{
            max-width: 300px;
            display: block;
            margin: 0 auto;
            padding-left:10px;
            padding-right:10px;
          }
          #search form input[type=text]{
            background: #e6e6e6;
            color: #100000;
            text-align: left;
            max-width: 300px;
            border: none;
            margin-bottom: 10px;
          }
          #search form input[type=submit]{
            max-width: 180px;
          }
          #search .list a.infos{
            display: block;
            border: 1px solid #e6e6e6;
            padding: 8px;
            margin-bottom: 10px;
          }
          #search .sympal_pager_header h3{
          margin-bottom: 20px;
          }
          #search h3{
            color: #ec1c24;
            font-weight: bold;
          }
          #search .list a.infos{
            display: block;
            border: 1px solid #e6e6e6;
            padding: 8px 38px 8px 8px;
            margin-bottom: 10px;
            position: relative;
          }
          #search .list a.infos span.after{
            position: absolute;
            height: 100%;
            width: 30px;
            background: url(../images/pictos/crux-white.png) no-repeat center center #ec1c24;
            top: 0;
            right: 0;
          }
          #search .list a.infos:hover span.after{
            background: url(../images/pictos/crux-red.png) no-repeat center center #fff;
            border: 1px solid #ec1c24;
          }
          .pagination ul{
            height: auto;
            overflow: hidden;
            text-align: center;
          }
          .pagination li{
           height: 40px;
           min-width: 40px;
           display: inline-block;
           *display: inline;zoom: 1;
           overflow: hidden;
           border-radius: 3px;
          }
          .pagination li > span,
          .pagination li > a{
            display: block;
           height: 40px;
           min-width: 40px;
           padding: 7px;
           text-align: center;
          }

          .pagination li.current > span,
          .pagination li.current > a{
            background-color: #dddddd;
            padding: 7px 18px;
          }
          .pagination li.next > span,
          .pagination li.next > a{
            background: url(../images/pictos/arrow_white.png) no-repeat 17px center  #ec1c24;
          }
          .pagination li.next:hover > span,
          .pagination li.next:hover > a{
            background: url(../images/pictos/arrow_red.png) no-repeat 17px center  #fff !important;
            border: 1px solid #ec1c24 !important;

          }
          .pagination li.previous > span,
          .pagination li.previous > a{
            background: url(../images/pictos/arrow_white_left.png) no-repeat 5px center  #ec1c24;
          }
          .pagination li.previous:hover > span,
          .pagination li.previous:hover > a{
            background: url(../images/pictos/arrow_red_left.png) no-repeat 5px center  #fff !important;
            border: 1px solid #ec1c24 !important;

          }
          .paginate li{
           height: 40px;
           min-width: 40px;
          }
          #search .list a.infos .description{
            color: #7f7f7f;
          }
.sf_content .container_left .events_infos{
    text-align: center;
    margin-bottom: 20px;
}
.sf_content .container_left .events_infos ul{
   display: block;
   height: auto;
   overflow: hidden;
}
.sf_content .container_left .events_infos ul li{
    display: block;
    width: 50%;
    padding: 1px;
    float: left;
}
.sf_content .container_left .events_infos ul a{
    display: block;
    background: #e6e6e6;
    padding: 8px;
    text-transform: uppercase;;
    line-height: 1em;
    -webkit-transition: background .4s ease-in;
    -moz-transition: background .4s ease-in;
    -o-transition: background .4s ease-in;
    transition: background .4s ease-in;
}
.sf_content .container_left .events_infos ul a:hover{
    color: #e6e6e6;
    background: #ec1c24;
}
.sf_content .container_left .events_infos span.hall,
.sf_content .container_left .events_infos span.date,
.sf_content .container_left .events_infos span.carriere{
    display: block;
}
  #main .edito{
    margin-bottom: 30px;
  }
  #main #edito .actions{
    margin-top: 30px;
  }

  #main #banners{
    padding: 20px 30px;
    text-align: center;
  }
  #main #banners .longines{
    width: 260px;
    display: inline-block;
    *display: inline; zoom: 1;
    margin-bottom: 10px;
  }
  #main #banners .longines #loginesBox{
    height: 120px;

  }

  #main #banners .banner {
    width: 600px;
    margin-bottom: 10px;
    display: inline-block;
    *display: inline; zoom: 1;
    display: none;
  }
  #main #programme .text_program{
    margin-bottom: 30px;
  }
  #main #programme .twice_clear,
  #main #programme .forth_clear{
    clear: both;
    margin-bottom: 20px;
  }
  #main #programme img.picture{
    height: 67px;
    width: 67px;
  }
  #programme .grid-fourth {
    width: 50%;
    text-align: center;
    float: left;
    padding-left: 1.4%;
    padding-right: 1.4%;
  }
  #main  #programme .grid-fourth img {
    margin-bottom: 8px;
  }
  #main  #programme .grid-fourth h2 {
    text-transform: uppercase;
    color: #100000;
    font-size: 1em;
  }
  #main  #programme .grid-fourth h3 {
    font-size: 0.786em;
  }
  #main  #photos {
    color: #ffffff;
    padding: 30px 0;
}
  #main  #photos .text_photos,
  #main  #photos h1{
    padding: 0 20px;
}
  #main  #photos .text_photos{
    margin-bottom: 30px;
  }
  #main  #photos .instagram_flow{
    overflow: hidden;
    max-height: 145px;

    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin-bottom: 20px;
  }
  #main  #photos  .loader{
    background: none;
  }
  #main  #photos h1{
    color: #fff;
}
  #main  #photos .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

  #main  #actualites .tweet{
    margin-bottom: 30px;
    padding-left:10%;
    font-size: 0.857em;
    color: #808080;
}
  #main  #actualites .tweet .date{
    display: block;
    text-align: right;
    border-bottom:1px solid #cccccc;
}
  #main  #actualites .tweet .text{
    line-height: 1.4em;
    margin-top: 8px;
}
  #main  #actualites .tweet .text{
    line-height: 1.4em;
    margin-top: 8px;
    position: relative;
    font-size: 1.1em;
}
  #main  #actualites .tweet .text .tweet_picto{
    background: url(../images/pictos/twitter-pict.png) no-repeat 0 0 transparent;
    background-size: 20px 16px;
    -webkit-background-size: 20px 16px;
    height: 16px;
    width: 30px;
    left: -30px;
    top: -9px;
}

nav.social{
      font-size:0.8em;
      padding: 5px 0;
    }
nav.social ul{
      text-align: center;
    }
    nav.social li{
      margin-left: 10px;
      display: inline-block;
      *display: inline;zoom: 1;
    }
  nav.social li a{
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    }

#billeterie{
    padding: 0;
    min-height:356px;
    overflow: hidden;
    background : #100000;
}
.mobile #billeterie  .show_if_desktop{
    display: none;
  }
.desktop #billeterie  .show_if_desktop{
    display: block;
  }
  html.mobile #billeterie .show_if_mobile{
    display: block;
  }
#billeterie > .container{
    position: relative;
}
#billeterie > .container .visuel{
    display: block;

}
#billeterie > .container .content{
    position: absolute;
    width: 100%;
    top: 0;
    padding: 30px 20px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2); zoom: 1;
}
#billeterie > .container .content h1{
    color: #fff;
}
#billeterie > .container form label{
    display: none;
}
#billeterie > .container form{
    margin-top: 30px;
}
#billeterie > .container form.have_errors{
    margin-top: 0;
}
#billeterie > .container form input{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 300px;
    font-size: 1.143em;
}
#partenaires a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);}

.sf_content .container_left .banners{
    padding: 5px;
}
.sf_content .container_left .banner{
    margin: 0 auto;
    width: 250px;
}
.sf_content .container_left h2.pub{
    text-align: center;
    text-transform: uppercase;
    font-size: 0.786em;
    margin-bottom: 5px;
    color: #4d4d4d;
    font-family: 'Open Sans', serif;
    font-weight: normal;
}
.sf_content .container_right .picture_actu{
    line-height: 1em;
}
.sf_content .container_right .picture_actu .picture_legaly{
    font-size: 0.714em;
    color: #808080;
    text-transform: uppercase;
}
.sf_content .container_right .picture_actu .picture_actu_img{
    width: 100%;
    max-height: 330px;
    overflow: hidden;
    line-height: 1em;
}
.sf_content .container_right .picture_actu .picture_actu_img img{
    display: block;
}
.sf_content .container_right .picture_actu .picture_legaly .copyright{
    color: #ec1c24;
    text-transform: none;
}
.sf_content .container_right .date{
    color: #ec1c24;
    text-transform: none;
    margin: 15px 0;
}
.sf_content .container_right .chapo{
    color: #ec1c24;
    margin-bottom: 20px;
}
#main .sf_content .container_right h1{
    text-align: left;
}
#main .actus_list_template{
    text-align: center;
}
#main .actus_list_template .actu_item{
    margin-bottom: 30px;
}
#main .actus_list_template .actus_list{
    height: auto;
    overflow: hidden;
}
#main .actus_list_template .actus_list .getNext{
    clear: both;
}
#facebookG{
    width:28px;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);

}

.facebook_blockG{
background-color:#EC1C23;
    border:1px solid #EC1C23;
    float:left;
    height:20px;
    margin-left:1px;
    width:5px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

#blockG_1{
-moz-animation-delay:0.3s;
-webkit-animation-delay:0.3s;
-ms-animation-delay:0.3s;
-o-animation-delay:0.3s;
animation-delay:0.3s;
}

#blockG_2{
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}

#blockG_3{
-moz-animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;
}

@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}

}
#main .sf_content .container_left .actu_item{
    padding: 10px 0;
}
#main .actus_list_template .actu_item .date{
    height: 12px;
    display: block;
    height: 1.2em;
    line-height: 1em;
    margin-top: 2px;
}
#main .actus_list_template .actu_item .date{
    height: 12px;
    display: block;
    height: 1.2em;
    line-height: 1em;
    margin-top: 2px;
}
#main .actus_list_template .actu_item h2{
    height: 38px;
    overflow: hidden;
}
#main .actus_list_template .actu_item .description{
    height: 80px;
    overflow: hidden;
    color: #100000;
    margin-top: 5px;
    line-height: 1.4em;
}
#main .sf_content .actu_item{
    text-align: center;
    display: block;
    height: auto;
    overflow: hidden;
}
#main .sf_content .actu_item{
    text-align: center;
}
#main .sf_content .actu_item h2{
    font-size: 1.143em;
}
#main .sf_content .actu_item .picture{
    max-height: 300px;
    height: auto;
    overflow: hidden;
    line-height: 1em;
}
#main .sf_content .actu_item span.link_white_and_red{
    font-size: 1em;
    padding: 4px 5px;
    width: 100%;
    margin-top: 8px;
}
#main .share_it{
    height: auto;
    overflow: hidden;
    margin: 25px 0 15px 0;
}
#main .share_it > .share_title{
    float: left;
    font-size: 0.857em;
    color: #ec1c24;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1em;
}
#main .share_it > .addthis{
    float: right;
    line-height: 1em;

}
#main .addthis_32x32_style{
    text-align: center;
}
#main .addthis_32x32_style > a{
    float: none;
    display: inline-block;
    *display: inline;zoom: 1;

}
#main .addthis_32x32_style .at15t_compact,
#main .addthis_32x32_style .at15t_email,
#main .addthis_32x32_style .at15t_facebook,
#main .addthis_32x32_style .at15t_twitter {
  display:block;
  height: 40px;
  width: 40px;
  background: url(../images/sprites/social.png) no-repeat transparent;
  background-size: 192px 96px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-position: -32px -32px !important;
}
#main .addthis_32x32_style .at15t_compact{
  background-position: -160px -32px !important;
}
#main .addthis_32x32_style .at15t_email{
  background-position: -128px -32px !important;
}
#main .addthis_32x32_style .at15t_facebook{
  background-position: -0 -32px !important;
}
#main .addthis_32x32_style .at15t_compact:hover{
  background-position: -160px -64px !important;
}
#main .addthis_32x32_style .at15t_email:hover{
  background-position: -128px -64px !important;
}
#main .addthis_32x32_style .at15t_facebook:hover{
  background-position: -0 -64px !important;
}
#main .addthis_32x32_style .at15t_twitter:hover{
  background-position: -32px -64px !important;
}
/* =====================================================
  Footer
======================================================== */
#footer{
    background: #100000;
    color: #fff;
}

#footer nav.social ul{
      text-align: left;
      margin-top: 20px;
    }
#footer nav.social ul li:first-child{
      margin-left: 0;
    }
#footer h2{
    font-size: 1.143em;
    color: #fff;
    font-weight: normal;
}
#footer p{
    font-size: 0.857em;
}
#footer .container{
    padding: 30px 20px;
}

#footer .container > div{
    margin-top: 30px;
}
#footer .container > div:first-child{
    text-align: center;
}
#footer .container a.glevents_logo{
    height:60px;
    width:50px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
#footer .container .legal{
    text-align: center;
    font-size: 0.714em;
    line-height: 1em;
}
#footer .container .legal ul li{
    display: inline-block;
    *display: inline; zoom: 1;    
    border-left: 1px solid #fff;
    margin-left: 8px;
    padding-left: 8px;    
}
#footer .container .legal ul li:first-child{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
#footer .container .legal ul li a{
    color : #fff;
}
/* =====================================================
  Navigation mobile
======================================================== */

#menu-primary .first img{
    width: 19px;
    height: 22px;
}
#primary_menu_mobile{
    background: #ec1c24;
    padding-left: 45px;
}
#primary_menu_mobile > ul li,
#primary_menu_mobile_content li{
    position: relative;
    background: #ec1c24;
    margin-top: 1px;
}
#primary_menu_mobile > ul li{
  color: #ec1c24;
    background: #fff;
}
#primary_menu_mobile > ul li.current{
  color: #fff;
    background: #100000;
}
#primary_menu_mobile a.mm-subopen{
    position: absolute;
    width: 100%;

}
#primary_menu_mobile_content{
    background: #ccc;
    padding: 0 0 0 45px;
    margin-top: 40px;
}
#primary_menu_mobile .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after{
    border: none;
}
#primary_menu_mobile .quick_access{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    min-height: 2000px;
    z-index: 999;

}
#primary_menu_mobile .quick_access .container {
    margin: 0;
    max-width: none;
    min-width: 0;
}
#primary_menu_mobile ul,
#primary_menu_mobile .quick_access a,
#primary_menu_mobile .quick_access span{
    padding: 0;
    margin: 0;
}

#primary_menu_mobile > ul{
    background: #ccc;
    padding-left: 45px;
}
#primary_menu_mobile .quick_access .contact .mail{
  background: url(../images/pictos/letter_white_mobile.png) no-repeat center center transparent;
  height: 45px;
  width: 45px;
  padding-left: 45px;
  background-size: 21px 14px;
}

#primary_menu_mobile .quick_access .contact .access_search{
  margin-bottom: 20px;
  background: url("../images/pictos/zoom.png") no-repeat scroll center center transparent;
  background-size: 20px 20px;
  height: 45px;
  width: 45px;
  padding-left: 45px;
  cursor: pointer;
}
#primary_menu_mobile .quick_access .contact .access_exhibitor{
  margin-bottom: 20px;
  background: url("../images/pictos/locked.png") no-repeat scroll center center transparent;
  background-size: 18px 22px;
  height: 45px;
  width: 45px;
  padding-left: 45px;
}
#primary_menu_mobile .quick_access .contact .tel{
  margin-top: 20px;
  margin-bottom: 0;
  background: url(../images/pictos/phone_white_mobile.png) no-repeat center center transparent;
  height: 45px;
  width: 45px;
  padding-left: 45px;
  background-size: 20px 28px;
}
#primary_menu_mobile .quick_access li{
  margin-bottom: 20px;
}
#primary_menu_mobile .quick_access li{
  margin-bottom: 20px;
}
#primary_menu_mobile .quick_access .language li{
  margin-left: 10px;
}
#primary_menu_mobile .quick_access .language li a{
  display: block;
  height: 15px;
  width: 25px;
}
#primary_menu_mobile .quick_access .social li{
  margin-left: auto;
}
#primary_menu_mobile li{
    line-height: 1em;
}
#primary_menu_mobile li > span,
#primary_menu_mobile li > a{
    text-transform: uppercase;
    font-size: 1.429em;
    display: inline-block;
    *display: inline;zoom: 1;
    max-width: 100%;
    padding-right: 32px;
}

#primary_menu_mobile li > a{
    width: 100%;
}
#primary_menu_mobile li > a.mm-subclose{
    display: block;
    background: #EC1C24;
    color: #fff;
}
#primary_menu_mobile li > a.mm-subopen:after,
#primary_menu_mobile li > a.mm-subclose:before{

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: url(../images/pictos/arrow_white.png) no-repeat right center transparent;
    border: none;
    height: 7px;
    width: 18px;
}
#primary_menu_mobile > ul li.current > a.mm-subopen:after{
    background: url(../images/pictos/arrow_white.png) no-repeat right center transparent;
}
#primary_menu_mobile > ul li > a.mm-subopen:after{
    background: url(../images/pictos/arrow_red.png) no-repeat right center transparent;
}
#primary_menu_mobile li > a.mm-subclose:before{
    background: url(../images/pictos/arrow_white_left.png) no-repeat right center transparent;
    left: 10px;
}
#primary_menu_mobile #menu-primary .current a{
    color: #fff;
    background: #9c0006;
}
#primary_menu_mobile > .close{
    background: none repeat scroll 0 0 #EC1C24;
    color: #FFFFFF;
    height: 40px;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    z-index: 999;
}
#primary_menu_mobile > .close a{
    height: 25px;
    width: 25px;
  background: url(../images/pictos/close.png) no-repeat 0 center transparent;
  display: block;
  cursor: pointer;
}

/* =====================================================
  Photothèque
======================================================== */
section.picGridContent{
    margin: 0 auto;
    overflow: visible !important;
    z-index: 20;
}

section.filterInput{
    width: 240px;
    margin:0 auto;
}

.byCategoryAndAlbumArrow{
    height: 40px;
    width: 42px;
    background: url(../images/select/select_arrow.png) no-repeat 0 center transparent;
    float: right;
}

.byCategoryAndAlbumArrowOpened{
    height: 40px;
    width: 42px;
    background: url(../images/select/select_arrow_reversed.png) no-repeat 0 center transparent;
    float: right;
}

.byCategoryAndAlbumContent{
    width: 260px;
    height: 40px;
    background: url(../images/select/select_content.png) no-repeat 0 center;
    color: black;
    position: relative;
}

.byCategoryAndAlbumSelector{
    color: black;
    height: 40px;
    padding-left: 15px;
    color: black;
    padding-top:10px;
    vertical-align: middle;
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.byCategoryAndAlbumOptions{
    background-color: rgb(221,221,221);
    color: black;
    width: 215px;
    margin-left: 3px;
    padding-left: 15px;
    z-index: 10;
    position: relative;
    top: auto !important;
    overflow: hidden;
}

.template_phototheque .byCategoryAndAlbumOptions {
    height: 0;
}

.byCategoryAndAlbumOptions li.level_2{
  padding-left: 15px;
}

.byCategoryAndAlbumOptions a {
    color: black;
    z-index: 10;
}

.byCategoryAndAlbumOptions a:hover {
    color: red;
    z-index: 10;
    background-color: #ccc;
}

section.picGrid{
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

div.onePic {
    width: 180px;
    height: 180px;
    margin-left: 3%;
    margin-top: 5%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: none !important;
}

div.onePic img.imgToCrop {
    left: -75%;
    max-width: none !important;
    position: absolute;
    top: -25%;
    width: 440px;
    z-index: 5;
}

div.onePic div.showInfos{
    z-index: 9;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.onePic div.showInfosHover{
    color: white;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0px;
    left: 0px;
    background-color: black;
    z-index: 5;
    opacity: 0;
    font-size:13px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}

div.onePic div.showInfosHover p{
    opacity: 1 !important;
}

div.onePic div.showInfos div.showLogoImg{
    position: absolute;
    bottom: 0px;
    left: 7px;
    z-index: 0 !important;
    width: 45px;
    height: 45px;
    background-size: 38px;
    background-repeat: no-repeat;
    background-color: transparent;
}

div.onePic div.showInfos div.coupes-du-monde-fei{
    background-image: url(../images/pictos/coupe-picto.png);
}

div.onePic div.showInfos div.jumping{
    background-image: url(../images/pictos/jumping-picto.png);
}

div.onePic div.showInfos div.dressage{
    background-image: url(../images/pictos/dressage-picto.png);
}

div.onePic div.showInfos div.western{
    background-image: url(../images/pictos/western-picto.png);
}

div.onePic div.showInfos div.elevage{
    background-image: url(../images/pictos/elevage-picto.png);
}

div.onePic div.showInfos div.pole-sante{
    background-image: url(../images/pictos/sante-picto.png);
}

div.onePic div.showInfos div.arts-equestre,
div.onePic div.showInfos div.animation,
div.onePic div.showInfos div.spectacle{
    background-image: url(../images/pictos/art-picto.png);
}

div.onePic div.showInfos div.vente-de-chevaux{
    background-image: url(../images/pictos/vente-picto.png);
}

section.morePicInput{
    width: 190px;
    margin: 0 auto;
    text-align: center;
}

section.morePicInput div{
    margin-top: 30px;
    width:230px;
    height:40px;
    background : url('../images/buttons/morePicBtn.png') no-repeat 0 transparent;
    text-align: center;
    vertical-align:middle;
    color: white;
    font-size:15px;
    padding-top: 7px;
    padding-right: 7px;
}

section.morePicInput div:hover{
    cursor: pointer;
}

div.onePic a:hover,
div.onePic img:hover,
div.onePic a:hover img{
    opacity: 1 !important;
}

section.picGrid a img{
    transition: none !important;
}

section.ajaxWaiting{
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

section.ajaxWaiting .modal {
    margin: 0 auto;
    text-align: center;
    display:    none;
    position:   relative;
    z-index:    5;
    height:     50px;
    width:      50px;
    background: transparent
    url(../images/pictos/waiting.gif)
    50% 50%
    no-repeat;
}

section.ajaxWaiting.loading .modal {
    display: block;
}

/* =====================================================
   Photothèque zoom
======================================================== */

section.albumInfos,
section.paginationContent,
section.showPicture,
section.downloadLinks{
    width: 80%;
    margin: 0 auto;
}

section.albumInfos{
    height: 70px;
}

section.albumInfos div{
    height: 100px;
    display: inline-block;
    vertical-align: top;
}

section.albumInfos div.catPic{
    z-index: 9;
    width: 80px;
    height: 80px;
    bottom: 0px;
    left: 0px;
    background-size: 70px;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: top;

}

section.albumInfos div.coupes-du-monde-fei{
    background-image: url(../images/pictos/coupe-picto.png);
}

section.albumInfos div.jumping{
    background-image: url(../images/pictos/jumping-picto.png);
}

section.albumInfos div.dressage{
    background-image: url(../images/pictos/dressage-picto.png);
}

section.albumInfos div.western{
    background-image: url(../images/pictos/western-picto.png);
}

section.albumInfos div.elevage{
    background-image: url(../images/pictos/elevage-picto.png);
}

section.albumInfos div.pole-sante{
    background-image: url(../images/pictos/sante-picto.png);
}

section.albumInfos div.arts-equestre{
    background-image: url(../images/pictos/art-picto.png);
}

section.albumInfos div.vente-de-chevaux{
    background-image: url(../images/pictos/vente-picto.png);
}

section.albumInfos div.albumInfos{
    width: 90%;
}

section.albumInfos div.albumInfos div.catName{
    font-family: 'Playfair Display SC',serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    height: auto !important;
}

section.albumInfos div.albumInfos div.picMetas{
    font-size: 18px;
    color: red;
    margin-top: 10px;
    font-weight: 300;
    display: block;
    height: auto !important;
}

section.paginationContent{
    margin-top: -50px;
    height: 70px !important;
}

section.paginationContent div,
section.paginationContent a{
    display: inline-block;
}

section.paginationContent div.returnPicGridBtn a{
    background : url('../images/buttons/morePicBtn.png') no-repeat 0 transparent;
    text-align: center;
    color: white;
    width: 100px;
    height: 40px;
    float: left;
    border-radius: 2px;
    padding-top: 5px;
}

section.paginationContent div.pagination{
    float: right;
    width: 160px;
}

section.paginationContent div.pagination div,
section.paginationContent div.pagination a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

section.paginationContent div.pagination a.previousPage{
    background : url('../images/select/select_arrow_left.png') no-repeat 0 transparent;
    width: 41px;
    height: 40px;
}

section.paginationContent div.pagination a.nextPage{
    background : url('../images/select/select_arrow_right.png') no-repeat 0 transparent;
    width: 41px;
    height: 40px;
}

section.paginationContent div.pagination div.pagerInfos{
    background : url('../images/select/select_content.png') no-repeat 0 transparent;
    width: 70px;
    height: 40px;
    border-radius: 2px;
    padding-top: 5px;
}

section.showPicture{
    margin: 0 auto;
}

section.showPicture img{
    margin-top: -15px;
    margin-bottom: -15px;
    width: 100%;
}

section.showPicture span.copyright{
    color: rgb(194,194,194);
    font-size: 13px;
    height: 20px;
    font-weight: 300;
}

section.downloadLinks a{
    width: 150px;
    background : url('../images/buttons/downloadLink.png') no-repeat 0 transparent;
    border-radius: 2px;
    z-index: 9;
    height: 40px;
    vertical-align: top;
    display: inline-block;
    margin-top: -30px;
    color: white;
    padding-left: 4%;
    padding-top: 5px;
    font-size: 15px;
}

section.downloadLinks a span.fileInfos{
    font-size: 10px;
}

section.downloadLinks a.sdBtn{
     float: right;
}

section.downloadLinks a.hdBtn{
    float: left;
}

/* =====================================================
   Programme
======================================================== */
section.headerSchedule{
    height: 150px !important;
    max-height: 150px !important;
    overflow: visible !important;
}

section.headerSchedule div.pageTitle{
    font-family: 'Playfair Display SC',serif;
    font-size: 39px;
    font-weight: bolder;
    color: black;
    text-align: center;
    margin: 0 auto;
}

section.eventList{
    width: 64.5%;
    padding-top: 0;
}

section.eventList div.dateOfTheDay h2{
    font-family: 'Open Sans';
    color: black;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 20px;
}

section.eventList div.eventRow{
    border: 1px solid rgb(230,230,230);
    background-color: rgb(255,255,255);
    height: 70px;
    margin-bottom: 10px;
}

section.eventList div.eventRow div{
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

section.eventList div.eventRow div.timeSchedule{
    color: rgb(241,89,94);
    margin-left: 10px;
    width: 120px;
}

section.eventList div.eventRow div.eventInfos a {
    text-decoration: none;
}

section.eventList div.eventRow div.eventInfos h3{
    color: black;
    font-family: "Open Sans";
    font-weight: 900;
    font-size: 13px;
}

section.eventList div.eventRow div.eventInfos p.description{
     color: rgb(141,141,141);
     font-size: 11px;
}

section.eventList div.eventRow div.eventInfos p.location{
    color: rgb(241,89,94);
}

section.eventList div.eventRow div.eventLink{
    float: right;
    height:70px;
    width: 40px;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}


section.eventList div.eventRow div.eventLink a{
    background-color: rgb(236,28,36);
    float: right;
    height: 68px;
    width: 30px;
    color: white;
    padding-top: 20px;
    font-size: 30px;
}

section.headerSchedule div.selectFilter{
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

section.headerSchedule div.selectFilter div{
    display: inline-block;
    margin: 0 auto;
}

section.headerSchedule div.selectFilter div.selectDate{
    margin-top: 30px;
    margin-right: 17px;
    vertical-align: top;
}


section.headerSchedule div.selectFilter div.selectCategory{
    margin-top: 30px;
    vertical-align: top;
}

.bySpaceContent{
    width: 500px;
    height: 40px;
    background: rgb(221,221,221) no-repeat 0 center;
    border-radius: 2px;
    color: black;
    position: relative;
}

.byCategoryOptions{
    background-color: rgb(221,221,221);
    color: black;
    width: 458px;
    padding-left: 15px;
    z-index: 10;
    position: relative;
    top: auto !important;
}

section.eventPagination div.pagination{
    margin: 0 auto;
    width: 160px;
}

section.eventPagination div.pagination div,
section.eventPagination div.pagination a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

section.eventPagination div.pagination a.previousPage{
    background : url('../images/select/select_arrow_left.png') no-repeat 0 transparent;
    width: 41px;
    height: 40px;
}

section.eventPagination div.pagination a.nextPage{
    background : url('../images/select/select_arrow_right.png') no-repeat 0 transparent;
    width: 41px;
    height: 40px;
}

section.eventPagination div.pagination div.pagerInfos{
    background : url('../images/select/select_content.png') no-repeat 0 transparent;
    width: 70px;
    height: 40px;
    border-radius: 2px;
    padding-top: 5px;
}
/* =====================================================
  Page 404
======================================================== */
section

section.container_chapo{
    margin-top: 10px;
}

section.container_chapo h1{
    line-height: 28px;
}

section.container_text p{
    text-align: center;
}

section.container_text div.textMessage{
    color: rgb(237,43,50);
}

section.container_text div.links{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section.container_text div.links div{
    display: inline-block;
    height: 40px;
    width: 180px;
    margin-right: 10px;
    background-color: rgb(236,28,36);
    border-radius: 2px;
    margin-top: 10px;
}

section.container_text div.links div a{
    padding-top: 8px;
    color: white;
    height: 40px;
    width: 180px;
    vertical-align: middle;
    font-size: 16px;

}


section.container_text ul li{
    display: inline-block;
}

section.container_text div.imgContainer{
    width:260px;
    background: url('../images/404/404-logo.png') transparent no-repeat;
    height:300px;
    margin-top: 30px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

/* =====================================================
  Media queries
======================================================== */
@media (min-width: 320px) and (max-width: 1279px){
    section.headerSchedule{
        min-height: 150px !important;
        max-height: 500px !important;
        height: auto !important;
    }
}

@media (max-width: 320px){
    section.eventList div.eventRow div.eventLink a{
        margin-top: -18px;
    }

    section.eventList{
        width: 100% !important;
    }
}
@media (max-width: 800px){
    section.albumInfos,
    section.paginationContent,
    section.showPicture,
    section.downloadLinks{
        width: 100%;
    }

    section.albumInfos div.albumInfos div.catName{
        font-size: 26px;
    }

    section.albumInfos div.albumInfos{
        width: 60%;
    }

    section.downloadLinks{
        padding: 0 !important;
        height: 100px;
        overflow: visible !important;
        margin: 0 !important;
    }

    section.downloadLinks a{
        width: 140px !important;
        border-radius: 2px;
        margin-right: 2px;
        padding-left: 8% !important;
    }

    section.eventList{
        width: 100% !important;
    }

    section.headerSchedule div.selectFilter{
        width: 260px !important;
    }

    .bySpaceContent{
        width: 157% !important;
    }

    .byCategoryOptions{
        background-color: rgb(221,221,221);
        color: black;
        width: 84% !important;
        padding-left: 15px;
        z-index: 10;
        position: relative;
        top: auto !important;
    }

    section.eventList div.eventRow{
        line-height: 18px;
    }

    section.eventList div.eventRow div.eventInfos h3{
        font-size: 11px !important;
    }

    section.eventList div.eventRow div.eventInfos p.description{
        color: rgb(141,141,141);
        font-size: 11px;
        height:20px;
        width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    section.eventList div.eventRow div.eventInfos p.location{
        font-size: 10px !important;
    }

    section.eventList div.eventRow div.eventInfos{
        width: 230px;
        margin-right: 0 !important;
    }

    section.eventList div.eventRow div.timeSchedule{
        font-size: 11px;
    }

    section.container_text div.links div a{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media all and (min-width: 20em) {
  #programme .grid-fourth {
    width: 50%;
  }
}
@media all and (min-width: 30em) {
  #programme .grid-fourth {
    width: 50%;
  }
              /* =====================================================
              Common Structure
            ======================================================== */

            /* =====================================================
              Common Styles
            ======================================================== */
            .tablet_only{
              display: block;
            }
            .mobile_only{
              display: none;
            }
            /* =====================================================
              Site Styles
            ======================================================== */

        .tablet_and_desktop{
          display: block;
        }
        #top_bar{
            display: none;
        }
        #header .topcontent{
            padding-left: 0;
            padding-right: 0;
        }
        .tilted,
        .tilted_subtitles {
          padding: 0 87px;
        }
    #main  #photos .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 80em;
        width: 88%;
    }

}
@media all and (min-width: 40em) {
        .desktop_only{
              display: block;
            }
    .video_embed{
      max-width: 64%;
    }
          #main #slider_home li .description{
            font-size: 1.143em;
          }
          #main #slider_home li .label{
            font-size: 2.286em;
            line-height: 1em;
          }
  #programme .grid-fourth {
    width: 25%;
  }
  #main #programme .twice_clear{
    clear: none;
  }
  #main #programme .twice_clear.forth_clear{
    clear: both;
  }
  #main #programme .forth_clear{
    margin-bottom: 30px;
  }

  #main  #programme .grid-fourth h2 {
    font-size: 1.143em;
  }
  #main  #programme .grid-fourth h3 {
    font-size: 1em;
    font-weight: 300;
  }

.max_width_content{
    width: 80%;
}
  #main h1{
    font-size:3em;
  }


        /* =====================================================
          SLIDER
        ======================================================== */

          #main #slider_home li .label{
            font-size: 2.286em;
            margin-bottom: 30px;
          }


#billeterie{
    min-height:356px;
    overflow: hidden;
    padding: 0;
}
#billeterie > .container .visuel{
    min-width: 1000px;
}
#billeterie > .container .content{
    padding: 30px 100px;
}
/* =====================================================
  Footer
======================================================== */
#footer .container{
    padding: 30px 100px;
}
#footer .container a.glevents_logo{
    margin: 0;
    margin-top: 10px;
}
#footer .container > div{
    margin-top: 10px;
}
#footer .container > div:first-child{
    text-align: left;
}
.content_text_links a.link_white_and_red{
    width: calc(30% - 20px);
    margin: 0 10px;
}
}

@media all and (min-width: 850px){
        #top_bar{
            display: block;
        }
        .desktop_only_menu{
              display: block;
            }

        .mobile_and_tablet_menu{
          display: none;
        }
    #primary_menu.fixNavigation{
         z-index: 9999;
         position: fixed;
         top: 0;
         /* Mise en forme */
         width: 100%; /* <-- Largeur de votre site */
     }
    #header_scroll.htmlfixedNavigation{
        height: 62px;
        display: none;
     }
     #primary_menu > section > ul > li > span,
     #primary_menu > section > ul > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 120%;
        font-size: 100%\9;
        font-size: 100%\0/;
        *font-size: 100%;
      }
          #main .container_right .eventsList li{
            width: 50%;
          }
          #main .container_right .eventsList a.link_white_and_red:hover{
            background: #fff;
          }
          #main .container_left .events_infos > span{
            padding-left: 0;

          }
          #main .container_left a.event_type_picto{
            display: block;
            padding: 8px;
            height: 83px;
            width: 83px;
            position: relative;
          }

          .template_fulltext-search .chapo,
          #search{
            width: 60%;
            margin: 0 auto;
          }
.sf_content .container_left{
    float: left;
    width: 260px;
}
.sf_content .container_right{
    width: calc(100% - 290px);
    float: right;
}#main .share_it{
    position: relative;
}
#main .share_it > .share_title{
    float: none;
    position: absolute;
    left: 0;
    top: 0;
}
#main .share_it > .addthis{
    float: none;
    line-height: 1em;

}
.sf_content .container_left .events_infos ul li{
    width: 100%;
    float: none;
}
          #main .container_left a.event_type_picto{
            margin: 0 auto;
          }



}

@media all and (min-width: 900px){
     #primary_menu > section > ul > li > span,
     #primary_menu > section > ul > li > a {
        padding-left: 10px;
        padding-right: 10px;
      }
}
@media all and (min-width: 980px){

  #main #banners .longines{
    width: 260px;
    display: inline-block;
    *display: inline; zoom: 1;
    margin-left: 10px;

  }
  #main #banners .banner {
    width: 600px;
    margin-bottom: 10px;
    display: inline-block;
    *display: inline; zoom: 1;
  }
}

/*recherche exposants*/

div.search-exhibitors div.list ul li{
    width: 355px;
    display: inline-block;
    border: 1px solid rgb(230,230,230) !important;
    margin-right: 20px;
    margin-top: 10px;
}

div.search-exhibitors div.list ul li div.infos{
    width: 215px;
}

div.search-exhibitors div.list ul li a.picture,
div.search-exhibitors div.list ul li div.exhib_right{
    display: inline-block;
    vertical-align: top;
    height: 100px;
}


div.search-exhibitors div.list ul li div.footerExhibitor div.standId,
div.search-exhibitors div.list ul li div.footerExhibitor div.linkToSee a{
    text-align: center;
    color: white;
}

div.search-exhibitors div.list ul li div.footerExhibitor div.standId{
    background-color: black;
    font-weight: bold;
}

div.search-exhibitors div.list ul li div.footerExhibitor div.linkToSee{
    background-color: #ec1c24;
    text-align: center;
}

div.search-exhibitors div.list{
    width:100%;
    margin: 0 auto;
}


div.search-exhibitors div.list ul{
    width:760px;
    margin: 0 auto;
}

/* =====================================================
  Font faces
======================================================== */

@font-face {
font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.svg#icomoon') format('svg'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
