@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,600,700italic,700,900,900italic');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&amp;subset=latin-ext');

@import url('small_screen.css?v=20190118_01');
@import url('big_creen.css?v=20190118_01');

@font-face {
  font-family: 'AvantGardeGothic';
  src: url('fonts/Avant_garde_Gothic/ITC_Avant_Garde_Gothic_LT_Book_1.eot'); /* IE9 Compat Modes */
  src: url('fonts/Avant_garde_Gothic/ITC_Avant_Garde_Gothic_LT_Book_1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Avant_garde_Gothic/ITC_Avant_Garde_Gothic_LT_Book_1.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Avant_garde_Gothic/ITC_Avant_Garde_Gothic_LT_Book_1.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Avant_garde_Gothic/ITC_Avant_Garde_Gothic_LT_Book_1.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Avant_garde_Gothic/ITC_Avant_Garde_Gothic_LT_Book_1.svg#AvantGardeGothic') format('svg'); /* Legacy iOS */
}



/* Preloader */
body {
  overflow: hidden; /*will be set to visible after preloader*/
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("../images/loader.gif?v=20190103_01");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader ends */



html,body{
	/* background:#f2f2f2; */
	background:#fff;	
	height: 100%; 
	font-family: Roboto;
}

.page{
	height:100%;
}

/** GENERAL **/
.cc-window.cc-floating {/*override cookieconsent default*/
	background-color: rgb(0,0,0,0.5) !important;
}
button {
    background-color: #ec1c24;
    border-radius: 20px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    /* font-family: "Roboto",sans-serif; */
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    text-shadow: none;
    transition: all 0.2s ease-in-out 0s;
}
.red{
	color: #ec1c24;
}
.red-pdf-label {
    display: inline-block;
    background: #ec1c24;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0 5px 0 0;
    font-size: 11px;
}
.align-center {
    text-align: center;
}
.form-control-error {
    z-index: 1000 !important;
}
.display-none{
	display: none !important;
}
.telephone_link,
.fax_link{
	text-decoration:none;
	color:inherit;
}
.telephone_link:hover,
.telephone_link:active,
.fax_link:hover,
.fax_link:active{
	color:#ec1c24;
}
.input-group-addon {
    border-color: #e2e2e2 !important;
    background-color: #f9f9f9 !important;
}

.input-group.has-danger,
.input-group .has-danger{
	box-shadow: 0 0 0 1px #fb434a; /*color taken from form_control error msg popupcolor (which we dont show now)*/
}
.input-group .form_control_warning{
	font-size: 1.5rem;   
    color: red;
    position: absolute;
    top: calc(50% - 0.75rem);
	right: 1.25rem;
    z-index: 10;
	cursor:pointer;
}
.swal-button.swal-button--confirm{
	background-color: #fff;
    color: #000;
	border: 1px solid #e2e2e2;
}
.swal-button.swal-button--confirm:hover,
.swal-button.swal-button--confirm:active,
.swal-button.swal-button--confirm:focus{
	background-color: #f2f2f2;
    color: #000;
	border: 1px solid #f2f2f2;
}




/*FLAGS*/

.pass_list_container .more-info-content{
	/* padding:0 !important; */
	/* padding:20px 10px !important; */
}
.pass_list_container .more-info-content ul,
.option_dest_detail_modal ul.custom_dests_list {
	margin-left: 0 !important; 
	padding-left:0;
	/* column-width: 250px; */
	column-width: 275px;
	margin-top: 0.5rem;
}
.pass_list_container .more-info-content ul li,
.option_dest_detail_modal ul.custom_dests_list li{
	font-size: 1rem;
    /* line-height: 1.5em; !important */
    height: 2rem !important;
	line-height: 2rem !important;
	/* display:table; */
	display:inline-block;
	/* width:25%; */
	width:100%;
	text-align:left;
	float:left;
	white-space: nowrap;

}
.pass_list_container .more-info-content ul li .flag-icon,
.option_dest_detail_modal ul.custom_dests_list li .flag-icon{
	display: inline-block;
	/* display:table-cell;	 */
	vertical-align: middle;
	margin-right: 3px !important;
	    margin-left: 5px !important;
}
.pass-country-name{	
	/* line-height:1.2em; */
	display: inline-block;
	/* display:table-cell;	 */
	vertical-align: middle;
	/* width:50%; */
	/* width:63%; */
	/* padding-left: 5px; */
	padding-left: 0px;
}
.pass-country-minutes{	
	display: inline-block;
	float:right;
	/* display:table-cell;	 */
	vertical-align: middle;
	font-weight:700;
	/* padding-left: 5px; */
	padding-right: 5px;
	/* line-height: 1.2em; */
	
}

.order_products_container ul{
	list-style:none;
	/* padding:0; */
	padding: 0 2rem;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
.order_products_container ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.order_products_container ul li .flag-icon{
	display:none !important;
}

@media  (max-width: 1280px){	
	
	.pass_category_list .more-info-content{
		/* padding:20px 10% !important; */
	}
	.pass_list_container .more-info-content ul li,
	.option_dest_detail_modal ul.custom_dests_list li{
		/* width:50%; */
		/* width:100%; */
	}
	.pass-country-name{	
		/* width:50%; */		
		/* max-width:50%; 		 */
	}
}

@media only screen and (max-width: 767px){
	.pass_list_container .more-info-content{
		/* padding:0 !important; */
		/* padding:20px !important; */
		padding:10px !important;
	}
	.pass_list_container .more-info-content ul,
	.option_dest_detail_modal ul.custom_dests_list{
		padding:0px !important;
		column-width:auto !important;
	}
	.pass_list_container .more-info-content ul li,
	.option_dest_detail_modal ul.custom_dests_list li{
		width:100% !important;
		/* border: 1px solid #efefef; */
		border: 1px solid #000;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		
	}
	.pass_list_container .more-info-content ul li .flag-icon,
	.option_dest_detail_modal ul.custom_dests_list li .flag-icon{
		display:none;
	}
	.pass-country-name{		
		/* width:50%; */
	}
	.pass-country-minutes{		
		float:right;
	}
}
@media  (min-width: 768px){
	
	.pass_list_container .more-info-content ul,		  
	.option_dest_detail_modal ul.custom_dests_list{		  
	  -webkit-column-rule: 1px solid #000;
	  -moz-column-rule: 1px solid #000;
	  column-rule: 1px solid #000;
	  -moz-column-width: 275px;
		max-height: 400px; /*because of mozilla*/
	}
	
}
@media  (min-width: 1280px){
	
	.pass-country-name{			
		/* width:63%;		 */
	}
	
}

/*FLAGS END*/




/*CURLY BRACE*/
.curly-brace
{
	/* width: 300px; */
	width: 255px;
	position: absolute;
	left: 50%;
	/* margin-left: -150px; */
	margin-left: -88px;
	/* top: 150px; */
}
/* .faq_header_wrapper:hover .curly-brace, */
.curly-brace.down{
	width:97%;
	margin-left: -37%;
}
.curly-brace .brace
{
	border-bottom: 2px solid;
	margin: 0 5%;
	width: 30%;
	height: 20px;
	float: left;
}
.faq_header_wrapper:hover .curly-brace .brace{
	border-bottom: 3px solid;
}

.curly-brace .brace:before,
.curly-brace .brace:after
{
	content: "";
	width: 5%;
	height: 50px;
	position: absolute;
	display: block;
}

/*.faq_header_wrapper.active:hover .curly-brace .left:before,*/
.curly-brace .left:before
{  
	border-top:0px;
	border-bottom: 2px solid;  
	border-bottom-left-radius: 20px;
	margin-left: -10%;
	margin-top: -30px;
	display:none; /*we dont want curly like brace but straight line*/
}

/*.faq_header_wrapper.active:hover .curly-brace .left:after,*/
.curly-brace .left:after
{
	border-bottom:0px;
	border-top: 2px solid;
	border-top-right-radius: 15px;
	margin-left: 30%;
	/* margin-top: 20px;     */
	margin-top: 18px;
}
.faq_header_wrapper:hover .curly-brace .left:after{
	border-bottom:0px;
  border-top: 3px solid;
   margin-top: 17px;
}
/*.faq_header_wrapper.idle:hover .curly-brace .left:before,*/
.curly-brace.down .left:before {
	border-bottom:0px;
	border-top: 2px solid;
    border-top-left-radius: 20px;
    margin-left: -10%;
    margin-top: 18px;
}
/*.faq_header_wrapper.idle:hover .curly-brace .left:after,*/
.curly-brace.down .left:after {
	border-top:0px;
	border-bottom: 2px solid;
	border-bottom-right-radius: 15px;
	/* margin-top: -40px; */
	margin-top: -30px;
}

/*.faq_header_wrapper.active:hover .curly-brace .right:before,*/
.curly-brace .right:before
{
	border-bottom:0px;
	border-top: 2px solid;
	border-top-left-radius: 15px;
	margin-left: -5%;
	/* margin-top: 20px; */
	margin-top: 18px;
}
.faq_header_wrapper:hover .curly-brace .right:before{
	border-bottom:0px;
	border-top: 3px solid;
	margin-top: 17px;
}

/*.faq_header_wrapper.active:hover .curly-brace .right:after,*/
.curly-brace .right:after
{
	border-top:0px;
  border-bottom: 2px solid;
  border-bottom-right-radius: 15px;
  margin-left: 30%;
  margin-top: -30px;
  display:none; /*we dont want curly like brace but straight line*/
}

/*.faq_header_wrapper.idle:hover .right:before ,*/
.curly-brace.down .right:before {
	border-top:0px;
	border-bottom: 2px solid;
	border-bottom-left-radius: 15px;
	/* margin-top: -40px; */
	margin-top: -30px;
}
/*.faq_header_wrapper.idle:hover .right:after,*/
.curly-brace.down .right:after{
	border-bottom:0px;
	border-top:2px solid;
	border-top-right-radius: 15px;
	margin-top: 18px;
}
.faq_header_wrapper:hover .curly-brace.down .left:after,
.faq_header_wrapper:hover .curly-brace.down .right:before{
	border-bottom: 3px solid;
	border-top:0px;
	margin-top: -30px;
}

/*CURLY BRACE ENDS*/



/** GENERAL ENDS**/
/*HEADER*/
.main_header{
	overflow: hidden;
    background-color: #fff !important;
    border: none !important;
	position:fixed;
	top:0;
	z-index:10;
}
.from_native_app_OK .main_header{
	display:none !important;
}


/*HEADER ENDS*/

/*SIM ACTIVATION*/
.activate_sim_modal .modal-header{
	padding-bottom: 0;
    padding-top: 5px;
}
.activate_sim_modal  .input-group{
	padding:5px 0 ;
}
.activate_sim_modal  .input-group input{
	border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.activate_sim_modal  .modal_close{
	/* background-color: #333; */
	background-color: #f2f2f2;
    color: #000;
    border: 1px solid #e2e2e2;
    border-bottom: none;
	
    border-radius: 0px;
	width: 50px;
    height: 50px;
    padding: 0;
    margin-top: -5px;
    margin-right: -15px;
    border-top-right-radius: 4px;
}
.activate_sim_modal  .modal_close:hover,
.activate_sim_modal  .modal_close:active{
	/* background-color: #ec1c24; */
	background-color: #e2e2e2;
}
.activate_sim_modal .sim_activation_backend_error_text{
	color:#ec1c24;
	animation: blinker 0.5s linear infinite;
}
@keyframes blinker {  
	50% { opacity: 0.5; }
}
.activate_sim_modal .sim_activation_form button {
    /* background-color: transparent; */
    /* border: 1px solid #000; */
    /* color: #000; */
	background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    cursor: pointer;
    font-family: "Roboto",sans-serif;   
    font-weight: 600;
    padding: 10px 0;
    min-height: 35px;
    text-shadow: none;    
    /* text-transform: uppercase; */
    /* border-radius: 0; */
    width: 100%;
	margin:5px 0;
}
.activate_sim_modal .sim_activation_form button:hover,
.activate_sim_modal .sim_activation_form button:active {
	/* color: #fff; */
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
   
}
.activate_sim_modal .pass_buy_error_icon{
	/* background-image: url(../images/home/options_box/activate_sim_icon.svg); */
	background-image: url(../images/home/options_box/simactivation_icon_page.svg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 115px 115px;
    height: 70px;
    width: 100%;
}
/*SIM ACTIVATION ends*/



/* MORE INFO CONTENT*/
.more-info-content {
	background:#fff;
	width:100%;
	padding:20px;
	margin-bottom:20px;	
	min-height:50px;
	text-align:center;
	font-size:15px;
	/* -webkit-box-shadow:inset 0 3px 0 0 #f2f2f2; */
	/* box-shadow:inset 0 3px 0 0 #f2f2f2; */
	-webkit-box-shadow:inset 0 3px 0 0 #f9f9f9;
	box-shadow:inset 0 3px 0 0 #f9f9f9;
	display:none;
	position:relative;
	
}
.pass_along_forfait_modal  .main_product_content .more-info-content{
	display:inherit;
	padding:0;
}

.more-info-content .more-info-close {
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	line-height:45px;
	text-align:center;
	color:#000;
}
.more-info-content .more-info-close:hover {
	background:#000;
	color:#fff;
}

.more-info-content .inner-text {
	text-align:justify;
	font-weight:300;
	line-height:18px;
	font-size:14px;
	margin-bottom: 5px;
}
.more-info-content .inner-text:before{
	display: inline-block;
    content: '';
    /* -webkit-border-radius: 0.375rem; */
    /* border-radius: 0.25rem; */
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    background-color: #ec1c24;
}

.more-info-content .separator {
	background:#ec1c24;
	font-weight:500;
	display:block;
	width:30px;
	margin:10px auto;
	color:#fff;
	line-height:19px;
	position:relative;
}
.more-info-content .separator .sep-left {
	width:55px;
	height:1px;
	background:#ec1c24;
	position:absolute;
	top:9px;
	left:-60px;
}
.more-info-content .separator .sep-right {
	width:55px;
	height:1px;
	background:#ec1c24;
	position:absolute;
	top:9px;
	left:35px;
}

/*MORE INFO CONTENT*/






/*CONTENT*/
.content{   
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/ 
    /* margin: 0 auto -100px;*/ /*Allow for footer height*/ /*dont need because we have used footer absolute postion bottom:0*/
    vertical-align:bottom;
	/* margin-top:60px; */ /*margin commented, it adds unnecessary scrollbar even when screen is enough height*/
}

.content .content_wrapper .content_wrapper_first_child{
	padding-top:60px;
}

.slide_panel_OK .content.order_products_container .content_wrapper .content_wrapper_first_child{
	padding-top:100px;
}
.from_native_app_OK .content_wrapper_first_child{
	padding-top: 10px !important;
}


/*INDEX PAGE*/

/**  centering of index_forfaits_list_container_inner
	https://css-tricks.com/centering-in-the-unknown/
	
**/

/* This parent can be any width and height */
.index_forfaits_list_container {
	text-align: center;
	/* May want to do this if there is risk the container may be narrower than the element inside */
	white-space: nowrap;
	/* min-height:580px;*/ /*520px + 60px header */ 
	
}
 
/* The ghost, nudged to maintain perfect centering */
.index_forfaits_list_container:before {
	  content: '';
	  display: inline-block;
	  height: calc(100% + 60px); /*60px of header*/
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */ 
.index_forfaits_list_container_inner { 
	 
	  display: inline-block;
	  vertical-align: middle;
	  /* width: 300px; */
	  width: 100%;
	  height:auto;
}


/**  centering of index_forfaits_list_container_inner ends **/


/*INDEX PAGE ENDS*/



/*FORFAIT PAGE */
.forfaits_title_jumbotron,
.prepaye_title_jumbotron{
	margin-bottom:0;
	/* background:#f2f2f2; */
	background:#ffffff;
	border-radius:0px;
	text-align:center;
	
}
.forfaits_title_jumbotron{
	padding: 2rem 2rem;
}
.forfaits_subtitle_jumbotron{
	font-weight:300;
	    margin-top: 1.5rem;
}
.prepaye_title_jumbotron{
	/* padding: 1rem 2rem; */
	/* padding: 4rem 2rem 1rem 2rem; */
	padding:1rem;
}
.pass_list_container .prepaye_title_jumbotron{
	padding-top: 4rem;
}
.forfaits_title_jumbotron h1,
.prepaye_title_jumbotron h1{
	    font-family: Roboto;
   
}
.forfaits_title_jumbotron_logo{
	width:13rem;
}

.forfait_title_img_wrapper{
	text-align:center;
}

.forfait_row,
.prepaye_top_blocks_row{
	margin-right:0; /*to copensate margins of bootstrap row*/
	margin-left:0; /*to copensate margins of bootstrap row*/
}

.forfait_row .forfait_col{
}
.forfait-col-left {   
    /* padding: 50px 0px 50px 50px; */
	/* padding-left: 40px; */
}




.forfait_row .forfait_col .forfait-prix-holder {
    margin: 0 auto;
    /* height: 110px; */
    /* padding: 75px 0 10px 0; */
    /* padding: 50px 0 10px 0; */
    /* padding: 10px 0 10px 0; */
    text-align: center;
}
.forfait-prix-holder .amount {
   /* height: 55px;
    display: inline-block;
    margin: 0 auto;
    font-size: 60px;
    line-height: 50px;
    padding-right: 70px;
    position: relative;
    font-weight: 600;
    letter-spacing: -7px;
	letter-spacing: -7px;*/
	height: 94px;
    display: inline-block;
    margin: 0 auto;
    font-size: 90px;
    /* line-height: 65px; */
    line-height: 70px;
    padding-right: 70px;
    position: relative;
    /* font-weight: 600;    */
    letter-spacing: -8px;
    /* letter-spacing: -6px; */
    /* font-family: sans-serif; */
	font-family: AvantGardeGothic;
}
.forfait-prix-holder .amount.single_dig {
	padding-right:55px;
	margin-left: -55px;
}
.forfait-prix-holder .cents {
    /* font-size: 30px; */
    /* line-height: 30px; */
    /* height: 30px; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* font-weight: 600; */
    /* letter-spacing: 0; */
	font-size: 45px;
    /* line-height: 30px; */
    line-height: 35px;
    height: 30px;
    position: absolute;
    /* right: -10px;  */
	right: -20px;
    top: 0;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    letter-spacing: 2px;
}
.forfait-prix-holder .mois {
    /* bottom: 2px; */
    /* font-size: 18px; */
    /* font-weight: 300; */
    /* height: 22px; */
    /* letter-spacing: 0; */
    /* line-height: 22px; */
    /* position: absolute; */
    /* right: 2px; */
    /* text-transform: uppercase; */
    top: 39px;
    font-size: 30px;
    /* font-weight: 400; */
    /* height: 22px; */
    height: 30px;
    letter-spacing: -1px;
    /* line-height: 28px; */
    /* line-height: 27px; */
    line-height: 34px;
    position: absolute;
    /* right: -10px; */
    right: -20px;
    text-transform: uppercase;
    font-family: Roboto;
	
	
}

.forfait_more_info_button{
	position: absolute;
	/* right: 0; */
	right: 10px;
	top: 0;
	border-radius: 0.25rem;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 2rem !important;
	transition: none !important;
}
.forfait_more_info_button.fa-close{
    padding: 5px 10px;
}
.forfait_more_info_button:hover,
.forfait_more_info_button:active{
	outline:none;
}

.forfait_col_content_col .forfait-row {
    /* text-align: center; */
    /* font-size: 15px; */
    font-size: 1rem;
    line-height: 18px;
    /* font-weight: 300; */
    /* padding: 0 10px 14px 0; */
}
.forfait_col_content_col .forfait-row b{
	 /* font-weight: 600; */
}
.forfait_col_content_col .forfait-row p{
	margin: 0.25rem 0;
}
.forfait-row.hund_dests{
	cursor:pointer;
}

.forfait_row .forfait_col .forfait_subscribe_button_holder{
	text-align:center;
}

.forfait-footer button {
    background-color: transparent;
    /* border: 1px solid #000; */
    /* color: #000; */
    color: #ec1c24;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    /* font-size: 15px; */
    /* font-weight: 600; */
	font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    padding: 10px 0;
    min-height: 35px;
    text-shadow: none;
    transition: all 0.2s ease-in-out 0s;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    border-radius: 0;
    /* width: 150px; */
    width: 100%;
}
.forfait-footer button:hover,
.forfait-footer button:active {
   /* background-color: #ec1c24;   
    color: #fff;
    transition: all 0.2s ease-in-out 0s;*/
	outline:none;
}
.hund-dest-link{
	cursor:pointer;
}
.forfait-footer .forfait-detail-link {   
    /* padding: 10px 0; */
    font-size: 16px;
    font-weight: 300;
	display:none;
}
.forfait-footer .forfait-detail-link a {
    color: #000;
    text-decoration: underline;
    /* float: left; */
}
.forfait-footer .forfait-detail-link a:hover,
.forfait-footer .forfait-detail-link a:active {
    color: #ec1c24;
    text-decoration: underline;
}

.forfait_title_image{
	height: 2rem;
    /* width: 90%; */
    width: 100%;
	margin-bottom:1rem;
	margin-right: -26px;
}
 /*FORFAIT MORE INFOR CONTENT*/
.forfait-more-info-content{
	/*background:transparent;*/
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0 50px 20px 50px;
	width:auto;
}

.forfait-more-info-content .more-info-close,
.pass_along_forfait_modal .modal_close{
	/* width:50px; */
	height:50px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	line-height:45px;
	text-align:center;
	background: #000;
	color: #fff;
	font-size:30px;
}
.pass_along_forfait_modal .modal_close{
	border-radius:0px;
	z-index:1;
}
.forfait-more-info-content .more-info-close:hover,
.pass_along_forfait_modal .modal_close:hover{
	background:#ec1c24;
	color:#fff;
}


/* .forfait-more-info-content .more-info-dests{ */
.more-info-dests{
	margin:0;
}
.hundred_destinations_wrapper{
	padding:15px;
	padding-bottom:0px;
	margin-bottom:15px;
	max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;;
}
.subscribe_modal .hundred_destinations_wrapper{
	padding-left:0;
	padding-right:0;
	
}
.hundred_destinations_wrapper.expand{
	max-height: 1000px;
	 -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;;
	
}
/* .forfait-more-info-content .more-info-dests .content-text{ */
.more-info-dests .content-text{
	margin:10px 0px;
	font-weight:300;
	text-align:justify;
}
.more-info-dests-subtitle{
	/* margin:10px 0px; */
	font-weight:300;
	text-align:justify;
	font-size: 14px;
}
/* .forfait-more-info-content .more-info-dests .content-text b{ */
.more-info-dests .content-text b{
	font-weight:600;
}
/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume { */
.more-info-dests .content-text .forfait-resume {
}
/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume small{ */
.more-info-dests .content-text .forfait-resume small{
	font-size:11px;
	color:#888;
}

/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume  ul{ */
.more-info-dests .content-text .forfait-resume  ul{
	display:table;
	width:100%;
	clear:left;
	/*padding:15px 10px;
	background:#f5f5f5;*/
	margin:0 20px 10px 20px;
	padding-right: 75px;
}
/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume  ul li{ */
.more-info-dests .content-text .forfait-resume  ul li{
	width:100%;
	text-align:left;
	list-style: none;
	display: list-item;
	font-weight:300;
	color:#000;
	/* padding:0 0 20px 0; */
	padding:0 0 10px 0;
	font-size: 15px;
	/* line-height:20px; */
	line-height:15px;
}	
/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume  ul li b{ */
.more-info-dests .content-text .forfait-resume  ul li b{
	font-weight:500;
	color:#ec1c24;
}
/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume  ul li i{ */
.more-info-dests .content-text .forfait-resume  ul li i{
	font-size:13px;
	line-height:20px;
	color:#ec1c24;
}


/* .forfait-more-info-content .more-info-dests H4{ */
.more-info-dests H4{
	font-weight:500;
	text-align:left;
	padding:10px 0 0 0;
	margin:0 10px;
	color:#ec1c24;
	font-size:18px;
}
/* .forfait-more-info-content .more-info-dests H3{ */
.more-info-dests H3{
	font-weight:500;
	text-align:left;
	/* padding:0 0 25px 0; */
	padding:0 0 5px 0;
	/* margin:0 10px; */
	color:#000;
	font-size:15px;
	clear:both;
}
/* .forfait-more-info-content .more-info-dests .hundred_dests H3{ */
.more-info-dests .hundred_dests H3{
	padding:25px 0 5px 0;
}
/* .forfait-more-info-content .more-info-dests H2, */
.more-info-dests H2,
/* .forfait-more-info-content .more-info-dests .dests_title{ */
.dests_title{
	font-weight:500;
	font-size:20px;
	padding:35px 0 5px 0;
	/*margin:0 10px;*/
	border-bottom:1px solid #ccc;
	text-align:left;
}
/* .forfait-more-info-content .more-info-dests .dests_title{ */
.dests_title{
	 padding: 0px 0 5px 0!important;
	 font-weight:300;
}


/* .forfait-more-info-content .more-info-dests H2 span{ */
.more-info-dests H2 span{
	background:#ec1c24;
	color:#FFF;
	font-size:14px;
	font-weight:600;
	padding:1px 10px;
	margin-right:10px;
}
/* .forfait-more-info-content .more-info-dests ul{ */
.more-info-dests ul{
	/*display:table;*/
	width:100%;
	clear:left;
	/*margin:0 10px;*/
	/* -webkit-column-width: 116px; */
    /* -moz-column-width: 116px; */
    /* -o-column-width: 116px; */
    /* -ms-column-width: 116px; */
    /* column-width: 116px; */
	-webkit-column-width: 150px;
    -moz-column-width: 150px;
    -o-column-width: 150px;
    -ms-column-width: 150px;
    column-width: 150px;
	padding:0;
}
/* .forfait-more-info-content .more-info-dests ul li{ */
.more-info-dests ul li{
	display:inline-block;
	/*width:20%;*/
	margin:0 0 0 0;
	/*float:left;*/
	text-align:left;
	list-style: none;
	display: list-item;
	font-size:13px;
	line-height:17px;
	font-weight:300;
	color:#000;
}	


/* .forfait-more-info-content .more-info-dests button, */
.more-info-dests button,
.pass_along_forfait_modal .submit-pass-along-forfait-button{
    background-color: transparent;
    border:1px solid #000;
    color: #000;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
	width:200px;
	min-height:35px;
    text-shadow: none;
    transition: all 0.2s ease-in-out 0s;
	text-transform:uppercase;
	border-radius:0;
}
.pass_along_forfait_modal .submit-pass-along-forfait-button{
	 font-weight: 600;
}

/* .forfait-more-info-content .more-info-dests button:hover, */
.more-info-dests button:hover,
.pass_along_forfait_modal .submit-pass-along-forfait-button:hover{
    background-color: #ec1c24;
    border:1px solid #ec1c24;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.more-info-dests-partition-one{
	/* width:30%; */
	width:60%;
	float:left;
}
.more-info-dests-partition-two{
	/* width:60%; */
	width:30%;
	float:left;
	/* margin-top:10px; */
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #e1e1e1;
	padding-bottom: 50px;
}
.pass_along_forfait_modal .more-info-dests-partition-two{
	padding-bottom: 0px;
}
/* .forfait-more-info-content .more-info-dests .forfait-resume .content-text{ */
.more-info-dests .forfait-resume .content-text{
	margin: 25px 25px 0px 0px;
}
/* .forfait-more-info-content .more-info-dests H2, */
.more-info-dests H2,
/* .forfait-more-info-content .more-info-dests .dests_title{ */
.dests_title{
     font-weight: 500;
     font-size: 20px;
     /* padding: 35px 0 15px 0!important; */
     padding: 15px 0 10px 0!important;
     /*margin: 0 10px;*/
     border-bottom: 1px solid #ccc;
     text-align: left;
}
/* .forfait-more-info-content .more-info-dests.hundred_dests .dests_title{ */
.dests_title{
	border-bottom:0px solid #ccc;
}
/* .forfait-more-info-content .more-info-dests .dests_title{ */
.dests_title{
	 padding: 0px 0 5px 15px !important;
	 font-weight:300;
	 border-top : 1px solid #ccc;
	 cursor: pointer;
	 margin-bottom:20px;
	 background: #efefef;
}
.dests_title .hundred_destinations_expander_icon{
	float: right;
    padding-top: 8px;
    padding-right: 25px;
}
.dests_title[aria-expanded="false"] .hundred_destinations_expander_icon.fa-minus{
	display:none;
}
.dests_title[aria-expanded="false"] .hundred_destinations_expander_icon.fa-plus{
	display:inline-block;
}
.dests_title[aria-expanded="true"] .hundred_destinations_expander_icon.fa-minus{
	display:inline-block;
}
.dests_title[aria-expanded="true"] .hundred_destinations_expander_icon.fa-plus{
	display:none;
}
/* .forfait-more-info-content .more-info-dests H2, */
.more-info-dests H2,
/* .forfait-more-info-content .more-info-dests .dests_title{ */
.dests_title{
	border-bottom:1px solid #ccc;
	
}
/* .pass_along_forfait_modal .forfait-more-info-content .more-info-dests H2{ */
.pass_along_forfait_modal .more-info-dests H2{
	margin-top:-45px;
	
}
.alphabet-index{
	position: relative;
	display: inline-block;
	width: 1em;
	line-height: 0.8em;
	margin-right: 5px;
	font-weight: 700;
	color: #ec1c24;
}
.forfait-buy-form-2{
	position: absolute;
    right: 50;
    bottom: 50;
	height:45px;
	width:200px;
}
.sim_delivery_img_container{
	text-align:center;
}
.sim_delivery_img{
	height:95px;
}

@media (max-width: 767px){ /*written here because otherwise global will overwrite it*/
	.pass_along_forfait_modal{
		left:0 !important;
	}
	.forfait-more-info-content{
		padding:0;
	}
	#forfaits_container .more-info-dests-subtitle{
		display:none;
	}
	.more-info-dests-partition-one{
		width:100%;		
		margin-left: -10px !important;
	}
	.more-info-dests-partition-two{
		width:100%;
		margin-left:0;
		padding-left:0;
		border-left:0px;
		
	}
	/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume  ul li{ */
	.more-info-dests .content-text .forfait-resume  ul li{
		line-height:20px;
	}
	.forfait-buy-form-2 {
		bottom:10px;
		
	}
	/* .forfait-more-info-content .more-info-dests ul{ */
	.more-info-dests ul{
		
		/* -webkit-column-width: 200px; */
		/* -moz-column-width: 200px; */
		/* -o-column-width: 200px; */
		/* -ms-column-width: 200px;		 */
		column-width:110px;
		webkit-column-width: 110px; 
		-moz-column-width: 110px; 
		-o-column-width: 110px; 
		 -ms-column-width: 110px;		 
	}
	/* .forfait-more-info-content .more-info-dests ul li{ */
	.more-info-dests ul li{
		color: #000;
		display: list-item;
		float: left;
		font-size: 13px;
		font-weight: 300;
		line-height: 17px;
		list-style: outside none none;
		margin: 0;
		text-align: left;
		width: 1000%;
	}
	.forfait-more-info-content .section-inner .more-info-content{
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 3px 0 0 #f2f2f2 inset;
		display: none;
		font-size: 15px;
		margin-bottom: 20px;
		min-height: 50px;
		padding: 20px;
		/*position:static;*/
		text-align: center;
		width: 100%;
	}
	
	/* .forfait-more-info-content .more-info-dests H2, */
	.more-info-dests H2,
	.dests_title{
		/* text-align:center; */
		text-align:left;
	}
	.forfait-more-info-content .more-info-content .more-info-close{
		top: 3px;
		/* right: 50px; */
		z-index: 3;
		background: #000;
		color: #fff;
	}
	
	/* .forfait-more-info-content .more-info-dests.hundred_dests .dests_title{	 */
	.dests_title{
		/* font-size:16px !important; */
		font-size: 0.7rem !important;
		padding: 5px 0 5px 0px !important;
	}
	.dests_title b{
		font-weight:600 !important;
	}
	.dests_title .hundred_destinations_expander_icon{
		padding-top: 5px;
		padding-right: 15px;
	}
	
	/* .forfait-more-info-content .more-info-dests .content-text .forfait-resume  ul{ */
	.more-info-dests .content-text .forfait-resume  ul{
		padding-right:0;
	}
	/* .forfait-more-info-content .more-info-dests .forfait-resume .content-text{ */
	.more-info-dests .forfait-resume .content-text{
		padding-right:0;
	}
	.forfait-more-info-content .forfait-buy-form-2{
		bottom:100px;
		right:25%;
	}
	
	.more-info-dests-partition-two{
		padding-bottom:75px;
		
	}
	.hundred_destinations_wrapper{
		padding: 15px 5px !important;
	}
	
	
}



 /*FORFAIT MORE INFOR CONTENT ENDS*/


/* PASSES IN FORFAIT PAGE (and PREPAYE PAGE )*/

.pass_over_forfait_list_container,
.pass_list_container{
	
}
.syma-pass-title-logo{
	width:10rem;
}
.syma-forfait-onetime-banner{
	display: block;
	text-align: center;
	margin: 2rem auto;
	width: 100%;
}

.pass_category_heading {
    /* height: 210px; */
	height:auto;
	padding:50px 0;
	/* margin-right:0; */
	margin:0;
	cursor:pointer;
}
/*slide down pass category list*/
.pass_category_heading,
.pass_category_heading{		
	transition: all .2s ease-in-out;
}
.pass_category_heading:hover,
.pass_category_heading:active,
.pass_category_heading.active{
	
	/* box-shadow: 0px 0px 25px 5px #d2d2d2; */		
	/* transform: scale(1.025); */
	
	/* box-shadow: 0px 0px 1px 1px #f8f8f8; */
	transition: all .2s ease-in-out;
	/* background:#f8f8f8; */
	/* background:#fafafa; */
}

.pass_category_list{
	/* display:none; */
	/* transition: all 2000ms cubic-bezier(0.17, 0.04, 0.03, 0.94); */
	min-height: 0 !important;
	max-height: 0;            
	overflow-y: hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}
.pass_category_list.expand{
	/* display:block; */
	/* transition: all 2000ms cubic-bezier(0.17, 0.04, 0.03, 0.94); */
	max-height: inherit ; 
	/* background:#fafafa; */
}
/*slide down pass category list ends*/


/*.syma-pass-banner-text-title {
    background: #000;
    display: inline-block;
  
}

.pass_category_title .syma-pass-banner-text-title,
.pass_category_title .syma-pass-banner-text-type {
    color: #fff;
    text-transform: uppercase;   
    padding: 0 8px;
    font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Roboto', sans-serif !important;
}
.syma-pass-banner-text-type {
    background: #ec1c24;
  
    display: inline-block;
   
}
.pass_category_title .syma-pass-banner-text-type {
  
    font-size: 2rem;
}
.pass_category_title .center-triangle-down {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ec1c24;
    margin-left: 0px;
	width:0;
	height:0;
}*/
/*.syma-pass-banner-logo{
	
	width: 8rem;
    
}
.syma-pass-banner-logo.internet{
	
	width: 5rem;
}
.syma-pass-banner-logo.national{
	
	width: 5rem;
}*/
.syma-pass-banner-text-title-new{
	font-size:1.5rem;
	font-weight:500;
}
.syma-pass-category_subtitle {
    text-transform: uppercase;
    width: 200px;
    margin-top: -8px;
    margin-left: 17px;
    font-size: 14px;
	text-align: right;
}
.pass_category_subtitle {
    /* width: 62%; */
    float: right;
    height: auto;
    /* padding: 30px 0 0 50px; */
    text-align: right;
    /* font-size: 17px; */
    font-size: 1.1rem;
    font-weight: 300;
    position: relative;
	padding-top:9px;
	    
   
}
.pass_category_subtitle_country {
    text-decoration: underline;
}
@media (max-width: 400px){
	.pass_category_title .syma-pass-banner-text-title,
	.pass_category_title .syma-pass-banner-text-type {
		 font-size: 1.50rem;
	}
}



/*********** LIST ITEMS***************/
.pass_over_forfait_list,
.pass_list{
	/* margin-top:15px; */
	margin-top:1px; /*pnly to show box-shadow/border-bottom of previous list*/
	background:#ffffff;
	/* box-shadow: 0px 1px 0px 0px #d2d2d2; */
	box-shadow: 0px 1px 0px 0px #f8f8f8;
}
.pass_over_forfait_list,
.pass_list:hover{
	    box-shadow: none;
}
.pass_lh_item {   
    text-align: center;
    font-size: 32px;
    /* font-weight: 500; */
    padding: 18px 0px;
}
.pass_lh_item_title {	
	/* font-size: 14px; */
    /* text-transform: uppercase; */
    font-family: Roboto !important;
    /* padding-top: 8px; */
    /* font-weight: 600; */
    display: inline-block;
}
.pass_lh,
.pass_li {
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pass_li:hover,
.pass_li:active{
	/* background:#fbfbfb; */
	background:#fefefe;
}
.pass_li_active {
   /* background: #f2f2f2 !important;
    border-bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
.pass_li .pass_price .pass_price_currency {
    /* font-size: 20px; */
    font-size: 17px;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    /* font-family: 'Roboto', sans-serif !important; */
	font-family: AvantGardeGothic;
	margin-left: 1px;
}
.pass_li .pass_price {  
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    /* font-family: 'Poppins', sans-serif !important;    */
	font-family: AvantGardeGothic;
    height: 60%;
    vertical-align: middle;
    /* border-right: 1px solid #ccc; */
    border-right: 1px solid #f4f4f4;
	
}
.pass_li .pass_content .pass_content_item {
    display: inline-block;  
    font-weight: 300;  
    position: relative;
}
.pass-bonus {
    color: #fff;
    background: #ec1c24;
    display: block;
    width: 70px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    border-radius: 15px;
    padding: 2px 7px 3px 7px;
    font-weight: 600;
    position: absolute;
    top: -45px;
    border: 5px solid #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.pass-exclu {
    width: 100px;
}
.pass-bonus {
    top: -14px;
    border: 5px solid #fff;
}
.pass_li .pass_buttons {   
    float: right;
    text-align: right;
    height: 70px;
    vertical-align: middle;
    padding-top: 15px;
}
.pass_li .pass_buttons form {   
    max-width: 150px;
    display: inline-block;
}
.pass_li button.buy-pass {
    background: #fff;
    /* border-radius: 0; */
    /* border: 1px solid #000;  */
	/* background: #b1b1b1; */
    border-radius: 0.25rem;
    /* border: 1px solid #b1b1b1;    */
    border: 1px solid #e2e2e2;   
    max-width: 150px;   
    color: #000;
    /* color: #fff; */
    display: inline-block;
    /* text-transform: uppercase; */
    /* font-weight: 800; */
}
.pass_li button.buy-pass:hover,
.pass_li button.buy-pass:active {
    /* background: #ec1c24; */
    /* background: #ec1c24; */
    /* color: #fff; */
    /* border: 1px solid #ec1c24; */
	
    background: #f9f9f9;
    color: #000;
    border: 1px solid #f2f2f2;
}
.pass_li button.read-more:hover,
.pass_li button.read-more:active,
.pass_li button.read-more:focus {
    /* background: #ec1c24; */
    background: #f2f2f2;
	border: 1px solid #f2f2f2;
    /* color: #fff; */
    /* color: #ec1c24; */
	outline:none !important;
}
.pass_li button.read-more {
    display: inline-block;   
    /* border-radius: 0; */
    border-radius: 0.25rem;
    /* background: #f2f2f2; */
    background: #fff;
    color: #000;
    border: 1px solid #e2e2e2;
	transition: unset;
}
.pass_li button.read-more.read-more-active {
    /* background: #000; */
    /* color: #fff; */
	font-family: 'icomoon' !important;
    font-size: 1.25rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding: 5px 10px;
}
.pass_li button.read-more.read-more-active:before{
	content: "\e920" !important; /*close icomoon*/
}
.pass_category_list .more-info-content {
    /* background: #f2f2f2; */
    background: #f9f9f9;
    margin: 0;
    width: 100%;
    /* padding: 20px 10%; */
    padding: 20px 9%; /*10% makes the colon(:) of international pass text go in second line (in normal large desktops)*/
    min-height: 0;
}

@media  (max-width: 767px) {
.pass_category_subtitle {
    /*width: 100% !important;
    float: none !important;
    text-align: center !important;
    padding: 0 15px !important;
    margin-bottom: 40px !important;*/
	
	display: none !important;
}
}
/*********** LIST ITEMS ENDS***************/


/*Pass Along forfait modal*/ 
.pass_category_heading{
	padding:25px 0;
	position:relative
}
.pass_category_heading .close-icon{
	position: absolute;
    right: 0;
    /* top: 0; */
	/*top: calc(50% - 14px);*/ /*height of icon 28px*/
	top: calc(50% - 1rem); /*height of icon little more than 2rem*/
    /* padding: 2px 10px; */
	/* padding: 0.25rem 0.75rem;    */
	padding: 0.75rem 1rem;   
    /* background: #000; */
    /* color: #fff; */
	background: #fff;
    color: #000;
    /* box-shadow: 0px 0px 1px 0px #888; */
    border: 1px solid #e2e2e2;
	border-radius: 0.25rem;   
    /* font-size: 1.5rem; */
    font-size: inherit;
	
	/* display:none; */
	/* transition: all 1s ease-in-out; */
	/* -webkit-transition: all 1s ease-in-out; */
	/* -moz-transition: all 1s ease-in-out; */
	/* -o-transition: all 1s ease-in-out; */
	/* transition: all 1s ease-in-out;	 */
	
}
.pass_category_heading .close-icon:hover{
	background:#f2f2f2;
	border: 1px solid #f2f2f2;
}
.pass_category_heading .close-icon:before{
	  content: "\f129" !important; /*info*/
}
.pass_category_heading.active .close-icon{
	/* display:block;	 */
	/* padding: 2px 5px; */
	/* padding: 0.25rem 0.5rem; */
	/* padding: 0.25rem 0.25rem; */
	padding: 0.5rem 0.5rem;
	/* transition: all 1s ease-in-out; */
	/* -webkit-transition: all 1s ease-in-out; */
	/* -moz-transition: all 1s ease-in-out; */
	/* -o-transition: all 1s ease-in-out; */
	/* transition: all 1s ease-in-out; */
	
	font-family: 'icomoon' !important;
	font-size: 1.25rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pass_category_heading.active .close-icon:before{	  
		/*content: "\f00d" !important;*/ /*close*/
		
		content: "\e920" !important; /*close icomoon*/
}


.pass_along_forfait_modal .pass_category_title .syma-pass-banner-text-type {    
    font-size: 1.25rem;
}
.pass_along_forfait_modal  .pass_category_title .syma-pass-banner-text-title,
.pass_along_forfait_modal .pass_category_title .syma-pass-banner-text-type {
	font-size: 1rem;
}
.pass_along_forfait_modal .syma-pass-category_subtitle{
	width:auto !important;
}
/*copied from small screen*/
.pass_along_forfait_modal .pass_lh{
	display:none;
}

.pass_along_forfait_modal .pass_li {
	height: 75px !important;
	margin: 0px !important;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc !important;
}
.pass_along_forfait_modal .pass_li .pass_price {
	
	margin: 15px 0px;
	padding: 3px 0;
	text-align: left;
	width:20% !important;
	font-size: 20px;
}
.pass_along_forfait_modal .pass_li .pass_price .pass_price_currency{
		font-size: 16px;
		margin-top:0px;
	}
.pass_along_forfait_modal .pass_li .pass_price,
.pass_along_forfait_modal .pass_li .pass_content,
.pass_along_forfait_modal .pass_li .pass_buttons {
	position: absolute !important;
	display: inline-block;
}
.pass_along_forfait_modal .pass_li .pass_content {
	width: 45% !important;
	left: 25% !important;		
	padding:5px 0 !important;
}

.pass_along_forfait_modal .pass_li .pass_content .pass_content_item {
	width: 100% !important;
	height: 15px !important;
	padding: 0 !important;
	text-align: left !important;
	margin-left: 5px !important;
	font-size: 14px!important;
}
.pass_along_forfait_modal .pass_content_item_icon {
	display: inline-block !important;
	margin-right: 10px;
}

.pass_along_forfait_modal .pass_li .pass_buttons {
	width: 35% !important;
	left: 65% !important;
}
.pass_along_forfait_modal .pass_li .pass_buttons form {
	width: 45px !important;
	max-width: 150px;
	display: inline-block;
}
.pass_along_forfait_modal .pass_li button.buy-pass {
	width: 45px !important;
	height: 45px !important;
	padding: 0 !important;
}
.pass_along_forfait_modal .buy-pass-text {
	display: none;
}
.pass_along_forfait_modal .buy-pass-icon {
	display: inline-block !important;
	font-size: 1.25rem !important;
}
.pass_along_forfait_modal .pass_li button.read-more {
	width: 45px !important;
	height: 45px !important;
}
.pass_along_forfait_modal .pass_li button.read-more {
	font-size: 1.25rem !important;
}
.pass_along_forfait_modal .pass_category_list .more-info-content {
	margin: 0 !important;
	width: 100% !important;
}
/*copied from small screen ends*/

.pass_along_forfait_modal .pass_li .pass_buttons .form-check{
	width:25px;
	float:left;
}
.pass_along_forfait_modal .pass_li .pass_buttons .form-check input[type='checkbox']{
	width: 35px;
    height: 45px;
    margin-top: -18px;
}
.options_main_product_header{
	/* min-height:450px; */
	padding-left:0px;
}
.main_product_content{
	/* min-height:450px; */
}
.main_product_content .more-info-content {
	margin-bottom:0px;
}
.options_main_product_header,
.options_submit_buttons_holder_2{
	border:none !important;
	
}
.options_submit_buttons_holder_2{
	width:200px;
	margin:0 auto;
}

    

@media (min-width: 768px){
	.options_submit_buttons_holder{
		display:none;
	}
	.pass_along_forfait_modal .pass_category_list{
			margin-left:-15px;
	}
	.pass_along_forfait_modal .pass_li .pass_content {
		
		left: 22% !important;		
		
	}
	
	
	

	/*.pass_along_forfait_modal .pass_li button.read-more{
		float:left;
	}*/
	
	.options_submit_buttons_holder_2{
		float:right;
	}
}

/*Pass Along forfait modal ends*/


/* PASSES IN FORFAIT PAGE (and PREPAYE PAGE) ENDS*/

/*********** AVANTAGES FORFAITS************/


.forfait_page_options_container,
.prepaye_page_avantages_container{
	/* min-height:280px; */
	margin-left:0;
	margin-right:0;
	/* background:#f2f2f2; */
	background:#ffffff;
	/* margin-top: 50px; */
	margin-top: 25px;
	margin-bottom: 25px;
}
.forfait_page_avantage,
.prepaye_page_avantage{
	/* height:280px; */
	/* min-height:300px; */
}


.forfait_page_avantage .avantages-holder,
.prepaye_page_avantage .avantages-holder {
    margin: 30px auto 0 auto;
    display: block;
	
   
}


.avantages-header,
.avantages-sub-header {
    text-align: center;
}
.avantages-header {
    margin-bottom: 5px !important;
    max-height: 24px;
    line-height: 24px;
	font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    line-height: 1.625rem;   
    color: #000;
    display: block;
    margin: 50px 0 0 30px;	
    text-align: center;
    font-weight: 400;
}

.avantages-sub-header {
    color: #000;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 30px;
}
/*.av-country-darker {
    font-weight: 800;
}
.avantage-roaming-container {
    text-align: center;
}
#avantages-country-previous,
#avantages-country-next {
    font-size: 50px;
    
    color: #d9d9d9;
    margin-top: 30px;
    cursor: pointer;
}
#avantages-country-previous:active,
#avantages-country-next:active,
#avantages-country-previous:hover,
#avantages-country-next:hover {
    color: #ec1c24;
}
.avantages-sliding,
.avantages-non-sliding,
.slick-slide {
    max-height: 130px;
    vertical-align: middle;
}
.avantages-sliding {   
    width: 180px;
    display: inline-block;
}
.avantages-non-sliding {
   
    display: inline-block;
    margin: 0px 0 0 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
.avantage-country img {
    width: 180px;
    height: 130px;
    display: block;
    margin: 0 auto;
}*/ /*commented after removing the sliding block*/

.forfait_page_avantage{ /*applied after removing the sliding block*/
	width:100%
}
.faq_header_wrapper{
	overflow: hidden;
	cursor:pointer;
	height: 50px;
    
}
.faq_header_wrapper .avantages-header {
	margin-top: 15px;
    line-height: 1rem;
	/* border-image:url(../images/faq_underline.svg) 25 25 round; */
	/* border-image-source: url(../images/faq_underline.svg) */
}
@media (max-width: 991px){ /*written here because it's for both medium and small screens*/
	.forfait_page_avantage .avantages-holder,
	.prepaye_page_avantage .avantages-holder {
		/* height: 217px; */
		
	}
	.avantages-header {
		font-family: 'Roboto', sans-serif;
		font-size: 1.0625rem;
		line-height: 1.375rem;
		font-weight: 600;
		/* text-align: left; */
		color: #000;
		display: block;
		/* margin: 30px 0 0 30px !important; */
	}
	.avantages-sub-header {
		font-size: 1.0625rem !important;
	}
	/*.avantage-roaming-container {
		text-align: left;
	}
	#avantages-country-previous {
		margin-left: 50px !important;
	}
	#avantages-country-next {
		margin-right: 50px !important;
	}
	.avantages-sliding, .avantages-non-sliding {
		float: left;
	}
	.avantages-sliding {
		margin-left: 23%;
	}
	*//*was commented before removing sliding block*/
	
	/*.avantages-non-sliding { /*commented after removing sliding block
		max-width: 200px;
		margin: 50px 25px;
	}*/
}


/*********** AVANTAGES FORFAIT ENDS************/






/*********** MYSYMA APP BANNER IN FORFAIT ************/
/*
.mysyma_appbanner_wrapper{
	width:100%;
}
.app_banner_half{
	min-height:315px;
}
.app_banner_half.left {
   
    background-image: url(../images/mysyma_app_screenshot.png);
    background-repeat: no-repeat;	
}

.app_banner_half .mysyma_logo {
    background: url(../images/hdpi.png) no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 72px;
    width: 72px;
    float: left;
    margin-top: 100px;
}
.app_banner_half .mysyma_banner_title_wrapper {
    margin-top: 112px;
    margin-left: 72px;
    padding-left: 15px;
}
.app_banner_half .mysyma_banner_title {
    font-weight: 600;
    font-size: 20px;
}
.app_banner_half .mysyma_banner_subtitle {
    font-weight: 500;
}
.app_banner_half .mysyma_banner_desc {
    margin-top: 36px;
    max-width: 500px;
    font-weight: 300;
}
.app_banner_half .store_links {
    max-width: 500px;
    height: 65px;
    float: left;
    margin-left: -10px;
    margin-top: 20px;
}
.app_banner_half .store_links_wrapper {
    margin: 0 auto;
    height: 100%;
    width: 300px;
}
.app_banner_half .store_links a, .store_links a img {
    max-width: 150px;
    float: left;
}
.app_banner_half .app_store_link_image {
    display: inline-block;
    overflow: hidden;
    background: url(http://linkmaker.itunes.apple.com/assets/shared/badges/fr-fr/appstore-lrg.svg) no-repeat;
    width: 160px;
    height: 40px;
    background-size: contain;
    margin-left: 0px;
    margin-top: 10px;
}*/
@media (max-width: 991px){ /*written here because it's for both medium and small screens*/
	/*.app_banner_half.left{
		display:none;
	}
	.app_banner_half .mysyma_logo{
		float: none;
		margin: 0 auto;
		margin-top: -20px;
	}
	.app_banner_half .mysyma_banner_title_wrapper{
		text-align:center;
		margin-top: 0px; 
		margin-left: 0px; 
		padding-left: 0px; 

	}
	.app_banner_half .mysyma_banner_title {
		font-weight: 800;
		font-size: 1.375rem;
	}
	.app_banner_half .mysyma_banner_subtitle {
		font-size: 1.125rem;
	}
	.app_banner_half .mysyma_banner_desc {
		text-align: center;
		margin: 36px auto 0;
	}
	.app_banner_half .store_links {
		max-width: 100%;
		float: none;
		margin-top: 35px;
	}*/
	
}
/*********** MYSYMA APP BANNER IN FORFAIT ENDS************/

/**************prepaye_conditions_container**************/
.forfait_conditions_container{
	background:#f2f2f2;
}
/**************prepaye_conditions_container**************/


/**************prepaye_conditions_container**************/
.prepaye_conditions_container {
	margin-left:0;
	margin-right:0;
}
/**************prepaye_conditions_container ends**************/

/********************forfait_switch_dialog***********/
.forfait_switch_dialog .swal-text,
.forfait_switch_dialog .swal-footer{
	text-align:center;
}
.forfait_switch_dialog .swal-button.forfait-switch-button-yes,
.forfait_switch_dialog .swal-button.forfait-switch-button-logout{
	background-color:#ec1c24;
}
.forfait_switch_dialog .forfait_switch_dialog_backendtext{
	color:#ec1c24;
	animation: blinker 0.5s linear infinite;
}
.forfait_switch_dialog .swal-footer .swal-button{
	padding:0 10px;
	margin: 5px 10px;
	min-height:50px;
	min-width: 140px;
	border-radius: 0px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
	opacity: 1;
}
.forfait_switch_dialog .swal-footer .swal-button:hover,
.forfait_switch_dialog .swal-footer .swal-button:active{
	/* border-radius: 10px; */
	/* opacity: 0.75;   */
	box-shadow: 0px 0px 1px 1px #888888;
}
/********************forfait_switch_dialog ends***********/


/*FORFAIT PAGE ENDS*/




/*PREPAYE PAGE*/

/*sim and pass banner*/
.prepaye_top_blocks_row{
	padding:0;
}

.prepaye_top_block_col{
    display: table;
    position: relative;
	padding:0;
}
.prepaye_top_block_col .sim-banner,
.prepaye_top_block_col .pass-banner{    
    vertical-align: middle;
    display: table-cell;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
	text-align: center;
	
}
.prepaye_top_block_col .sim-banner b,
.prepaye_top_block_col .pass-banner b,
.prepaye_top_block_col .pass-banner .prepayepage-block-recharge-title{
    font-weight: 600;
	font-size:24px;
}
.prepaye_top_block_col .sim-banner .sim-order-button-holder{
	/* margin-top:20px; */
	margin-top:0px;
	margin-bottom: 15px;
}
.prepaye_top_block_col .sim-banner .sim-order-button-holder button.buy-sim {
    /* background-color: #b1b1b1; */
    /* border: 1px solid #b1b1b1; */
    /* color: #fff; */
	background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 20px;
    min-height: 35px;
    text-shadow: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    border-radius: 5px;
    /* margin: 10px 0; */
    margin: 5px 0;
    line-height: 1.5rem;
	min-width: 305px;
}
.prepaye_top_block_col .sim-banner .sim-order-button-holder button.buy-sim:hover ,
.prepaye_top_block_col .sim-banner .sim-order-button-holder button.buy-sim:active,
.prepaye_top_block_col .sim-banner .sim-order-button-holder button.buy-sim:focus {
    /* background-color: #ec1c24; */
    /* border: 1px solid #ec1c24;  */
	/* background-color: #fe4e57; */
    /* border: 1px solid #fe4e57; */
    /* color: #fff; */
	background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    color: #000;
	text-decoration: none;
	box-shadow: none !important;
	outline:none !important;
    transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
	
}
.prepaye_top_block_col .pass-banner {
		padding-right: 0;
		
}
/*.prepaye_top_block_col .pass-banner .rech-express-holder,*/
.prepaye_top_block_col .pass-banner .rech-coupon-holder {
    display: none;
    width: 100%;
}
.pass-banner .rech-banner H1,
.rech-coupon-holder H1{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
	margin-top: 1rem;
}
.rech-coupon-holder H1{
	 margin-top: 0.625rem;
	 /* font-size: 18px; */
	 font-size: 24px;
}
.pass-banner .rech-banner .btn-group{
	/* margin-top:1.5rem; */
	/* margin-top:1rem; */
	min-width: calc(100% - 20px);
}
.pass-banner .points-de-vente-text {
    font-size: 14px;
}
.pass-banner .rech-banner{
	/* margin-top:-26px; */
	/* margin-top:-11px; */
}
.pass-banner .rech-banner form{
	/* margin-top:15px; */
}
.pass-banner .rech-banner form .rech_amount_button{
	margin: 0 2px;
    height: 33px;
    /* width: 50px; */
    width: 20%;
    border-radius: 0px;
    /* background: #b1b1b1; */
    /* border: 1px solid #b1b1b1; */
    /* color: #fff; */
	background: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    border-radius: 4px;
	font-family: AvantGardeGothic;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 15px;
}
.pass-banner .rech-banner form .rech_amount_button:hover,
.pass-banner .rech-banner form .rech_amount_button:active{
	/* background: #ec1c24; */
	/* border: 1px solid #ec1c24; */
	/* background: #fe4e57; */
	/* border: 1px solid #fe4e57; */
    /* color: #fff; */
	background: #f9f9f9;
    border: 1px solid #f2f2f2;
    color: #000;
}
.pass-banner .rech-banner form .rech_amount_button:first-of-type{
	margin-left:0 !important;
}
.pass-banner .rech-banner form .rech_amount_button:last-of-type{
	margin-right:0 !important;
}
.pass-banner .rech-banner .text-holder a:link {
    color: #8a8a8a;
    /* -webkit-transition: all 0.3s ease; */
    /* -moz-transition: all 0.3s ease; */
    /* -o-transition: all 0.3s ease; */
    /* -ms-transition: all 0.3s ease; */
    text-decoration: underline;
    font-size: 14px;
}
.pass-banner .rech-banner .text-holder a:hover {
    color: #ec1c24;
    /* -webkit-transition: all 0.3s ease; */
    /* -moz-transition: all 0.3s ease; */
    /* -o-transition: all 0.3s ease; */
    /* -ms-transition: all 0.3s ease; */
}
.pass-banner .rech-banner .text-holder.points-de-vente-text {
    /* margin-top:50px; */
    margin-top:5px;
}
.rech-coupon-button{	
    height: 33px;
    /* min-width: 270px; */
    min-width: 250px;
    border-radius: 0px;
    /* background: #b1b1b1; */
    /* border: 1px solid #b1b1b1; */
    /* color: #fff; */
	background: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    border-radius: 4px;
}
.rech-coupon-button:hover,
.rech-coupon-button:active{
	/* background: #ec1c24; */
    /* border: 1px solid #ec1c24; */
	/* background: #fe4e57; */
    /* border: 1px solid #fe4e57; */
    /* color: #fff; */
	background: #f9f9f9;
    border: 1px solid #f2f2f2;
    color: #000;
}
.pass-banner .rech-coupon-holder .close {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    /* top: 0px; */
    right: 5px;
	top: 25px;
    /* right: 20px; */
    cursor: pointer;
    /* font-size: 2rem; */
	/* font-size: 1.5rem; */
	font-size: 1.25rem;
    /* background: #000; */
    /* color: #fff; */
    /* padding: 5px; */
	/* background: #b1b1b1; */
    /* color: #fff; */
	background: #fff;
    color: #000;   
    padding: 5px;
	/* text-shadow: 0 1px 0 #000; */
    /* border: 1px solid #000; */
    border: 1px solid #e2e2e2;
	border-radius: 0.25rem;
	opacity:1;	
}
.pass-banner .rech-coupon-holder .close:hover,
.pass-banner .rech-coupon-holder .close:active {
	/* background:#ec1c24; */
	/* color:#fff; */
	background:#f9f9f9;
	border: 1px solid #f2f2f2;
	color:#000;
	outline:none;
	/* border-color:#ec1c24; */
}
.pass-banner .rech-coupon-holder .form_wrapper{
	/* width: 300px; */
	/* width: 80%;; */
    margin: 0 auto;
	min-height: 80px;
}
.pass-banner .rech-coupon-holder .form_wrapper .input-group{
	/* padding:5px 0; */
	padding:5px;
	float:left;
}
.pass-banner .rech-coupon-holder .form_wrapper .input-group input{
	border-radius: .25rem !important;
	border-color:  #e2e2e2;
	height: 33px;
}
.pass-banner .rech-coupon-holder .form_wrapper .input-group input::placeholder,
.pass-banner .rech-coupon-holder .form_wrapper .input-group input::-webkit-input-placeholder{
	text-align:center;
}
.pass-banner .rech-coupon-holder .form_wrapper .input-group .form_control_warning{
	top: calc(50% - 15px);
}

.pass-banner .rech-coupon-holder .form_wrapper button{
	width:100%;
	/* background: #fff; */
    /* border-color: #ccc; */
	/* color:#333;	 */
	height: 33px;
	line-height: 16px;
	/* background: #b1b1b1; */
    /* border-color: #b1b1b1; */
	/* border-radius: 4px; */
    /* color: #fff; */
	background: #fff;
   border-color: #e2e2e2;
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}
.pass-banner .rech-coupon-holder .form_wrapper button:hover,
.pass-banner .rech-coupon-holder .form_wrapper button:active,
.pass-banner .rech-coupon-holder .form_wrapper button:focus{
	/* background:#ec1c24; */
	/* border-color:#ec1c24; */
	/* background-color: #fe4e57; */
    /* border-color: #fe4e57; */
	background-color: #f9f9f9;
   border-color: #e2e2e2;
	outline:none;
	box-shadow: none !important;
	/* color:#fff; */
	color:#000;
	 transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}



.prepaye_top_blocks_row .tarrif_block_wrapper{
	margin: 30px auto 0 auto;
	height:auto;
}
.prepaye_top_blocks_row .tarrif_block_title{
	
	font-size:24px;
}
.prepaye_top_blocks_row .chosen-container-single .chosen-default{
	color: #000;
    /* border-color: #000; */
   border-color: #e2e2e2;
    background: #fff;
    /* background: linear-gradient(#fff 0%, #fff 0%, #fff 0%, #fff 100%); */
	background-image: none !important;
}
.prepaye_top_blocks_row .chosen-container-single .chosen-single,
.prepaye_top_blocks_row .chosen-container-active.chosen-with-drop .chosen-single{
	background-image: none !important;
	border-color: #e2e2e2;
	
}
.prepaye_top_blocks_row .chosen-container-single .chosen-single{
	box-shadow:none;
}
.prepaye_top_blocks_row .chosen-container-single .chosen-single:hover{
	/* background:#fe4e57; */
	/* background:#b1b1b1; */
	/* color:#ffffff; */
	background: #fff;
    color: #000;
}
.prepaye_top_blocks_row .chosen-container .chosen-drop{
	border-color: #e2e2e2;
}
.prepaye_top_blocks_row .chosen-container-single .chosen-search input[type="text"]{
	border-color:#e1e1e1;
}
/*sim and pass banner ends*/

/*AVANTAGES PREPAYE PAGE*/

/*.prepaye_page_avantage{
	min-height:300px;
}*/
.avantages-holder .avantage {
    /* width: 25%; */
    height: auto;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    cursor: pointer;
}
.avantages-holder .avantage:hover {
    /* color: #ec1c24; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.avantages-holder .avantage .icons {
    width: 80px;
    margin: 15px auto;
    height: 80px;
    display: block;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-size: 75px 75px;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    /* background-color: #fff; */
}
.avantages-holder .avantage:hover .icons {
	background-size:130% 130%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.avantages-holder .avantage .bg-change {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.avantages-holder .avantage:hover  .bg-change {
	/*background-color:#fff;*/
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	position:relative;
}
.morph-control .morph-container {
    background: #fff;
    /* border-radius: 7px; */
    color: #000;
    text-align: left;
}
.morph-wrap h3 {
    padding: 1.25rem 0 0.25rem 0;
    width: 100%;
    display: block;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: center;
    clear: left;
    position: relative;
}
.morph-wrap h2{
	/* font-family: 'Roboto', sans-serif; */
    font-size: 1.375rem;
    line-height: 1.45rem;
    font-weight: 400;
    text-align: center;
    display: block;
    clear: left;
}
.morph-wrap h4{
	/* font-family: 'Roboto', sans-serif; */
    font-size: 1rem;
    
}
.morph-wrap i{
	margin-right:0.5rem;
}

.avantages-holder ul{
    /* color: #000; */
    /* display: block; */
    /* font-family: "Roboto",sans-serif; */
    /* font-size: 1rem; */
    /* font-weight: 300; */
    /* line-height: 1.25rem; */
    /* margin: 1.75rem 0 0 1.75rem; */
    text-align: center !important;
	list-style: none;
}
.forfait_page_avantage .avantages-holder ul,
.prepaye_page_avantage .avantages-holder ul{
	max-height:0px;
	overflow:hidden;
}
.forfait_page_avantage .avantages-holder.expand ul,
.prepaye_page_avantage .avantages-holder.expand ul{
	max-height:10000px;
	max-height: fit-content;
}
.avantages-holder ul li a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.avantages-holder ul li a:hover {
    color: #ec1c24;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none; 
}
.morph-control .morph-container {
    background: #fff;
    /* border-radius: 7px; */
    color: #000;
    text-align: left;
}
.morph-control .morph-container .morph-close:before{
	content:""; /*because after new fotnawesome, default content doesnt work and we inserted an i with fa-times*/
}
.faq_li{
	position:relative;
}
.faq_li .faq_start.active{
	font-size: 1.2rem;
    font-weight: 600;
}
.faq_li .faq_middle{
	max-height:0;
	overflow:hidden;
	/* padding:0px; */
	text-align:justify;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}
.faq_li .faq_middle.expand{
	max-height:1000px;
	/* padding:25px; */
}
.faq_middle .faq_middle_inner{
	/* padding:25px; */
	/* background:#fafafa ; */
	
}
.faq_middle .faq_middle_inner .close-icon{
	cursor:pointer;
	position: absolute;
    right: 0;
    top: 0;
    padding: 5px;   
    color: #000;
	border: 1px solid #e2e2e2;
	border-radius: 0.25rem;
    display: none;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.faq_middle .faq_middle_inner .close-icon:hover,
.faq_middle .faq_middle_inner .close-icon:active,
.faq_middle .faq_middle_inner .close-icon:focus{
	background:#f2f2f2;
	transition:none !important;
}
.faq_middle.expand .close-icon{
	display: block;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.faq_middle .faq_middle_inner .faq_middle_inner_inner{
	border-bottom: 1px solid #ccc ;
	padding-bottom:25px;
	font-size:0.80rem;
}
.faq_middle .faq_middle_inner ol{
	/* list-style-type: circle; */
	list-style-type:none;
	padding:0;
}
.faq_middle .faq_middle_inner ol li:before{	
    display: inline-block;
    content: '';
    /* -webkit-border-radius: 0.375rem; */
    /* border-radius: 0.25rem; */
    height: 0.4rem;
    width: 0.4rem;
    margin-right: 0.5rem;
    background-color: #ec1c24;
}

@media (max-width: 991px){ /*written here because it's for both medium and small screens*/
	.prepaye_page_avantage.left{
		margin-bottom:51px;
	}
	.prepaye_page_avantage .avantages-header{
		margin: 25px 0 0 0 ;
	}
	.avantages-holder .avantage {   
		font-size: 12px;   
	}
	.avantages-holder .avantage .icons {
		width: 70px;		
		height: 70px;			
	}
	.avantages-holder ul{		
		/* line-height: 1.5rem; */
		/* margin: 1.5rem 0 0 0; */
		/* text-align: center !important; */
	}
}
@media (max-width: 767px){ /*written here because global will overwrite*/
	.avantages-holder .avantage {
		font-size: 16px;
		height: 170px;
		width: 50%;
	}
	.avantages-holder .avantage .icons {   
	  
		
	}
	.avantages-holder ul{
		text-align: left !important;
		/* margin-left: 20px !important; */
		/* margin-right: auto !important; */
		padding:0;
	}
	.avantages-holder ul li{
		/* margin-left: 19px; */
		margin-bottom: 10px;
		padding-left: 0.750rem;
		line-height: 1;
	}
	.avantages-holder ul.forfait-faq-ul li,
	.avantages-holder ul.prepaye-faq-ul li{
		padding-left: 1.5rem;
	}
	.faq-expand-icon {
		/* display: inline-block !important; */
		/* float: left; */
		font-size: 1.125rem;
		position: absolute;
		left: 4px;
		margin-left: 0.250rem;
	}
	.forfait-faq-ul .faq-expand-icon,
	.prepaye-faq-ul .faq-expand-icon{
		/* left: 16px; */
		left: 0px; 
		/* margin-left: 0.950rem; */
	}
	.forfait-faq-ul .morph-control .morph-button{
		text-align:left;
	}
	.avantages-holder.expand .faq-expand-icon {
		display: inline-block !important;
	}
	
}
/*AVANTAGES PREPAYE PAGE ENDS*/


/*PREPAYE PAGE ENDS*/


/*CONTACT PAGE*/
.contact_services_container{
	min-height: 550px;
    background: #fff;
}
.contact_services_col{
	min-height:100%;
	padding-top:30px;
	padding-bottom: 30px;
}
.contact_services_col a{
	color: #ec1c24;
    text-decoration: none;
}
.contact_services_col.addresses_col{
	
}
.contact_services_col.addresses_col p{
	margin:0;
	line-height:1rem;
	font-size: 0.75rem;
}
.contact_services_col.addresses_col h6{
	text-transform: uppercase;
	font-weight:bold;
}
.contact_services_col.formulaire_col h6{
	font-size: 0.82rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact_services_col.formulaire_col .input-group{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_services_col.formulaire_col .contact_formulaire_submit{
	width:100%;
	/* background: #b1b1b1; */
    /* border-color: #b1b1b1; */
    /* color: #fff; */
	background: #fff;
    border-color: #e2e2e2;
    color: #000;
}
.contact_services_col.formulaire_col .contact_formulaire_submit:hover,
.contact_services_col.formulaire_col .contact_formulaire_submit:active,
.contact_services_col.formulaire_col .contact_formulaire_submit:focus,
.contact_services_col.formulaire_col .contact_formulaire_submit:hover:active,
.contact_services_col.formulaire_col .contact_formulaire_submit.active{
	background:#f2f2f2 !important;
	border-color:#e2e2e2 !important;
	color:#000 !important;
	/* box-shadow: 0 0 0 0.2rem rgba(236,28,36,.25); */
	box-shadow: none !important;
    outline: none !important;
}
.contact_services_col.formulaire_col .btn.btn-default-outline{ /*civility select*/	
	border-color:#e2e2e2 !important;	
}
.contact_services_col.formulaire_col .btn.btn-default-outline.active, /*civility select*/
.contact_services_col.formulaire_col .btn.btn-default-outline:hover,
.contact_services_col.formulaire_col .btn.btn-default-outline:active{
	background:#f2f2f2 !important;
	border-color:#e2e2e2 !important;
	color:#000 !important;
	/* box-shadow: 0 0 0 0.2rem rgba(236,28,36,.25); */
	box-shadow: none !important;
    outline: none !important;
}
.contact_services_col.formulaire_col .input-group-addon {   
    /* color: #fff;    */
    /* background-color: #ec1c24; */
    /* border: 1px solid #ec1c24;     */
}
.contact_services_col.formulaire_col .input-group input, 
.contact_services_col.formulaire_col .input-group textarea{  
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.contact_services_col.formulaire_col  input.form-control:focus,
.contact_services_col.formulaire_col  textarea.form-control:focus{
	border-color:#ec1c24 !important;
	/* box-shadow: 0 0 0 0.2rem rgba(236,28,36,.25); */
	box-shadow: none !important;
    outline: none !important;
}

.title_point_sav{
	text-align:center;
	text-transform:uppercase;
	padding: 1rem 0 1rem 0;
	font-weight:300;
}
.points_sav_col{   
    height: 70px;   
    padding: 5px 15px;
    margin: 0 0 20px 0;
    box-shadow: 2px 0 0 #ccc inset;
    color: #000;
    font-size: 13px;
	text-align:center;
}

/*CONTACT PAGE ENDS*/


/*PARAMETRAGE INTERNET PAGE*/
.parametrage_internet_container{
	/*display: flex;
    align-items: center;*/
}
.parametrage_internet_container .content_wrapper{
	width:100%;
}
.parametrage_internet_block {
	/* max-width: 978px; */
	max-width: 1240px;
	width:100%;
	min-height:500px;
    margin: auto;
	border-radius: 7px;
	background:#fff;
}
.parametrage_internet_block .slick-list,
.parametrage_internet_block .slick-list .slick-slide{
		min-height:500px;
}
.parametrage_internet_block .slick-prev,
.parametrage_internet_block .slick-next{
		display:none !important;
}
.parametrage_internet_block .etape-holder h2 { /*taken from coda slider*/
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    color: #eaeaea;
    position: absolute;
    left: 70px;
    bottom: 35px;
    text-shadow: -1px -1px 0px #ccc;
    filter: dropshadow(color=#ccc, offx=-1, offy=-1);
    display: none;
}
.push20 {/*taken from coda slider*/
    margin-top: 20px;
}
.push30 {/*taken from coda slider*/
    margin-top: 30px;
}
.push50 {/*taken from coda slider*/
    margin-top: 50px;
}
.parametrage_internet_block a,
.parametrage_internet_block a.param_col,
.parametrage_internet_block a.param_col:active{
	border: 0px !important;
	outline: none !important;
}
.parametrage_internet_block .param_other_link{
	text-align:center !important;
}
.parametrage_internet_block .param_other_link a:hover{
	color:#ec1c24 !important;
}
.parametrage_internet_block .etape-holder .etape-holder-wrapper{
	position:relative;
	letter-spacing:normal !important;
}

.parametrage_internet_block .etape-holder.step_one #conditions,
.parametrage_internet_block .etape-holder.step_two .etape-holder-wrapper{
	max-width: 585px;
    margin: 0 auto;
}

.parametrage_internet_block .etape-holder.step_two #conditions .conditions_wrapper{
	padding-left:0;
}
.parametrage_internet_block #conditions .title {/*taken from coda slider*/
    font-size: 22px;
    font-weight: 500;
}
.parametrage_internet_block .screenshot { /*taken from coda slider*/
   /* position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;*/
}
.parametrage_internet_block .screenshot { 
	float:right;
}

.parametrage_internet_block .etapes-back ,
.parametrage_internet_block .etapes {
    position: absolute;   
    /* bottom: 50px; */
	/*top: 50%; */
	/*top: calc(50% - 1.75rem); /*fa arrow text size 3rem and padding 0.5rem total 3.5 /2 = 1.75*/
	top: calc(50% - 2.75rem); /*fa arrow text size 3rem and padding 0.5rem total 3.5 /2 = 1.75 + 1 more 1rem to align with single line text*/
	
	padding:0.5rem;
}
.parametrage_internet_block .etapes-back{
	
	margin-left: 25px;
	
}
.parametrage_internet_block .etape-holder.step_two .etapes-back{
	/* top: 50%; */
	margin-top: 25px;
}
.parametrage_internet_block .etapes {
	right:25px;
}
.parametrage_internet_block .etapes-back:hover ,
.parametrage_internet_block .etapes:hover {
	background:#f2f2f2;
}
.parametrage_internet_block .etapes-back a , /*taken from coda slider*/
.parametrage_internet_block .etapes a { /*taken from coda slider*/
    font-size: 14px;
    text-decoration: none;
    color: #888;
}
.parametrage_internet_block .etapes-back:hover a,
.parametrage_internet_block .etapes:hover a{
	color:#ec1c24;
}
.parametrage_internet_block .etapes-back a .fa,
.parametrage_internet_block .etapes a .fa{
	font-size:5rem;
}



.parametrage_internet_block .text-arrow a {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}
.param_end_img{	
	display: -webkit-box;
	min-width: 47px;
}
.param_end_img img{
	width:25px;
	display: -webkit-box;
}
.param_end_msg{
	font-style: italic;
    font-size: 0.85rem;
    text-align: left;
	padding-right: 0;
}

/*PARAMETRAGE INTERNET PAGE ENDS*/


/*ORDER PRODUCTS PAGE*/
.order_products_container .row.content_wrapper_first_child{
	/* margin-right:0; /*to copensate margins of bootstrap row*/ 
	/* margin-left:0; /*to copensate margins of bootstrap row*/ 
}

.product_order_container,
.product_summary_container{
	/* min-height:100px; */
	/* height:100%; */
}
.product_summary_container{
	/* background:#f2f2f2;	 */
	background:#ffffff;	
}
.product_order_container{
	background:#ffffff;
}
.product_summary_container .product_counter h1{
	/* margin-bottom:0.5rem; */
	margin-bottom:0;
	/* display: inline-block; */
}
.product_summary_container .product_counter p{
	/* margin-bottom:0.5rem; */
	margin-bottom:0;
	/* display: inline-block; */
	line-height: 1.25;
}

.product_summary_container .product_counter a{
	cursor:pointer !important;
}

.product_summary_title{
    /* font-size: 1rem; */
    color: #000;
    font-weight: 600;
    /* height: 1.25rem; */
	font-size: 1.5rem;		
	height: 1.75rem;		
    width: 100%;
    margin: 0.625rem 0;
	/* margin-left: -1.625rem; */
    line-height: 1.25rem;
    /* border-left: 0.625rem solid #ec1c24; */
    /* padding: 0 1rem; */
    padding: 0 ;
    display: inline-block;

}
.product_counter_title{
	font-size: 0.875rem;   
    font-weight: 600;
	color:#000;
}
.product_counter_title.expandable{
	cursor:pointer;
}
.product_counter_title.expandable.expanded .fa.fa-chevron-down:before{
	content:"\f077";
}
.product_counter_value.expandable{
	min-height: 0 !important;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
.product_counter_value.expandable.expand {
    max-height: inherit;
}
.product_counter_value.expandable.expand 
.product_counter_value{
	font-size: 0.875rem;   
	font-weight:300;
}
.product_order_container .inputs_wrapper{
	/* background:#f2f2f2; */
	padding:10px 0;
}
.product_order_container button,
.product_order_container .inputs_wrapper label.btn,
.product_order_container .inputs_wrapper input,
.signform_input_wrapper input,
.subscription_block_half input{
	/* border-radius:0px; */
	border-radius:0.25rem !important;
	border-color: #e2e2e2;
}
.product_order_container button,
.product_order_container .inputs_wrapper label.btn,
.product_order_container .btn.btn-default,
.product_order_container .btn.btn-primary,
.product_order_container .btn.btn-secondary,
.product_order_container .btn.btn-success,
.product_order_container .btn.btn-info, 
.product_order_container .btn.btn-warning, 
.product_order_container .btn.btn-danger,
.enregistrement-carte-sim-container .btn.btn-secondary-outline{
	/* background:#b1b1b1 !important; */
	/* border-color:#b1b1b1 !important;  */
	/* color:#fff !important; */
	background: #fff!important;
    border-color: #e2e2e2!important;
    color: #000 !important;
	outline: none !important;
}
.product_order_container .bootstrap-select button{
	background:#ffffff !important;
	/* border-color: #eceff4 !important; */
	border-color: #f2f2f2 !important;
	outline:none !important;
}
.product_order_container button:hover,
.product_order_container button:active
.product_order_container .inputs_wrapper label.btn:hover,
.product_order_container .inputs_wrapper label.btn:active,
.product_order_container .btn.btn-default:hover,
.product_order_container .btn.btn-primary:hover,
.product_order_container .btn.btn-secondary:hover,
.product_order_container .btn.btn-success:hover,
.product_order_container .btn.btn-info:hover, 
.product_order_container .btn.btn-warning:hover, 
.product_order_container .btn.btn-danger:hover,
.product_order_container .btn.btn-default:active,
.product_order_container .btn.btn-primary:active,
.product_order_container .btn.btn-secondary:active,
.product_order_container .btn.btn-success:active,
.product_order_container .btn.btn-info:active, 
.product_order_container .btn.btn-warning:active, 
.product_order_container .btn.btn-danger:active,
.enregistrement-carte-sim-container .btn.btn-secondary-outline:hover,
.enregistrement-carte-sim-container .btn.btn-secondary-outline:active{
	/* background:#ec1c24 !important; */
	/* border-color:#ec1c24 !important;  */
	/* transition:none !important; */
	background:#f9f9f9 !important;
	border-color:#f2f2f2 !important; 
	transition:none !important;
	
}


/*from BS*/
.operations_pricipales_panel_container {
    /* height: 100%; */
    /* padding-bottom: 15px; */
}
/*.client_type_tabs ul.nav-tabs .nav-link{
	color:#333;
}
.client_type_tabs ul.nav-tabs .nav-link:hover,
.client_type_tabs ul.nav-tabs .nav-link:active{
	color:#ec1c24;
}*/
.client_type_tab_pane .inputs_wrapper {
    /* max-width: 320px; */
    /* margin: 0 auto; */
}
.client_type_tab_pane .input-group {
    /* margin-bottom: 10px; */ /*small screen only*/
}
.client_type_tab_pane .inputs_wrapper button {
    min-width: 100%;
    /* margin-top: 10px; */
}
.client_type_tab_pane .inputs_wrapper .btn-group {
    min-width: 100%;
}
.client_type_tab_pane .inputs_wrapper .btn-group label {
    width: 50%;
}
.modal {
   
    margin-top: 10px;
}

.pass_before_buy_modal .modal-body,
.pass_buy_error_modal .modal-body,
.pass_buy_success_modal .modal-body,
.forfait_before_buy_modal .modal-body,
.forfait_buy_error_modal .modal-body,
.forfait_buy_success_modal .modal-body,
.activate_sim_modal  .modal-body {
    text-align: center;
}

.pass_buy_error_modal .modal-body .pass_buy_error_icon,
.pass_buy_success_modal .modal-body .pass_buy_success_icon,
.forfait_buy_error_modal .modal-body .forfait_buy_error_icon,
.forfait_buy_success_modal .modal-body .forfait_buy_success_icon,
.activate_sim_modal  .modal-body .pass_buy_error_icon,
.activate_sim_modal  .modal-body .pass_buy_success_icon {
    font-size: 90px;
    font-weight: 100;
    margin: 20px 0;
}
.pass_buy_error_modal_title,
.pass_buy_success_modal_title,
.forfait_buy_error_modal_title,
.forfait_buy_success_modal_title,
.activate_sim_modal_title {
    font-weight: 500;
    font-size: 2.00rem;
}
.pass_before_buy_modal .modal-body .text_line,
.pass_buy_error_modal .modal-body .text_line,
.activate_sim_modal .modal-body .text_line,
.pass_buy_success_modal .modal-body .text_line,
.forfait_before_buy_modal .modal-body .text_line,
.forfait_buy_error_modal .modal-body .text_line,
.forfait_buy_success_modal .modal-body .text_line {
    clear: both;
    font-size: 1.25rem;
}
.activate_sim_modal .modal-body .text_line{
	font-size: 0.95rem;
	margin-bottom: 10px;
}





#enregistrement_panel_container .panel-subheading {
    font-size: 17px;
}
#enregistrement_panel_container .panel-body {
    /* margin-top: 20px; */
    /* padding-top: 20px; */
    overflow: hidden;
}
#enregistrement_panel_container .personal_details_group,
#enregistrement_panel_container .address_group {
    /* background: #00f; */
    /* padding: 25px 5px; */
    padding: 0px 15px;
}
#enregistrement_panel_container .personal_details_group{
	/* padding-top:25px; */
}
.personal_details_group .input-group,
.address_group .input-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.personal_details_group .input-group.piece_select .bootstrap-select,
.address_group .input-group.country_select .bootstrap-select,
.personal_details_group .input-group.civility_select  .bootstrap-select{
    width: calc(100% - 37px);
}
.personal_details_group .input-group.piece_select .bootstrap-select button,
.address_group .input-group.country_select .bootstrap-select button,
.personal_details_group .input-group.civility_select .bootstrap-select button {
    border-radius: 0px;
	background: #fff !important;
    border-color: #e2e2e2 !important;
    border: 1px solid #f2f2f2;
    color: #000 !important;
}
.submit_buttons_group {    
    clear: both;
	width:100%;	
	/* background: #f2f2f2; */
	/* padding:50px 15px 25px 15px; */
	padding:0px 15px 25px 15px;
}
.submit_buttons_group button/*,
#offres_services_panel_container .offres_services_valider_button */{
    
    /* float: right; */
	width:100%;
}
.submit_buttons_group button:first-of-type/*,
#offres_services_panel_container .offres_services_valider_button */{
   
    /* margin-top: 15px; */
}




/*from BS ends*/



/*.client_type_button.pseudo_hover:before{
	 opacity:1; 
	
}*/
.product_order_container button.client_type_button{
	/* background: #ec1c24 !important; */
    /* border-color: #ec1c24 !important;  */
	background: #fff !important;
    border-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2;
    color: #000 !important;
	outline:none !important;
}
.product_order_container button.client_type_button:hover{
	background: #f9f9f9 !important;
}
.operations_pricipales_panel{
	
	border: none !important;
}

.operations_pricipales_panel ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 300 !important;
}
.operations_pricipales_panel ::-moz-placeholder { /* Firefox 19+ */
  font-weight: 300 !important;
}
.operations_pricipales_panel :-ms-input-placeholder { /* IE 10+ */
  font-weight: 300 !important;
}
.operations_pricipales_panel :-moz-placeholder { /* Firefox 18- */
  font-weight: 300 !important;
}
.operations_pricipales_panel_container .panel-heading{
	padding:10px !important;
	padding-left: 0 !important;
    /* margin-left: -15px; */
}
.operations_pricipales_panel_container .panel-heading h4{
	margin-bottom:0;
}
.panel.operations_pricipales_panel .panel-body{
	padding:25px 0px;
}
.client_type_button.faded{	
	opacity:0.25; /*rest will be done by custom hover*/
	display: none !important ; /*insted of fade, mesrop later demanded to hide it totally*/
}
.client_type_button:hover{
	opacity:1;
}
.client_type_block{
	background:#fff;
}
.from_native_app_OK .client_type_block{
	display:none !important;
}
.subscription_block_half{
	text-align:center;
	/* background:#f2f2f2; */
	
}
.subscription_block_full{
	/* padding:0 15px; */
	padding:10px 15px;
}
.subscription_block_half_inner{
	/* width:calc(100% - 30px); */
	width:100%;
	margin: 10px 0;
}
.client_type_button{
	
	border-radius:0px;
	/* margin: 10px 15px; */
	
	height:50px;
}
/* .client_type_block .hvr-ripple-out:before { */
	/* border-color:#f2f2f2; */
/* } */
.subscription_button_hide{
	display:none;
}



.from_native_app_OK #client_type_tab_logout_msg{
	display:none !important;
}
.client_type_tab_logout,
.existing_client_forgot_password_red{
	color:#ec1c24;
	cursor:pointer;
}
.existing_client_forgot_password{
	margin: 10px 0;
	text-align: left;
    font-size: 0.95rem;
}
.existing_client_forgot_password_sendmode{	
	cursor: pointer;	
	/* text-decoration:underline !important; */
}
.existing_client_send_password_confirmation{
	color:#ec1c24;
	font-size:0.8rem;
}
.get_password_method_wrapper{
	border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
	font-weight: 500;
	transition: all 0.2s ease-in-out 0s;
}
.get_password_method_wrapper:hover,
.get_password_method_wrapper:active{
	border-color:#ec1c24;
	background:#ec1c24;
	color:#fff;
}
.get_password_method_wrapper:hover a,
.get_password_method_wrapper:active a{ /*because there's slight delay in children color chaznge if css color is only given to parent*/
	
	color:#fff;
}
.operations_pricipales_panel .ladda-button[data-style=zoom-in],
.operations_pricipales_panel .ladda-button[data-style=zoom-in] .ladda-spinner,
.operations_pricipales_panel .ladda-button[data-style=zoom-in] .ladda-label,
.operations_pricipales_panel .ladda-button[data-style=zoom-out],
.operations_pricipales_panel .ladda-button[data-style=zoom-out] .ladda-spinner,
.operations_pricipales_panel .ladda-button[data-style=zoom-out] .ladda-label,
.operations_pricipales_panel .ladda-button[data-style=expand-right],
.operations_pricipales_panel .ladda-button[data-style=expand-right] .ladda-spinner,
.operations_pricipales_panel .ladda-button[data-style=expand-right] .ladda-label{
	 transition: none !important;
}
.operations_pricipales_panel .ladda-button[data-style=zoom-in][data-loading]{
	/* background :#ec1c24 !important; */
	 /* background :#b1b1b1 !important;  */
	 background :#fff !important; 
	 color:#000 !important;
	
}
.operations_pricipales_panel [data-loading].ladda-spinner,
.operations_pricipales_panel [data-loading].ladda-label{
	/* color:#fff !important; */
	color:#000 !important;
}
.toggle_rio_info{
	cursor:pointer;
}
.rio_info{
	min-height: 0 !important;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.rio_info.expand{
	max-height:500px;
}
.rio_details{
	font-size: 0.875rem;
    font-weight: 300;
}
.rio_details ol a:focus,
.rio_details ol a:hover,
.rio_details ol a:active{
	color:#827ca1; /*default cleanui color*/
	text-decoration:none;
}

/*paiment*/
.paymentWrap {
	/* padding: 50px; */
	text-align: center;
}
.payment_block{
	/* padding: 50px; */
	text-align: center;
}
.paymentWrap .paymentBtnGroup {
	max-width: 800px;
	margin: auto;
}

.paymentWrap .paymentBtnGroup .paymentMethod {
	padding: 40px;
	box-shadow: none;
	position: relative;
	margin: 25px;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active {
	outline: none !important;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active .method {
	border-color: #4cd264;
	outline: none !important;
	box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.cb {
	/* background-image: url("https://lyceemauriac.fr/wp-content/uploads/2018/01/payment-cb.png"); */
	background-image: url(../images/subscription/cb_mastercard_visa.svg);
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.paypal {
	/* background-image: url("https://www.tabconlinealcoholserverseller.com/images/paypal-icon.png"); */
	background-image: url(../images/subscription/paypal-01.svg);
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.iban {
	background-image: url("http://allaboutwindowsphone.com/images/appicons/89002.png");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.wallet {
	background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/158258-200.png");
}

/*.paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash {
	background-image: url("http://www.busbooking.lk/img/carousel/BusBooking.lk_ezCash_offer.png");
}*/


.paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
	border-color: #4cd264;
	outline: none !important;
}
.subscribe_login_input_group{
	margin:25px 0;
}
.iban_list_item .input-group-addon{
	height:60px;
	border:none;
}
.iban_list_item .input-group-addon input[type="checkbox"]{
	height: 25px;
    width: 25px;
    border-color: #ec1c24;
    color: #ec1c24;
}
.iban_list_inner .iban_list_selection_title{
	text-align: center;
    width: 100%;
    padding: 10px;
}

.cb_block_inner_text{
	padding:50px 0;
}
/*paiment ends*/


/*IBAN BIc panel*/
.iban_bic_wrapper .input-group{
	/* margin:10px 0; */ /*small screen only*/
}
.iban_bic_wrapper .input-group .input-group-addon i{
	font-family: Roboto !important;
}
.iban_bic_wrapper .conditions-checkbox,
.enregistrement-carte-sim-container .conditions-checkbox {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
}
.iban_bic_wrapper .checkbox-custom,
.iban_bic_wrapper .checkbox-custom-label,
.enregistrement-carte-sim-container .checkbox-custom,
.enregistrement-carte-sim-container .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 0 0 10px; */
    cursor: pointer;
}

.iban_bic_wrapper .checkbox-custom,
.enregistrement-carte-sim-container .checkbox-custom {
    opacity: 0;
    position: absolute;
}
.iban_bic_wrapper .checkbox-custom + .checkbox-custom-label:before,
.enregistrement-carte-sim-container .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #f2f2f2;
    border: 2px solid #ec1c24;  
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 4px 3px;
    text-align: center;
}
.iban_bic_wrapper .checkbox-custom:checked + .checkbox-custom-label:before,
.enregistrement-carte-sim-container .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #ec1c24;
    font-size: 16px;
    color: #fff;
    border: 0px solid #ec1c24;  /*with border chek mark does not remain centered in box*/
}
.conditions-check.blinker{
	animation: blinker 0.5s linear infinite;
}

.invoice_method_container{
	width: 100% !important;
	display:none;
}
.invoice_method_container .btn.btn-default-outline{
	border-radius: 0 !important;
	background-color:#fff !important;
	color:#212529 !important;
	width:50% !important;
	float:left;
	margin-top:0.5rem;
}
.invoice_method_container.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.invoice_method_container.btn-group>.btn:last-child:not(:first-child){
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.invoice_method_container .btn.btn-default-outline.active, 
.invoice_method_container .btn.btn-default-outline:hover{
	/* background:#ec1c24 !important; */
	/* border-color:#ec1c24 !important; */
	/* color:#fff !important; */
	background:#f9f9f9 !important;
	border-color:#e2e2e2 !important;
	color:#000 !important;
	/* box-shadow: 0 0 0 0.2rem rgba(236,28,36,.25); */
	box-shadow: none !important;
    outline: none !important;
}
/*IBAN BIc panel ends*/

/*Mandat*/
.mandat_wrapper .mandat page div.fix_mandat{
	width:100%;
}
.mandat_wrapper .mandat page page_footer div{
	position:relative !important;
	top:0 !important;
	left:0 !important;
	max-width:100% !important;
}

/*Mandat ends*/

/*summary tab*/
.summary_tab{
	text-align:center;
}
/*summary tab ends*/



/*ORDER PRODUCTS PAGE ENDS*/

/*MENTIONS LEGALES*/
.mentions_legales_container{
	/* font-family:monospace; */
	font-family:"Roboto",sans-serif;
}
.mentions_legales_container .condition_gen{
	padding:60px 15px;
}
.mentions_legales_title_main{
	/* font-size:2rem; */
	font-size:1.85rem;
	/* border-bottom: 1px dotted #ccc;    */
    margin: 20px 0 15px;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: left;
}

/*MENTIONS LEGALES ENDS*/

/*COMMUNIQUES DE PRESSE*/
/*.communiques_de_presse_container .td-header-top-menu-full,  /*shifted to symanews personalization code
.communiques_de_presse_container .td-header-menu-wrap-full,
.communiques_de_presse_container .td-footer-wrapper,
.communiques_de_presse_container .td-sub-footer-container{
	display: none !important;
}*/
/*COMMUNIQUES DE PRESSE ENDS*/

/*CONTENT ENDS*/

/*FOOTER*/
.from_native_app_OK .main_footer{
	display:none !important;
}
.main_footer.footer {	
	background-color:#ffffff;
	/* border-top: 1px solid #dedede; */
	border-top: 0px solid #dedede;
	/*margin-top:-1px; /*to compensate the extra height added by border (our heights are calculated according to 100px footer and 170px footer in smal csreen), to avoid unnecessary scrollbar*/
}
.main_footer_wrapper{
	position:relative;
}

footer a:hover,
footer a:active,
footer .social_links_block a i:hover,
footer .social_links_block a i:active,
footer button.footer_link_button:hover,
footer button.footer_link_button:active{
	color:#ec1c24;
	text-decoration:none;
}
footer button.footer_link_button{
	background:none;
	font-weight:normal;
	padding:0;
	text-align: left;
    font-size: 0.69rem;
}

.footer_block.social_links_block .join-us h1,
.footer_block.social_links_block .join-us,
.footer_block.social_links_block .footer-copyright{	   
    text-align: center;
}

.hotline-popup {
    /* margin-bottom: -5px; */
    width: 100%;
    /* height: 494px; */
	/* height: 500px; */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../images/hotline-popup-bg.jpg');
    overflow: hidden;
    position: relative;
}

.hotline-popup .hotline-form-wrap {
    width: 320px;
    height: 100%;
    /* position: absolute; */
    /* right: 40px; */
    /* top: 25px; */
	float:right;
}
.hotline-popup .hotline-form-wrap .section.client-login{
	padding:37px 0;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row {
    width: 280px;
    margin: 7px 20px;
    height: 42px;
    font-size: 15px;
    font-weight: 300;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row input {
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0 0 1px #ccc inset;
    color: #000;
    font-size: 20px;
    line-height: 35px;
    padding: 0 20px;
    height: 40px;
    width: 100%;
    background: #f2f2f2;
    text-align: left;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row .half {
    width: 140px;
    line-height: 40px;
    display: block;
    float: left;
    height: 40px;
    text-align: center;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row input.contact_hotline_tel{
    background-image: url(../images/login-numero-bg.png);
    background-repeat: no-repeat;
    background-position: -1px center;
    /* text-indent: 40px; */
    text-indent: 35px;
    padding-left: 10px;
	font-size: 16px;
    font-weight: 500;
}
form#ClickAndCallForm div.half a.next-btn.sf-right.sf-btn.sf-btn-next {
    padding-right: 20px!important;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row .half .sf-btn:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    background: url(../images/t2-arr-right.png) no-repeat center center #ec1c24;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row #ClickAndCallForm .half .sf-btn:after {
    width: 40px!important;
    height: 40px!important;
    border: 5px solid #000000;
    right: inherit;
    top: inherit;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row .half .sf-btn.sf-spinner{
	cursor:auto;
	pointer-events: none;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row .half .sf-btn.sf-spinner:after {
	background: url(../images/t2-spinner.gif) no-repeat center center #ec1c24;
	background-size: 25px;
}
.hotline-popup>.hotline-form-wrap>.section>.hotline_popup_row>.half>.sf-btn{
	height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 25px;
    border: none;
    color: white;
    text-decoration: none;
    background: #000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: block;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row form a{
	top: 0;
	left: -10px;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row form .ClickAndCallForm_error{
	text-align: center;
    color: #ec1c24;
	height:0;
}
.hotline-popup .hotline-form-wrap .section .hotline_popup_row form .ClickAndCallForm_success{
	text-align: center;
    color: green;
	height:0;
}

.footer_fewer_links_block a:before{		
	display: inline-block;
	content: '';
	/* -webkit-border-radius: 0.375rem; */
	/* border-radius: 0.25rem; */
	height: 0.5rem;
	width: 0.5rem;
	margin-right: 0.5rem;
	background-color: #ec1c24;
}


@media (max-width: 576px){
	.hotline-popup{
		/* overflow:auto; */
		/* min-height:565px; */
		max-height:474px; 
		padding-top: 5px;
	}
	.hotline-popup .hotline-form-wrap{
		/* position:initial; */
		width:100%;
	}
	.hotline-popup .hotline-form-wrap .section.client-login{		
		float:right;
	}
	.morph-wrap .hotline-form-wrap h3,
	.hotline-popup .hotline-form-wrap .section .hotline_popup_row{
		text-align:right !important;
		margin-right:5px;
	}
	.hotline-popup .hotline-form-wrap .section .hotline_popup_row .half{
		display: inline-block;
	}
	
}
@media (max-width: 400px){
	.hotline-popup{
		background-position-x: -210px; 
		background-position-y: 0;
		
	}
	/*.morph-wrap .hotline-form-wrap h3,
	.hotline-popup .hotline-form-wrap .section .hotline_popup_row{
		
		float:right;
	}*/
}


/*FOOTER ENDS*/