/*
turquoise: #00b3c3
pink: #d078ba
dark grey: #767676
background light grey: #f3f3f3

heading text: #5d5d5d
text: #888888

60cedb
 */

.banner-hero {
  margin-top: 75px;
  min-height: 240px;
  background-color: #f3f3f3
}

.idprice {
  background-color: #f3f3f3;
  min-width: 105%
}

.idcard i {
  color: white;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.woff') format('woff');
}

font-family: 'Montserrat', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #666666;
}

.jumbotron h1 {
  font-size: 30px;
  color: #666;
}

.idcard h1 {
  color: white;
}

.container h2 {
  font-size: 2.2em;
  text-align: center;
}

.blue h2 {
  color: white;
}

.container h3 {
  font-size: 1.4em;
}

.blue h3 {
  color: white;
  font-style: italic;
}

.values h3 {
  font-size: 30px;
}

p, div {
  font-family: 'Montserrat', sans-serif;
}

.shop {
  padding-top: 60px;
  padding-bottom: 20px;
}

.center {
  text-align: center
}

.navbar-inverse {
  background-color: #0db4c7;
  border-color: #0db4c7;
  color: #fff;
}

.navbar .container {
  padding-top: 1em;
  padding-bottom: 1em;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-brand>img {
  height: 48px;
  margin-top: -15px;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.signin {
  border-left: 0.1rem solid #fff;
}

.language {
  float: right!important;
}

.btn-primary {
  margin-top: 1em;
  background-color: #d078ba;
  border-color: white;
  color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus{
  background-color: white;
  border-color: #d078ba;
  color: #d078ba;
}

.mission img {
  width: 120px;
  height: 120px;
  border: none;
}

.row-reasons {
  text-align: center;
}
.row-reasons img {
  width: 200px;
}

.jumbotron {
  background-color:#fff;
  color: #333;
  margin-top: 78px;
}

.panel-basic {
  background-color: #0db4c7;
  color: #fff;
}

.panel-personal {
  background-color: #00b6a0;
  color: #fff;
}

.panel-organisation {
  background-color: #333333;
  color: #fff;
}

.panel-basic>.panel-heading {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  background-color: #0db4c7;
  border-color: #fff;
  border-bottom: 4px solid #fff;
  text-align: center
}

.panel-personal>.panel-heading {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  background-color: #00b6a0;
  border-color: #fff;
  border-bottom: 4px solid #fff;
  text-align: center
}

.panel-organisation>.panel-heading {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  background-color: #333333;
  border-color: #fff;
  border-bottom: 4px solid #fff;
  text-align: center
}

.panel-body {
  text-align: center;
}

.storage {
  font-size: 1.7em;
  font-weight: bold;
}

.panel-body .price {
  font-size: 3em;
  font-weight: bold;
}

.list-basic .list-group-item {
  background-color: #0db4c7;
}

.list-personal .list-group-item {
  background-color: #00b6a0;
}

.list-organisation .list-group-item {
  background-color: #333333;
}

.list-storage {
  background-color: rgba(255, 255, 255, 0.5)!important;
  font-size: 1.2em;
  text-align: center;
}

.users-feedbacks .img-circle {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 2em
}

.values {
  background-color: #f3f3f3;
}

.features img {
  width: 100px;
}

.features {
  background-color: #0db4c7;
  color: white;
}

.container .row {
  padding-top: 1em;
  padding-bottom: 4em;
}

.users-feedbacks {
  background-color: white;
  color: #333;
}

.press {
  padding-bottom: 2em;
}

.mission p {
  text-align: left;
}

.newsletter {
  background-color: #0db4c7;
  color: white;
}

.page-footer {
  background-color: #0db4c7;
  color: white;
}

.page-footer a {
  color: white;
}

.page-footer li {
  list-style: none;
}

.page-footer ul {
  padding: 0
}

.page-footer h3 {
  color: white;
}

.mission img {
  width: 120px;
}

blockquote {
  border-left: none;
}

.blockquote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  margin: 1.3em;
  padding: 1.3em;
  text-align: center;
}

.blockquote footer {
  margin-top: -1.3em;
}

.press img {
  width: 250px
}

.footer-copyright {
  background-color: rgb(96,206,219)
}
.footer-copyright .licence {
  text-align: center;
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-title {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.2em;
}

.card-price {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  text-align: center;
  background-color: #f3f3f3;
  position: absolute;
  bottom: 8rem;
  width: 100%;
  height: 3.5rem;
  right: 15px
}

.card-order {
  position: absolute;
  bottom: 1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 40%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card-image img {
  width: 240px;
  height: 160px;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
  color: inherit;
}

.card .card-content .card-title {
  line-height: 48px;
}

.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
  z-index: 2;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-action + .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.card-shop {
  height: 500px;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.thumbnail {
  border: none;
}

.thumbnail>img {
    display: block;
    max-width: 100%;
}

.shop-image {
  height:180px;
}

.idcard {
  margin-top: -50px;
  max-width: 340px;
  background-color: #0db4c7;
  color: white
}
.idcard .price {
  font-size: 2rem;
}

.idcard ul {
  list-style-type: none;
}

ul.menu_horizontal li {
 display : inline;
 padding : 0 0.5em; /* Pour espacer les boutons entre eux */
 }
ul.menu_horizontal {
 list-style-type : none; /* Car sinon les puces se placent n'importe où */
 }
ul.menu_horizontal i {
   font-size: 2em;
   }
