/**
 * Theme variables
 *
 * NB:
 * - *TextColor variables indicate color of text or links
 * - *Bg variables indicate a background. It can be a color or an image, see http://www.w3.org/TR/CSS2/colors.html
 * - *BgColor variables indicate a background color, NOT an image
 */
/*
 *	Flexbox mixins
 */
/*
 * Flexbox api without support on IE10
 */
/*
 * Images in background covering mixin
 */
/* general styles */
body {
  font-family: "Century Gothic", "Muli", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  body.rwd {
    margin: 0;
  }
}

.main_content_group > .content_title > .title,
.main_content > .content_title > .title,
.tabs > .content_title > .title,
.secondary_content > .content_title > .title {
  font-family: "Century Gothic", "Muli", sans-serif;
  	/*
  	 
  	CANNOT BE USED IF WE WANT TO KEEP CUSTOM COLOR
  	
  	background-image: url(images/bg-bloc-title-inverted.png);
  	background-position: center right;
      background-repeat: no-repeat;
      */
}

.seat_selection .tabs .seat_auto:not(.highlight) > .title,
.seat_selection .tabs .seat_map:not(.highlight) > .title,
.block_selection .tabs .seat_auto:not(.highlight) > .title,
.block_selection .tabs .seat_map:not(.highlight) > .title,
.seat_mobile_choice .tabs .seat_auto:not(.highlight) > .title,
.seat_mobile_choice .tabs .seat_map:not(.highlight) > .title {
  font-family: "Century Gothic", "Muli", sans-serif;
}

/* boxes

CANNOT BE USED IF WE WANT TO KEEP CUSTOM COLOR

.main_content > .content_element > .content,
.secondary_content > .content_element > .content {
	@include stxForNonMobilesOnly {
		border-left: solid 1px 
	}
}

*/
/* footer */
@media screen and (max-width: 720px) {
  body.rwd #footer_wrapper {
    position: static;
  }
}

#footer_container {
  background-color: #333;
  height: auto;
}
body.norwd #footer_container {
  padding: 20px 0;
  width: auto;
}
@media screen and (min-width: 1130px) {
  #footer_container {
    padding: 20px 0;
    width: auto;
  }
}
body.ie_lte_8 #footer_container {
  padding: 20px 0;
  width: auto;
}
#footer_container #footer {
  color: #fff;
}
@media screen and (max-width: 1129px) {
  body.rwd #footer_container #footer {
    padding: 20px 0;
  }
}
#footer_container #footer .content {
  text-transform: none;
  font-weight: normal;
}
@media screen and (max-width: 720px) {
  body.rwd #footer_container #footer .content .item {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    height: 75px;
    border-top: 1px solid #414345;
    line-height: 75px;
    font-weight: 700;
    font-size: 14px;
  }
  body.rwd #footer_container #footer .content .item:after {
    display: none;
  }
}
#footer_container #footer a {
  color: #fff;
}

/* header 
#header_container_csdf {
  background: url(images/bg-header.png) top repeat-x;
}
@media screen and (max-width: 720px) {
  body.rwd #header_container_csdf {
    background: white;
  }
}

#header_container {
  background-color: transparent;
  background-image: none;
}

#header {
  border-bottom: 1px #ccc solid;
  height: 122px;
  padding: 0;
  margin-bottom: 15px;
}
#header .item_account > a {
  display: block;
  width: 86px;
  height: 86px;
  background: url(images/moncompte_btn.png) no-repeat;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 104px;
  position: absolute;
  right: 0;
  top: 36px;
}
#header .item_account > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  body.rwd #header {
    width: 700px;
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 720px) {
  body.rwd #header {
    height: 56px;
    width: auto;
    margin: 0;
    padding: 0;
  }
}*/

/* logo 
#logo {
  margin: 0;
  position: absolute;
  top: 65px;
  left: 10px;
  display: table;
  width: 245px;
  height: 35px;
  background: url(images/logo-stadeFrance.com.png) no-repeat;
}
@media screen and (max-width: 720px) {
  body.rwd #logo {
    top: 25px;
    left: 50%;
    margin: -9px auto 0 -91px;
    -webkit-background-size: 326px,44px;
    -moz-background-size: 326px,44px;
    -o-background-size: 326px,44px;
    background-size: 100%;
    width: 181px;
    height: 44px;
  }
}*/

/* account 
#account_cart_button {
  display: none;
}

#account .item.item_email {
  display: none;
}
#account .separator {
  display: none;
}
#account .item_logout > a {
  color: #ddd;
  line-height: 36px;
  font-size: 12px;
}
@media screen and (max-width: 720px) {
  body.rwd #account .item a {
/*Service 2032 - fix issue of hidden account icon in Mobile
    background-image: none;
    border: none;
  }
  body.rwd #account .item_cart.item {
    top: 0;
    right: 0;
    margin-top: 0;
  }
  body.rwd #account .item_cart.item > a {
    padding: 0;
  }
  body.rwd #account .item_cart.item > a .cart_icon {
    border-left: 1px solid #d2d3d4;
    height: 55px;
    width: 41px;
    background: url(images/shoppingCart-mobile_btn.png) no-repeat center;
    background-size: 15px 18px;
  }
  body.rwd #account .item_mobileAccount.item {
/*Service 2032 - fix issue of hidden account icon in Mobile

    top: 10;
    left: 10;
    margin-top: 0;
  }
  body.rwd #account .item_mobileAccount.item > a {
    padding: 0;
  }
  body.rwd #account .item_mobileAccount.item > a .account_icon {
    margin: 0;
    border-right: 1px solid #d2d3d4;
    height: 55px;
    width: 41px;
    background: url(images/moncompte-mobile_btn.png) no-repeat center;
    background-size: 12px 15px;
  }
}*/

/* breadcrumb */
#breadcrumb_header {
  display: block;
  padding-top: 135px;
  padding-left: 15px;
  font-size: 9px;
}
#breadcrumb_header .item .text,
#breadcrumb_header .separator {
  color: #949494;
}
@media screen and (max-width: 720px) {
  body.rwd #breadcrumb_header {
    display: none;
  }
}

/* languages */
.language_selector_container {
  padding: 8px 0 0 0;
}


#footer_language_selector .item {
  margin: 0;
}

#footer_language_selector .item.current {
  display: none;
}

#footer_language_selector .item > a {
  display: block;
  width: 100px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

#footer_language_selector .text {
  display: none;
}

#footer_language_selector {
  height: 50px;
  line-height: 50px;
}
#footer_language_selector .item {
  text-align: center;
}
#footer_language_selector .item > a {
  display: inline-block;
}


/* book button */
.button a[id*=book] {
  padding: 8px 14px 1px 14px;
}
.button a[id*=book] .icon {
  background: url(images/croix-btn.png) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -3px;
  margin-right: 10px;
}
@media screen and (max-width: 1129px) {
  body.rwd .button a[id*=book] .icon {
    vertical-align: -2px;
  }
}

/* adjusted style for different font */
#secondary_content_special_offer .button a {
  height: auto;
}

.advantage .catchword .text {
  display: block;
  margin-top: -2px;
}

.tabs > .content_title {
  vertical-align: bottom;
}

#seat_info_filter_categories_switch > span {
  font-size: 13px;
}


/* fix for broken breadcrumb */
#breadcrumb_header {
	display:none;
}

/* Sharegroop */
.sharegroop_bg,
#secondary_content_sharegroop .content {
    color: #FFFFFF !important;
    background: #499bea !important;
    background: -moz-linear-gradient(45deg, #499bea 0%, #207ce5 100%) !important;
    background: -webkit-linear-gradient(45deg, #499bea 0%, #207ce5 100%) !important;
    background: linear-gradient(45deg, #499bea 0%, #207ce5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=1) !important;
    transition: 0.5s;
    background-size: 200% auto;
    -moz-box-shadow: 1px 2px 5px 0px #c3c3c3;
    -webkit-box-shadow: 1px 2px 5px 0px #c3c3c3;
    -o-box-shadow: 1px 2px 5px 0px #c3c3c3;
    box-shadow: 1px 2px 5px 0px #c3c3c3;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c3c3c3, Direction=180, Strength=5);
}

#secondary_content_sharegroop .content {
    box-shadow: none;
}

.sharegroop_bg:hover {
    background-position: top right!important;
}

.sharegroop_logo_container {
    padding: 20px 20px 5px 20px;
}

.sharegroop_logo_container img {
    width: 120px;
}

.sharegroop_link_green {
    color: #26F672;
}

.sharegroop_link_blue {
    color: #499bea;
    font-weight: bold;
}

.sharegroop_logo_summary {
    position: absolute;
    right: 10px;
    width: 130px;
}
@media screen and (max-width: 720px) {
    .sharegroop_logo_summary {
        position: relative;
        margin-top: 10px;
        right: 0;
        width: 130px;
        display: block;
    }
}

.sharegroop_advantages_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

ul.sharegroop_advantages_list {
    display: inline-block;
    list-style-type: none;
}

ul.sharegroop_advantages_list li {
    padding: 8px;
    font-weight: 400;
    list-style-type: none;
}

.sharegroop_advantages_img {
    display: inline-block;
    right: 10px;
    width: 200px;
    margin-right: 10px;
}

#main_content_payment_sharegroop
ul.sharegroop_advantages_list li {
    padding: 5px;
    font-weight: 400;
    list-style-type: none;
}

#sharegroop_pay_container {
    text-align: right;
}

.sharegroop_card_types {
    display: inline-block;
    margin-bottom: 5px;
}

#sharegroop_pay {
    color: #FFFFFF;
    background: #3489e7 !important;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    /*float: right;*/
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;

    -moz-box-shadow: 1px 2px 5px 0px #c3c3c3;
    -webkit-box-shadow: 1px 2px 5px 0px #c3c3c3;
    -o-box-shadow: 1px 2px 5px 0px #c3c3c3;
    box-shadow: 1px 2px 5px 0px #c3c3c3;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c3c3c3, Direction=180, Strength=5);
}

#sharegroop_pay:hover {
    background: #499df9 !important
}

#sharegroop_pay_note {
    font-size: 11px;
}

/*51537 workaround*/
@media screen and (min-width: 721px) {
	.table_container .scene_image {
		width: 3.5em;
		height: 2em;
		margin-right: 0.5em;
		cursor: pointer;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

/*51848 workaround logo pop up*/
#subscribe_cansins_popup .product .product_image_container {
	margin-right: 0;
}

#subscribe_cansins_popup .product .product_image_container img {
	width: 100%;
}
#subscribe_cansins_popup .product .description_and_more_info {
	margin-left: 0;
}  


/*Service 1692: the name of categories are displayed in black, instead of category’s color, as currently it is hard to see*/
.group_start > td.category,
#page_selection_eventSeat .category,
#event_form .category
{
    color: black !important;
}
/*Modify by Case CAS-19802-D2M5N9

@media screen and (min-width: 721px) and (max-width: 1023px){
 body.rwd #account .item_mobileAccount.item {
/*Service 2032 - fix issue of hidden account icon in Mobile
top: 60px;
} 
#logo {    
    left: 50px;
	 margin: 0;
  position: absolute;
  top: 65px;
  display: table;
  width: 245px;
  height: 35px;
  background: url(images/logo-stadeFrance.com.png) no-repeat;
}
}*/

/* STX-90629 : FB button */
#main_content_login .social .button a, 
#main_content_registration .social .button a, 
#main_content_edit_personal_details .fieldset_container.social_link .button a, 
#main_content_confirmation_facebook .button a, 
#social_login_form_container .button a, .button.facebook_button a {
                background-color: #fff;
                border: 1px solid #005bab;
				color: #005bab;
}
 
#main_content_login .social .button a:hover, 
#main_content_registration .social .button a:hover, 
#main_content_edit_personal_details .fieldset_container.social_link .button a:hover, 
#main_content_confirmation_facebook .button a:hover, 
#social_login_form_container .button a, .button.facebook_button a:hover {
                background-color: #fafafa;
}

/*End of STX-90629*/


/* Workaround for STX-92913*/
@media screen and (max-width: 990px) {
        body.rwd #main_content_login .text, #main_content_login .text {
        display: unset;
        }
}
/**/

/*CAS-37619-P1R2X7*/
#main_content_seat_selection .category{
	color: #000 !important;
}
#content .content_product_info .location{
	display: none !important;
}
.main_content .content_title .title, #payment_form, #secondary_content_countdown .content, #item_filters, .filters, .main_content_list_products .toolbar, .filters_activation, .product_description_header, .product_right_img, #content .content_title .title, #content .collapsible_header, #content.message{
	background: #fff !important;
}
#secondary_content_countdown .content{
	border-bottom: 1px solid #d5d5d5;
}
.alternative_button.cancel a{
	font-weight: 500 !important;
}
@media screen and (max-width: 720px) {
	#page_checkout_orderSummary .title_container .main_title{
		font-size: 19px !important;
	}
}
@media screen and (max-width: 990px){
	#header_menu_container #account .item_cart, #header_menu_container #account .item_mobileAccount{
		margin-top: -25px !important;
	}
}
#page_account_login #main_content_login .social_separator .text{
	color: #fff !important;
}
#page_checkout_payment #payment_form{
	background: #fff !important;
}
/*CAS-37619-P1R2X7 - END*/

/* 00337852 */
#secondary_content_navigation .menu_experience_vouchers{
  display: none !important;
}
/* 00337852 END */