@charset "utf-8";
/*********************
 RESET
 *********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 'SourceSansProRegular';
  font-size: 14px;
  color: #666666;
}
body {
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  position: relative;
  background-color: #fff;
  font-family: 'SourceSansProLight';
  font-size: 14px;
  color: #4c4c4c;
  background: #FFFFFF;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
small{
  color: #999999;
  font-size: 85%;
  font-style: italic;
}
/*********************
 FONTS
 *********************/

@font-face {
  font-family: 'SourceSansProExtraLight';
  src: url('fonts/source_sans/SourceSansPro-ExtraLight-webfont.eot');
  src: url('fonts/source_sans/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/source_sans/SourceSansPro-ExtraLight-webfont.woff') format('woff'), url('fonts/source_sans/SourceSansPro-ExtraLight-webfont.ttf') format('truetype'), url('fonts/source_sans/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansProLight';
  src: url('fonts/source_sans/SourceSansPro-Light-webfont.eot');
  src: url('fonts/source_sans/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/source_sans/SourceSansPro-Light-webfont.woff') format('woff'), url('fonts/source_sans/SourceSansPro-Light-webfont.ttf') format('truetype'), url('fonts/source_sans/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansProRegular';
  src: url('fonts/source_sans/SourceSansPro-Regular-webfont.eot');
  src: url('fonts/source_sans/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/source_sans/SourceSansPro-Regular-webfont.woff') format('woff'), url('fonts/source_sans/SourceSansPro-Regular-webfont.ttf') format('truetype'), url('fonts/source_sans/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansProSemibold';
  src: url('fonts/source_sans/SourceSansPro-Semibold-webfont.eot');
  src: url('fonts/source_sans/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/source_sans/SourceSansPro-Semibold-webfont.woff') format('woff'), url('fonts/source_sans/SourceSansPro-Semibold-webfont.ttf') format('truetype'), url('fonts/source_sans/SourceSansPro-Semibold-webfont.svg#SourceSansProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*********************
 HEADER
 *********************/

#header {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding: 15px 0;
  background: #333333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#logo {
  position: relative;
  width: 150px;
  top: -15px;
  left: 50%;
  float: left;
  height: 70px;
  background: url('../images/front_v2/decor/logo_weezevent_blanc.png') no-repeat center left;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin-left: -485px;
}
#logo:hover, #facebook_header:hover, #twitter_header:hover{
  opacity: 0.5;
}
#facebook_header, #twitter_header{
  position: absolute;
  width: 30px;
  top: 20px;
  left: 50%;
  float: right;
  height: 30px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#facebook_header{
  background: url('../images/front_v2/content/facebook_header.png') no-repeat center center;
  margin-left: 520px;
}
#twitter_header{
  background: url('../images/front_v2/content/twitter_header.png') no-repeat center center;
  margin-left: 560px;
}
@media screen and (max-width: 1200px){
  #twitter_header, #facebook_header{
    display: none;
  }
}
#menu_header {
  float: right;
  width: 700px;
  position: relative;
  right: 50%;
  height: 30px;
  margin: 8px -500px 0 0;
}
#menu_header li {
  display: inline;
  float: right;
  padding: 0px;
}
#menu_header li a {
  font-size: 15px;
  font-family: 'SourceSansProRegular';
  color: #999;
  text-decoration: none;
  float: left;
  padding: 0 15px 0 15px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#menu_header .menuSignup {
  background-color: #00AEEF;
  padding: 2px 0 0px 0;
  margin: -2px 0 0 10px;
}
#menu_header .menuSignup a {
  color: #FFFFFF !important;
}
#menu_header .menuSignup:hover {
  background-color: #00C0F2;
}
#menu_header li a:hover {
  color: #fff;
}
#menu_header .current a {
  color: #fff;
}

/*********************
 GLOBAL
 *********************/

h1, h2 {
  width: 100%;
  margin: 30px auto 30px auto;
  font-size: 40px;
  color: #333333;
  line-height: 45px;
  font-weight: normal;
  font-family: 'SourceSansProLight';
}
h2 {
  color: #666666;
  font-size: 38px;
  font-family: 'SourceSansProExtraLight';
}
h2.index {
  color: #333333;
  font-size: 40px;
  font-weight: normal;
  font-family: 'SourceSansProLight';
}
h3 {
  font-size: 15px;
  font-family: 'SourceSansProSemibold';
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
}
.ui-dialog h1, .ui-dialog h2 {
  width: 100%;
}
p {
  font-family: 'SourceSansProRegular';
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 15px;
}
.blue {
  color: #00AEEF;
}
.bouton_en_savoir_plus {
  padding: 10px 20px 8px 20px;
  color: #fff !important;
  background-color: #00AEEF;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.bouton_en_savoir_plus:hover {
  background-color: #00C0F2;
  text-decoration: none !important;
}
.big_button {
  display: inline-block;
  line-height: 50px;
  color: #fff !important;
  background-color: #00AEEF;
  font-size: 18px;
  text-align: center;
  padding: 0 25px;
}
.big_button:hover {
  text-decoration: none;
  background-color: #333;
}
a, a:visited {
  color: #00AEEF;
  text-decoration: none;
  font-family: 'SourceSansProRegular';
}
a:hover {
  text-decoration: underline;
}
a sup {
  font-size: 12px;
  color: #00AEEF;
  text-decoration: none;
  font-family: 'SourceSansProRegular';
}
.float_right {
  float: right!important;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.clear {
  clear: both;
}
#global {
  position: relative;
  margin-top: 70px;
  background: #fff;
}
#baseline, #baseline *{
  text-align: center;
  font-size: 22px;
  font-family: 'SourceSansProLight';
}
#baseline span{
  font-size: 22px;
  font-family: 'SourceSansProSemibold';
  color: #00AEEF;
}
input[type="submit"]{
 -webkit-appearance: none;
}

/*********************
 STATIC LAYOUT
 *********************/

#page {
  padding: 50px 0;
  min-height: 500px;
}
#page_width_980 {
  margin: 0 auto;
  min-height: 500px;
  width: 980px;
}
#page_width_980.affiliation {
    padding-top: 50px;
    margin-bottom: 50px;
}
#page_width_980 a.photo {
  margin-left:40px;
  padding-left:30px;
  line-height:25px;
  height:25px;
  display:block;
  background:url('/images/front_v2/decor/photo.png') no-repeat top left;
}
#page_width_980 img {
  margin-right:10px;
}
#page_width_980 span {
  color: #00AEEF;
  font-family: 'SourceSansProLight';
}
#page_width_980 .desc {
    color: #777;
    padding-left:10px;
    font-style:italic;
}
.content_block {
  width: 480px;
  margin: 35px auto;
}
.content_block_980 {
  width: 980px;
  margin: 55px auto;
}
.content_block ul li {
  font-family: 'SourceSansProRegular';
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  list-style-type: disc;
  margin-bottom: 0 0 15px 20px;
}
.content_block_grey {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.content_block.block_left {
  padding-left: 500px;
}
.content_block.block_right {
  padding-right: 500px;
}
.content_block.block_right h1 {
  width: 480px;
}

/*********************
 FOOTER
 *********************/

#zone_footer {
  background: #222;
  height: 290px;
}
#footer {
  margin: 0 auto;
  position: relative;
  width: 980px;
  color: #4c4c4c;
  font-size: 13px;
}
.footer {
  margin-bottom: 15px;
}
.footer li {
  height: 25px;
}
.footer li a, .footer li a:visited {
  font-size: 13px;
  text-decoration: none;
  color: #777;
}
.footer li a:hover, .footer li a:active {
  color: #f5f5f5;
}
.footer_bloc {
  float: left;
  padding: 20px 0 0 0;
  width: 195px;
}
.footer_bloc_last {
  float: left;
  margin: 0px 0px 0px 0px;
  min-height: 200px;
  padding: 20px 0 0;
  width: 190px;
  position: relative;
}
.footer_bloc_last img {
  vertical-align: top;
  margin-right: 10px;
}
#zone_footer h2 {
  font-size: 13px;
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  color: #fff;
  width: 150px;
  padding: 5px 0 5px 0;
  height: 28px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #555;
}
.footer_bloc #region {
  border:1px solid #777;
  border-radius: 0;
  background-color: #222;
  background-image: url('/images/front_v2/content/count-arrow.png') ;
  background-position: 130px 10px;
  background-repeat: no-repeat;
  color:#E2E2E2;
  margin-top:15px;
  padding: 5px;
  height:30px;
  text-transform: uppercase;
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*********************
 HOME PAGE
 *********************/

#zone_home {
  background-image: url('/images/front_v2/content/home/A.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 40px;
  height: 580px;
  position: relative;
  margin-top: 70px;
  text-align: center;
}
#zone_home h1 {
  margin: 0px auto 40px auto;
}
#player_home {
  width: 115px;
  height: 115px;
  margin: 40px auto 0 auto;
  background-image: url(../images/front_v2/decor/player.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
}
#player_home:hover {
  opacity: 0.6;
}
#video_home {
  display: none;
  overflow: hidden;
  padding: 0 30px 30px 30px !important;
}
.transparent_dialog {
  background: transparent !important;
  border: 0 !important;
}
.transparent_dialog .ui-dialog-titlebar.ui-widget-header {
  display: none;
}
#home_content_new_event {
  background: url(../images/front_v2/content/home_product.jpg) left 100px no-repeat;
  height: 395px;
  padding-top: 25px;
  position: relative;
}
#home_content_sales {
  background: url(../images/front_v2/content/home_sale_tickets.png) right center no-repeat;
  height: 335px;
  padding-top: 5px;
}
#home_content_sales_place {
  background: url(../images/front_v2/content/home_sales_place.jpg) left center no-repeat;
  height: 350px;
  padding-top: 5px;
}
#home_content_invitation {
  background: url(../images/front_v2/content/home_content_invitation.png) right center no-repeat;
  height: 300px;
  padding-top: 5px;
}
#home_content_drive_sales {
  background: url(../images/front_v2/content/home_drive_sales_new.png) left top no-repeat;
  height: 310px;
  padding-top: 30px;
}
#home_content_cashless {
  background: url(../images/front_v2/content/home_cashless_solution.png) left top no-repeat;
  height: 310px;
  padding-top: 30px;
}
#home_content_control {
  background: url(../images/front_v2/content/home_control_tools.png) right center no-repeat;
  height: 350px;
  padding-top: 20px;
}
#home_content_logos {
  width: 980px;
}
#home_content_logos h2 {
  width: 980px;
  text-align: center;
  margin: 30px auto 25px auto;
}
#home_content_logos #slider_home_ref{
  width: 100%;
  height: 100px;
  background-image: url('/images/front_v2/content/home_content_ref.png');
  background-position : center 0;
  background-repeat: repeat-y;
  -webkit-transition: background-position 0.7s ease-in-out;
  -moz-transition: background-position 0.7s ease-in-out;
  -o-transition: background-position 0.7s ease-in-out;
  transition: background-position 0.7s ease-in-out;
}
#home_content_press {
  height: 200px;
  width: 980px;
  text-align: center;
  margin-bottom: 0;
}
#home_content_press img{
  margin: -2px;
}
#home_content_press img:hover{
  opacity: 0.5;
}
#home_content_press h1 {
  margin: 50px 0 30px 0;
}
.stats_block{
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.stats_datas {
  float: left;
  width: 325px;
  line-height: 32px;
  margin: 15px 0 30px 0;
}
.stats_datas span {
  display: block;
}
.stats_number {
  font-size: 50px;
  font-family: 'SourceSansProLight';
  color: #00AEEF;
}
.stats_desc {
  font-size: 14px;
  color: #666666;
}

/*** A/B TESTIGN OVERWRITE ***/

#zone_home.bTesting {
  background-image: url('/images/front_v2/content/home/B.jpg');
}
#zone_home.bTesting #baseline,
#zone_home.bTesting #baseline span,
#zone_home.bTesting h1{
  color: #FFF;
}
#zone_home.bTesting #player_home {
  background-image: url(../images/front_v2/decor/player_white.png);
}


/*********************
 MENUS
 *********************/

.menu_static {
  width: 100%;
  height: 50px;
  background: #00AEEF;
  position: fixed;
  z-index: 1000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu_static ul {
  width: 980px;
  margin: 0 auto;
  height: 100%;
}
.menu_static ul li {
  float: left;
  height: 100%;
  margin: 0 40px 0 0;
}
#menu_fonction ul li {
  float: left;
  height: 100%;
  margin: 0 70px 0 0;
}
.menu_static ul .last_item_menu {
  margin: 0 !important;
}
.menu_static ul li a {
  display: block;
  height: 32px;
  padding-top: 18px;
  color: #FFFFFF;
  font-family: 'SourceSansProRegular';
  font-size: 14px;
  text-transform: uppercase;
}
.menu_static ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.menu_static ul li.active {
  background: url(../images/front_v2/content/menu_fonction_active.png) top center no-repeat;
  font-weight: bold;
}

/*********************
 SIGNUP
 *********************/

label.signupLabel {
  text-align: left;
  width: 288px;
  display: block;
  float: left;
  line-height: 40px;
  color: #777;
  font-size: 16px !important;
  position: absolute;
  padding: 0px 10px;
  background: #fff;
  font-size: 16px;
  border: 1px #ccc solid;
}
#loginForm label.half {
  color: #bbb !important;
}
#loginForm label.full {
  color: #fff !important;
}
.form_signup_element {
  height: 45px;
  width: 325px;
}
#loginForm #signupEmail {
  display: none;
}
#loginForm .signup_input {
  width: 250px;
  font-size: 16px;
  color: #333;
  padding: 11px 10px 6px 10px;
  font-size: 16px !important;
  margin-bottom: 5px;
  border: 0px;
  vertical-align: middle;
  text-align: left;
  background: transparent;
  z-index: 3;
  position: relative;
  left: -20px;
}
.ui-dialog #loginForm .signup_input {
  z-index: 1005;
  margin: 3px 0 3px 21px;
}
#signupWrapperHome {
  margin: 0px;
  width: 940px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 2px;
  padding: 20px;
  height: 40px;
  background: #fff;
}
#signupWrapperHomeFull {
  height: 105px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -490px;
}
#signupWrapperHomeLoginLink {
  color: #fff;
  font-size: 15px;
  font-family: 'SourceSansProRegular';
  text-shadow: 1px 1px 1px #000;
  margin: 10px 0 0 20px;
  text-align: left;
}
#signupWrapperHomeLoginLink a {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}
#signupWrapperHomeLoginLink a:hover {
  color:#00AEEF;
}
#signupWrapperHome form {
  margin: 0px !important;
  padding: 0px !important;
  float: left;
  width: 100%;
}
#signupWrapperHome .form_signup_element {
  height: 45px;
  width: 315px;
  float: left;
}
#signupWrapperHome .form_signup_element_bouton {
  margin: 0px;
}
#signupWrapperHome .signupError {
  position: absolute;
  margin-top: -70px;
  width: auto;
  padding: 10px 15px;
}
#signupWrapperHome .signupErrorInput {
  border-color: #DC7A7A;
  background-color: #F2BBBB;
  color: #F2BBBB !important;
}
#signupWrapperHome #signupHint {
  background-image: url('../images/front_v2/decor/signUpTooltip_new.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  width: 297px;
  margin-top: -70px;
}
#signupWrapperHome label.signupLabel {
  text-align: left;
  width: 275px;
  display: block;
  float: left;
  line-height: 39px;
  color: #777;
  font-size: 16px !important;
  position: absolute;
  padding: 2px 10px 0;
  background: #fff;
  font-size: 16px;
  border: 1px #ccc solid;
}
#signupCreateProcess {
  background: #00AEEF;
  position: relative;
  color: #FFFFFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
  display: none;
  text-align: center;
}
#signupCreateProcessLoading, #signupCreateProcessSuccess {
  font-family: 'SourceSansProLight';
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1.3;
  height: 200px;
  width: 680px;
  display: none;
  text-align: center;
}
#signupCreateProcessLoading span, #signupCreateProcessSuccess span {
  font-family: 'SourceSansProLight';
  font-size: 60px;
  color: #FFFFFF;
}
#signupCreateProcessSuccess {
  display: none;
}
#signupCreateProcessSuccessButton {
  display: block;
  width: 300px;
  line-height: 50px;
  padding: 7px 0 3px 0;
  background-color: #FFFFFF;
  color: #00AEEF;
  margin: 30px auto 40px auto;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
}
#signupCreateProcessSuccessButton:hover {
  opacity: 0.9;
  text-decoration: none;
}
#signupCreateProcessLoadingImage {
  background-image: url('../images/front_v2/decor/ajax-loader-new.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  display: block;
  margin: 50px auto;
}
.signupCreateProcessTitle {
  font-size: 60px;
  font-weight: bold;
}
.signupCreateProcessText {
  font-size: 40px;
}
#signupCreateProcessSuccess #signupRegion {
  border:none ;
  border-radius: 0;
  background-color: #222;
  background-image: url('/images/front_v2/content/count-arrow.png') ;
  background-position: 273px 15px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-family: 'SourceSansProLight';
  color:#E2E2E2;
  margin-top:50px;
  padding: 5px;
  height:40px;
  text-transform: uppercase;
  text-indent:10px;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*********************
 LOGIN
 *********************/

#form_login button {
  background-color: transparent;
  border: none
}
#form_login button:hover {
  background-position: bottom
}
#form_login button.active {
  background-position: center center
}
.bouton_connexion {
  display: block;
  width: 320px;
  height: 35px;
  line-height: 35px;
  background-color: #00AEEF !important;
  color: #fff;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  opacity: 0.5;
}
.bouton_connexion:hover {
  background-color: #00C0F2 !important;
}
#form_login label {
  text-align: left;
  width: 293px;
  display: block;
  float: left;
  line-height: 35px;
  padding-right: 10px;
}
#form_login label span.title {
  width: 200px;
}

/*********************
 INSCRIPTION
 *********************/

#page_width_980.inscription_page{
  padding-top: 20px;
  text-align: center;
  min-height: 575px;
}
#page_width_980.inscription_page #loginForm .signup_input {
  left: 0!important;
}
.inscriptionWrapper {
  width: 800px;
  text-align: left;
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc;
  margin: 65px auto 0 auto;
}
.inscriptionWrapperLeft {
  float: left;
  margin-bottom: 0px;
  background: #fff;
  margin-top: 15px;
}
.inscriptionWrapperRight {
  float: right;
  width: 380px;
  margin-bottom: 0px;
}
.inscriptionBoxRight {
  margin-bottom: 20px;
  font-size: 13px;
}
.inscriptionBoxRight h2 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.signupError {
  background: #DC7A7A;
  margin-bottom: 30px;
  padding: 10px;
  border: 0px solid #DC7A7A;
  color: #fff;
  width: 290px;
}
.signupError a {
  color: #fff !important;
  text-decoration: underline;
  font-size: 15px;
}
.bouton_signup {
  display: block;
  width: 310px;
  height: 42px;
  line-height: 42px;
  background-color: #00AEEF !important;
  color: white;
  margin: 0;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: normal !important;
  border: 0px;
  text-shadow: #00AEEF 0px 1px 1px;
}
.bouton_signup:hover {
  background-color: #00C0F2 !important;
}
.bouton_signup.cotisations{
  display: none;
}
.contactWrapperLeft {
  float: left;
  width: 490px;
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc;
}
.contactWrapperRight {
  float: right;
  width: 350px;
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc;
}
.form_signup_element_bouton {
  margin-top: 20px;
}

/*********************
 FAQ
 *********************/

.faq_page h1 {
  text-align: center;
  padding: 30px 0 5px 0;
}
.faq_page #baseline {
  margin-bottom: 25px;
}
#menu_faq {
  list-style: none;
  text-align: center;
  height: 300px;
}
#menu_faq li {
  float: left;
  width: 16%;
  margin: 0 2%;
  height: 150px;
}
#menu_faq li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #FFFFFF;
}
#menu_faq li a:hover {
  border: 1px solid #BBBBBB !important;
  text-decoration: none;
}
#menu_faq li a.active_faq_item {
  border: 1px solid #DDDDDD;
}
#menu_faq li img {
  width: 60px;
  height: 60px;
  margin: 10px;
}
.faq_section {
  display: none;
  margin-bottom: 30px;
}
.faq_page h2 {
  padding-bottom: 15px;
}
.faq_section h3 {
  margin: 5px 0;
  color: #00AEEF;
}
.faq_section p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

/*********************
 PAGES FONCTION
 *********************/

.fonction h1 {
  text-align: center;
}
.fonction .content_block.block_right {
  text-align: right;
}
.fonction .content_block.block_right h2 {
  width: 100%;
}

/* BILLETTERIE */
#fonction_billetterie_bloc1 {
  background: url('/images/front_v2/content/fonction_page/fonction_ticket.jpg') 0 center no-repeat;
  height: 350px;
  padding-top: 25px;
}
#fonction_billetterie_bloc2 {
  background: url('/images/front_v2/content/fonction_page/fonction_card.png') center right no-repeat;
  height: 335px;
  padding-top: 5px;
}
#fonction_billetterie_bloc3 {
  background: url('/images/front_v2/content/fonction_page/fonction_tarifs.png') center left no-repeat;
  height: 290px;
  padding-top: 30px;
}
#fonction_billetterie_bloc4 {
  background: url('/images/front_v2/content/fonction_page/fonction_sale.jpg') center right no-repeat;
  height: 340px;
  padding-top: 35px;
}
#fonction_billetterie_bloc5 {
  background: url('/images/front_v2/content/fonction_page/fonction_pdf.png') top left no-repeat;
  height: 300px;
  padding-top: 5px;
}
#fonction_billetterie_bloc6 {
  background: url('/images/front_v2/content/fonction_page/fonction_form.png') center right no-repeat;
  height: 280px;
  padding-top: 60px;
}
#fonction_billetterie_bloc7 {
  background: url('/images/front_v2/content/fonction_page/fonction_seance.png') center left no-repeat;
  height: 320px;
  padding-top: 60px;
}
#fonction_billetterie_bloc8 {
  background: url('/images/front_v2/content/fonction_page/fonction_custom.png') center right no-repeat;
  height: 330px;
  padding-top: 10px;
}

/* VENTE */
#fonction_vente_bloc1 {
  background: url('../images/front_v2/content/fonction_page/fonctions_vendre_bloc1.jpg') left center no-repeat;
  height: 370px;
  padding-top: 10px;
}
#fonction_vente_bloc2 {
  background: url('../images/front_v2/content/fonction_page/fonction_guichet.jpg') center right no-repeat;
  height: 320px;
}
#fonction_vente_bloc3 {
  background: url('../images/front_v2/content/fonction_page/fonctions_vendre_bloc3.jpg') left center no-repeat;
  height: 350px;
  padding-top: 30px;
}
#fonction_vente_bloc4 {
  background: url('../images/front_v2/content/fonction_page/fonction_facebook.jpg') right center no-repeat;
  height: 290px;
  padding-top: 50px;
}
#fonction_vente_bloc5 {
  background: url('/images/front_v2/content/fonction_page/fonction_ticket.jpg') 0 center no-repeat;
  height: 240px;
  padding-top: 80px;
}

/* COMMUNICATION */
#fonction_communication_bloc1 {
  background: url('/images/front_v2/content/fonction_page/fonction_code.png') center left no-repeat;
  height: 310px;
  padding-top: 80px;
}
#fonction_communication_bloc2 {
  background: url('/images/front_v2/content/fonction_page/fonction_invitation.png') center right no-repeat;
  height: 220px;
  padding-top: 50px;
}
#fonction_communication_bloc3 {
  background: url('/images/front_v2/content/fonction_page/fonction_customer.png') center left no-repeat;
  height: 240px;
  padding-top: 10px;
}
#fonction_communication_bloc4 {
  background: url('/images/front_v2/content/fonction_page/fonction_social.png') center right no-repeat;
  height: 260px;
  padding-top: 50px;
}

/* PILOTAGE */
#fonction_pilotage_bloc1 {
  background: url('/images/front_v2/content/fonction_page/fonction_indicateur.png') center left no-repeat;
  height: 320px;
  padding-top: 80px;
}
#fonction_pilotage_bloc2 {
  background: url('../images/front_v2/content/fonction_page/fonction_periode.png') right center no-repeat;
  height: 310px;
  padding-top: 50px;
}
#fonction_pilotage_bloc3 {
  background: url('/images/front_v2/content/fonction_page/fonction_commande.png') center left no-repeat;
  height: 290px;
  padding-top: 80px;
}
#fonction_pilotage_bloc4 {
  background: url('../images/front_v2/content/fonction_page/fonction_virement.png') right center no-repeat;
  height: 250px;
  padding-top: 10px;
}
#fonction_pilotage_bloc5 {
  background: url('/images/front_v2/content/fonction_page/fonction_pilotage_bloc5.jpg') center left no-repeat;
  height: 290px;
  padding-top: 80px;
}

/* CONTROLE */
#fonction_controle_bloc1 {
  background: url('/images/front_v2/content/fonction_page/fonction_weezaccess.jpg') center left no-repeat;
  height: 310px;
  padding-top: 110px;
}
#fonction_controle_bloc2 {
  background: url('../images/front_v2/content/home_control_tools.png') right center no-repeat;
  height: 290px;
  padding-top: 55px;
}
#fonction_controle_bloc3 {
  background: url('/images/front_v2/content/fonction_page/fonction_listing.png') top left no-repeat;
  height: 200px;
  padding-top: 10px;
}
#fonction_controle_bloc4 {
  background: url('../images/front_v2/content/fonction_page/fonction_distributeur.png') right center no-repeat;
  height: 310px;
  padding-top: 40px;
}
#fonction_controle_bloc5 {
  background: url('/images/front_v2/content/fonction_page/fonction_stats.png') center left no-repeat;
  height: 310px;
  padding-top: 70px;
}

/* PAGE WEEZACCESS 4 */
#weezaccess4_bloc2 {
  background: url('/images/front_v2/content/fonction_page/weezaccess4-bloc2.png') right center no-repeat;
  height: 330px;
  padding-top: 10px;
}
#weezaccess4_bloc3 {
  background: url('/images/front_v2/content/fonction_page/weezaccess4-bloc3.png') top left no-repeat;
  height: 240px;
  padding-top: 10px;
}
#weezaccess4_bloc4 {
  background: url('/images/front_v2/content/fonction_page/weezaccess4-bloc4.png') right center no-repeat;
  height: 330px;
  padding-top: 10px;
}
#weezaccess4_bloc5 {
  background: url('/images/front_v2/content/fonction_page/weezaccess4-bloc5.png') top left no-repeat;
  height: 290px;
  padding-top: 0px;
}

/* CASHLESS */
#fonction_cashless_bloc1 {
  background: url('/images/front_v2/content/fonction_page/fonction_cashless_rfid.png') center left no-repeat;
  height: 340px;
  padding-top: 10px;
}
#fonction_cashless_bloc2 {
  background: url('/images/front_v2/content/fonction_page/fonction_cashless_gerer.png') center right no-repeat;
  height: 350px;
  padding-top: 30px;
}
#fonction_cashless_bloc3 {
  background: url('/images/front_v2/content/fonction_page/fonction_cashless_appli.png') center left no-repeat;
  height: 320px;
  padding-top: 80px;
}


/* OPTIONS */
#fonction_options_bloc1 {
  background: url('/images/front_v2/content/fonction_page/fonction_invite.png') center left no-repeat;
  height: 340px;
  padding-top: 10px;
}
#fonction_options_bloc2 {
  background: url('/images/front_v2/content/fonction_page/fonction_badge.png') center right no-repeat;
  height: 350px;
  padding-top: 30px;
}
#fonction_options_bloc3 {
  background: url('/images/front_v2/content/fonction_page/fonction_placement.png') center left no-repeat;
  height: 320px;
  padding-top: 80px;
}
#fonction_options_bloc4 {
  background: url('/images/front_v2/content/fonction_page/fonction_marque.png') center right no-repeat;
  height: 340px;
  padding-top: 10px;
}
#fonction_options_bloc5 {
  background: url('/images/front_v2/content/fonction_page/fonction_customer.png') center left no-repeat;
  height: 360px;
  padding-top: 80px;
}
#fonction_options_bloc6 {
  background: url('/images/front_v2/content/fonction_page/fonction_minisite.jpg') center right no-repeat;
  height: 320px;
  padding-top: 30px;
}

/*********************
 PAGES DEMO
 *********************/

.demo #video {
  margin: 20px 0;
}
.demo #popin {
  display: none;
}
.demo h1 {
  text-align: center;
}
.demo.commande_test img {
  margin: 40px 0 70px 0;
}
.demo.commande_test #big_text {
  float: left;
  text-align: right;
  font-size: 40px;
  font-family: 'SourceSansProExtraLight';
  line-height: 68px;
  width: 370px;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #00AEEF;
  color: #00AEEF;
}
.demo.commande_test ul {
  float: right;
  padding: 10px 70px 10px 0;
}
.demo.commande_test ul li {
  line-height: 25px;
}
.demo.commande_test ul li strong {
  color: #00AEEF;
}
.demo.commande_test #commande_test {
  border: 1px solid #e6e6e6;
  margin-top: 70px;
}

.demo .billets_demo_gallerie {
  width: 300px;
  height: 137px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin: 22px 22px 0 0;
  float: left;
  background-position: center center;
  background-size: 300px 137px;
  background-repeat: no-repeat;
}
.demo .billets_demo_gallerie.last_line {
  margin: 22px 0 0 0;
}
.demo .billets_demo_gallerie img {
  width: 300px;
  height: 137px;
}
.demo .billets_demo_gallerie .desc {
  display: block;
  position: relative;
  opacity: 0;
  background: #000000;
  width: 270px;
  height: 107px;
  padding: 30px 15px 0 15px;
}
.demo .billets_demo_gallerie .desc:hover {
  opacity: 0.9;
  text-decoration: none;
}
.demo .billets_demo_gallerie .desc h2 {
  color: #FFFFFF;
  width: 270px;
  margin: 5px 0 0 0;
  font-size: 25px;
  text-align: center;
}
.demo .desc span {
  color: #999999;
  text-align: center;
  display: block;
}

.demo .badge_demo_gallerie {
  width: 200px;
  height: 283px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin: 44px 44px 0 0;
  float: left;
  background-position: center center;
  background-size: 200px 283px;
  background-repeat: no-repeat;
}
.demo .badge_demo_gallerie.last_line {
  margin: 44px 0 0 0;
}
.demo .badge_demo_gallerie .desc {
  display: block;
  position: relative;
  opacity: 0;
  background: #000000;
  width: 170px;
  height: 183px;
  padding: 100px 15px 0 15px;
}
.demo .badge_demo_gallerie .desc:hover {
  opacity: 0.9;
  text-decoration: none;
}
.demo .badge_demo_gallerie .desc h2 {
  color: #FFFFFF;
  width: 150px;
  margin: 10px auto 20px auto;
  font-size: 25px;
  text-align: center;
  line-height: 28px;
}

.demo .minisite_demo_gallerie {
  width: 285px;
  height: 290px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin: 44px 44px 0 0;
  float: left;
  background-position: center center;
  background-size: 285px 290px;
  background-repeat: no-repeat;
}
.demo .minisite_demo_gallerie.last_line {
  margin: 44px 0 0 0;
}
.demo .minisite_demo_gallerie .desc {
  display: block;
  position: relative;
  opacity: 0;
  background: #000000;
  width: 255px;
  height: 170px;
  padding: 120px 15px 0 15px;
}
.demo .minisite_demo_gallerie .desc:hover {
  opacity: 0.9;
  text-decoration: none;
}
.demo .minisite_demo_gallerie .desc h2 {
  color: #FFFFFF;
  width: 255px;
  margin: 0;
  font-size: 25px;
  text-align: center;
}

/*********************
 PAGES POUR QUI
 *********************/

/*** Home Exemple ***/

#page.page-exemple{
  background: #F5F5F5;
}
#page.page-exemple h1{
  margin: 15px 0 0 0;
}
#exemple-container{
  background: #FFFFFF;
  min-height: 500px;
  margin: 70px 0 0 0;
  padding: 40px 0 1px 0;
}
#exemple-container .field-block{
  background: #CCC;
  width: 430px;
  min-height: 250px;
  float: left;
  position: relative;
}
#exemple-container .field-block img{
  width: 100%;
}
#exemple-container .field-block .overlay-block{
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  top: 0;
  color: #FFF;
  text-align: center;
  padding: 100px 0;
  font-size: 35px;
  line-height: 50px;
  font-family: 'SourceSansProExtraLight';
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
#exemple-container .field-block.active .overlay-block,
#exemple-container .field-block .overlay-block:hover{
  background: rgba(0,0,0,0.9);
  cursor: pointer;
}
#exemple-container .line{
  margin: 0 auto;
  width: 900px;
}
#exemple-container .line-detail{
  margin: 20px auto;
  min-height: 1px;
  width: 900px;
}
#exemple-container .line-detail .exemple-details{
  padding: 20px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  text-align: center;
  display:none;
}
.field-details{
  display: inline-block;
  width: 220px;
}
.field-details img{
  border: 0;
  width: 60px;
  height: 60px;
  background: #00AEEF;
  margin: 0 0 10px 0;
}
.field-details span{
  font-size: 20px;
  color: #333;
}




/*** Détails Exemple ***/

.pourqui h1 {
  width: 700px;
  text-align: center;
  margin-top: 30px;
}
#menu_pourqui ul {
  overflow: hidden;
  position: relative;
}
#menu_pourqui ul #arrow_slide_down, #menu_pourqui ul #arrow_slide_up {
  position: absolute;
  right: 0;
  top: 13px;
  padding: 5px;
  height: 14px;
  color: #FFFFFF;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
#menu_pourqui ul #arrow_slide_up {
  margin-top: 50px;
}
#pourqui_menu_sport{
  width: 1000px;
  text-align: center;
  margin: 50px auto -50px auto;
}
.pourqui .top_ban{
  width: 980px;
  margin: 50px auto 30px auto;
  height: 405px;
  padding-top: 70px;
  position: relative;
}
.pourqui .top_ban a{
  position: absolute;
  right: 40px;
  bottom: 100px;
}
.pourqui .top_ban #col-right {
  width: 450px;
  float: right;
}
.pourqui #top_ban_user{
  padding: 20px 0 20px 110px;
  height: 70px;
  background: url('../images/front_v2/content/pour_qui_page/picto_user_ban.png') 10px center no-repeat;
}
.pourqui #top_ban_date{
  padding: 20px 0 20px 110px;
  height: 67px;
  background: url('../images/front_v2/content/pour_qui_page/picto_date_ban.png') 10px center no-repeat;
}
.pourqui .top_ban h3 {
  margin-bottom: 10px;
}
.pourqui .top_ban p {
  font-size: 14px;
  line-height: 15px;
  color: #999999;
  padding-bottom: 55px;
}
.pourqui .content_block_980 {
  text-align: center;
}
.pourqui .content_block_980 .col {
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
  height: 280px;
  float: left;
}
.pourqui .content_block_980#fonctions .col {
  height: 220px;
}
.pourqui .content_block_980#fonctions .col p{
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}
.pourqui .content_block_980#fonctions a {
  margin-top: 20px;
}
.pourqui .content_block_980#references .col p {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
}
.pourqui .content_block_980 .col.last-child {
  margin-right: 0;
  float: right;
}
.pourqui .content_block_980#description .col {
  width: 50%;
  margin: 0;
  float: left;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pourqui .content_block_980#description .col .big_size {
  font-size: 40px;
  line-height: 50px;
  text-align: right;
  margin-top: 90px;
  font-family: 'SourceSansProExtraLight';
}
.pourqui .content_block_980#description .col .blue {
  font-size: 60px;
}
.pourqui .content_block_980#description .col h2 {
  text-align: left;
}
.pourqui .content_block_980#description .col p {
  text-align: left;
  line-height: 20px;
}

/*********************
 PAGES TARIF
 *********************/

#page.tarif_logiciel{
  margin-bottom: 50px;
}
.tarifsBoxLeft {
  float: left;
  width: 420px;
  font-size: 14px;
  text-align: right;
  border-right: 1px solid #EDEDED;
  margin-top: 20px;
  padding-right: 40px;
}
    #page_width_980 .tarifsBoxLeftRate {
      font-size: 74px;
      color: #00AEEF;
      font-family: 'SourceSansProExtraLight';
      display: block;
    }
        .tarifsBoxLeftRate sup {
            color: #00AEEF;
        }
.tarifsDetails {
  float: right;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  margin-left: 20px;
  width: 470px;
}
    .tarifsDetails .tarifsForeign {
        margin-top: 20px;
        font-family: 'SourceSansProSemibold';
    }
        #page_width_980 .tarifsDetails li span {
            background-color: #DDD;
            color: #555;
            padding: 5px 11px;
            margin-right: 5px;
            font-family: 'SourceSansProRegular';
        }
            #page_width_980 .tarifsDetails .country {
                margin-top: 10px;
            }

.tarifsBoxRightList {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #DDD;
}
    .tarifsBoxRightList li {
      display: inline-block;
      line-height: 20px; 
      padding-top: 80px;
      text-align: center;
      width: 16.4%; 
    }
                .tarifsBoxRightList .iTicket {
                    background: url('../images/front_v2/content/tarif_page/ticket-icon.png') 45px 0 no-repeat;
                }
                .tarifsBoxRightList .iEvent {
                    background: url('../images/front_v2/content/tarif_page/give-icon.png') 45px 0 no-repeat;
                }
                .tarifsBoxRightList .iTaxe {
                    background: url('../images/front_v2/content/tarif_page/bank-icon.png') 45px 0 no-repeat;
                }
                .tarifsBoxRightList .iTool {
                    background: url('../images/front_v2/content/tarif_page/install-icon.png') 45px 0 no-repeat;
                }
                .tarifsBoxRightList .iSubscribe {
                    background: url('../images/front_v2/content/tarif_page/sign-icon.png') 45px 0 no-repeat;
                }
                .tarifsBoxRightList .iExclusive {
                    background: url('../images/front_v2/content/tarif_page/exclusive-icon.png') 45px 0 no-repeat;
                }

.big_button_tarif {
  padding: 8px 25px 6px 25px;
  background: #00AEEF;
  color: #FFFFFF !important;
  display: block;
}
    .big_button_tarif:hover {
      text-decoration: none;
      background-color: #00C0F2;
    }
.big_button_tarif#simulate {
  width: auto;
  display: inline-block;
  margin: 20px 0;
  text-transform: uppercase;
}
.big_button_tarif#download {
  width: auto;
  float: right;
  margin-right: 250px;
}
.big_button_tarif#premium_services {
  width: auto;
  float: left;
  margin-left: 230px;
}

.tarifs_list {
  width: 980px;
  padding: 5px;
  border: 1px solid #E6E6E6;
  margin: 40px auto 40px auto;
}
.tarifs_list tr {
  height: 20px;
  vertical-align: top;
}
.tarifs_list tr:nth-child(even) {
  background: #F5F5F5;
}
.tarifs_list td {
  width: 280px;
  padding: 17px 20px 15px 20px;
  font-family: 'SourceSansProRegular';
  border-left:1px solid #e2e2e2;
}
.tarifs_list .tarifs_list_right {
  width: 120px;
  text-align: left;
  font-family: 'SourceSansProRegular';
}
.tarifs_list .tarifs_list_cart {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/front_v2/content/cart.png);
  cursor:default;
}

.tarif_solution_billetterie .tarifs_list {
  width: 980px;
  margin-bottom: 70px;
}
.tarif_solution_billetterie .tarifs_list tr {
  vertical-align: middle;
}
.tarif_solution_billetterie .tarifs_list .tarifs_list_legend {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.tarif_solution_billetterie .tarifs_list .tarifs_list_cart {
  display: inline-block;
  margin: 0px 10px -8px 10px;
}
.tarif_service_billetterie h1 {
  position:absolute;
  top: -1000px;
}
.tarif_service_billetterie p {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 40px;
}
.tarif_service_billetterie .tarifs_list {
  width: 980px;
  margin: 30px auto 60px auto;
}
.tarif_service_billetterie .tarifs_list tr {
  vertical-align: middle;
}
.tarif_service_billetterie .tarifs_list .tarifs_list_cart {
  display: inline-block;
  margin: 0px 10px -8px 10px;
}
#widget_tarif_service_billetterie {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: #FFF url(../images/front_v2/cloxe-flat.png) no-repeat center center!important;
}
#simulation a {
  color: #FFF !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline;
  float: right;
  margin-bottom: -30px;
}
#simulation p {
  font-size: 20px;
  font-family: 'SourceSansProLight';
  margin-top: -20px;
}
#simulation #simulateTable td {
  font-size: 18px;
  color:#000;
}
#simulateTable {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
#simulateTable tr {
  height: 40px;
}
.simulatorLabel {
  padding-left: 5px;
}
    #simulation #simulateTable .simulatorRowCommision td {
        color:#00aeef;
        font-size: 18px;
    }
#simulation #simulateTable .simulatorPrice {
  width: 120px;
  text-align: right;
  font-size: 18px;
  font-family: 'SourceSansProRegular';  
}
.simulatorCurrency {
  width: 15px;
  text-align: right;
  padding-right: 5px;
}
#resultat_commission {
  color: #00aeef;
}
#resultat_organisateur,
#resultat_commission {
  font-size: 18px;
  margin-right: 4px;
}
.simulatorLine {
  border-top: 1px solid #DDD;
  margin-top: 5px;
  margin-bottom: 5px;
}
.simulatorRowPrice input {
  width: 200px;
  border: 1px solid #DDD;
  padding: 10px 8px;
  text-align: right;
}
#simulation #simulateTable .simulatorRowResult td {
  color:#000;
  font-size: 20px;
}
#simulation #simulateTable .simulatorPrice.simulatorResult {
    border:1px solid #333;
}
#simulation #simulateTable .simulatorRowResult #resultat_organisateur {
  color:#000;
  font-size: 20px;
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background-color:#FFF!important;
    padding: 0!important;
    text-align:left!important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float:left!important;
}
.ui-dialog .ui-dialog-buttonpane {
    padding:0 0 10px 10px!important;
}

/*********************
 PAGE CONTACT
 *********************/

#page.contact {
  padding: 0;
  min-height: 1120px;
}
#page.contact span {
    font-size: 10px;
}
#page.contact .blue {
    font-size: 18px;
}
#page.contact #map-canvas {
  width: 100%;
  height: 400px;
}
#page.contact #map-canvas .gmnoprint div:first-child a, #page.contact #map-canvas .gmnoprint div:first-child span {
  display: none !important;
}
#page.contact #coordonnees {
  width: 71%;
  min-width: 950px;
  margin: 30px auto 40px auto;
  line-height: 20px;
  overflow:hidden;
  border-bottom: 1px solid #DEDEDE;
}
#page.contact #coordonnees .col1,
#page.contact #coordonnees .col2 {
    box-sizing: border-box;
    width:50%;
    float: left;
}
#page.contact #coordonnees .col2 {
    text-indent: 35px;
    border-left: 1px solid #EDEDED;
    margin-bottom: 35px;
}
#page.contact #coordonnees .col2 ul:last-child {
    margin-bottom: 0;
}
#page.contact #coordonnees .urgent {
    padding-top: 10px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
#page.contact #coordonnees h5 {
    margin-right: 25px;
}
#page.contact #coordonnees .foreign {
    padding-bottom: 150px;
}
#page.contact #coordonnees h3.first {
    margin-top: 0;
}
#page.contact #coordonnees h3 {
    font-size:24px;
    color: #00AEEF;
    font-family: 'SourceSansProRegular';
    margin: 0 0 10px 0;
}
#page.contact #coordonnees h5 {
    font-size:12px;
    line-height: 15px;
    color: #777;
    text-transform: uppercase;
    font-family: 'SourceSansProLight';
    margin-bottom:3px;
}
#page.contact #coordonnees .astreinte {
    font-size:12px;
    line-height: 16px;
    color: #777;
    margin-bottom: 10px;
}
#page.contact #coordonnees .address li {
    font-size: 16px;
    color: #333;
    line-height: 22px
}
#page.contact #coordonnees ul {
    margin-bottom:25px;   
}
#page.contact #coordonnees ul li {
    font-size: 14px;
}
#page.contact #coordonnees ul li.cont {
  color: #111;
  font-family: 'SourceSansProSemiBold';
  margin-top: 25px;
  font-size: 18px;
}
#page.contact #coordonnees .access {
  margin-top: 8px;
  font-family: 'SourceSansProSemiBold';
  color: #111;
}
#page.contact #picto_contact_list {
  width: 71%;
  min-width: 950px;
  margin:auto;
}
#page.contact #picto_contact_list li {
  display: inline-block;
  width: 139px;
  vertical-align: top;
  margin: 0 20px 40px 0;
  text-align: center;
}
#page.contact #picto_contact_list li.last {
  margin-right: 0;
}
#page.contact #picto_contact_list li h3 {
  margin: 10px;
  font-size: 12px;
}
#page.contact #picto_contact_list li p {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}
#page.contact #picto_contact_list li img {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
}
#page.contact #picto_contact_list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  padding-top: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#page.contact #picto_contact_list li a:hover {
  border: 1px solid #DEDEDE;
  text-decoration: none;
}

/*********************
 PAGE PARTNER
 *********************/

 #page_width_980 img.partner {
  float:left;
  margin-right: 20px;
 }

/*********************
 PAGE AFFILIATION
 *********************/

.affiliation h3 {
    color:#00AEEF;
    margin-bottom:10px;
}

/*********************
 PAGE ENTREPRISE
 *********************/

.f-right {
    float:right;
}

.intro-ent {
    font-size: 18px;
    line-height: 30px;
    font-family: 'SourceSansProLight';
}
.intro-ent,
.ent {
    width: 70%;
}
.recompense h2 {
    margin: 40px 0 5px 0;
    color:#777;
}

/*********************
 PAGE EQUIPE
 *********************/
.offer {
    border: 1px solid #eee;
    line-height: 45px;
    width:100%;
    margin: 20px 0;
}
.offer td:first-child {
    min-width: 400px;
}
.offer td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-left: 20px;
}
.offer .type {
    color: #AAA;
}
.left {
  float:left;
}
#locaux {
  margin-bottom: 30px;
}
#lieu {
  width:30%;
  margin-right:50px;
}
.client img,
.com img,
.prod img {
  width:100%;
}
.client {
  width: 33.7%;
  float:left;
}
.com {
  width:30.2%;
  float:left
}
#equipe-weez {
  margin-bottom: 30px;
  width:100%;
}
#page_width_980 .prod {
  width: 34%;
  margin-right: 0;
  padding-left: 0;
}
#page_width_980 figure {
  display: block;
  margin: 0 1% 0 0;
  padding:0;
  float:left;
}
#page_width_980 .intro {
    font-size: 18px;
    font-family:'SourceSansProLight';
    line-height: 30px;
}
#page_width_980 figure figcaption {
  line-height: 35px;
  font-size:14px;
}
#photo_equipe {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#photo_equipe .legend {
  position: absolute;
  top: 0;
  height: 340px;
  padding-top: 50px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0,0,0,0);
}
#photo_equipe .legend:hover {
  opacity: 1;
  height: 355px;
  padding-top: 35px;
}
#photo_equipe .legend h3 {
  color: #FFFFFF;
  font-family: 'SourceSansProRegular';
}
#photo_equipe .legend p {
  color: #BBBBBB;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SourceSansProLight';
}
.equipe #page_width_980 h3 {
    padding-top: 15px;
}
.equipe #page_width_980 .candidate {
    margin-top: 20px;
}


/*********************
 PAGE PRESSE
 *********************/

.press_kit h1{
  text-align: center;
}
.element_kit{
  width: 180px;
  height: 170px;
  float: left;
  margin: 20px 20px 10px 0;
  text-align: center;
  font-size: 13px;
  font-style: italic;
}
.element_kit.last{
  margin-right: 0;
}
.element_kit img{
  width: 180px;
  height: 120px;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-box-shadow: 0px 0px 7px 0px #BBBBBB;
  -webkit-box-shadow: 0px 0px 7px 0px #BBBBBB;
  -o-box-shadow: 0px 0px 7px 0px #BBBBBB;
  box-shadow: 0px 0px 7px 0px #BBBBBB;
}
.element_kit img:hover{
  opacity: 0.3;
}
.years{
  font-size: 20px;
  font-family: 'SourceSansProLight';
  float: left;
  margin-right: 20px;
  color: #00AEEF;
  cursor: pointer;
}
.years:hover{
  text-decoration: underline;
}
.years.active{
  font-family: 'SourceSansProSemibold';
}
.years_block{
  padding-top: 20px;
  display: none;
}
.years_block.active{
  display: block;
}
.years_block h2 {
  margin-bottom: 10px;
}
.list_link {
  float:left;
  width:30%;
}
p strong {
    color:#333;
}


/*********************
 PAGE PUBLICITES
 *********************/
.presse.publicite{
  text-align: center;
}
.presse .publicite_gallerie {
  width: 200px;
  height: 283px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin: 43px 43px 0 0;
  float: left;
  background-position: center center;
  background-size: 200px 283px;
  background-repeat: no-repeat;
}
.presse .publicite_gallerie.last_line {
  margin: 44px 0 0 0;
}
.presse .publicite_gallerie .desc {
  display: block;
  position: relative;
  opacity: 0;
  background: #000000;
  width: 170px;
  height: 183px;
  padding: 100px 15px 0 15px;
}
.presse .publicite_gallerie .desc:hover {
  opacity: 0.9;
  text-decoration: none;
}
.presse .publicite_gallerie .desc h2 {
  color: #FFFFFF;
  width: 150px;
  margin: 10px auto 20px auto;
  font-size: 25px;
  text-align: center;
  line-height: 28px;
}

/*********************
 LANDING DISTRIBUTEURS
 *********************/

#distributeurs_bloc1 {
  background: url('../images/front_v2/content/fonction_page/distributeurs_bloc1.jpg') left center no-repeat;
  height: 370px;
  padding-top: 10px;
}
#distributeurs_bloc2 {
  background: url('../images/front_v2/content/fonction_page/distributeurs_bloc2.jpg') center right no-repeat;
  height: 320px;
}
#distributeurs_bloc3 {
  background: url('../images/front_v2/content/fonction_page/distributeurs_bloc3.jpg') left center no-repeat;
  height: 280px;
  padding-top: 30px;
}
#distributeurs_bloc4 {
  background: url('../images/front_v2/content/fonction_page/distributeurs_bloc4.jpg') right center no-repeat;
  height: 350px;
  padding-top: 50px;
} 


/*********************
 LANDING GUICHET
 *********************/

.top_page_ban {
  height: 720px;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
#guichet_top_ban iframe{
  display: none;
  margin: 16px 0 15px 0;
}
#guichet_top_ban img{
  margin-top: 30px;
}
#guichet_top_ban #video_guichet{
  margin-top: 20px;
}
#guichet_top_ban p {
  font-size: 22px;
}
#guichet_vente_complet {
  background: url('/images/front_v2/content/vente_complet.jpg') no-repeat 130px top;
  height: 260px;
  padding-top: 40px;
}
#guichet_zebra {
  background: url('/images/front_v2/content/zebra.jpg') no-repeat right top;
  height: 260px;
  padding-top: 20px;
}
#guichet_collect_donnes {
  background: url('/images/front_v2/content/guichet_form.jpg') no-repeat 100px top;
  height: 270px;
  padding-top: 70px;
}
#guichet_drive_sales {
  background: url('/images/front_v2/content/guichet_drive_sales.jpg') no-repeat right top;
  height: 290px;
  padding-top: 20px;
}
#guichet_event_list {
  background: url('/images/front_v2/content/guichet_event.png') no-repeat left top;
  height: 270px;
  padding-top: 20px;
}
.button_form_signup {
  color: #FFFFFF !important;
  font-family: 'SourceSansProRegular';
  display: block;
  background: #00AEEF;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0 10px 0;
  font-size: 15px;
  margin: 10px auto 40px auto;
}
.button_form_signup:hover {
  text-decoration: none !important;
  background: #00C0F2;
}



/*********************
      Page COMPTA
 *********************/

#page_width_980.comptabilite {
  padding: 10px 0 30px 0;
}
#page_width_980.comptabilite ul li{
  width: 450px;
  display: inline-block;
  margin: 15px 0 25px 0;
  padding-left: 10px;
  vertical-align: top;
  line-height: 22px;
  border-left: 1px solid #00AEEF;
}
#page_width_980.comptabilite ul li.odd{
  padding-right: 55px;
}
#page_width_980.comptabilite ul li strong{
  color: #00AEEF;
}



/*********************
      Page CREE BILLETTERIE
 *********************/

#page_width_980.creer_billetterie {
  padding: 10px 0 30px 0;
}
#page_width_980.creer_billetterie ul li{
  width: 450px;
  display: inline-block;
  margin: 15px 0 25px 0;
  padding-left: 10px;
  vertical-align: top;
  line-height: 22px;
  border-left: 1px solid #00AEEF;
}
#page_width_980.creer_billetterie ul li.odd{
  padding-right: 55px;
}
#page_width_980.creer_billetterie ul li strong{
  color: #00AEEF;
}



/*********************
      Page LOGICIEL GESTION
 *********************/

#page_width_980.logiciel_gestion_evenement {
  padding: 10px 0 30px 0;
}
#page_width_980.logiciel_gestion_evenement ul li{
  width: 450px;
  display: inline-block;
  margin: 15px 0 25px 0;
  padding-left: 10px;
  vertical-align: top;
  line-height: 22px;
  border-left: 1px solid #00AEEF;
}
#page_width_980.logiciel_gestion_evenement ul li.odd{
  padding-right: 55px;
}
#page_width_980.logiciel_gestion_evenement ul li h3{
  color: #00AEEF;
}



/*********************
      Page SECURITE
 *********************/

#page.securite h1{
  margin: 55px 0 25px 0;
}

/*********************
 VRAC
 *********************/

/*** BANDEAU ACTU ***/
#news_container {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background-color: #00AEEF;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  z-index: 1000;
  -moz-box-shadow: 0px 4px 10px 0px #000000;
  -webkit-box-shadow: 0px 4px 10px 0px #000000;
  -o-box-shadow: 0px 4px 10px 0px #000000;
  box-shadow: 0px 4px 10px 0px #000000;
}
#close_news_container {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #FFFFFF;
  line-height: 19px;
  color: #00AEEF;
  cursor: pointer;
}
#news_container p {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 3px 0 2px 20px;
  margin: 10px 0 0 10px;
  font-size: 16px;
  text-align: left;
  font-family: 'SourceSansProRegular';
}
#news_container p a{
  text-decoration:underline;
  color: #FFFFFF;
}
#news_container p a:hover{
  text-decoration:none;
}

/*** TEXT SEO ***/
#moreInfoWrapper {
  margin-top: -20px;
}
#moreInfoLink {
  float: right;
  padding-right: 22px;
}
#moreInfoLink:hover {
  color:#00AEEF;
}
#moreInfo h2 {
  color:#333;
  margin-top: 0;
}
#moreInfo {
  padding-top: 0!important;
}
.moreInfoPopup {
  color: #333 !important;
}

/*** GLOSSAIRE ***/
#page_width_980.glossaire{
  padding: 10px 0;
}
#page_width_980.glossaire h1{
  margin: 15px 0;
  padding-left: 70px;
}
#pagination {
  width: 10px;
  position: fixed;
  left: 50%;
  top: 118px;
  margin: -20px 0 0 -480px;
}
#pagination a{
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 22px;
}
#pagination a:hover{
  text-decoration: none;
  color: #00AEEF;
}
#pagination a.active{
  color: #00AEEF;
}
#pagination a.active:before{
  content: "·";
}
.block_letter{
  margin: 35px 0 0 70px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00AEEF;
}
.block_letter:last-child{
  border-bottom: 0;
}
.glossaire .block_letter h3{
  color: #00AEEF;
}
.glossaire .block_letter p{
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 25px 0;
}

/*** SITE MAP ***/
.sitemap_bloc {
  float: left;
  margin: 0px 25px 0px 0px;
  padding: 10px 0 0;
  width: 300px;
}

/*** TINY TIP ***/
img.tTip {
  margin: 5px;
  float: left;
}
.tinyTip {
  width: 325px;
  padding: 17px 0px 0px 0px;
  display: block;
  background: url(../images/front_v2/decor/tinyTip-top.png) 0px 0px no-repeat;
}
.tinyTip .content {
  padding: 0px 15px 0px 15px;
  font-size: 14px;
  font-family: "Lucida Sans Unicode";
  color: #010101;
  background: url(../images/front_v2/decor/tinyTip-content.png) 0px 0px repeat-y;
}
.tinyTip .bottom {
  height: 47px;
  background: url(../images/front_v2/decor/tinyTip-bottom.png) 0px 0px no-repeat;
  font: 0px/0px sans-serif;
}
.button_form_signup{
  color: #FFFFFF!important;
  font-family: 'SourceSansProRegular';
  display: block;
  background: #00aeef;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0 10px 0;
  font-size: 15px;
  margin: 10px auto 40px auto;
}
.verifCode .error {
  font-weight: bold;
  color: red;
}
.verifCode {
  margin: 30px 0px;
}