/* 
    Created on : 7 mai 2014, 12:30:16
    Author     : jean-serge.quetier
*/


/*******************************
* GLOBALS
********************************/
@font-face {
  font-family: 'Hermes';
  src: url('../webfonts/3030AC_0_0.eot');
  src: url('../webfonts/3030AC_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3030AC_0_0.woff2') format('woff2'),url('../webfonts/3030AC_0_0.woff') format('woff'),url('../webfonts/3030AC_0_0.ttf') format('truetype');
}

@font-face {

font-family: 'LiquidCrystal';
src: url('../webfonts/liquid_crystal/LiquidCrystal-Bold.otf') format('truetype');
font-weight: bold;
font-style: bold;

}

body {
  background-color: #E3E3E3;
  margin: 0;
  padding: 0;
  /*font-family: 'Arial', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #444;
  /*  height: 100%;*/
  /*background: url('../images/backgrounds/font-test3.jpg')*/
}
p {
  font-size: 14px;
}
/*.container {  hh
  background-color: #FFF;
}*/

.navbar .container{
  background: none;
}

#logo {
  padding : 10px 0px 10px 0px;
  height : 80px;
}

.jumbotron {
  padding: 0;
  /*background: url(../images/bg_jumbotron.jpg);*/
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

legend {
  color: #005698;
  width: initial;
  border: 0px;
}

legend:after {
  border-top: 1px #005698 solid;

}

.allianz-blue {
  color : #005698;
}

.total {
  color:#005698;
  font-weight: bold;
}

.admin .footer-bottom {
  margin-bottom: 20px;
}

.badge{
  background-color: #212652;
}

/*******************************
* HEADER
********************************/
#header{
  background-color: #E3E3E3;
}

/*******************************
* footer
********************************/
#footer{
  background-color: #212652;
}

/*******************************
* PANELS
********************************/
.home {
  margin-top: 15px;
}

#products-carousel-bloc .carousel-control {
  background: none;
  background-repeat: no-repeat;
  color: #dddddd;
}

#products-carousel-bloc .carousel-caption {
  width:100%;
  left:0;
  right:0;
  background-color: rgba(150,150,150,.4);
  padding-top: 5px;
  padding-bottom: 20px;  
  bottom:0;
  color: #333333;
  text-shadow: none;
}

#products-carousel-bloc .carousel-indicators {
  bottom: -8px;
}

#products-carousel-bloc .item {
  padding-bottom: 20px;
}

/*.home .panel-default > .panel-heading {
    padding: 0;
}*/

/*.panel-title{
  font-size : 24px;
  font-weight: bold;
  color: #FFFFFF;
}

.panel-default::before{

} 

.panel-default .panel-heading {
  background-color: #BBA874;
  color:#DDDDDD;
}

.panel-default .panel-title {
  font-size: 16px;
}

.panel-default .form-control{
  border-color: #CCCCCC;
}

.panel-default .form-control:focus,textarea:focus,select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
  border-color: #BBA874;
  box-shadow: 0 1px 1px #BBA874  inset, 0 0 8px #BBA874;
  outline: 0 none;
}

.panel-default .nav-pills>li.active>a {
  background-color: #000000;
}*/
.nav-pills>.active>a>.badge {
  color:#212652;
}

.tab-content {
  border : 1px solid #dddddd;
  border-radius: 5px;
}

.tab-content .table,
.tab-content .alert{
  margin: 0;
}

.admin .table {
  margin: 10px 0 10px;
}

.admin .http-error {
  margin-top: 5em;
  text-align: center;
  color: #444;
}

.admin .http-error .info {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.admin .http-error h1 {
  font-size: 5em;
  line-height: 1em;
  text-shadow: 1px 1px 0px #FFF;
  color: #444;
}

.admin .http-error i {
  font-size: 3em;
  line-height: 0.75em;
  text-shadow: 1px 1px 0px #FFF;
}

.admin .login>#login {
  margin-top: 50px;
}

.tab-content .table > tbody > tr > th {
  border-top : none;
  color: #005698;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs>li>a{
  color: #000000;
  background-color: #eeeeee;
}

.nav-tabs>li>a:hover{
  color: #ffffff;
  background-color: #005698;
}

.nav-tabs > li.active > a {
  color: #005698;
}

.admin .emailing .modal-body {
  background-color: #be887c;
}


/*******************************
* TITLES
********************************/
h1, h2, h3, h4, h6 {
  color: #000000;
}

h1 {
  font-size : 22px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size : 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  color: #c90663;
  font-size : 16px;
  font-style: italic;
}

h6 {
  font-size: 14px;
}

.admin .eligible h4 {
  color: #000000;
}
/*******************************
* NAVIGATION
********************************/
.navbar {
  border: 0px;
  /*background-color: #e30613;*/
  background-color: #c89254;
  box-shadow: 2px 2px 8px #212121;
  margin-bottom: 40px;
}

.navbar-inverse {
  background-color: #E3E3E3;
  border-color: #080808;
}

.navbar-inverse .navbar-nav>li>a {
  color: #212652;
  font-weight: bold;
}



.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active {
  color: #FFFFFF;
  background-color: #212652;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover{
  background-color: #212652;
}

.mainmenu {
  background-color: #393838;
}

.mainmenu .navbar-nav>li>a {
  color: #ffffff;
}

.mainmenu .navbar-nav>li>a:hover,
.mainmenu .navbar-nav>li>a:active {
  color: rgba(255, 255, 255, .5);
  background-color: #171717;
}

.navbarfooter {
  margin-top: 20px;
}

.navbarfooter, .footer {
  background-color: rgb(248, 248, 248);
  /*border-top: 1px #e7e7e7 solid;*/
}

.mainmenu.footer .navbar-nav>li>a {
  color: rgba(85, 85, 85, 1);
}

.navbar.mainmenu.footer {
  border-radius: 0px;
}

.mainmenu.footer .navbar-nav>li>a:hover,
.mainmenu.footer .navbar-nav>li>a:active {
  color: rgba(85, 85, 85, 1);
  background-color: rgb(231, 231, 231);
}

.admin .navbar-admin {
  background-color: #f8f8f8;
  border-color: #080808;
}

.admin .navbar-admin .navbar-toggle {
  border-color: #DDD;
}

.admin .navbar-admin .navbar-toggle:hover, 
.admin .navbar-admin .navbar-toggle:focus {
  background-color: #DDD;
}

.admin .navbar-admin .navbar-toggle {
  border-color: #DDD;
}
.admin .navbar-admin .navbar-toggle:focus {
  outline: 0px none;
}

.admin .navbar-admin .navbar-toggle .icon-bar {
  background-color: #888;
}

.admin .navbar-admin .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/********************************
* ALERTS
*********************************/
/*.alert-success {
  background-color: #212652;
  border-color: #212652;
  color: #ffffff;
} 
.alert-success > p {
  color: #ffffff;
}*/
/********************************
* BUTTON
*********************************/
.btn-success {
  background-color: #212652;
  border-color: #212652;
  color: #ffffff;
}

/********************************
* BLOCS
*********************************/
.cercle {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  -moz-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);  
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);  
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);
}

.cercle>.glyphicon {
  top: 25%;
  font-size: 5em;
}

#account .thumbnail {
  background-color: rgba(0, 0, 0, 0.1);
}

.thumbnail>.glyphicon {
  font-size: 5em;
  color: #005698;
}

.bloc_civilite {}

.step-content {
  padding: 20px 0px 0px;
  border: 0;
}

.admin #mailing {
  margin-top: 20px;
}

.admin #editor {
  margin-bottom: 20px;
}

.admin .title_broker_result {
  margin-bottom: 30px;
}

.admin .tab_broker_result {
  margin-bottom: 20px;
}

.admin .tab_broker_result .tab-content {
  background-color: #C8C8C8;
  padding: 20px;
}

.admin .tab_broker_result .tab-content fieldset {
  border: 1px rgb(104, 107, 111) solid;
  border-top: 2px #005698 solid;
}

.admin .emailing {
  width: 51%;
}

/********************************
* FORM
*********************************/
form{
  margin-top : 10px;
  margin-bottom : 10px;
}

fieldset {
  border-top: 2px #005698 solid;
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}

.tab-content .form-control{
  border-color: #9fa1a2;
}

.form-control:focus,textarea:focus,select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
  border-color: #c90663;
  box-shadow: 0 1px 1px #c90663  inset, 0 0 8px #c90663;
  outline: 0 none;
}

#subscriptionForm {
  display: none;
}
#shopFilterForm> :nth-child(n+1) {
  padding: 0 10px;
}
form .helper{
  margin-bottom: 10px;
}
#subscriptionForm .helper{
  background-color: #357ebd;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  border-color: #357ebd;
}
#lostpwdForm {
  display: none;
}

#ordersFilterForm {
  padding: 10px 0px;
}

.admin fieldset {
  border: 1px solid silver;
  border-top: 2px #005698 solid;
  margin: 0 2px 10px;
  padding: .35em .625em .75em;
}
.admin .tab-pane>fieldset:nth-child(1){
  margin-top: 10px;
}
.admin fieldset .brokers-result-h2{
  margin-top: 0;
}

/*******************************
* BUTTONS
********************************/
.btn-default:hover,
.btn-default:hover .allianz-blue{
  color : #FFFFFF;
  background-color: #005698;
}

/*******************************
* IMAGES
********************************/
.img-small {
  height: 60px;
}

.fuelux img {
  width: 60px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#solde_details .soldeTotal {
  position: relative;
  top: -80px;
}

/***************************
* TABLE
*********/
#solde_details .table-striped>tbody>tr:nth-child(odd)>td, #solde_details .table-striped>tbody>tr:nth-child(odd)>th{
  background-color: #EEEEEE;
}

/*****************************
* Check trength password
*/
.input-group-addon.pwdstrength{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
* cart_3
*/
#address-next{
  padding-top: 10px;
}

.product-detail img{
  border: 2px solid rgb(202, 156, 0);
}
.product-detail H1 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.product-detail H5 {
  margin-top: 0px;
}
.product-detail #description p {
  overflow-y: auto;
  height: 200px;
  padding-right: 20px;
  margin-bottom: 12px;
}

.product-detail #description p::-webkit-scrollbar{
  width: 14px; 

}
.product-detail #description p::-webkit-scrollbar-thumb:hover{
  background-color:rgb(200, 168, 73);
}
.product-detail #description p::-webkit-scrollbar-track{
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border:  #ccc 2px solid  ;
  background-color:rgb(237, 237, 237);
}
.product-detail #description p::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  background-color:rgb(200, 168, 73);
  border: #999999 1px solid  ;

  -webkit-box-shadow: inset 0 0 2px white;

}

.bx-wrapper{
  background: black;
  padding: 17px;
}


/******************************************
* SPECIFIC TO CHALLENGAIR
*******************************************/


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

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

.login-body-custom {
  margin-bottom: 0!important;
  padding: 5% 0;
  }



.container-main {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  box-shadow: 2px 2px 8px #212121;
  background: #fff;
}

.container-login {
  background-image: url('../images/FOND_CALENDRIER.JPG');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;  
  height: 100%;
  padding: 10% 0%;
  /*padding: 5% 0px;*/
  background-position: top right;
  /*margin-top: 50px;
  margin-bottom: 90px;*/
}

.panel-login {
  border: none!important;
}


.login-title {
    color: white!important;
}

.login-text  {
 /* background:#fff;
  opacity:0.5;
  padding:2%;*/
  padding-top: 0;
  margin-left: 12%;
}
.login-text p{
  color:#fff;
  opacity:1!important;
}

.login-text p {
    color: #39393A;
    font-size: 16.4px;
    /* opacity: 11!important; */
    padding: 21px 9px;
    background-color: rgba(255,255,255, 0.2);
}

.title-login--first-phrase {
   font-size: 20px;
}

#logoSite{
  width: 500px;
  max-width:100%;
}

.login-body{
  padding: 50px 38px;
  height: 100%;
  background-color: #051039;
  margin-bottom: 0px;
}

.login-footer{
  margin-top: 15px;
}

.login-menu-footer{

  float: left;
}

.login-menu-footer > li{
  display: inline-block;
  color: #FFFFFF;
}

.login-menu-footer > li a{
  color: #FFFFFF;
  padding: 0 5px;
  font-size: 14px;
}

#logo-af{
  float:right
}

.login-wrapper{
  background-image: url('../images/bg_login_main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;  
  background-position: top right;
  height: 100%;
  position: relative;
  padding-top:100px;
  padding-left: 55px;
}

.login-wrapper::before{
  display: block;
  content:url('../images/bg_login_side.png');
  position: absolute;
  left: -38px;
  bottom:0;
}

.login-wrapper::after{
  display: block;
  content:url('../images/bg_login_side.png');
  position: absolute;
  right: -38px;
  top:0;
}

.login-form-container{
  position: absolute;
  bottom:45px;
  width: 500px;
}

.tab-content{
  background-color: #ebebed;
  padding: 10px 15px;
  border: 2px #9fa1a2 solid;
  border-top: 0;
  border-radius: 0;
  /*  -moz-box-shadow: 5px 5px 10px 0px #656565;
    -webkit-box-shadow: 5px 5px 10px 0px #656565;
    -o-box-shadow: 5px 5px 10px 0px #656565;
    box-shadow: 5px 5px 10px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);   */
}

.tab-content h2{
  color: #212652;
  font-weight: bold;
  font-size: 16px;
}
/*
.nav-tabs>li>a{
  background-color: #ebebed;
  color: #c90663;
  font-weight: bold;
  border-radius: 0;
}

.nav-tabs>li>a:hover{
  background-color: #ebebed;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus{
  background-color: #ebebed;
  border-radius: 0;
}

.nav-tabs.nav-justified>li>a{
  border-radius: 0;
  margin-bottom: 0px;
}

.nav-tabs.nav-justified>li{
  border: 2px #9fa1a2 solid;
  border-right: 0;
}

.nav-tabs.nav-justified>li:last-child{
  border-right: 2px #9fa1a2 solid;
}

.nav-tabs.nav-justified>li.active{
  border-bottom: 2px #ebebed solid;
}

.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:hover, 
.nav-tabs.nav-justified>.active>a:focus{
  border-bottom-color: #ebebed;
}

.nav>li>a{
  padding:5px 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav>li>a,
.nav>li>a:hover{
  color: #051039;
}

.nav>li > a strong,
.nav>li.active > a strong{
  color: #c90663;
}*/


@media screen and (max-width: 768px){
  #logoSite{
    max-width: 90%;
  }
  
.login-body-custom {
  height: 965px;
}

  .login-body{
    padding: 50px 25px;
  }

  .login-wrapper{
    padding-top: 0;
    padding-left: 0;
    text-align:center;
    background-image: none;
  }

  .login-form-container{
    position:static;
    width: 90%;
    margin:auto;
    margin-top: 30px;
  }

  .login-wrapper::before{
    display: block;
    content:url('../images/bg_login_side_mobile.png');
    position: absolute;
    left: -25px;
    bottom:0;
  }

  .login-wrapper::after{
    display: block;
    content:url('../images/bg_login_side_mobile.png');
    position: absolute;
    right: -25px;
    top:0;
  }

  .login-text {
    margin-left: 4%;
}

  .login-text p {
    font-size: 15.4px;
  }

.title-login--first-phrase {
    font-size: 18px;
  }

.container-login {
  margin-bottom: 0px;
  }
} 

@media screen and (min-width: 1200px) {
.login-text p {
    padding: 36px 20px;
    font-size: 15.6px;
    min-height: 400px;
  }

  .panel-login{
    min-height: 400px;
  }

/*.container-login {
  padding: 80px 0px;
  padding-bottom: 27px;
  margin-top: 88px;
}*/
}


/************************
* MAIN MENU
*************************/
#menuH {
  padding-left:0;
  padding-right:31px;
}

#MenuH.collapse.in{
  padding-left:15px;
  padding-right: 15px;
}

#MenuH.collapse.in a{
  margin-right:0;
  margin-left:31px;
}

#menuH a{
  padding: 8px 35px;
  padding-left: 10px;
  color:#FFFFFF;
  font-weight: bold;
  position:relative;
  min-height:39px;
}

#menuH li:first-child a{
  margin-left:31px;
}

#menuH .active a::before,
#menuH a:hover::before{
  display: block;
  content:url('../images/menu_item_active_before.png');
  position: absolute;
  left: -31px;
  top:0;
}

#menuH .active a::after,
#menuH a:hover::after{
  display: block;
  content:url('../images/menu_item_active_after.png');
  position: absolute;
  right: 0;
  top:0;
}

#menuH .active a{
  margin-left:31px;
  margin-right:31px;
}

#menuH a:hover,
#menuH .active a,
#menuH .highlighted {
  background-color: #ffffff;
  color:#212652;
}

#menuH .dropdown-menu{
  background-color: #212652;
  color:#ffffff;
}
#menuH .dropdown-menu a{
  padding: 10px 20px;
}

.navbar-toggle {
  border: 1px #ffffff solid;
}
.navbar-toggle:hover {
  background-color: #212652;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;

}
/*
.navbar-toggle:hover  {
  background-color: #ffffff;
  border:
}*/
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
  background-color: #ffffff;
}

/********************************
* HOME EDITO
*********************************/

.edito {
    background-color: black!important;
}

.edito p{
    color: white!important;
    font-size: 3rem!important;
    text-align: center!important;
    padding: 15px 0!important;
}

/*.random{
  padding: 4% 0% 4% 7%!important;
}*/

.break::before {
      content: "\A";
      white-space: pre;
}

.break {
      clear: both;
}

.random span{
    /*width: 15px!important;*/
    color: #dc995d;
    display: inline-block!important;
    width: 18px!important;
    text-align: center!important;
    font-size: 1.7rem !important;
    border: 2px solid black!important;
    background: #222;
    margin: 0;
   /* padding: 2px 2px;*/
    font-family: 'Rajdhani';
    /*line-height: 60px;*/
    text-transform: uppercase;
    font-weight: normal;
    /*width: 50px !important;*/ 
}

.vide {
    padding-left: 10px;
    background: #626882;
    border-right: 4px solid black!important;
}

.random .empty {
    color: #222!important;
}




/************************
* PAGE CONTENT CONTAINER
*************************/
.container-content {
  padding: 20px;
  background-color: #ffffff;
}

/************************
* BUTTONS
*************************/
.btn-primary.disabled{
  background-color: #c90663;
  border-color: #c90663;
  color:#FFFFFF;
  font-weight: bold;
}
.btn-primary {
  position: relative;
  background-color: #c7bb6a;
  border: 0;
  border-radius: 0;
  color:#FFFFFF;
  font-weight: bold;
  line-height: 1.478571;
  height:32px;
  margin-left:45px;
  margin-right: 0px;
}

#connectForm .btn-primary, #lostPasswordForm .btn-primary, #pwdinitForm .btn-primary {
position: relative;
    background-color: #c7bb6a;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.478571;
    height: 32px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.btn-primary:hover,
.btn-primary:focus{
  background-color: #e30613;
  color:#FFFFFF;
  border:none;
}

#headingOne {
  background-color: #c7bb6a;
}

#div-button[button_submit] {
  width: 100% !important;
}

#headingOne .panel-body {
  background: #eee
}

/*.btn-primary::before{
  display:block;
  content:url('../images/bg_btn_primary_before.png');
  position: absolute;
  left: -45px;
  height: 34px;
  top: 0;
}

.btn-primary::after{
  display:block;
  content:url('../images/bg_btn_primary_after.png');
  position: absolute;
  right: -21px;
  top: 0;
}*/
/*.btn-primary:hover {
  background-color: #FFFFFF;
  color: #c90663;
  border-color: #c90663;
}*/
.btn-default:hover{
  background-color: #212652;
}
/************************
* FOOTER
*************************/
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  padding-top: 25px;
}

.footer H5{
  padding-bottom: 3px;
  margin-bottom: 0px;
  font-size: 12px;
  color:white;
  border-bottom: 1px #212652 solid;
}
#menuF{
  padding-left:0px;
}
.footer .navbar-nav a{
  padding-top:10px;
  padding-bottom:10px;
  color:white;
  font-size: 12px;
}
.footer .navbar-nav :hover{
  background-color: #FFFFFF;
  color:#212652;
}
.footer .navbar-nav .active>a{
  background-color: #FFFFFF;
  color:#212652;
}

/************************
* CARROUSEL BLOC
*************************/
#products-carousel-bloc .item {
  padding-bottom: 60px;
}
#products-carousel-bloc .carousel-caption {
  background: none;
  font-weight: bold;
}
#products-carousel-bloc .carousel-indicators {
  bottom: -16px;
}

#products-carousel-bloc .carousel-indicators li {
  border-color: #E3E3E3;
}
#products-carousel-bloc .carousel-indicators .active {
  background-color: #212652;
}
/*.panel-product-bloc .panel-heading {
    background-color: #BBA874;
    color:#DDDDDD;
}*/
/*.panel-product-bloc .panel-title {
    font-size: 16px;
}*/
.panel-product-bloc {
  border: 1px #BBA874 solid;
}

/************************
* SHOP
*************************/
/*.shop-menu-title{
    padding:2px 10px;
    background-color: #212652;
    color: #000000;
}

.shop-menu-body{
    border: 1px #212652 solid;
    margin-bottom: 30px;
}
.shop-menu-body .navbar-collapse {
    padding: 0px;
}
.shop-menu-body .nav-pills>li>a {
    font-size:12px;
    color:#333333;
    border-radius: 0;
    border-bottom: thin #E7D9AE solid;
}  
.shop-menu-body .nav-pills>li:last-child>a {
    border-bottom: none;
}  
.shop-menu-body .nav-pills>li.active>a, 
.shop-menu-body .nav-pills>li.active>a:hover, 
.shop-menu-body .nav-pills>li.active>a:focus {
    background-color: #000000;
    color:#ffffff;
}  
.shop-menu-body .nav-pills>li>a>.badge{
    background-color: #212652;
}
.shop-menu-body .nav-pills>li.active>a>.badge{
    background-color: #FFFFFF;
    color: #212652;
}
.shop-menu-body .nav-stacked>li+li{
    margin-top: 0;
}
.shop-menu-body form {
    padding: 2px 10px;
}*/
#universesMenu{
  max-height: 600px;
}

.img-shop-universe{
  margin-bottom: 20px;
}
.product{
  background: none;
}
.shop .product .product-description{
  padding-top:10px;
  background-color: #EAEAEA;
  color:#FFFFFF;
}
.shop .product .product-description H4{
  color:#776025;
  font-size:16px;
}

#description h1 {
  color: #212652;
}



/************************
* PAGINATION
*************************/
.pagination>li>a, .pagination>li>span{
  color:#212652;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
  color:#212652;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
  background-color:#212652;
  border-color:#212652;
}

/*.container-content>.row>.col-md-9{
    border: 1px solid #212652;
    padding: 25px 10px 12px;
    border-radius: 4px;
}*/

.no-border{
  border: 0;
}

.no-border .panel-title a{
  text-decoration: none;
}

.no-border .panel-title a:hover{
  text-decoration: none;
}
/************************
* CARTSTEP
*************************/
.block-step {
  text-align:center;
}

#btn-step-active {
  background-color: #212652;
}

#btn-step-active > a {
  color: #ffffff;
}

.btn-step {
  border-radius: 50%;
  background-color:#ffffff;
  width: 50px;
  height: 50px;
  border:1px solid #212652;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 999;
}
.btn-step > a {
  text-decoration: none;
  font-size: 25;
  font-weight: 900;
  color: #212652;
  display: inline-block;
  padding: 15px;
  height: 50px;
  width: 50px;
}

.btn-step + p {
  padding: 10px 0;
  color: #212652;
  font-weight: bold;
}

.line-left {
  height: 1px;
  width: 50%;
  background-color: #212652;
  display:inline-block;
  position: absolute;
  top: 25px;
  left: 0;
}
.line-right {
  height: 1px;
  width: 50%;
  background-color: #212652;
  display:inline-block;
  position: absolute;
  top: 25px;
  right: 0;
}

.centered {
  color:#000;
  font-size:26px;
  font-weight:bold;
}

@media (max-width: 767px){
  .inline-xs {
    display: inline;
  }
  .block-step {
    text-align:left;
  }

}

.block-step .btn-step:hover{
  background-color: #212652;
}
.block-step .btn-step:hover a{
  color: #FFF;
}

/*
 * Game slot machine
 */
.game-title{
  font-family: Hermes;
  color:#212652;
  margin-top: 0;
  margin-bottom:40px;
}
.game-title strong{
  color:#E50044;
  font-size: 60px;
  font-weight:normal;
}

h2.game-title{
  font-size: 40px;
}

h2.game-title:after{
  content: url('../images/icon_airplane.png');
}

h3.game-title{
  font-size: 25px;
}

.game-award{
  text-align: center;
  font-family: Hermes;
  color:#212652;
  font-size: 30px;
}

/* slot machine */
.machinesWrapper{
  position:relative;
  margin-right:40px;
  border-radius: 5px;
  border: 2px solid #B8B7B5;
  padding: 3px;
  background-color: #F5F4E2;
}

.machinesContainer{
  border: 2px solid #B8B7B5;
  padding: 15px;
  background-color: #FFFFFF;
}

.machine-container{
  display: inline-block;
  padding: 40px 0px;
  width: 164px;
  margin:auto 2px;
  background-color: #BBA874;
}

.slotMachine{
  margin: 0px 8px;
  width: 150px;
  height: 184px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}

.slotMachine .slot{
  height:184px;
  background-position-x: 55%;
  background-repeat: no-repeat;
}

.slot1{
  background: url('../images/slot_usa.jpg');
}
.slot2{
  background: url('../images/slot_mess.jpg');
}
.slot3{
  background: url('../images/slot_meast.jpg');
}
.slot4{
  background: url('../images/slot_latin.jpg');  
}
.slot5{
  background: url('../images/slot_asia.jpg');
}

#slot-trigger {
  cursor: pointer;
  height: 85px;
  right: -40px;
  top: 150px;
  position: absolute;
  width: 37px;
}

#slot-trigger div {
  position: absolute;
  top: 0;
}

#slot-trigger .ring1 {
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(14%,#959595), color-stop(37%,#d1d1d1), color-stop(49%,#bababa), color-stop(67%,#959595), color-stop(100%,#212121));
  background: -webkit-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  background: -o-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  background: -ms-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  background: linear-gradient(to bottom, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  width: 8px;
  z-index: 2;
}

#slot-trigger .ring1 .shadow {
  background: -moz-linear-gradient(top,  rgba(149,149,149,0.2) 0%, rgba(13,13,13,0.18) 46%, rgba(1,1,1,0.18) 50%, rgba(10,10,10,0.18) 53%, rgba(78,78,78,0.17) 76%, rgba(56,56,56,0.16) 87%, rgba(27,27,27,0.15) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,0.2)), color-stop(46%,rgba(13,13,13,0.18)), color-stop(50%,rgba(1,1,1,0.18)), color-stop(53%,rgba(10,10,10,0.18)), color-stop(76%,rgba(78,78,78,0.17)), color-stop(87%,rgba(56,56,56,0.16)), color-stop(100%,rgba(27,27,27,0.15)));
  background: -webkit-linear-gradient(top,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
  background: -o-linear-gradient(top,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
  background: -ms-linear-gradient(top,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
  background: linear-gradient(to bottom,  rgba(149,149,149,0.2) 0%,rgba(13,13,13,0.18) 46%,rgba(1,1,1,0.18) 50%,rgba(10,10,10,0.18) 53%,rgba(78,78,78,0.17) 76%,rgba(56,56,56,0.16) 87%,rgba(27,27,27,0.15) 100%);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  height: 50%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 1;
}

#slot-trigger .ring2 {
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(14%,#959595), color-stop(37%,#d1d1d1), color-stop(49%,#bababa), color-stop(67%,#959595), color-stop(100%,#212121));
  background: -webkit-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  background: -o-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  background: -ms-linear-gradient(top, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  background: linear-gradient(to bottom, #282828 0%,#959595 14%,#d1d1d1 37%,#bababa 49%,#959595 67%,#212121 100%);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
  height: 80%;
  left: 8px;
  overflow: hidden;
  top: 10%;
  width: 10px;
  z-index: 1;
}

#slot-trigger .ring2 .shadow {
  background: -moz-linear-gradient(top,  rgba(149,149,149,0.15) 0%, rgba(13,13,13,0.15) 46%, rgba(1,1,1,0.15) 50%, rgba(10,10,10,0.15) 53%, rgba(78,78,78,0.15) 76%, rgba(56,56,56,0.15) 87%, rgba(27,27,27,0.15) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,0.15)), color-stop(46%,rgba(13,13,13,0.15)), color-stop(50%,rgba(1,1,1,0.15)), color-stop(53%,rgba(10,10,10,0.15)), color-stop(76%,rgba(78,78,78,0.15)), color-stop(87%,rgba(56,56,56,0.15)), color-stop(100%,rgba(27,27,27,0.15)));
  background: -webkit-linear-gradient(top,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
  background: -o-linear-gradient(top,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
  background: -ms-linear-gradient(top,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
  background: linear-gradient(to bottom,  rgba(149,149,149,0.15) 0%,rgba(13,13,13,0.15) 46%,rgba(1,1,1,0.15) 50%,rgba(10,10,10,0.15) 53%,rgba(78,78,78,0.15) 76%,rgba(56,56,56,0.15) 87%,rgba(27,27,27,0.15) 100%);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  height: 50%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 1;
}

#slot-trigger .arm {
  background: #0d0d0d;
  background: -moz-linear-gradient(left, #0d0d0d 0%, #4e4e4e 47%, #383838 87%, #1b1b1b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0d0d0d), color-stop(47%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b));
  background: -webkit-linear-gradient(left, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
  background: -o-linear-gradient(left, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
  background: -ms-linear-gradient(left, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
  background: linear-gradient(to right, #0d0d0d 0%,#4e4e4e 47%,#383838 87%,#1b1b1b 100%);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8);
  height: 50%;
  left: 10px;
  top: -25px;
  width: 6px;
  z-index: 3;
  overflow: visible !important;
}

#slot-trigger .arm .knob {
  background: #ff6363;
  background: -moz-radial-gradient(center, ellipse cover, #ff6363 0%, #cf0404 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff6363), color-stop(100%,#cf0404));
  background: -webkit-radial-gradient(center, ellipse cover, #ff6363 0%,#cf0404 100%);
  background: -o-radial-gradient(center, ellipse cover, #ff6363 0%,#cf0404 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ff6363 0%,#cf0404 100%);
  background: radial-gradient(ellipse at center, #ff6363 0%,#cf0404 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  height: 16px;
  left: -7px;
  top: -15px;
  width: 20px;
  z-index: 4;
}

#slot-trigger .arm-shadow {
  background: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  bottom: 66px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  height: 6px;
  left: 9px;
  top: auto;
  width: 8px;
  z-index: 2;
}



/******************************************
* Nouveau créa 2017
*******************************************/
/************************
* MENU
*************************/
.navbar-inverse.navbar-fixed-top{
  background-color:transparent;
}

/*#usermenu .navbar-nav>li>a{
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;  
}

#usermenu.navbar-collapse.in{
  background-color: #368bcd;
}
*/
/************************
* HEADER
*************************/
.header{
  background-image: url('../images/banner_top.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #368bcd;
  min-height: 236px;
  padding-top: 75px;
}


/*******************************
* Product panel
********************************/
/*.panel-product-bloc{
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
  border-radius: 0;
}

.panel-product-bloc .panel-heading{
  background-color: #FFFFFF;
  color:#BBA874; 
  border:0;
}

.panel-product-bloc .panel-title{
  color:#BBA874;
}


.panel-product-bloc::before{
  display: block;
  content:url('../images/panel_side_left.png');
  position: absolute;
  left: -13px;
  bottom: 15px;
}

.panel-product-bloc::after{
  display: block;
  content:url('../images/panel_side_right.png');
  position: absolute;
  right: -13px;
  top: 15px;
}

.panel-login .panel-heading{
  background-color: #ebebed;
}

.panel-login .panel-heading h1{
  color: #e30613;
}

.panel-login{
  background-color: #ebebed;
  border: 2px #9fa1a2 solid;
  border-radius: 0;
}*/
.smllbar>li>a{
  font-size:10px;
}
.image--cover {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px;

  object-fit: cover;
  object-position: center right;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-account-file {
  border: 1px solid #ccc;
  color: #000000;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
}
.upload-btn-wrapper:hover .btn-account-file{
  border: 1px solid #ccc;
  color: #000000;
  background-color: #ccc;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.legende-wheel {
  background: #051039;
  padding: 20px 0;
  width: 33%;
  display: inline-block;
}

.legende-wheel p {
  color: white;
  margin-top: 14px;
}

.legende-wheel img {
  height: 70px
}

.wheel-btn-start {
  margin-top: 150px;
  right: 325px;
  background-image: url('/sites/challengair/assets/images/btn.png');
  height: 40px;
  background-size: 100% 100%;
  padding: 10px 40px;
  top: -20px;
  cursor: pointer;
}

.alert-danger p, .alert-danger span {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442 !important;
}


.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  /*color: #3c763d;*/
   color: #3c763d;
}


.alert-success p, .alert-success span {
  color: #3c763d !important;
}

.text-result {
  margin-top: 18%;
  margin-left: 32%;
  font-weight: bold;
  width: 32%;
}


    ul {
         list-style-type: none;
    }

.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 19%;
  color: #666;
  text-align: center;
}
/* Days (1-31) */
.days {
      margin-top:20px;
}

.days li {
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #fff;
    background: url(/sites/challengair/assets/images/bg.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: Amarillo;
    cursor: pointer;
}

.days > .greenribbon{
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #000;
    background: url(/sites/challengair/assets/images/bg-green.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: LHF+Amarillo;
}


.days > .redribbon{
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #000;
    background: url(/sites/challengair/assets/images/bg-red.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: LHF+Amarillo;
}

.days > .blackribbon{
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #000;
    background: url(/sites/challengair/assets/images/bg-black.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Amarillo';
    cursor:pointer;
}

.modal-body {
    padding:0px !important;
}

.model-img{
    width: 100%;
    margin-top: -30px;
    border-radius: 5px;
    position: absolute;
}

 .cal-header {
            font-family: Helvetica, Arial, sans-serif;
            padding: 20px;
        font-weight: 100;
        text-align: center;
        color: #fff;
        background: url(/sites/challengair/assets/images/text-bg.png);
         background-repeat: no-repeat;
        } 
        .text{
        vertical-align: inherit;
      border-top: solid thin #ccc;
      border-bottom: solid thin #ccc;
      font-size: 24px;
      font-weight: 100;
        }
.modal-header {
    padding: 15px;
    border:none !important;
    min-height: 16.42857143px;
    text-align: right;
}

.close{
  line-height: 0 !important;
  text-shadow: none !important;
}  

.modal-header .close {
    margin-top: -5px !important;
    z-index: 100;
    position: absolute;
    float: right;
} 

.centered {
    position: absolute;
    top: 72%;
    left: 50%;
    font-size: 22px;
    transform: translate(-50%, -50%);
}

.cal-text {
  position: relative;
  text-align: center;
  color: white;
  font-family: FRHopperW01-230;
}

@media screen and (max-width:720px) {

  .header{
    background-image: none;
  }
.weekdays li, .days li {width: 13.1%;

  }

.days li {
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #fff;
    background: url(/sites/challengair/assets/images/bg.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: Amarillo;
}

.days > .greenribbon{
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #fff;
    background: url(/sites/challengair/assets/images/bg-green.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: LHF+Amarillo;
}

.days > .blackribbon{
  list-style-type: none;
    display: inline-block;
    width: 19%;
    /* text-align: center; */
    margin-bottom: 5px;
    font-size: 30px;
    padding: 25px;
    color: #fff;
    background: url(/sites/challengair/assets/images/bg-black.png);
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Amarillo';
    cursor:pointer;
}


}


@media screen and (max-width: 425px) {
.weekdays li, .days li {width: 12.5% !important;}
.days li .active {padding: 2px !important; }
.days li {
    line-height: 0;
    display: inline-block;
    font-size: 18px;
}

.days > .greenribbon{
    line-height: 0;
    display: inline-block;
    font-size: 18px;
}

.days > .blackribbon{
    line-height: 0;
    display: inline-block;
    font-size: 18px;
}
.centered {
    font-size: 18px;
    font-weight: bolder;
}

.login-text p{
  width: 96%;
}

.container-login {
  padding: 60px 0px;
}
}

@media screen and (max-width: 290px) {
.weekdays li, .days li {width: 12.2% !important;}
.centered {
    font-size: 8px;
    font-weight: bolder;
}
.days li {
    line-height: 0;
    display: inline-block;
    font-size: 18px;

}

.days > .greenribbon{
    line-height: 0;
    display: inline-block;
    font-size: 18px;
}

.days > .blackribbon{
    line-height: 0;
    display: inline-block;
    font-size: 18px;
}
}

.close {
  opacity: 1 !important;
}

.ammapDescriptionWindow {
  width: 400px !important;
  background:#051039 !important;
  padding: 0px !important;
}

.ammapDescriptionTitle {
  padding: 8px 6px;
  color:  #fff;
  background: url('//www.challengair.fr/assets/ammap/images/header-background.jpg');
}

.amcharts-description-close-img {
  margin: 6px;
}

#quizMapLegend{
  position: relative;
}


.nav > li > a:hover, .nav > li > a:focus {
  background-color: #000;
}

.panel {
  border: 0;
  padding: 1rem;
  background: #F8F8F8;
}

.objectif {
  margin-bottom: 3rem;
}

.zone2 {
  position: relative;
  margin: 20px auto;
  background-image: url('../images/zone.png');
  background-size: cover;
  width: 180px;
  height: 160px;
}

.zone2 .desc2 {
  color: #fcfcfc;
  width: 90px;
  height: 90px;
  position: absolute;
  right: 42px;
  top: 20px;
  box-sizing: border-box;
  padding: 20px 0;
  font-size: 40px;
  text-transform: normal;
  text-align: center;
  white-space: nowrap;
}

sup {
  left: -8px;
}
.sup2 {
  left: -12px !important;
}

.checkbox-i .checkbox {
  position: relative !important;
  top: -34px;
  margin-left: 2.1rem;
  left: 0px;
  padding-left: 0px;
  width: 30px;
}

.label-i {
  margin-left: 2.1rem;
}