@charset "UTF-8";
/*
Theme Name: Bagel
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500|Roboto:300,300i,400,400i,500,500i");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.white {
  color: #fff; }
  .white a {
    color: #fff; }
  .white h1, .white h2, .white h3, .white .h1, .white .h2, .white .h3 {
    color: #fff; }

.black {
  color: #303030; }

.color1 {
  color: #eea13a; }

.color2 {
  color: #3d3936; }

.color3 {
  color: #242424; }

.colorGreen {
  color: #7aa354; }

.colorBeige2 {
  color: #fff3e3; }

.colorBeige3 {
  color: #3F2021; }

.beige2-bg {
  background-color: #fff3e3; }

.white-bg {
  background-color: #fff; }

.black-bg {
  background-color: #303030; }

.color1-bg {
  background-color: #eea13a; }

.color2-bg {
  background-color: #3d3936; }

.color3-bg {
  background-color: #242424; }

.greyLight-bg {
  background-color: #f5f5f5; }

body {
  font-family: 'Roboto', sans-serif; }

h1, .h1 {
  font-family: 'Oswald', sans-serif; }

h2, .h2 {
  font-family: 'Oswald', sans-serif; }

.btn-button, button, .button,
.comment-reply-link,
.comment-respond #submit,
#searchform #searchsubmit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: all 0.4s ease 0s;
  color: #303030;
  padding: 10px 30px;
  font-weight: 400;
  width: auto;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
  border: 2px solid #303030;
  margin-right: 10px;
  text-decoration: none;
  font-size: 17px; }
  .btn-button:hover, button:hover, .button:hover,
  .comment-reply-link:hover,
  .comment-respond #submit:hover,
  #searchform #searchsubmit:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #3d3936; }
  .btn-button.small, button.small, .button.small,
  .comment-reply-link.small,
  .comment-respond #submit.small,
  #searchform #searchsubmit.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small {
    padding: 6px 15px;
    border: 2px solid #303030; }
  .btn-button.fullWidth, button.fullWidth, .button.fullWidth,
  .comment-reply-link.fullWidth,
  .comment-respond #submit.fullWidth,
  #searchform #searchsubmit.fullWidth,
  input[type="button"].fullWidth,
  input[type="reset"].fullWidth,
  input[type="submit"].fullWidth {
    width: 100%;
    padding: 12px 32px; }
  .btn-button.full, button.full, .button.full,
  .comment-reply-link.full,
  .comment-respond #submit.full,
  #searchform #searchsubmit.full,
  input[type="button"].full,
  input[type="reset"].full,
  input[type="submit"].full {
    background-color: #eea13a;
    border: none; }
  .btn-button.white, button.white, .button.white,
  .comment-reply-link.white,
  .comment-respond #submit.white,
  #searchform #searchsubmit.white,
  input[type="button"].white,
  input[type="reset"].white,
  input[type="submit"].white {
    color: #fff;
    border-color: #fff; }
    .btn-button.white.arrowBtn, button.white.arrowBtn, .button.white.arrowBtn,
    .comment-reply-link.white.arrowBtn,
    .comment-respond #submit.white.arrowBtn,
    #searchform #searchsubmit.white.arrowBtn,
    input[type="button"].white.arrowBtn,
    input[type="reset"].white.arrowBtn,
    input[type="submit"].white.arrowBtn {
      background-image: url(img/Fleche-Blanche.svg); }
  .btn-button.color2-bg, button.color2-bg, .button.color2-bg,
  .comment-reply-link.color2-bg,
  .comment-respond #submit.color2-bg,
  #searchform #searchsubmit.color2-bg,
  input[type="button"].color2-bg,
  input[type="reset"].color2-bg,
  input[type="submit"].color2-bg {
    background-color: #3d3936; }
  @media (max-width: 1000px) {
    .btn-button, button, .button,
    .comment-reply-link,
    .comment-respond #submit,
    #searchform #searchsubmit,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      margin-bottom: 20px; } }

input[type="file"] {
  padding: 10px; }

input, select, textarea {
  padding: 3px 10px;
  background-color: #fff;
  border: 1px solid #8A8A8A; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1 !important; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1 !important; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important; }

label {
  margin-bottom: 0px;
  font-weight: 300; }
  label b {
    font-weight: 300; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 32px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #3d3936;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -14px; }
  .hamburger-inner::after {
    bottom: -14px; }
  .hamburger-inner .is-active {
    background-color: #303030; }
  .hamburger-inner .is-active::after {
    background-color: #303030; }
  .hamburger-inner .is-active::before {
    background-color: transparent; }

/*@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/slider";
@import "types/slider-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/spin";
@import "types/spin-r";
@import "types/squeeze";*/
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
*/
.menuSecondary {
  padding: 5px 0px; }

/*MENU ////////////////////////*/
.logoContainer {
  width: 250px; }

.logo-a {
  position: absolute;
  left: 60px;
  top: 0;
  width: 200px;
  padding: 10px;
  z-index: 10; }
  @media screen and (min-width: 1000px) and (max-width: 1140px) {
    .logo-a {
      width: 120px; } }

.headerMenusSticky .logo-a {
  width: 112px;
  padding: 10px;
  margin-bottom: -20px; }
.headerMenusSticky .nav > li a {
  padding: 20px 20px; }

.logo-img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 1000px) {
  .headermenus .nav > li.produitsLink:hover .sub-menu {
    display: none; } }

.menu-container {
  width: 100%;
  background-color: #fff; }

.nav {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0; }
  .nav > li {
    display: inline-block;
    float: left; }
    .nav > li a {
      line-height: 160%;
      letter-spacing: 1px;
      display: block;
      text-decoration: none;
      padding: 25px 20px;
      color: #303030;
      font-size: 16px;
      font-weight: 400; }
      @media screen and (min-width: 1000px) and (max-width: 1400px) {
        .nav > li a {
          letter-spacing: 0;
          font-size: 17px;
          line-height: 16px; } }

.nav > li {
  -webkit-backface-visibility: hidden; }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: transparent; }
  .nav > li.current-menu-parent > a, .nav > li.current-menu-item > a, .nav > li.current-page-parent > a {
    background-color: transparent; }

.nav > li:hover .sub-menu {
  display: block; }

.nav > li > .sub-menu {
  display: none;
  position: absolute;
  padding: 15px 0;
  top: 100%;
  left: 20px;
  z-index: 1;
  left: 50%;
  background-color: #3d3936;
  transform: translateX(-50%); }
  .nav > li > .sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #3d3936;
    border-width: 15px;
    margin-left: -15px; }
  .nav > li > .sub-menu > li {
    background-color: #3d3936;
    display: block; }
    .nav > li > .sub-menu > li a {
      color: #fff; }
    .nav > li > .sub-menu > li > a:hover,
    .nav > li > .sub-menu > li > a:focus {
      color: #eea13a; }
    .nav > li > .sub-menu > li a {
      font-size: 15px;
      line-height: 100%;
      letter-spacing: 0px;
      display: block;
      text-decoration: none;
      text-transform: none;
      padding: 10px 30px;
      white-space: nowrap; }
    .nav > li > .sub-menu > li.current-menu-item > a {
      color: #eea13a; }
  .nav > li > .sub-menu > li > .sub-menu a {
    padding-left: 45px; }
  .nav > li > .sub-menu > li > .sub-menu a:hover,
  .nav > li > .sub-menu > li > .sub-menu a:focus {
    color: #eea13a; }
  .nav > li > .sub-menu > li > .sub-menu .current-menu-item > a {
    color: #eea13a; }

.produitsMenu {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 4px 4px #0003;
  display: none; }

.productMenuBox h4 {
  height: 2em;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 19px; }

.menuProduitsImg {
  width: 80%; }

.table-cell.alignBottom {
  vertical-align: bottom; }

.headerMenusSticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  transform: translateY(-200%); }
  .headerMenusSticky.on {
    transform: translateY(0%); }

/* MOBILE MENU*/
.mobileHeader {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 2200;
  cursor: pointer;
  width: 100%;
  background-color: #fff; }
  .mobileHeader .hamburger {
    position: absolute;
    right: 10px;
    top: 10px; }
  .mobileHeader.affix .hamburger-inner, .mobileHeader.affix .hamburger-inner::before, .mobileHeader.affix .hamburger-inner::after {
    width: 30px;
    height: 3px; }
  .mobileHeader.affix .hamburger-inner::before {
    top: -10px; }
  .mobileHeader.affix .hamburger-inner::after {
    bottom: -10px; }
  .mobileHeader .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0 !Important; }
  @media screen and (min-width: 1000px) {
    .mobileHeader {
      display: none; } }

.mobileLogo {
  width: 80px; }

.menuMobileContainer {
  background-color: #3d3936;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: calc(100% - 70px);
  z-index: 3000;
  overflow-x: scroll; }
  .menuMobileContainer.on {
    left: 0; }

.nav-mobile {
  text-transform: uppercase; }
  .nav-mobile > li {
    padding: 0;
    border-bottom: 1px solid #fff; }
    .nav-mobile > li a {
      font-size: 14px;
      line-height: 100%;
      display: block;
      text-decoration: none;
      padding: 14px 0px; }
  .nav-mobile .sub-menu {
    position: relative;
    background-color: transparent;
    z-index: 1;
    width: auto;
    box-shadow: none;
    display: none;
    padding-top: 0; }
    .nav-mobile .sub-menu > li {
      display: block; }
      .nav-mobile .sub-menu > li a {
        font-size: 13px;
        line-height: 100%;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #fff; }
        .nav-mobile .sub-menu > li a > a:hover,
        .nav-mobile .sub-menu > li a > a:focus {
          background-color: #9c9c9c;
          color: #242424; }
        .nav-mobile .sub-menu > li a.current-menu-item > a {
          background-color: transparent;
          color: #3d3936; }
    .nav-mobile .sub-menu .sub-menu a {
      padding-left: 30px !important; }

.nav-footer {
  display: inline-block;
  margin-bottom: 0px; }
  .nav-footer > li {
    padding: 0;
    display: inline-block; }
    @media screen and (max-width: 1000px) {
      .nav-footer > li {
        display: block; } }
    .nav-footer > li.current-menu-parent > a, .nav-footer > li.current-menu-item > a, .nav-footer > li.current-page-parent > a {
      color: #eea13a; }
    .nav-footer > li a {
      font-size: 14px;
      display: block;
      text-decoration: none;
      padding: 0px 20px 0 0px;
      font-weight: 300; }
      @media screen and (max-width: 1000px) {
        .nav-footer > li a {
          display: block;
          margin: 10px 0px;
          font-size: 16px; } }
    .nav-footer > li.parentsLink a {
      background-image: url(img/Portail-Parents.svg);
      background-repeat: no-repeat;
      background-position: left 0px top 3px;
      background-size: 20px auto;
      padding-left: 30px;
      padding-right: 10px; }

/*END _____  MENU ////////////////////////*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body #tinymce {
  background-color: #ddd; }
#tinymce ol, #tinymce ul {
  list-style: disc;
  padding-left: 20px; }
#tinymce img {
  max-width: 100%; }
#tinymce a {
  text-decoration: underline !important; }

body {
  color: #303030;
  font-size: 17px;
  font-weight: 300;
  line-height: 140%;
  min-height: 900px; }
  body#tinymce {
    background-color: #ddd; }
  @media screen and (max-width: 1000px) {
    body {
      margin-top: 70px; } }

.allContainer {
  overflow: hidden; }

p {
  line-height: 140%;
  margin-bottom: 16px; }
  p:last-child {
    margin-bottom: 0; }

ul li, ol li {
  line-height: 160%; }
  @media screen and (max-width: 1000px) {
    ul li, ol li {
      line-height: 120%; } }

h1, .h1 {
  color: #303030;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 500; }
  h1:last-child, .h1:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1000px) {
    h1, .h1 {
      font-size: 160%; } }

h2, .h2 {
  color: #303030;
  font-size: 36px;
  line-height: 140%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400; }
  h2:last-child, .h2:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1000px) {
    h2, .h2 {
      font-size: 120%; } }

h3, .h3 {
  color: #303030;
  font-size: 28px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400; }
  h3:last-child, .h3:last-child {
    margin-bottom: 0; }

h4, .h4 {
  font-size: 24px;
  line-height: 120%;
  margin-top: 0px;
  font-weight: 300; }
  h4:last-child, .h4:last-child {
    margin-bottom: 0; }

h5, .h5 {
  color: #303030;
  font-size: 18px;
  line-height: 120%;
  margin-top: 0px; }

section {
  position: relative; }

.cafeLink {
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #303030;
  text-decoration: none; }
  .cafeLink img {
    width: 90px; }
  .cafeLink p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 100%; }

.header-carousel h1 {
  font-size: calc(34px + 2vw); }

.separator {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px; }

.circleBkoze {
  display: inline-block;
  background-image: url(img/circleBKOZE.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px;
  width: 62px;
  height: 34px;
  margin-bottom: -23px; }

.header-accueil {
  min-height: 760px; }
  @media (max-width: 1000px) {
    .header-accueil {
      min-height: 300px; } }

.boxPostAccueil h3 {
  margin: 20px 0 10px; }
.boxPostAccueil a {
  color: #303030; }
  .boxPostAccueil a:hover {
    text-decoration: none; }

.boxCatAccueil h3 {
  margin: 10px 0 5px; }
.boxCatAccueil a {
  color: #303030; }
  .boxCatAccueil a:hover {
    text-decoration: none; }

.postCat {
  position: absolute;
  left: 10px;
  bottom: -10px;
  background: #eab4b4;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500; }

@media (min-width: 1000px) {
  .slogan {
    width: 70%;
    margin: 0 auto; } }

.accueilEntreprises {
  display: inline-block;
  padding: 0 5px; }
  .accueilEntreprises a {
    border: 2px #ccc solid;
    padding: 0 15px;
    margin: 15px 0;
    display: block;
    line-height: 130px;
    width: 200px;
    background-color: #fff; }

.accueilInfoTitle h2 {
  text-transform: uppercase;
  font-size: 30px; }

.porteCarouselTable {
  width: 100%; }
  .porteCarouselTable .slick-prev, .porteCarouselTable .slick-next {
    width: 40px;
    padding: 10px;
    cursor: pointer; }

footer {
  font-weight: 100;
  border-top: 1px solid #dadada; }
  footer p {
    line-height: 180%; }
  footer a {
    text-decoration: underline; }

.footerLogo {
  width: 110px;
  height: auto;
  margin-top: -56px; }

.copyright {
  font-size: 14px; }
  .copyright a {
    text-decoration: underline; }

.logo-footer {
  display: inline-block;
  width: 50%;
  max-width: 120px;
  height: auto; }

.footerCoordonnees {
  font-size: 17px; }
  .footerCoordonnees p {
    margin-bottom: 10px; }
  .footerCoordonnees i {
    font-size: 24px; }
  .footerCoordonnees a {
    text-decoration: none; }

.footerTel {
  font-size: 28px;
  font-weight: 400; }

.socialHeader a {
  margin-right: 10px;
  color: #3F2021; }
  .socialHeader a .fa {
    font-size: 28px; }

article.singlePost {
  position: relative; }
  @media (min-width: 1000px) {
    article.singlePost {
      width: 80%;
      margin: 0 auto; } }
  article.singlePost b, article.singlePost strong {
    color: #303030; }

.comment.depth-1 {
  border-bottom: 1px solid #eea13a;
  padding: 20px 0; }
.comment .comment {
  margin: 20px 20px 0; }

.comment-respond label {
  display: block; }

.shareBar #st-1.st-has-labels .st-btn {
  min-width: auto;
  width: 40px;
  height: 40px;
  margin-right: 10px; }
.shareBar #st-1 .st-btn > span {
  display: none; }
.shareBar #st-1 .st-btn > svg {
  height: 25px;
  width: 25px; }
.shareBar #st-1 .st-btn > img {
  height: 25px;
  width: 25px; }

.imageHeader {
  min-height: 450px; }

.alignright {
  width: 50% !important;
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  width: 50% !important;
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.videoWrapper {
  position: relative;
  padding-bottom: 54%;
  /* 16:9 */
  padding-top: 27px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.landingContent h1 {
  font-size: 42px; }
.landingContent ul {
  padding-left: 0; }
  .landingContent ul li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    color: #303030;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding-right: 0px; }
    .landingContent ul li:after {
      content: "•";
      color: #c0c04a;
      margin: 0 10px; }
    .landingContent ul li:last-child:after {
      content: ''; }

.bg2 {
  background-image: url(img/circleBKOZE.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30%; }

.produitsBox img {
  width: 70%; }

.storesLogos img {
  height: 60px;
  width: auto;
  margin: 20px 10px; }

.alert {
  position: absolute;
  right: 30px;
  top: 100px;
  width: 60vw;
  z-index: 100000;
  border-radius: 3px;
  padding: 30px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  @media (max-width: 1000px) {
    .alert {
      left: 10px;
      right: auto;
      width: 80vw; } }
  .alert ol, .alert ul {
    list-style: disc;
    padding-left: 20px; }
  .alert .closeAlert {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 19px; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1000px) {
  .productMenuBox.table-cell {
    display: block; }
    .productMenuBox.table-cell img {
      width: 50px; } }
@media screen and (min-width: 1000px) {
  .flex {
    display: flex;
    align-items: center;
    /*justify-content: center;*/ } }

.clearfix {
  clear: both; }

div {
  position: relative; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }
  img.fullWidth {
    width: 100%; }
  .fullWidth img {
    width: 100%; }

.transition-ease {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.bold {
  font-weight: bold; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }
  .underline:focus, .underline:hover {
    text-decoration: underline; }

.nopad {
  padding-right: 0px;
  padding-left: 0px; }

.pad-3 {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-20 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-left-20 {
  padding-left: 20px; }

.pad-30 {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-10LR {
  padding-left: 10px;
  padding-right: 10px; }

.pad-30LR {
  padding-left: 30px;
  padding-right: 30px; }

.pad-30-0 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-10-20 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-30-20 {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-40-30 {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px; }

.pad-5percent {
  padding: 5%; }

.pad-top-20 {
  padding-top: 20px; }

.pad-top-40 {
  padding-top: 40px; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.pad-bottom-20 {
  padding-bottom: 20px; }

@media screen and (min-width: 1000px) {
  .first {
    padding-right: 30px; } }

@media screen and (min-width: 1000px) {
  .first-10 {
    padding-right: 10px; } }

@media screen and (min-width: 1000px) {
  .last {
    padding-left: 30px; } }

.last-always {
  padding-left: 15px; }

.first-always {
  padding-right: 15px; }

.margin-0 {
  margin: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-5 {
  margin: 10px; }

.margin-10 {
  margin: 10px; }

.margin-20 {
  margin: 20px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

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

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

.margin-top-mid {
  margin-top: 20px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-20 {
  margin-right: 20px; }

/*we center the floatong columns*/
.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.featuretteBig {
  padding-top: 100px; }
  @media screen and (max-width: 1000px) {
    .featuretteBig {
      padding-top: 80px; } }

.featuretteBig2 {
  padding-bottom: 100px; }
  @media screen and (max-width: 1000px) {
    .featuretteBig2 {
      padding-bottom: 80px; } }

.featurette {
  padding-top: 80px; }
  @media screen and (max-width: 1000px) {
    .featurette {
      padding-top: 40px; } }

.featurette2 {
  padding-bottom: 80px; }
  @media screen and (max-width: 1000px) {
    .featurette2 {
      padding-bottom: 40px; } }

.featurette-half {
  padding-top: 40px; }

.featurette2-half {
  padding-bottom: 40px; }

.featurette-mini {
  padding-top: 20px; }

.featurette2-mini {
  padding-bottom: 20px; }

.featuretteLR {
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 1000px) {
    .featuretteLR {
      padding-left: 20px;
      padding-right: 20px; } }

.v-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

/*//////////////////////////////////////*/
ol, ul {
  padding-left: 20px; }

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }
  .row .table-cell {
    float: none; }
  @media (max-width: 1000px) {
    .table-cell.noMobile {
      display: block; } }

.text-bold {
  font-weight: bold; }

.coverBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .coverBg.coverBgTop {
    background-position: center top; }

.fixedBg {
  background-attachment: fixed; }

.overflow-hidden {
  overflow: hidden; }

.inline-block {
  display: inline-block; }

@media screen and (min-width: 1400px) {
  .container {
    width: 1240px; } }
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  margin: 0;
  margin-right: 5px; }
  .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: #eea13a;
    margin-right: 5px; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%; }

.carousel {
  background-size: cover; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-inner > .item {
  background-size: cover;
  background-position: center; }

.header-carousel .carousel-inner > .item {
  min-height: 460px;
  height: 90vh;
  background-attachment: fixed; }
  @media screen and (max-width: 1000px) {
    .header-carousel .carousel-inner > .item {
      min-height: 400px; } }

.text-shadow {
  text-shadow: 2px 2px 4px #0006; }

.pointer {
  cursor: pointer; }

.Xhidden {
  display: none; }

@media screen and (max-width: 1000px) {
  .hiddenPhone {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .hiddenDesktop {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .hiddenTablet {
    display: none; } }

@media (max-width: 1000px) {
  .mobileHidden {
    display: none; } }
@media (min-width: 1000px) {
  .desktopHidden {
    display: none; } }
@media print {
  .recetteBox, .noPrint {
    display: none; }

  .recetteBox.imprimer {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
