#page {overflow: hidden;}

#map-info-content {padding: 10px;}
#map-info-content h3 {font-size: 13px;}
#map-info-content p {margin: 0;}

.site-header {min-height: 135px !important;}

.logo-wrapper .navbar-brand {
  width: 110px;
}
.logo-wrapper .navbar-brand img {max-width: 100%;}

.speaker-transparent .sp-speaker .speaker-title a:hover,
.speaker-transparent .sp-speaker .speaker-title a:focus {
  color: rgb(124, 124, 124);
}

.eventum-schedules.layout-tabbed .events-nav >li .scedule-date-day {
  color: rgb(168, 168, 168) !important;
}
.eventum-schedules.layout-tabbed .events-nav >li.active .scedule-date-day {
  color: #ffffff !important;
}
.eventum-schedules.layout-tabbed .events-nav >li.active {
  background: rgb(210, 70, 13);
}

.sub-title-inner h2 {background-image: none !important;}

.map-container {
  margin-bottom: 0;
  margin-top: -30px;
}
.map-container .vc_column-inner {
  padding-top: 0 !important;
} 

.eventum-schedules .table-hover th, 
.eventum-schedules .table-hover td {
  text-transform: none;
}

.single-product #content {width: 100%;}
.single-product #sidebar {display: none;}

.single-product-details .bundle_form .bundled_product {
  padding: 15px;
  width: 100%;
}

.single-product-details .bundle_form .bundled_product:nth-child(3n+1) {
  clear: left;
}
.single-product-details .bundle_form .cart {clear: left;}

#customer_details .col-1 {width: 100%;}
#customer_details .col-2 {display: none;}

.single-product .bundle_button .quantity {display: none;}
.single-product .bundle_button {text-align: center;}

.countdown-days,
.countdown-hours,
.countdown-minutes,
.countdown-seconds {color: #ffffff !important;}

.woocommerce-cart td.product-thumbnail img {display: none;}
.woocommerce-cart td.product-thumbnail {min-width: none !important; width: 0;}
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail, 
.woocommerce #content table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 0 !important;
  width: 0;
  padding: 0;
}
.woocommerce-cart .bundled_table_item .product-quantity {padding-left: 25px;}
.woocommerce-cart .bundled_table_item_indent {
  border-left: 1px solid #ccc;
  font-size: 100%;
}
.woocommerce-cart .bundled_table_item .product-name {font-size: 100% !important;}
.woocommerce-page #content .quantity input.qty {padding: 0;}
.woocommerce .quantity, 
.woocommerce-page .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page #content .quantity {margin: 0;}

.woocommerce-checkout #billing_state_field {display: none;}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  background: #f5f5f5;
  padding: 20px;
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:before {
  content: "Choix du mode de paiement";
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.woocommerce-checkout .form-row.place-order {margin-top: 25px;}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order, 
.woocommerce table.cart .button, 
.woocommerce-page table.cart .button, 
.woocommerce #content table.cart .button, 
.woocommerce-page #content table.cart .button {
  color: #fff !important;
  font-size: 14px !important;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 7px 15px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals, 
.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells {float: right !important;}

.woocommerce .cart-collaterals .cart_totals a.button.alt, 
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 400;
  float: right;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details {
  padding: 0;
}
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li {font-size: 13px;}
.woocommerce-order-received h2 {
  font-size: 20px;
  margin: 50px 0 20px;
}
.woocommerce-order-received table.shop_table.order_details {max-width: 75%;}

.single-product .bundle_button .single_add_to_cart_button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 400;
}

.woocommerce-cart .woocommerce-message {
  display: none !important;
}

#countdown-timer {
  text-align: center;
  padding: 0 15%;
}

.overlay {
  background: #29333f;
  opacity: 0.7;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0;
  display: none;
}

.modal {
  display: none;
  background: #fff;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 768px;
  height: 230px;
  max-width: 100%;
  margin-left: -384px;

  padding: 30px;
  text-align: center;
  border-radius: 4px;
}

.modal > div {display: none;}

.modal.oneDay .one-day {display: block;}
.modal.twoDay .two-day {display: block;}

.modal h3 {
  font-family: Roboto;
  margin: 0 0 5px 0;
  font-weight: 900;
  font-size: 26px;
  line-height: normal;
}
.modal a {
  font-size: 16px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  font-weight: 700;
  margin: 60px 0px 0px;
  padding: 16px 25px;
  display: inline-block;
  background: rgb(210, 70, 13);
}
.modal a:hover,
.modal a:focus {color: #ffffff;}

.bundle_price .price {text-align: center;}

.bundled_product .amount {display: none;}
.footer-logo {
  width: 200px;
  max-width: 100%;
}
.footer-logo img {width: 100%;}

@media (min-width: 768px) {
  .single-product-details .bundle_form .bundled_product {
    width: 33.33333%;
    float: left;
  }
  
  #countdown-timer {
    padding: 0;
  }

  .page-template-default #main {padding-bottom: 100px;}
  .woocommerce-cart.page-template-default #main,
  .woocommerce-checkout.page-template-default #main,
  .woocommerce-order-received.page-template-default #main {padding-bottom: 0;}

  .single-speaker .header.site-header #main-menu .nav,
  .page-template-default .header.site-header #main-menu .nav,
  .single-product .header.site-header #main-menu .nav {margin-top: 35px;}

  .nav-sticky {
    position: fixed;
    top: -85px;
    left: 0;
    width: 100%;
    z-index: 40;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  }
  .nav-sticky.show {
    top: 0;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  }
  .nav-sticky .enter-logo {width: 60px;}
  .nav-sticky #main-menu .nav {margin-top: 10px !important;}
  .nav-sticky .site-header {min-height: 85px !important;}
  .page-template-homepage .nav-sticky .site-header {
    top: 0;
    background: #29333f;
  }
  .page-template-homepage #main-menu .nav {
    margin-top: 30px;
  }

  .woocommerce-order-received .sub-title-inner h2 {
    margin: 0;
    padding: 13px 0px;
    color: #000000;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
  }
  
  /* Samedi only */
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(6) {clear: left;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(7) {clear: none;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(8) {clear: left;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(10) {clear: none;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(11) {clear: left;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(13) {clear: none;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(14) {clear: left;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(16) {clear: none;}
  .postid-717 .single-product-details .bundle_form .bundled_product:nth-child(17) {clear: left;}

  /* Dimanche only */
  .postid-718 .single-product-details .bundle_form .bundled_product:nth-child(2) {clear: left;}
  .postid-718 .single-product-details .bundle_form .bundled_product:nth-child(4) {clear: none;}
  .postid-718 .single-product-details .bundle_form .bundled_product:nth-child(5) {clear: left;}
  .postid-718 .single-product-details .bundle_form .bundled_product:nth-child(12) {clear: left;}
  .postid-718 .single-product-details .bundle_form .bundled_product:nth-child(13) {clear: none;}
  .postid-718 .single-product-details .bundle_form .bundled_product:nth-child(14) {clear: left;}

  /* Vendredi - Samedi */
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(24) {clear: left;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(25) {clear: none;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(26) {clear: left;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(28) {clear: none;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(29) {clear: left;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(31) {clear: none;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(32) {clear: left;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(34) {clear: none;}
  .postid-887 .single-product-details .bundle_form .bundled_product:nth-child(35) {clear: left;}

  /* Vendredi - Dimanche */
  .postid-902 .single-product-details .bundle_form .bundled_product:nth-child(20) {clear: left;}
  .postid-902 .single-product-details .bundle_form .bundled_product:nth-child(22) {clear: none;}
  .postid-902 .single-product-details .bundle_form .bundled_product:nth-child(23) {clear: left;}
  .postid-902 .single-product-details .bundle_form .bundled_product:nth-child(30) {clear: left;}
  .postid-902 .single-product-details .bundle_form .bundled_product:nth-child(31) {clear: none;}
  .postid-902 .single-product-details .bundle_form .bundled_product:nth-child(32) {clear: left;}

  /* Samedi - Dimanche */
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(6) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(7) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(8) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(10) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(11) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(13) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(14) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(16) {clear: none;}

  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(17) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(18) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(19) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(20) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(21) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(22) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(23) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(24) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(25) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(26) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(27) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(28) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(29) {clear: none;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(30) {clear: left;}
  .postid-903 .single-product-details .bundle_form .bundled_product:nth-child(31) {clear: none;}

  /* Vendredi - Samedi - Dimanche */
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(24) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(25) {clear: none;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(26) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(28) {clear: none;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(29) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(31) {clear: none;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(32) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(34) {clear: none;}

  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(35) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(36) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(37) {clear: none;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(39) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(40) {clear: none;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(41) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(43) {clear: none;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(44) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(48) {clear: left;}
  .postid-905 .single-product-details .bundle_form .bundled_product:nth-child(49) {clear: none;}

  .block-header {padding: 200px 0 130px;}
  .block-10ans {margin: 70px 0;}
  .block-speakers {padding: 70px 0 100px;}
  .block-10ans2 {margin: 70px 0 100px;}
  .block-planning {padding: 70px 0 30px;}

  .themeum-addon-pricing-table {padding: 0 15px;}
  .themeum-addon-pricing-table .sppb-pricing-header {height: 106px;}
  .themeum-addon-pricing-table .sppb-pricing-features {height: 210px;}
}

@media (max-width: 767px) {
  .nav-sticky {
    display: none !important;
  }
  .nav-sticky.show {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 5;
  }
  .page-template-homepage .nav-sticky.show {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 5;
  }
  .page-template-homepage .nav-sticky.show .site-header {
    top: 0;
    padding: 0 !important;
    background: #29333f;
  }
  .logo-wrapper .navbar-brand {width: 60px;}
  .site-header {min-height: 80px !important;}
  #navigation .navbar-header .navbar-toggle {
    margin: 22px 0 0;
  }
  
  #mobile-menu {top: 80px;}
  .home #mobile-menu {
    top: 71px;
    width: 100%;
    right: auto;
    left: 0;
  }
  #navigation .navbar-brand {height: auto;}
  .page-template-homepage .site-header {
    top: 0;
    padding: 20px 0 0 0;
  }
  .page-template-homepage .site-header.open {
    background: #29333f;
  }

  .page-template-homepage .nav-sticky.show #mobile-menu {
    top: 80px;
    width: 100%;
    right: auto;
    left: auto;
  }

  .themeum-title h3 {
    margin-bottom: 15px !important;
    font-size: 26px !important;
  }
  .home-event-title h3 {font-size: 46px !important;}

  #countdown-timer {padding: 0 15px 0 27px;}

  #countdown-timer .countdown-section {
    width: 50%;
    float: left !important;
    margin: 0 !important;
  }

  .bloc-1 .themeum-button,
  .bloc-2 .themeum-button {
    width: 100%;
    display: block !important;
  }
  .bloc-1 .themeum-button a,
  .bloc-2 .themeum-button a {
    width: 100%;
    display: block !important;
  }
  .bloc-1 .themeum-button + .themeum-button,
  .bloc-2 .themeum-button + .themeum-button {margin-top: 20px;}

  .bloc-2 .anchor a {margin-top: 40px !important;}
  .bloc-2 .anchor.mob-no-mrg a {margin-top: 20px !important;}

  .bloc-3 table tr td:first-child,
  .bloc-3 table tr td:last-child {display: none;}

  .eventum-schedules.layout-tabbed .events-nav > li {margin: 0;}
  .eventum-schedules.layout-tabbed .events-nav > li + li {margin-left: 8px;}
  .eventum-schedules.layout-tabbed .events-nav > li .scedule-date {font-size: 13px;}
  .eventum-schedules.layout-tabbed .events-nav > li .scedule-date > span {font-size: 28px;}

  .block-header {padding: 150px 0 40px;}
  .block-10ans {margin: 20px 0;}
  .block-speakers {padding: 20px 0;}
  .block-10ans2 {margin: 0;}
  .block-planning {padding: 20px 0;}

  .themeum-pricing-box {padding: 30px 0;}
  #gmap {height: 330px !important;}

  .modal {
    width: 80%;
    margin-left: 0;
    height: 300px;
    left: 10%;
    padding: 15px;
  }
  .modal h3 {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .modal a {
    margin-top: 10px;
    width: 100%;
    display: block;
  }

  .woocommerce-cart .shop_table.cart {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  #main-menu .nav>li>a {font-size: 14px !important;}
  .bloc-3 table tr td:first-child {display: none;}
  #gmap {height: 340px !important;}
  .woocommerce-checkout #place_order {
    width: auto !important;
    margin-top: 30px;
    float: right !important;
  }
}

@media (max-width: 1199px) and (min-width: 961px) {
  #main-menu .nav>li>a {font-size: 14px !important;}
  .bloc-3 table tr td:first-child {display: none;}
  #gmap {height: 340px !important;}
}