@charset "UTF-8";
@import url(vendor/knacss.css);
/* Reset - 
 * Documentation: http://knacss.com/demos/tutoriel.html
 */
/*-----------------------------------------------------------------------------------------------------
    Projet : Boot In Lille
    Website : 
    
    Copyright (C) 2014
    
    Sommaire :  Reset
                Header
                Contenu
                Footer
          
    Memo :  
    Inline-block pour ie < 8 : .class { display: inline;  zoom:1; } 
    
    Transitions :   
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;         
-------------------------------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #FFFFFF;
  font-size: 16px;
  font-family: 'Alegreya Sans', Arial, sans-serif;
  color: #333333;
}

h1, h2, h3, h4, h5 {
  color: #333333;
  font-weight: 700;
}

h1, .h1-like {
  font-size: 16px;
}

h2, .h2-like {
  font-size: 30px;
  color: #000;
}

h3, .h3-like {
  font-size: 14px;
}

h4, .h4-like {
  font-size: 14px;
}

h5, .h5-like {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #333;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-only {
  display: none !important;
}

.mobile-tablet-only {
  display: none !important;
}

/* =======================
  Buttons
======================= */
.primary-btn,
.secondary-btn {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 2.4em;
  -webkit-appearance: none;
  border-radius: 0;
}

/* === Primary === */
.primary-btn {
  color: #FFF;
  font-weight: bold;
  /*background: $light_orange;
  @include gradient($light_orange, $orange);*/
}

.primary-btn:hover {
  color: #FFF;
  /*@include gradient($orange, $light_orange);*/
}

.primary-btn:active {
  color: #FFF;
  /*background: $orange;*/Tech
  
}

/* Search Button */
.primary-btn.submit-button {
  text-align: center;
  padding-left: 30px;
  color: #FFF;
  font-weight: bold;
  /*background: $orange;
  background: url("../images/pointer-r-w.png") $light_orange no-repeat 5px center;
  background: url("../images/pointer-r-w.png") no-repeat 5px center, -moz-linear-gradient(top, $light_orange, $orange);
  background: url("../images/pointer-r-w.png") no-repeat 5px center, -webkit-linear-gradient(top, $light_orange, $orange);
  background: url("../images/pointer-r-w.png") no-repeat 5px center, -ms-linear-gradient(top, $light_orange, $orange);
  background: url("../images/pointer-r-w.png") no-repeat 5px center, linear-gradient(top, $light_orange, $orange);*/
}

.primary-btn.submit-button:hover {
  color: #FFF;
  /*background: $light_orange;
  background: url("../images/pointer-r-w.png") $orange no-repeat 5px center;
  background: url("../images/pointer-r-w.png") no-repeat 5px center, -moz-linear-gradient(top, $orange, $light_orange);
  background: url("../images/pointer-r-w.png") no-repeat 5px center, -webkit-linear-gradient(top, $orange, $light_orange);
  background: url("../images/pointer-r-w.png") no-repeat 5px center, -ms-linear-gradient(top, $orange, $light_orange);
  background: url("../images/pointer-r-w.png") no-repeat 5px center, linear-gradient(top, $orange, $light_orange);*/
}

.primary-btn.submit-button:active {
  color: #FFF;
  /*background: $orange;
  background: url("../images/pointer-r-w.png") $orange no-repeat 5px center;*/
}

/* === Secondary === */
.secondary-btn {
  font-size: 14px;
  height: 30px;
  line-height: 2.2em;
  font-weight: bold;
  color: #1E1E1E;
  /*@include gradient(#F3F3F3, #BEBEBE);*/
}

.secondary-btn:hover {
  color: #1E1E1E;
  /*@include gradient(#BEBEBE, #F3F3F3);*/
}

.secondary-btn:active {
  color: #1E1E1E;
  background: #BEBEBE;
}

/* === Icon link === */
/* =======================
  Unsemantic Grid
  Doc : http://unsemantic.com/
======================= */
.grid-container {
  max-width: 980px;
}

/* Header
-------------------------------------------------------------------------------------------------------*/
.header {
  padding: 10px 0 0 0;
}

.header-content {
  float: left;
  width: 70%;
  border-bottom: 1px solid #CCC;
  min-height: 170px;
}

.header .logo {
  font-size: 60px;
  color: #ff6d3d;
  display: block;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}

.header h1 {
  line-height: 1.2em;
  margin: 0;
}

/* === Sponsor === */
.sponsor {
  width: 250px;
  float: right;
  min-height: 170px;
}

.sponsor img {
  margin-top: 10px;
}

/* =======================
  Menu
======================= */
.menu-open, .menu-close {
  display: none !important;
}

.main-menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.main-menu li a {
  display: block;
  color: #666;
  padding: 6px 0;
}

.main-menu li a:hover {
  text-decoration: underline;
}

/* Contenu
-------------------------------------------------------------------------------------------------------*/
.small-border:after {
  margin: 10px 0;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background: #666;
}

h1.small-border:after {
  margin: 10px 0;
}

h3.small-border:after {
  margin: 4px 0;
}

.page-content {
  position: relative;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px;
}

.page-content img {
  border-left: 5px solid #CCC;
  padding-left: 10px;
}

.page-content a {
  color: #ff6d3d;
}

/* =======================
  Event list
======================= */
.event-list {
  border-left: 1px solid #CCC;
  margin: 0;
  padding: 0;
}

.event-list li {
  border-bottom: 1px solid #CCC;
  padding: 20px 20px 20px 0;
}

.event-list li:nth-child(even) {
  background: #f5f5f5;
}

.event-list li .bootinlille_event-date {
  border-left: 15px solid #CCC;
  color: #ff6d3d;
  font-size: 14px;
  display: block;
  padding: 8px 5px;
  font-weight: 700;
}

.event-list li h2 {
  margin: 5px 0 0 10px;
}

.event-list li .bootinlille_event-description {
  margin: 5px 0 0 10px;
}

.bootinlille_event-description:after {
  position: relative;
  left: -10px;
  margin: 15px 0;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background: #ccc;
}

.event-list li .bootinlille_event-place {
  font-weight: 700;
  color: #000;
  margin: 2px 0 0 10px;
  background: url("../images/icon-location.png") no-repeat left center;
  padding-left: 20px;
}

.event-list li .bootinlille_event-url {
  margin: 2px 0 0 10px;
  color: #666;
  display: block;
}

.event-list li .bootinlille_event-twitter {
  display: block;
  margin: 2px 0 0 10px;
  color: #55ACEE;
  font-weight: 700;
}

/* =======================
  Event Display
======================= */
p.bootinlille_event-twitter a,
li.bootinlille_event-twitter a {
  display: block;	
  color: #55ACEE;
  font-weight: 700;
}

p.bootinlille_event-url a,
li.bootinlille_event-url a {
  color: #666;
  display: block;
}

div.bootinlille_event {
  text-align: justify;
}
div.bootinlille_event ul, 
div.bootinlille_event p.bootinlille_event-place {
  border-left: 15px solid #CCC;
  padding: 8px 5px;
  font-weight: 700;
}
div.bootinlille_event ul.bootinlille_event-misc {
  border-left: 15px;	
  padding: 8px 0px;	
  line-height: 1.2em;
  font-size: 14px;
}
div.bootinlille_event p.bootinlille_event-date {
  border-left: 15px solid #CCC;
  color: #ff6d3d;
  font-size: 16px;
  display: block;
  padding: 8px 5px;
  font-weight: 700;
}
/* =======================
  Pages
======================= */
/* === Login === */
/* =======================
  Form
======================= */
form {
  position: relative;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px;
}

form h2 {
  margin: 0 0 20px 0;
  color: #333;
  line-height: 1em;
}

form p {
  position: relative;
  margin: 0 0 20px 0;
}

form label {
  display: block;
  border-left: 5px solid #CCC;
  padding-left: 10px;
  margin-bottom: 10px;
}

form .checkbox-field label {
  display: inline-block;
  border-left: none;
  padding-left: 0;
  margin-bottom: 0;
}

form input[type="text"],
form input[type="email"],
form input[type="date"],
form input[type="password"],
form textarea,
form select {
  border: 1px solid #ccc;
  background: #FFF;
  padding: 10px;
  width: 340px;
  height: 40px;
  color: #333;
  -webkit-border-radius: 0;
  -webkit-appearance: none !important;
  margin: 0;
}


form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="date"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form select:focus {
  border: 1px solid #ff6d3d;
}

form textarea {
  min-height: 100px;
  width: 340px;
  vertical-align: top;
}

/* Submit field */
form .submit-field,
form ul li:last-child {
  margin-top: 20px;
}

form .submit-field:before,
form ul li:last-child:before {
  position: relative;
  left: -20px;
  margin-bottom: 20px;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background: #ccc;
}

form input[type="submit"] {
  border: none;
  cursor: pointer;
  background: #ff6d3d;
  padding: 10px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}

/* Date Field */
form .date-field {
  color: #000;
  margin: 15px 0 20px 0;
}

form .date-field label {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

form .date-field input {
  width: 100px;
  margin: 0 5px;
}

/* Field infos */
.field-infos {
  display: block;
  font-size: 14px;
}

.field-infos a {
  color: #666;
  text-decoration: underline;
}

/* === Custom select === */
form .customSelect {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  padding: 10px;
  width: 380px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/custom-select.png") white no-repeat right center;
}

.ie7 form .customSelect {
  padding: 10px 8px;
  width: 324px;
  height: auto;
}

form .customSelectFocus {
  border: 1px solid #333;
}

form .customSelectInner {
  overflow: hidden;
  padding-right: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
}

form .customSelect.icon-input {
  padding-left: 50px;
}

form .customSelect.icon-search {
  background: url("../images/icon-search.png") no-repeat 10px center, url("../images/custom-select.png") no-repeat right center, white;
}

form .customSelect.icon-area {
  background: url("../images/icon-area.png") no-repeat 10px center, url("../images/custom-select.png") no-repeat right center, white;
}

form .customSelect.icon-pointer {
  background: url("../images/icon-pointer.png") no-repeat 10px center, url("../images/custom-select.png") no-repeat right center, white;
}

/* Custom Checkbox */
/* DOC : http://www.creativejuiz.fr/blog/tutoriels/personnaliser-aspect-boutons-radio-checkbox-css */
form .no-field-label label {
  margin-left: 190px;
  margin-bottom: 10px;
  display: block;
}

.oldie form .no-field-label label {
  margin-left: 0;
  display: inline;
}

form .custom-radio input + label {
  margin-right: 20px;
  padding-top: 4px;
}

form .custom-checkbox input[type="checkbox"]:not(:checked),
form .custom-checkbox input[type="checkbox"]:checked,
form .custom-radio input[type="radio"]:not(:checked),
form .custom-radio input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

form .custom-checkbox input[type="checkbox"]:not(:checked) + label,
form .custom-checkbox input[type="checkbox"]:checked + label,
form .custom-radio input[type="radio"]:not(:checked) + label,
form .custom-radio input[type="radio"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* Aspect des checkboxes */
form .custom-checkbox label {
  margin-right: 20px;
}

form .custom-checkbox input[type="checkbox"]:not(:checked) + label:before,
form .custom-checkbox input[type="checkbox"]:checked + label:before,
form .custom-radio input[type="radio"]:not(:checked) + label:before,
form .custom-radio input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #CCC;
  background: #FFF;
}

form .custom-checkbox input[type="checkbox"]:checked + label:before {
  border: 1px solid #ff6d3d;
}

form .custom-checkbox input[type="checkbox"]:checked + label:before,
form .custom-radio input[type="radio"]:checked + label:before {
  /*border: 1px solid #333;*/
}

form .custom-radio input[type="radio"]:not(:checked) + label:before,
form .custom-radio input[type="radio"]:checked + label:before {
  border-radius: 20px;
}

/* Aspect général de la coche */
form .custom-checkbox input[type="checkbox"]:not(:checked) + label:after,
form .custom-checkbox input[type="checkbox"]:checked + label:after,
form .custom-radio input[type="radio"]:not(:checked) + label:after,
form .custom-radio input[type="radio"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 14px;
  color: #ff6d3d;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

form .custom-radio input[type="radio"]:not(:checked) + label:after,
form .custom-radio input[type="radio"]:checked + label:after {
  content: '';
  top: 8px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 10px;
}

/* Aspect si "pas cochée" */
form .custom-checkbox input[type="checkbox"]:not(:checked) + label:after,
form .custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

/* Aspect si "cochée" */
form .custom-checkbox input[type="checkbox"]:checked + label:after,
form .custom-radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

/* aspect désactivée */
form .custom-checkbox input[type="checkbox"]:disabled:not(:checked) + label:before,
form input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* styles de la coche (si cochée/désactivée) */
form .custom-checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

/* on style aussi le label quand désactivé */
form .custom-checkbox input[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* aspect au focus de l'élément */
form .custom-checkbox input[type="checkbox"]:checked:focus + label:before,
form .custom-checkbox input[type="checkbox"]:not(:checked):focus + label:before {
  /*border: 1px dotted blue; */
}

/* === Error === */
.content_error_status {
  border-left: 5px solid #CC0000;
  padding: 2px 10px;
  color: #CC0000;
  text-align: left;
  margin-bottom: 10px;
}

form .alert-field input[type="text"],
form .alert-field input[type="email"],
form .alert-field input[type="date"],
form .alert-field input[type="password"],
form .alert-field textarea,
form .alert-field select,
form .alert-field .customSelect {
  border: 1px solid #CC0000;
}

form .alert-info {
  color: #FFF;
  background: #E83348;
  padding: 6px 8px;
  position: relative;
  display: block;
  font-size: 12px;
  margin: 10px 0 20px 0;
}
/* === Succes === */

.content_success_status {
  border-left: 5px solid #399200;
  padding: 2px 10px;
  color: #399200;
  text-align: left;
  margin-bottom: 10px;
}
/* Footer
-------------------------------------------------------------------------------------------------------*/
.footer {
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.footer a {
  color: #333;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .legal {
  color: #666;
  font-size: 12px;
}

.back-top {
  margin-top: 40px;
  padding-bottom: 16px;
  text-align: center;
  color: rgb(255,109,61);
}
/* Checkbox
-------------------------------------------------------------------------------------------------------*/
.itemsform li {
  margin-bottom: 20px;
}

.itemsform input.input-date {
  width: 80px !important;
}

#bootinlille_user_sign_in .itemsform li+li+li+li label {
	display: inline-block;
	margin-right: 10px;
}

#bootinlille_user_sign_in .itemsform li+li+li+li label+div {
	display: inline-block;
}

.content_error_status {
	margin-top: 10px;
}


#bootinlille_event_add .itemsform li:nth-child(6) select {
  width: 100px;
}

#bootinlille_event_add .itemsform li:nth-child(8) label,
#bootinlille_event_add .itemsform li:nth-child(9) label,
#bootinlille_event_add .itemsform li:nth-child(10) label,
#bootinlille_event_add .itemsform li:nth-child(11) label {
  display: inline-block;
  margin-right: 10px;
}

#bootinlille_event_add .itemsform li:nth-child(8) label+div,
#bootinlille_event_add .itemsform li:nth-child(9) label+div,
#bootinlille_event_add .itemsform li:nth-child(10) label+div,
#bootinlille_event_add .itemsform li:nth-child(11) label+div {
	display: inline-block;
}
