@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);

body{
  font-family: Lato, sans-serif;
  color:#555;
  background-color: #fbfaf5;
}

#cookie-message {
  background-color: #d5e6ed;
  color: #662d91;
  width:100%;
  position: fixed;
  top:0px;
  text-align: center;
}

.ecran {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0px;
  background-color: #fbfaf5;
  z-index:1000;
}

.header{
  margin: auto;
  max-width: 1180px;
  text-align: center;
  height: 260px;
}




.main-navigation {
    margin: 0 0 10px 0;
}

section {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.main-navigation .navigation-links {
    text-align: center;
}
.main-navigation .navigation-links > ul {
    display: inline-block;
}


#inner_list{
  list-style-type: square;
}
#inner_list li{
  list-style-type: square;
  float:none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: auto;
}

ul.cinelist {
  list-style-type: square;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul li {
    float: left;
}



.main-navigation .navigation-links > ul li a {
    display: block;
    font-family: "Lato";
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 10px;
    color: #000;
    border-bottom: solid 1px transparent;
    padding: 16px 0 4px 0;
}
a {
    outline: 0!important;
}



.main_container{
  margin: auto;
  max-width: 1180px;
  border:1px solid #fbfaf5;
  margin-top:5px;
  background-color: #fbfaf5;
  text-align: center;
  min-height: 800px;
}

.left_half{
  float:left;
  max-width: 99%;
  min-height: 200px;
  border: 0px solid black;
  margin-top:30px;
}
.right_half {
  float: right;
  width: 0%;
  min-height: 200px;
  border: 0px solid black;
  margin-top:30px;
}


.bloc_right{
  text-align: left;
  cursor: pointer;
  margin-bottom:10px;
}

.title_bloc{
  font-family:Lato;
  font-size:22px;
}

.content_bloc input{
width:300px;
font-size:18px;
margin-bottom: 4px;
}

.bloc_selected {
  color: #CCC;
}


.title_subscribe{
  font-size:30px;
  font-weight: bold;
  width: 300px;
  background-color: #4e819e;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 0px;
  color: white;
  margin:auto;
  margin-bottom:10px;
  cursor: pointer;
}

#why_subscribe
{
  margin-top:80px;

}

#title_input{
  font-size: 25px;
  margin:auto;
  margin-top:25px;
  margin-bottom: 15px;
  background-color:#b1d9d0;
  width:400px;
  padding:20px;
  border-radius: 7px;
}

.input_card_id{
  margin-top:15px;
  width: 400px;
  font-size:25px;
}

.login_link{
  text-align: right;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

.logout_link
{
  text-align: right;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

.creation_link
{
  float: right;
  text-decoration: underline;
  cursor: pointer;
  margin-right:5px;
}


.close_modal{
  margin-top:25px;
  font-size:25px;
  background-color: #4e819e;
  padding: 15px;
  border-radius: 5px;
  border: 0px;
  color: white;
}

#button_input_card{

  /*margin-top:-15px;*/
  margin-top:5px;
  font-size:25px;
  background-color: #1d2f42;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 0px;
  color: #b1d9d0;
}

.close_cross{
  float: right;
  cursor: pointer;
  margin-top: -25px;
  margin-right: -20px;
  font-weight: bold;
}

#voile {
  z-index:99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}

#voile_sombre {
  z-index:99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.98;
}

#cgv_box {
  padding: 30px;
  z-index:110;
  position: fixed;
  top:320px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  border-radius: 7px;
  width: 500px;
  margin-left: -287px;
}

#login_box {
  padding: 30px;
  z-index:110;
  position: fixed;
  top:320px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  border-radius: 7px;
  width: 300px;
  margin-left: -187px;
}

#login_box > input {
  margin-top: 10px;
  width:200px;
  font-size: 18px;
}
#login_box > button {
  margin-top:25px;
  font-size:25px;
  background-color: #4e819e;
  padding: 15px;
  border-radius: 5px;
  border: 0px;
  color: white;
}



#creation_box {
  padding: 30px;
  /*z-index:100;
  position: fixed;
  top:290px;
  left: 50%;
  background-color: white;*/
  border: 0px solid #CCC;
  border-radius: 7px;
  max-width: 530px;
  text-align:left;
  font-size: 18px;
}

#creation_box > input {
  margin-top: 10px;
  width:300px;
  font-size: 18px;
}

#creation_box > button {
  margin-top:25px;
  font-size:25px;
  background-color: #4e819e;
  padding: 15px;
  border-radius: 5px;
  border: 0px;
  color: white;
}

#message_box{
  padding: 50px;
  z-index:100;
  position: fixed;
  top:300px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  font-size:25px;
  border-radius: 7px;
  width: 300px;
  margin-left: -207px;
}

.pass_choice{
  width:100%;
  text-align: center;
  margin-bottom: 10px;
}

#questions_box{
  padding: 50px;
  z-index:100;
  position: fixed;
  top:300px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  font-size:25px;
  border-radius: 7px;
  width: 700px;
  margin-left: -407px;
}

#questions_box > div > div {
  margin-top: 5px;
}
#questions_box > div > input {
  margin-left:5px;
}

.input_desc{
  font-size: 18px;
  font-weight: bold;
}

#stripe_input {
  padding: 50px;
  z-index:100;
  position: fixed;
  top:50%;
  margin-top: -230px;
  left: 50%;
  background-color: #EEE;
  border: 7px solid #CCC;
  font-size:25px;
  border-radius: 4px;
  width: 300px;
  margin-left: -207px;
}

#stripe_input input {
  margin-top:10px;
  border:0px solid white;
  border-radius: 3px;
  padding:4px;
  width: 100%;
}

#stripe_input button
{
  background-color: #4e819e;
    padding: 10px;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
    border: 0px solid black;
    width: 100%;
}

#card-element{
  margin-top:10px;
  background-color: white;
  padding:4px;
}

#card-button.disabled  {

  background-color: #DDD;
}

#spinnerDualRing {
  /*visibility: hidden;*/
}


#forgotten_pass {
  cursor: pointer;
  text-decoration: underline;
}

#forgotten_box {
  padding: 50px;
  z-index:100;
  position: fixed;
  top:300px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  font-size:25px;
  border-radius: 7px;
  width: 300px;
  margin-left: -207px;
}
#forgotten_box > input {
  margin-top: 10px;
  width:200px;
  font-size: 18px;
}

#forgotten_box > button {
  margin-top:25px;
  font-size:25px;
  background-color: #4e819e;
  padding: 15px;
  border-radius: 5px;
  border: 0px;
  color: white;
}

#app_store_choose_box{
  padding: 50px;
  z-index:100;
  position: fixed;
  top:300px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  font-size:25px;
  border-radius: 7px;
  width: 300px;
  margin-left: -207px;
}

#reload_box{
  padding: 50px;
  /*z-index:100;
  position: fixed;
  top:300px;
  left: 50%;
  background-color: white;*/
  border: 0px solid #CCC;
  text-align: left;
  border-radius: 7px;
  width: 480px;
  min-height: 300px;
}

#reload_confirm_box{
  padding: 50px;
  z-index:100;
  position: fixed;
  top:300px;
  left: 50%;
  background-color: white;
  border: 7px solid #CCC;
  border-radius: 7px;
  width: 400px;
  margin-left: -257px;
}


.recharge_clavier_button
{
  width: 168px;
  cursor: pointer;
  margin-bottom: 4px;
  float: left;
  border-radius: 22px;
  margin-right:15px;
  border: 3px solid #1e2f43;
  background-color: #1e2f43;
  /*background-image: url('duo1.png');*/
  overflow: hidden;
  /*
  text-align: center;
  font-size: 30px;

  width: 160px;
  height:180px;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #152b3c;
  border-radius: 4px;
  margin-right:15px;
  border: 3px solid #333;
  cursor: pointer;
  margin-bottom: 4px; */
}

.selected
{
  border: 3px solid #fec104;
}

.caisse_found_client{
  width:500px;
  /*background-color: #DDD;*/
  margin: auto;
  margin-top:20px;
  padding:15px;

  border-radius: 7px;
  margin-bottom: 30px;
}
.caisse_card{
  width:400px;
  margin: auto;
  margin-top:20px;
  padding:15px;
  padding-top: 25px;
  padding-bottom: 50px;
  border-radius: 7px;
  margin-bottom: 30px;
  height:180px;
  background-color:#1d2f42;
  color:#b1d9d0;
  font-size: 30px;
}

.card_type{
  margin-bottom:15px;
  float:left;
  text-align: left;
  font-size:25px;
}
.card_qr{
  margin-bottom:0px;
  float:right;
  text-align: right;
  font-size:25px;
  padding:5px;
  background-color: white;
}

.credit_caisse_clavier_buttons
{

  padding-top: 10px;
  height: 260px;
}
#liste_salles a {
  text-decoration: underline;
}

#stripe-button
{
  background-color: #4e819e;
  padding: 10px;
  border-radius: 5px;
  color:white;
  margin-top:10px;
  border: 0px solid black;
}

#buy_button
{
  background-color: #4e819e;
  padding: 10px;
  border-radius: 5px;
  color:white;
  margin-top:10px;
  border: 0px solid black;
}


#offer_button_valid{
  background-color: #4e819e;
  padding: 10px;
  border-radius: 5px;
  color:white;
  margin-top:10px;
  border: 0px solid black;
}


.card_reload{
  margin-top:25px;
  font-size:15px;
  color:white;
  cursor: pointer;
}

#card_reload a {
  color:white;
  cursor: pointer;
}

#display_credit{
  background-color: #4e819e;
  padding: 10px;
  border-radius: 5px;
  color:white;
  margin-top:10px;
}

.cinema-map {
    margin-top:120px;
    background: #152b3c;
    margin-bottom: 10px;
}
section {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.cinema-map .cip-logo {
    float: left;
    width: 190px;
    height: 398px;
}

.cinema-map .footer-cinema-list {
    float: left;
    width: 452px;
    padding: 18px 0 18px 30px;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


.cinema-map .footer-cinema-list li {
    width: 100%;
    line-height: 17px;
}


.cinema-map .footer-cinema-list li a {
    font-family: "Raleway";
    font-size: 13px;
    color: #fff;
}

a {
    outline: 0!important;
}
a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.cinema-map .footer-cinema-list li span {
    color: #959595;
    font-family: "Raleway";
    margin-left: 8px;
    font-size: 13px;
}


.footer-logo {
    float: left;
}


.footer-logo a, .footer-logo span.welcome {
    color: #000;
    font-family: "Raleway";
    font-size: 13px;
}

.footer-logo a img, .footer-logo span.welcome img {
    margin-right: 10px;
    vertical-align: middle;
}

.footer-partners {
    float: left;
    margin-left: 50px;
    width: 400px;
}

.footer-partners img {
    float: left;
    margin: 0 10px;
}

.footer-links {
    float: right;
    line-height: 44px;
}

.footer-links li:first-child a {
    border-left: none;
}

.footer-links a {
    color: #000;
    font-family: "Lato";
    font-size: 14px;
    border-left: solid 1px #999;
    padding-left: 10px;
    margin-left: 10px;
}

.wrong {
  border : 2px solid red;
  color:red;
}

#input_pass{
  margin-top:100px;
}

#pass_renew,#pass_renew_repeat {
  width:300px;
  font-size: 20px;
  margin: 5px;

}
#submit_pass
{
  margin-top:5px;
  font-size:25px;
  background-color: #4e819e;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 0px;
  color: white;
}




/* horizontal menu styles */
.menu { 
  display: flex; 
  flex-direction: row; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
} 

.menu-item { 
  flex: 1; 
  text-align: center; 
} 

/* vertical menu styles */
@media (max-width: 600px) { 
  .menu { 
     flex-direction: column; 
  } 
  .menu-item { 
     flex: none; 
     width: 100%; 
  } 
}

