@charset "UTF-8";
/*
Name:Raleway Mega Bootstrap Template
Version:2.2
Author:Denis Samardjiev
*/
/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Alerts
	=Icon Fonts
	=Navigation
	=Sidebar Navigation
	=Forms
	=Zoom Fade
	=Carousel
	=Quote Carousel
	=Team Carousel
	=Owl Carousel
	=Heading
	=Header 1 + 2
	=Header Parallax
	=Panels
	=Tabs
	=Pricing Tables
	=Chart
	=Call to Action
	=Accordion
	=Content Section
	=Parallax Content
	=Timeline
	=Thumbnails
	=Shadows
	=Dividers
	=Modals
	=Labels and Badges
	=Progress Bars
	=Content Sections
	=Team
	=Recent Posts
	=Clients
	=404 / Map
	=Top Bar
	=Portfolio
	=Comments
	=Cart
	=Blog
	=Shop
	=Portfolio
	=Footer
	=Media Queries
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700%7CRaleway:300,400,500,600,700,800");
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 17, 2016 */
@font-face {
  font-family: 'ketchupa';
  src: url("fonts/ketcrg.woff2") format("woff2"), url("fonts/ketcrg.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* =Common Styles
-------------------------------------------------------------- */
body {
  background: #fff;
  font: normal 13px 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  height: 100%;
  line-height: 1.6;
  min-height: 100% !important; }

html {
  min-height: 100% !important; }

::selection {
  background: #00B7EB;
  color: #fff;
  box-shadow: 0; }

::-moz-selection {
  background: #00B7EB;
  color: #fff;
  box-shadow: 0; }

#cse-search-results iframe {
  width: 100% !important; }

.blue-css-square {
  height: 20px;
  width: 20px;
  background-color: #3498db;
  margin-top: 3px; }

.green-css-square {
  height: 20px;
  width: 20px;
  background-color: #2ecc71;
  margin-top: 3px; }

.purple-css-square {
  height: 20px;
  width: 20px;
  background-color: #9b59b6;
  margin-top: 3px; }

.dark-blue-css-square {
  height: 20px;
  width: 20px;
  background-color: #34495e;
  margin-top: 3px; }

.red-css-square {
  height: 20px;
  width: 20px;
  background-color: #FF3B30;
  margin-top: 3px; }

.teal-css-square {
  height: 20px;
  width: 20px;
  background-color: #1abc9c;
  margin-top: 3px; }

.orange-css-square {
  height: 20px;
  width: 20px;
  background-color: #00B7EB;
  margin-top: 3px; }

.silver-css-square {
  height: 20px;
  width: 20px;
  background-color: #BDC3C7;
  margin-top: 3px; }

.seagul-css-square {
  height: 20px;
  width: 20px;
  background-color: #65C6BB;
  margin-top: 3px; }

.pinkish-css-square {
  height: 20px;
  width: 20px;
  background-color: #F64747;
  margin-top: 3px; }

a {
  color: #00B7EB;
  cursor: pointer; }
  a:hover {
    color: #00B7EB;
    text-decoration: underline;
    cursor: pointer; }

.link-white a {
  color: #fff; }
  .link-white a:hover {
    color: #fafafa;
    text-decoration: none; }

.center-vertically {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.center-vertically-left {
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.center-vertically-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }

.border-bottom-none {
  border-bottom: 0 !important; }

.border-top-white {
  border-top: 2px solid #fff; }

.border-top {
  border-top: 1px dotted #d2d2d2; }

.border-bottom {
  border-bottom: 1px dotted #d2d2d2; }

.border-right-grey {
  border-right: 1px dotted #d2d2d2; }

.border {
  border: 1px solid #E6E6E6; }

.border-white {
  border: 1px solid #fff !important; }

.no-border {
  border: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-border-radius {
  border-radius: 0 !important; }

.br-50 {
  border-radius: 50% !important; }

.br-2 {
  border-radius: 2px !important; }

.full-width {
  width: 100%; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mg5 {
  margin: 5px !important; }

.p15 {
  padding: 15px !important; }

.p10 {
  padding: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml5 {
  margin-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml20, .ml20-md {
  margin-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.background-light-grey {
  background-color: #fafafa !important; }

.background-white {
  background-color: #fff !important; }

.background-main {
  background-color: #000 !important; }

.background-mainsub {
  background-color: #00B7EB; }

.color-main {
  color: #00B7EB; }

.success-rw {
  background-color: #2ecc71; }

section {
  overflow: hidden; }

.banner {
  width: 468px;
  height: 60px;
  display: block;
  float: right;
  margin-top: 30px;
  background: #f5f5f5; }

main {
  display: block; }

.intro-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 290px; }

.intro-caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
  position: absolute; }

.fb_iframe_widget, .fb-page {
  width: 100% !important; }
  .fb_iframe_widget span, .fb-page span {
    width: 100% !important; }
    .fb_iframe_widget span iframe[style], .fb-page span iframe[style] {
      width: 100% !important; }

.fb_iframe_widget {
  width: 100% !important; }
  .fb_iframe_widget div {
    width: 100% !important; }
    .fb_iframe_widget div iframe[style] {
      width: 100% !important; }

.fb-page {
  width: 100% !important; }
  .fb-page div {
    width: 100% !important; }
    .fb-page div._2p3a iframe[style] {
      width: 100% !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* =Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 0 14px; }

h1 {
  font-size: 24px;
  font-weight: 500;
  /*text-transform:uppercase;*/
  line-height: 1.4; }

h2 {
  font-size: 19px;
  font-weight: 400;
  /*text-transform:uppercase;*/ }

h3 {
  font-size: 14px;
  font-weight: 300; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-20 {
  font-size: 20px; }

.font-21 {
  font-size: 21px; }

.font-22 {
  font-size: 22px; }

.font-23 {
  font-size: 23px; }

.font-24 {
  font-size: 24px; }

.font-25 {
  font-size: 25px; }

.font-30 {
  font-size: 30px; }

.font-35 {
  font-size: 35px; }

.font-40 {
  font-size: 40px; }

.font-70-slide {
  font-size: 70px; }

.font-50-slide {
  font-size: 50px; }

b {
  font-weight: 700 !important; }

strong {
  font-weight: 600 !important; }

.text-muted {
  color: #d1d1d1;
  font-weight: 400; }

.text-success, .text-info {
  font-weight: 400; }

.text-primary {
  font-weight: 400;
  color: #00B7EB; }

.text-warning, .text-danger {
  font-weight: 400; }

.no-lineheight {
  line-height: 0 !important; }

.heavy {
  font-weight: 700 !important; }

.text-white {
  color: #fff !important; }

.text-main {
  color: #00B7EB !important; }

.text-dark {
  color: #272727 !important; }

.text-light-grey {
  color: #CBCBCB; }

.text-grey {
  color: #999999 !important; }

blockquote:before {
  content: '\f10d';
  font-family: FontAwesome;
  margin-right: 0.5em;
  margin-right: 20px;
  float: left;
  font-size: 21px;
  margin-top: -5px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 300;
  font-family: 'Raleway';
  padding-left: 10px; }

mark {
  background: #00B7EB;
  color: #fff;
  padding: 1px 4px 2px 4px; }

pre {
    background: none;
    border: none;
    border-radius: none;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    overflow-wrap: normal;
    padding: 0;
    word-break: normal;
	white-space: pre-wrap;
	font-family: "Open Sans",sans-serif;
}

ul.list-arrow {
  list-style-type: none; }
  ul.list-arrow li {
    text-indent: -1.3em; }
    ul.list-arrow li:before {
      font-family: FontAwesome;
      content: "\f0da" !important;
      float: left;
      width: 1em !important; }
ul.list-arrow-color {
  list-style-type: none; }
  ul.list-arrow-color li {
    text-indent: -1.3em; }
    ul.list-arrow-color li:before {
      font-family: FontAwesome;
      content: "\f0da" !important;
      float: left;
      color: #00B7EB;
      width: 1.3em; }
ul.list-arrow-2 {
  list-style-type: none; }
  ul.list-arrow-2 li {
    text-indent: -1.6em; }
    ul.list-arrow-2 li:before {
      font-family: FontAwesome;
      content: "\f0a9";
      float: left;
      width: 1.6em; }
ul.list-arrow-2-color {
  list-style-type: none; }
  ul.list-arrow-2-color li {
    text-indent: -1.6em; }
    ul.list-arrow-2-color li:before {
      font-family: FontAwesome;
      content: "\f0a9";
      float: left;
      color: #00B7EB;
      width: 1.6em; }
ul.list-arrow-3-color {
  list-style-type: none; }
  ul.list-arrow-3-color li {
    text-indent: -1.6em;
    margin-bottom: 5px; }
    ul.list-arrow-3-color li:before {
      font-family: FontAwesome;
      content: "\f0a9";
      float: left;
      color: #2988d1;
      width: 1.6em; }

.popover {
  border-radius: 2px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.pagination > .active > a {
  background-color: #00B7EB;
  border-color: #00B7EB; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #00B7EB;
    border-color: #00B7EB; }
.pagination > .active > span {
  background-color: #00B7EB;
  border-color: #00B7EB; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00B7EB;
    border-color: #00B7EB; }
.pagination > li > a, .pagination > li > span {
  padding: 8px 14px;
  color: #00B7EB; }
.pagination > li > a:focus, .pagination > li > a:hover {
  color: #fff;
  background-color: #00B7EB;
  border-color: #27AED4; }
.pagination > li > span:focus, .pagination > li > span:hover {
  color: #fff;
  background-color: #00B7EB;
  border-color: #27AED4; }
.pagination > li > a, .pagination > li > span {
  border-radius: 50% !important;
  margin: 0 5px; }

/* =Buttons RECO
-------------------------------------------------------------- */
.btn-reco {
  bottom: 40px;
  right: -2px;
  position: fixed;
  margin: 0 auto;
  /*width: 100%;*/
  z-index: 9999; }
  .btn-reco i {
    color: #fff;
    font-size: 21px; }
  .btn-reco .icon {
    cursor: pointer;
    text-align: center;
    /*padding:2px;*/
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    width: 40px;
    margin: 0 auto; }
  .btn-reco .content {
    margin: 0 auto; }
  .btn-reco .btn-primary {
    background-color: #ff4d07 !important;
    border-color: #bb3703 !important;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07); }

/* =Buttons
-------------------------------------------------------------- */
.btn-rw {
  border-radius: 2px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  border: 0; }

.btn {
  border-radius: 2px; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none; }

.btn-rw.btn-default {
  color: #fff;
  background-color: #272727;
    border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -moz-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-rw.btn-default:hover, .btn-rw.btn-default:focus {
    background-color: #444444;
    -webkit-box-shadow: 0px 2px 0px #444444;
    -moz-box-shadow: 0px 2px 0px #444444;
    box-shadow: 0px 2px 0px #444444; }

.btn-rw.btn-default2 {
  color: #fff;
  background-color: #545e65;
  -webkit-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -moz-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-rw.btn-default2:hover, .btn-rw.btn-default2:focus {
    background-color: #444444;
    -webkit-box-shadow: 0px 2px 0px #444444;
    -moz-box-shadow: 0px 2px 0px #444444;
    box-shadow: 0px 2px 0px #444444; }


.btn-rw.btn-default-inverted {
  color: #272727;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-default-inverted:hover, .btn-rw.btn-default-inverted:focus {
    background-color: #fff;
    color: #323232;
    -webkit-box-shadow: 0px 2px 0px #fff;
    -moz-box-shadow: 0px 2px 0px #fff;
    box-shadow: 0px 2px 0px #fff; }
.btn-rw.btn-primary {
  color: #fff;
  background-color: #00B7EB;
  -webkit-box-shadow: 0px 2px 0px #0087AD;
  -moz-box-shadow: 0px 2px 0px #0087AD;
  box-shadow: 0px 2px 0px #0087AD;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-primary:hover, .btn-rw.btn-primary:focus {
    background-color: #0AA2CE;
    -webkit-box-shadow: 0px 2px 0px #0AA2CE;
    -moz-box-shadow: 0px 2px 0px #0AA2CE;
    box-shadow: 0px 2px 0px #0AA2CE; }
.btn-rw.btn-info {
  color: #fff;
  background-color: #5bc0de;
  -webkit-box-shadow: 0px 2px 0px rgba(91, 192, 222, 0.5);
  -moz-box-shadow: 0px 2px 0px rgba(91, 192, 222, 0.5);
  box-shadow: 0px 2px 0px rgba(91, 192, 222, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-info:hover, .btn-rw.btn-info:focus {
    background-color: #76daf7;
    -webkit-box-shadow: 0px 2px 0px #76daf7;
    -moz-box-shadow: 0px 2px 0px #76daf7;
    box-shadow: 0px 2px 0px #76daf7; }
.btn-rw.btn-danger {
  color: #fff;
  background-color: #d9534f;
  -webkit-box-shadow: 0px 2px 0px rgba(217, 83, 79, 0.5);
  -moz-box-shadow: 0px 2px 0px rgba(217, 83, 79, 0.5);
  box-shadow: 0px 2px 0px rgba(217, 83, 79, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-danger:hover, .btn-rw.btn-danger:focus {
    background-color: #ef716e;
    -webkit-box-shadow: 0px 2px 0px #ef716e;
    -moz-box-shadow: 0px 2px 0px #ef716e;
    box-shadow: 0px 2px 0px #ef716e; }
.btn-rw.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  -webkit-box-shadow: 0px 2px 0px rgba(240, 173, 78, 0.5);
  -moz-box-shadow: 0px 2px 0px rgba(240, 173, 78, 0.5);
  box-shadow: 0px 2px 0px rgba(240, 173, 78, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-warning:hover, .btn-rw.btn-warning:focus {
    background-color: #ffc067;
    -webkit-box-shadow: 0px 2px 0px #ffc067;
    -moz-box-shadow: 0px 2px 0px #ffc067;
    box-shadow: 0px 2px 0px #ffc067; }
.btn-rw.btn-success {
  color: #fff;
  background-color: #5cb85c;
  -webkit-box-shadow: 0px 2px 0px rgba(92, 184, 92, 0.5);
  -moz-box-shadow: 0px 2px 0px rgba(92, 184, 92, 0.5);
  box-shadow: 0px 2px 0px rgba(92, 184, 92, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-success:hover, .btn-rw.btn-success:focus {
    background-color: #72cc72;
    -webkit-box-shadow: 0px 2px 0px #72cc72;
    -moz-box-shadow: 0px 2px 0px #72cc72;
    box-shadow: 0px 2px 0px #72cc72; }
.btn-rw.btn-royal {
  background-color: #f1f1f1;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-royal:hover, .btn-rw.btn-royal:focus {
    background-color: #e1e1e1; }
.btn-rw.btn-clear {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rw.btn-clear:hover, .btn-rw.btn-clear:focus {
    background-color: rgba(255, 255, 255, 0.33); }
.btn-rw.btn-bordered {
  color: #313131;
  background-color: transparent;
  -moz-box-shadow: 0px 2px 0px #0087AD;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ccc; }
  .btn-rw.btn-bordered:hover, .btn-rw.btn-bordered:focus {
    background-color: #00B7EB;
    border-color: #00B7EB;
    color: #fff; }

.btn-social-icon, .btn-social {
  border-radius: 2px; }

.btn-social-icon :first-child {
  color: #fff; }

.btn-social {
  color: #fff !important; }
  .btn-social :first-child {
    color: #fff; }

.btn-lg {
  padding: 10px 19px;
  font-size: 18px; }

.dropdown-menu {
  border: none;
  border-radius: 0; }

.btn-rw.btn-default:hover, .btn-rw.btn-default:focus {
  color: #fff; }

.btn-orange {
  background-color: #FF4D07;
  border-color: #FF4D07;
  color: white;
  -webkit-box-shadow: 0px 2px 0px rgba(255, 77, 7, 0.5);
  -moz-box-shadow: 0px 2px 0px rgba(255, 77, 7, 0.5);
  box-shadow: 0px 2px 0px rgba(255, 77, 7, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-orange:hover, .btn-orange:focus {
    background-color: #C93900 !important;
    -webkit-box-shadow: 0px 2px 0px #9E2D00;
    -moz-box-shadow: 0px 2px 0px #FF4D07;
    box-shadow: 0px 2px 0px #FF4D07;
    color: #fff; }

/* =Alerts
-------------------------------------------------------------- */
.alert {
  font-weight: 400;
  border-radius: 2px; }

.alert-success-rw {
  background-color: #2ecc71;
  color: #fff;
  border-left: 6px solid #19aa56;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.alert-info-rw {
  background-color: #1DA1F2;
  color: #fff;
  border-left: 6px solid #1887cb;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.alert-twitter-rw {
  background-color: #2DA9E1;
  color: #fff;
  border-left: 6px solid #1B95E0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.alert-warning-rw {
  background-color: #f39c12;
  color: #fff;
  border-left: 6px solid #da8a0c;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.alert-danger-rw {
  background-color: #e74c3c;
  color: #fff;
  border: 0;
  border-left: 6px solid #cc3b2c;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.alert-clear {
  border-color: #d2d2d2; }

.close {
  opacity: .4; }

.alert-success-rw .close:hover, .close:focus, .alert-info-rw .close:hover, .close:focus, .alert-warning-rw .close:hover, .close:focus, .alert-danger-rw .close:hover, .close:focus {
  color: #fff;
  opacity: 1; }

.alert-success-rw .alert-link, .alert-info-rw .alert-link, .alert-warning-rw .alert-link, .alert-danger-rw .alert-link {
  color: #fff;
  text-decoration: underline; }

/* =Icon Fonts
-------------------------------------------------------------- */
.icon-chiffres-cles {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.bordered-icon-lg {
  font-size: 34px !important;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  padding-top: 28px;
  height: 90px;
  text-align: center;
  width: 90px;
  display: inline-block; }
  .bordered-icon-lg:hover, .bordered-icon-lg:focus {
    background-color: #00B7EB;
    border-color: transparent;
    color: #fff;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.bordered-icon-sm {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  text-align: center;
  font-size: 35px !important;
  padding-top: 6px;
  height: 60px;
  width: 60px;
  display: inline-block; }
  .bordered-icon-sm:hover, .bordered-icon-sm:focus {
    background-color: #00B7EB;
    border-color: transparent;
    color: #fff;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.bordered-icon-xs {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  text-align: center;
  font-size: 17px;
  padding-top: 0px;
  height: 30px;
  width: 30px;
  display: inline-block; }
  .bordered-icon-xs:hover, .bordered-icon-xs:focus {
    background-color: #00B7EB;
    border-color: transparent;
    color: #fff;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.bordered-icon-static-lg {
  font-size: 34px !important;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  padding-top: 28px;
  height: 90px;
  text-align: center;
  width: 90px; }

.bordered-icon-static-sm {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  text-align: center;
  font-size: 21px;
  padding-top: 20px;
  height: 60px;
  width: 60px; }

.bordered-icon-static-xs {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  text-align: center;
  font-size: 13px;
  padding-top: 8px;
  height: 30px;
  width: 30px; }

.bordered-icon-color {
  background-color: #00B7EB;
  color: #fff !important;
  border: 1px solid transparent; }
  .bordered-icon-color:hover, .bordered-icon-color:focus {
    border: 1px solid #D2D2D2;
    color: #00B7EB; }

.bordered-icon-dark {
  background-color: transparent;
  color: #4d4d4d;
  border: 1px solid #4d4d4d; }
  .bordered-icon-dark:hover, .bordered-icon-dark:focus {
    border: 1px solid transparent;
    background-color: #00B7EB;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease; }

.bs-glyphicons li {
  float: left;
  width: 12.5%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff; }
  .bs-glyphicons li:hover {
    color: #fff;
    background-color: #00B7EB; }

.bs-glyphicons-list {
  padding-left: 0;
  list-style: none; }

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px; }
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; }

/* =Navigation
-------------------------------------------------------------- */
.navbar {
  border-radius: 0;
  border: 0;
  /*border-bottom: 1px solid #eee;*/
  border-bottom:0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.21);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.21);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.21);
  z-index: 999; }
  .navbar.navbar-main {
    /*background-color: rgba(255, 255, 255, 0.97);*/ }

	.navbar.navbar-main.blue-menu {
		background-color: rgba(0, 159, 227, 0.97) !important;
	}

.navbar-brand {
  height: 120px;
  padding: 10px 0 10px 15px;
  letter-spacing: 0;
  font-weight: 900;
  color: #00B7EB;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.navbar-brand-centered {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center; }

.navbar.navbar-main > .container .navbar-brand-centered, .navbar.navbar-main > .container-fluid .navbar-brand-centered {
  margin-left: -100px; }

.navbar-sign {
  height: auto;
  max-width: 455px;
  padding: 10px 0 10px 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #323232;
  float: left;
  line-height: 25px;
  /*font-family: 'Raleway', sans-serif;*/
font-family: "Open Sans",sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .navbar-sign .date {
    font-weight: 400;
    font-size: 20px; }
    .navbar-sign .date strong {
      font-size: 20px;
	font-weight: 400 !important;}
  .navbar-sign .mention {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px; }
  .navbar-sign .hashtag {
    padding: 5px 0 0;
    font-weight: 600;
    color: #009fe3 !important;
    font-size: 15px; }
  .navbar-sign span {
    display: block;
    clear: both; }

.navbar.navbar-main > .container .navbar-sign-centered, .navbar.navbar-main > .container-fluid .navbar-sign-centered {
  margin-left: -100px; }

.css-logo {
  float: left;
  margin-right: 8px;
  height: 19px;
  width: 19px;
  border-radius: 19px;
  background-color: #00B7EB;
  margin-top: 5px; }

.salon-sme-logo {
  height: 99px;
  float: right; }

.navbar-brand:hover {
  opacity: 0.7; }

.navbar-toggle {
  border: 1px solid #8F8F8F;
  border-radius: 2px;
  margin-top: 25px; }
  .navbar-toggle .icon-bar {
    background-color: #8F8F8F;
    height: 1px; }
  .navbar-toggle:hover {



    border: 1px solid #00B7EB;
    background-color: #00B7EB;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .navbar-toggle:hover .icon-bar {
      background-color: #fff; }

.navbar.navbar-main ul.nav a {
  color: #ffffff;
  background: transparent; }
  .navbar.navbar-main ul.nav a.home {
    font-size: 25px;
    height: 0;
    line-height: 0;
    margin-top: -2px;
    margin-left: -15px; }
.navbar.navbar-main ul.nav li:hover > a {
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease; }
.navbar.navbar-main .nav li.active a {
  color: #fff;
  background-color: #00B7EB; }
.navbar.navbar-main .navbar-nav li a {
  padding: 15px 10px; }
.navbar.navbar-main .dropdown-menu > li > a {
  line-height: 2.66 !important;
  border-bottom: 1px solid #f0f0f0;
  padding: 2px 20px 2px 14px; }

.dropdown-arrow {
  font-size: 10px;
  padding-left: 7px;
  color: #aaa; }

.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a, .navbar .navbar-nav .open .dropdown-menu {
  color: #000;
  outline: none;
  z-index: 5; }
.navbar.navbar-main .navbar-nav .open .dropdown-menu > li:hover > a {
  background-color: transparent;
  color: #00B7EB; }
.navbar .dropdown-menu {
  border-top: 1px solid #00B7EB;
  border-bottom: 2px solid #00B7EB;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  min-width: 210px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  border-left: 0;
  border-right: 0;
  margin-bottom: 0 !important;
  padding: 0; }
.navbar.navbar-main .dropdown-menu > li:last-child > a {
  border-bottom: 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-left-color: #aaa;
  margin-top: 14px;
  margin-right: -10px; }
.dropdown-submenu:hover > a:after {
  border-left-color: #00B7EB; }
.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.submenu-arrow {
  padding-top: 10px; }

.trigger {
  cursor: pointer; }

.dropdown-form {
  min-width: 250px; }

.navbar.navbar-main .btn-primary {
  margin-top: -1px; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.search-input {
  height: 2.41em !important; }

.search-btn {
  padding: 6px 12px; }

.nav-circle-li {
  /*margin-top: 17px;*/
	margin-bottom: 5px;
	margin-top: 5px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #F7F7F7 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 45px !important;
  padding: 0 14px !important;
  color: #666 !important; }
  .nav-circle-li:hover {
    background-color: #00B7EB !important;
    color: #fff !important; }

.dropdown-menu-user {
  margin-top: 19px !important;
  z-index: 4 !important; }

.mega-dropdown {
  position: static !important; }

.mega-dropdown-menu {
  padding: 16px 10px !important;
  width: 100%; }
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0; }
    .mega-dropdown-menu > li > ul > li {
      list-style: none; }
      .mega-dropdown-menu > li > ul > li > a {
        display: block;
        color: #222;
        padding: 5px 0 !important;
        border-bottom: 1px solid #f0f0f0; }
  .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    background-color: transparent !important; }
  .mega-dropdown-menu .dropdown-header {
    font-size: 12px;
    color: #00B7EB;
    padding: 0 0 5px 0 !important;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0; }

.mega-dropdown-arrow {
  color: #DEDEDE;
  padding-right: 3px; }

.nav-pills.nav-stacked > li > a {
  padding: 2px 0;
  color: #777; }
.nav-pills > li > a {
  border-radius: 0;
  padding: 7px 10px;
  border: 1px solid transparent;
  color: #666;
  font-size: 13px;
  font-weight: 500; }

.conf {
  padding: 0 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase; }
  .conf a {
    padding: 13px 30px !important;
    line-height: 40px; }
    .conf a:hover {
      color: #ffffff !important;
      text-decoration: none; }

.nav-pills.nav-stacked > li.active > a {
  color: #00B7EB;
  background-color: transparent;
  border-color: transparent; }
  .nav-pills.nav-stacked > li.active > a:hover, .nav-pills.nav-stacked > li.active > a:focus {
    color: #00B7EB;
    background-color: transparent;
    border-color: transparent; }
.nav-pills.nav-stacked > li > a:hover, .nav-pills.nav-stacked > li > a:focus {
  color: #00B7EB;
  background-color: transparent;
  border-color: transparent; }
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
  font-family: FontAwesome;
  content: "\f0da";
  top: 6px; }

.process .nav-pills > li + li:after {
  font-family: FontAwesome;
  content: "\f0da";
  top: 6px; }

.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
  font-size: 12px;
  position: absolute;
  right: 15px;
  color: #d1d1d1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after, .nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after {
  color: #00B7EB;
  right: 10px; }
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after, .nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after {
  color: #00B7EB;
  right: 10px; }

.nav-stacked {
  display: block !important; }

#fixed-navbar.affix {
  position: fixed;
  top: 0;
  width: 100%; }
  #fixed-navbar.affix .test {
    display: block; }
#fixed-navbar.affix-top .test {
  display: none; }

.navbar-wrapper {
  /*height: 200px;*/
  width: 100%;
  margin: 0; }

.navbar-form-wrapper {
  width: 100%;
  margin: 0; }

.screen-img {
  padding-right: 20px;
  padding-left: 20px; }

/* =Dark Default Navigation
-------------------------------------------------------------- */
.navbar.navbar-dark {
  background-color: rgba(35, 35, 35, 0.97); }
  .navbar.navbar-dark .dropdown-menu {
    background-color: #3C3C3C; }
    .navbar.navbar-dark .dropdown-menu > li > a {
      border-bottom: 1px solid #353535; }
  .navbar.navbar-dark .dropdown-submenu > a:after {
    border-left-color: #313131; }
  .navbar.navbar-dark .dropdown-arrow {
    color: #505050; }
  .navbar.navbar-dark .mega-dropdown-menu > li > ul > li > a {
    border-bottom: 1px solid #353535; }
  .navbar.navbar-dark .mega-dropdown-arrow {
    color: #2B2B2B; }
  .navbar.navbar-dark .mega-dropdown-menu .dropdown-header {
    border-bottom: 1px solid #353535; }
  .navbar.navbar-dark .nav-circle-li {
    background-color: #3C3C3C !important; }

.table.table-dark > tbody > tr > td, .table.table-dark > tbody > tr > th {
  border-top: 1px solid #484848; }
.table.table-dark > tfoot > tr > td, .table.table-dark > tfoot > tr > th {
  border-top: 1px solid #484848; }
.table.table-dark > thead > tr > td {
  border-top: 1px solid #484848; }
.table.table-dark > thead > tr > th {
  border-top: 1px solid #484848;
  background-color: #3A3A3A;
  border-bottom: 2px solid #444; }

.top-bar.top-bar-dark {
  background-color: #272727;
  border-bottom: none;
  color: #9C9C9C; }

/* =Sidebar Navigation
-------------------------------------------------------------- */
ul.sidebar-nav > li > span.badge {
  margin-top: 12px;
  margin-right: 6px; }

.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

ul.sidebar-nav {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.sidebar-nav .list-group-item:first-child {
  padding: 25px; }

.sidebar-nav-normal-1stchild .list-group-item:first-child {
  padding: 0 !important; }

ul.sidebar-nav li {
  list-style: none; }
ul.sidebar-nav ul {
  margin: 0;
  padding: 0;
  background-color: #fafafa; }
  ul.sidebar-nav ul li {
    padding: 0 15px;
    border-bottom: #d2d2d2 1px solid; }
    ul.sidebar-nav ul li:last-child {
      border-bottom: 0; }
ul.sidebar-nav a {
  display: block;
  text-decoration: none;
  color: #8F8F8F; }
  ul.sidebar-nav a i.fa {
    width: 15px; }
ul.sidebar-nav ul li a {
  padding: 3px;
  font-size: 12px;
  color: #979797; }
  ul.sidebar-nav ul li a:hover {
    background-color: transparent !important;
    color: #00B7EB !important; }
ul.sidebar-nav ul li.active > a {
  background-color: transparent !important;
  color: #00B7EB !important; }
ul.sidebar-nav > li {
  padding: 0; }
  ul.sidebar-nav > li > a {
    padding: 7px 12px; }
  ul.sidebar-nav > li.list-group-item.active {
    border: #ddd 1px solid;
    background-color: transparent; }
  ul.sidebar-nav > li.active > a {
    background-color: #00B7EB; }
ul.sidebar-nav > li.active > a {
  color: #fff !important; }

.list-group-item {
  background: transparent;
  font-size: 12px;
  border: 1px solid #ddd; }

ul.sidebar-nav a:hover, ul.sidebar-nav ul li.active > a {
  background-color: #00B7EB;
  color: #fff; }
ul.sidebar-nav li.list-toggle:after {
  content: "\f10a";
  font-family: Ionicons;
  position: absolute;
  font-size: 8px;
  right: 15px;
  top: 12px;
  color: #ccc; }
ul.sidebar-nav li.list-toggle.active:after {
  content: "\f104";
  color: #fff; }
ul.sidebar-nav li.list-toggle:hover:after {
  color: #fff; }

/* =Forms
-------------------------------------------------------------- */
.form-control:focus {
  border-color: #bababa;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=checkbox] {
  margin: 6px 0 0; }

.input-group-addon {
  border-radius: 0; }

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  display: inline-block;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.07); }

.input400 input, .input400 select {
  max-width: 400px; }

.form-home {
  border-radius: 0;
  border: 1px solid #ccc;
  height: 42px !important;
  display: inline-block;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.07); }

.form-group-int {
  margin-bottom: 10px !important; }

.checkout-form-border {
  border-left: 3px solid #ccc; }

/* =Zoom Fade
-------------------------------------------------------------- */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-figure:after {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important; }

.hermes .tp-bullet {
  width: 12px;
  height: 12px; }

.uranus.tparrows:before {
  font-size: 35px; }

/* =Carousel
-------------------------------------------------------------- */
.carousel {
  border-radius: 0; }
  .carousel .item {
    border-radius: 0; }

.carousel-inner {
  background-color: #272727;
  border-radius: 0; }

.fill {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.carousel-indicators {
  z-index: 7; }

.carousel-nav {
  display: initial !important; }
  .carousel-nav.nav-pills > li > a {
    border-radius: 0; }
  .carousel-nav.nav-pills > li.active > a {
    color: #fff;
    background-color: #00B7EB; }
    .carousel-nav.nav-pills > li.active > a:focus, .carousel-nav.nav-pills > li.active > a:hover {
      color: #fff;
      background-color: #00B7EB; }
  .carousel-nav.nav > li > a {
    padding: 20px 15px;
    background-color: #FFF;
    color: #A9A9A9;
    border-bottom: 1px dotted #BABABA;
    border-right: 1px dotted #BABABA; }
    .carousel-nav.nav > li > a:hover, .carousel-nav.nav > li > a:focus {
      color: #A9A9A9;
      background-color: #F4F4F4; }
  .carousel-nav small {
    display: block; }

.carousel-description {
  color: #fff;
  font-size: 18px; }

.carousel-register {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  line-height: 1.5;
  color: #272727; }

.carousel-description .cta2.arrow-down {
  padding: 10px !important; }

.carousel-title-bg {
  background-color: #00B7EB;
  color: #fff;
  padding: 7px 12px 7px 12px;
  line-height: 1.5; }

.carousel-title-bglight {
  background-color: #fff;
  padding: 7px 12px 7px 12px;
  line-height: 1.5;
  color: #272727; }

.carousel-title-bgdark {
  background-color: #272727;
  padding: 7px 12px 7px 12px;
  line-height: 1.5;
  color: #fff; }

.carousel-title-bgclear, .carousel-title-bgclear-xs {
  padding: 7px 12px 7px 12px;
  border: 2px solid #fff;
  line-height: 1.5; }

.carousel-hr {
  color: #fff;
  height: 3px;
  width: 50px;
  color: #fff;
  background: #fff;
  font-size: 0;
  border: 0; }

.carousel-content {
  height: 450px;
  width:50%; }

.carousel-dark {
  color: #ccc;
  height: 3px;
  width: 50px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0; }

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 20px; }

.carousel-control {
  width: 10%;
  text-shadow: none;
  font-size: 42px; }
  .carousel-control.right, .carousel-control.left {
    background-image: none; }

.fullscreen-carousel .carousel-control.right, .fullscreen-carousel .carousel-control.left {
  top: 121px; }

#carouselSubnav .carousel-control.right, #carouselSubnav .carousel-control.left {
  margin-bottom: 60px; }

.carousel-title {
  font-weight: 600;
  color: #fff; }

.carousel-control .carousel-arrow-left, .carousel-control .carousel-arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: -10px; }

.carousel-indicators-caption {
  bottom: auto;
  top: 15px; }

.carousel-indicators-caption-fs {
  bottom: auto;
  top: 150px; }

.carousel-indicators li {
  border: 0;
  background-color: #e1e1e1; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

.transition-timer-carousel-progress-bar {
  height: 4px;
  background-color: #00B7EB;
  width: 0%;
  margin: 0px 0px 0px 0px;
  border: none;
  z-index: 7;
  position: absolute; }

/* = Quote Carousel
-------------------------------------------------------------- */
.quote-carousel .carousel {
  height: 300px; }
  .quote-carousel .carousel .item {
    height: 300px; }
.quote-carousel .carousel-inner {
  height: 300px;
  background-color: #272727;
  border-radius: 0; }

.quote-carousel-content {
  height: 300px; }

blockquote {
  background-color: #fafafa;
  color: #8a8a8a;
  padding: 25px 20px;
  font-size: 14px; }
  blockquote footer, blockquote small, blockquote .small {
    font-size: 80%;
    color: #8F8F8F; }

.quote-carousel-control .quote-carousel-arrow-left, .quote-carousel-control .quote-carousel-arrow-right {
  display: inline-block;
  position: relative;
  top: 106px;
  z-index: 5;
  margin-right: -15px;
  margin-left: -15px; }

.ceo-name {
  margin: 5px 0 0 !important; }

/* = Team Carousel
-------------------------------------------------------------- */
.team-carousel .carousel {
  height: 300px; }
  .team-carousel .carousel .item {
    height: 300px; }
.team-carousel .carousel-inner {
  height: 300px;
  background-color: transparent; }

.team-carousel-content {
  height: 300px; }

.team-carousel-control .team-carousel-arrow-left, .team-carousel-control .team-carousel-arrow-right {
  display: inline-block;
  position: relative;
  top: 110px;
  z-index: 5;
  margin-right: -15px;
  margin-left: -15px;
  color: #272727 !important; }

.ceo-name {
  margin: 5px 0 0 !important; }

/* = Owl Carousel
-------------------------------------------------------------- */
#owl-carousel-thumb .thumbnail, #owl-carousel-product .thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px; }

#owl-carousel-thumb .thumbnail .caption, #owl-carousel-product .thumbnail .caption {
  position: absolute;
  top: -100%;
  right: 0;
  background-color: rgba(0, 183, 235, 0.77);
  -webkit-perspective: 1000;
  width: 100%;
  height: 100%;
  padding: 2%;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap; }

#owl-carousel-thumb .thumbnail .caption h4, #owl-carousel-thumb .thumbnail .caption h3, #owl-carousel-thumb .thumbnail .caption h2 {
  margin-bottom: 10px; }

#owl-carousel-product .thumbnail .caption h4, #owl-carousel-product .thumbnail .caption h3, #owl-carousel-product .thumbnail .caption h2 {
  margin-bottom: 10px; }

#owl-carousel-thumb .thumbnail .caption:before, #owl-carousel-product .thumbnail .caption:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -.25em;
  height: 100%; }

#owl-carousel-thumb .thumbnail-caption-holder, #owl-carousel-product .thumbnail-caption-holder {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

#owl-carousel-thumb .thumbnail-caption-holder a:hover, #owl-carousel-product .thumbnail-caption-holder a:hover {
  text-decoration: underline;
  color: #fff; }

#owl-carousel-thumb .thumbnail:hover .caption, #owl-carousel-product .thumbnail:hover .caption {
  top: 0%; }

.owl-controls .owl-nav [class*=owl-] {
  color: #868686;
  font-size: 24px;
  padding: 3px 9px;
  margin-right: 2px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative; }

.grey [class*=owl-] {
  background: #fafafa !important; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #C6C6C6;
  font-size: 39px;
  margin: 0;
  padding: 10px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #868686;
    text-decoration: none; }
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-dots {
  margin-top: 21px;
  border-top: 1px dotted #DEDEDE;
  padding-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #DEDEDE; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;

    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00B7EB; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  float: left; }
.owl-carousel .owl-controls .owl-nav .owl-next {
  float: right; }

/* =Content Boxes
-------------------------------------------------------------- */
.content-box {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px; }

.content-box-bordered {
  border: 1px solid #dadada; }

.content-box-default {
  background: #ccc;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.content-box-hover:hover {
  /*color:#838383;*/
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.content-box-default:hover {
  background: #aaa;
  border-bottom: 5px solid #272727; }

.content-box-primary {
  background: #00B7EB; }

.content-box-success {
  background: #5cb85c; }

.content-box-info {
  background: #5bc0de; }

.content-box-warning {
  background: #f0ad4e; }

.content-box-danger {
  background: #d9534f; }

.content-box-shadow {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.02);
  padding: 15px;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6; }

/* =Heading
-------------------------------------------------------------- */
.heading {
  display: block;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 12px; }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    margin: 0 0 -2px 0;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid #00B7EB; }

.heading-caption {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  line-height: 1.4;
  padding-left: 25px;
  padding-top: 4px; }

/* =Header 1 and 2
-------------------------------------------------------------- */
.header {
  padding: 8px 0 6px;
  border-bottom: 1px dotted #d2d2d2;
  background: #f1f1f1; }
  .header h1 {
    font-size: 13px;
    margin: 0;
    padding-top: 4px;
    font-weight: 700;
    text-transform: uppercase; }

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  float: right;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  margin-top: 0; }

.breadcrumb-home {
  padding-right: 10px; }

.breadcrumb a {
  color: #8F8F8F; }

.header.header-dark {
  padding: 21px 0 21px 0;
  border-bottom: 1px dotted #636363;
  background: #262626; }

.header-dark .breadcrumb a {
  color: #ECECEC; }
.header-dark h1 {
  color: #fff; }

/* =Header Parallax
-------------------------------------------------------------- */
.header-parallax {
  padding: 60px 0 60px 0;
  background: #fafafa; }
  .header-parallax h1, .header-parallax h3, .header-parallax h4, .header-parallax h5 {
    margin: 0;
    padding-top: 3px;
    color: #fff; }

/* =Panels
-------------------------------------------------------------- */
.panel {
  border-radius: 2px !important;
  border: 1px solid #e6e9ed;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02); }

/*.panel-default > .panel-heading {
	background-color:#fafafa;
}*/
.panel-title {
  font-family: 'Raleway' sans-serif; }
  .panel-title > a {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    /*color: #8a8a8a;*/
    color: #000;
  }
    .panel-title > a:hover {
      color: #00B7EB;
      text-decoration: none;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }

.panel-group {
  margin-bottom: 15px; }
  .panel-group .panel-title::after {
    content: "+";
    font-size: 14px;
    position: absolute;
    right: 35px;
    margin-top: 2px;
    /*color:#bababa;*/ }

label {
  font-weight: 600; }

.panel-primary {
  border-color: #00B7EB; }
  .panel-primary > .panel-heading {
    background-color: #00B7EB;
    border-color: #00B7EB;
    border-radius: 0; }

.panel-success {
  border-color: #2ecc71; }
  .panel-success > .panel-heading {
    background-color: #2ecc71;
    border-color: #2ecc71;
    border-radius: 0;
    color: #fff; }

.panel-info {
  border-color: #3498db; }
  .panel-info > .panel-heading {
    background-color: #3498db;
    border-color: #3498db;
    border-radius: 0;
    color: #fff; }

.panel-warning {
  border-color: #da8a0c; }
  .panel-warning > .panel-heading {
    background-color: #da8a0c;
    border-color: #da8a0c;
    border-radius: 0;
    color: #fff; }

.panel-danger {
  border-color: #e74c3c; }
  .panel-danger > .panel-heading {
    background-color: #e74c3c;
    border-color: #e74c3c;
    border-radius: 0;
    color: #fff; }

.panel-grey {
  border-color: #5f5f5f; }
  .panel-grey > .panel-heading {
    background-color: #5f5f5f;
    border-color: #5f5f5f;
    border-radius: 0;
    color: #fff; }

.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa; }

/* =Tabs
-------------------------------------------------------------- */
.tab-content {
  padding: 30px;
  border: 1px solid #e6e9ed; }
  .tab-content.tab-default {
    padding: 20px;
    border: 1px solid #e6e9ed;
    border-top: none;
    display: inline-block; }
  .tab-content.tab-shop {
    padding: 30px 30px 0 30px;
    border: 1px solid #e6e9ed; }
  .tab-content.tab-product {
    padding: 25px 30px;
    border: 1px solid #e6e9ed;
    margin-top: 22px; }

.nav-tabs > li.active > a {
  border: 1px solid #e6e9ed;
  border-bottom-color: transparent;
  border-top: 5px solid #00B7EB;
  color: #000; }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #e6e9ed;
    border-bottom-color: transparent;
    border-top: 5px solid #00B7EB;
    color: #000; }
.nav-tabs > li > a {
  color: #555;
  border-radius: 2px 2px 0 0;
  border-top: 2px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #00B7EB; }

.nav-tabs > li > a:hover {
  border-color: transparent; }
.nav-tabs.nav-justified > .active > a {
  border-top: 5px solid #00B7EB; }
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-top: 5px solid #00B7EB; }
.nav-tabs.nav-justified > li > a {
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #ddd; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 0; }

/* =Pricing Tables
-------------------------------------------------------------- */
/*.price { 
	font-family:'Raleway' sans-serif;
	text-transform:none;
	font-weight:700;
	display:inline-block;
	font-size:28px;
	padding-top:24px;
	width:100px;
	height:100px;
	cursor:default;
}*/
.price-badge {
  position: relative;
  display: block;
  width: 150px;
  -ms-transform: rotate(-6deg);
  /* IE 9 */
  -webkit-transform: rotate(-6deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-6deg); }
  .price-badge .badge {
    position: relative;
    display: block;
    background: #b3e002;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #b3e002, #a7d001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #b3e002, #a7d001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #b5e205, #d0e774, #90b301);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #d1ee5f, #9dc501);
    /* Standard syntax */
    border-radius: 5px;
    text-align: center;
    padding: 0px 15px;
    z-index: 99;
    width: 100%; }
  .price-badge span {
    font-weight: 900;
    font-size: 28px;
    line-height: 55px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    color: black; }
  .price-badge small {
    font-size: 16px; }
  .price-badge .badge-shadow {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
    width: 90%;
    box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.5);
    -ms-transform: rotate(2deg);
    /* IE 9 */
    -webkit-transform: rotate(2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(2deg);
    height: 40px;
    margin: -48px 0px 0px 2px; }

/* =Call to Action
-------------------------------------------------------------- */

.cta-expo2 {
  /*height: 50px;
  display: flex;
  align-items: center;*/
  width: 100%; }

.cta-expo2 {
  background-color: #fafafa;
  padding: 10px;
  border-left: 6px solid #d3d3d3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.cta-expo2:hover {
  background-color: #ffffff;
  padding: 10px 10px 10px 15px;
  /*border-left: 6px solid #00abbd;*/
border-left: 6px solid #009fe3;
}

.cta, .cta-dark, .cta-primary {
  background-color: #fafafa;
  padding: 30px 30px;
  border-left: 6px solid #d3d3d3; }

.cta-conf, .cta-exposants {
  background-color: #fafafa;
  padding: 15px;
  border-left: 6px solid #d3d3d3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.cta-conf:hover, .cta-exposants:hover {
  background-color: #ffffff;
  padding: 15px 15px 15px 25px;
  /*border-left: 6px solid #00abbd;*/
border-left: 6px solid #009fe3;
}

#expolist .cta-exposants:hover {
  background-color: #ffffff;
  padding: 15px 15px 15px 25px;
  /*border-left: 6px solid #00abbd;*/
border-left: 6px solid #d3d3d3;
}

.cta-conf h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 500; }
  .cta-conf h3 a {
    font-size: 20px;
    color: #000000;
    font-weight: 500; }
.cta-conf p {
  font-size: 13px;
  color: #666666;
  font-weight: 600;
  margin: 0; }

.cta-dark {
  background-color: #272727;
  border-left: 6px solid #494949; }

.cta-primary {
  background-color: #00B7EB;
  border-left: 6px solid #EAEAEA; }

.cta p, .cta-dark p, .cta-primary p {
  margin: 0;
  padding: 0;
  font-size: 16px; }

.cta2, .cta3, .cta-yellow, .cta-red, .cta-pink {
  z-index: 10;
  background-color: #00B7EB;
  padding: 30px 0; }

.cta2 h2, .cta2 h3, .cta2 h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px; }

.cta3 h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px; }

.cta2 h2, .cta3 h2 {
  font-size: 24px; }

.cta2 p, .cta3 p, .cta-yellow p, .cta-red p, .cta-pink p {
  margin: 0;
  padding: 0 15px 0 15px;
  font-size: 16px;
  color: #fff; }

.cta2.arrow-up, .cta2.arrow-down, .cta3.arrow-up, .cta3.arrow-down {
  position: relative;
  padding: 50px 0;
  z-index: 5; }

/* ****** CTA SLIDE ****** */
	.cta-yellow.arrow-up, .cta-yellow.arrow-down, .cta-red.arrow-up, .cta-red.arrow-down, .cta-pink.arrow-up, .cta-pink.arrow-down {
	  position: relative;
	  padding: 10px 0;
	  z-index: 5; }
/* ****** CTA SLIDE ****** */

.panel-heading.arrow-down {
  position: relative;
  z-index: 5; }

.cta2.arrow-down:after, .cta3.arrow-down:after, .cta-yellow.arrow-down:after, .cta-red.arrow-down:after, .cta-pink.arrow-down:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00B7EB;
  left: 50%;
  margin-left: -15px;
  bottom: -15px; }

.cta2.arrow-up:after, .cta3.arrow-up:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #00B7EB;
  left: 50%;
  margin-left: -15px;
  top: -14px; }

.panel-heading.arrow-down:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5f5f5f;
  left: 50%;
  margin-left: -10px;
  bottom: -10px; }

/* =Chart
-------------------------------------------------------------- */
#donut1 {
  display: block;
  margin: 0 auto; }

#donut2, #donut3, #donut4 {
  position: relative; }

.legend {
  list-style-type: none;
  margin: 0;
  background: #FFF;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  /*box-shadow: 1px 1px 0 #DDD,
              2px 2px 0 #BBB;*/ }
  .legend li {
    /*width: 110px;
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    /*border-left: 1.25em solid black;*/
    line-height: 18px;
    margin-bottom: 10px; }
  .legend b {
    display: block;
    font-size: 20px; }
  .legend em {
    font-style: normal;
    color: #000 !important; }
  .legend span {
    float: left; }

/* =Timeline
-------------------------------------------------------------- */
.timeline {
  list-style: none;
  padding: 60px 0 60px;
  position: relative; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 20px;
    position: relative; }
    .timeline > li:last-child {
      margin-bottom: 0; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-panel {
      width: 46%;
      float: left;
      border: 1px dotted #d2d2d2;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      background-color: #fff; }
      .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " "; }
      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " "; }
    .timeline > li > .timeline-badge {
      color: #fff;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 28px;
      left: 50%;
      margin-left: -12.5px;
      background-color: #999999;
      z-index: 1;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }

.timeline-badge.primary {
  background-color: #00B7EB !important; }
.timeline-badge.success {
  background-color: #2ecc71 !important; }
.timeline-badge.warning {
  background-color: #f39c12 !important; }
.timeline-badge.danger {
  background-color: #e74c3c !important; }
.timeline-badge.info {
  background-color: #3498db !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }
.timeline-body > p + p {
  margin-top: 5px; }

/* =Thumbnails
-------------------------------------------------------------- */
.thumbnail {
  padding: 0;
  border-radius: 0;
  border: 0; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #00B7EB; }

.thumbnail .caption {
  padding: 25px 15px 15px 15px;
  color: #8F8F8F;
  line-height: 25px; }

.custom-content.thumbnail {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 0; }
  .custom-content.thumbnail:hover {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    border-bottom: 5px solid #00B7EB; }
    .custom-content.thumbnail:hover img {
      margin-bottom: 2px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

/* =Shadows
-------------------------------------------------------------- */
.shadow1 {
  -webkit-box-shadow: 0 10px 6px -6px #b9b9b9;
  -moz-box-shadow: 0 10px 6px -6px #b9b9b9;
  box-shadow: 0 10px 6px -6px #b9b9b9; }

.shadow2 {
  -webkit-box-shadow: -9px 0 4px -4px #b9b9b9;
  -moz-box-shadow: -9px 0 4px -4px #b9b9b9;
  box-shadow: -9px 0 4px -4px #b9b9b9; }

.shadow3 {
  -webkit-box-shadow: 0 28px 16px -26px #1d1d1d;
  -moz-box-shadow: 0 28px 16px -26px #1d1d1d;
  box-shadow: 0 28px 16px -26px #1d1d1d; }

/* =Dividers
-------------------------------------------------------------- */
hr {
  border-top: 1px dotted #d2d2d2;
  margin-top: 30px;
  margin-bottom: 30px; }

.hr-solid {
  border-top: 1px solid #d2d2d2;
  margin-top: 30px;
  margin-bottom: 30px; }

.hr-lg-margin {
  border-top: 1px dotted #d2d2d2;
  margin-top: 50px;
  margin-bottom: 40px; }

.dark-hr {
  border-top: 1px dotted #4c4c4c; }

.double-hr {
  border: 0;
  height: 4px;
  border-top: #d2d2d2 1px dotted;
  border-bottom: #d2d2d2 1px dotted;
  text-align: center;
  position: relative;
  clear: both; }

.double-hr-solid {
  border: 0;
  height: 4px;
  border-top: #d2d2d2 1px solid;
  border-bottom: #d2d2d2 1px solid;
  text-align: center;
  position: relative;
  clear: both; }

/* =Modals
-------------------------------------------------------------- */
.modal-content {
  border-radius: 2px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border: 0; }

.modal-header {
  background-color: #00B7EB; }

.modal-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

.modal .close {
  color: #fff; }
  .modal .close:hover {
    opacity: 0.9; }

/* =Labels and Badges
-------------------------------------------------------------- */
.label {
  font-family: 'Raleway' sans-serif;
  text-transform: none;
  font-weight: 300;
  border-radius: 2px; }

.badge-square {
  border-radius: 0; }

.badge-round {
  border-radius: 2px; }

.badge-primary {
  background-color: #00B7EB;
  color: #fff; }

.label-primary, .progress-bar-primary {
  background-color: #00B7EB; }

/* =Progress Bars
-------------------------------------------------------------- */
.progress-bar-dark {
  background-color: #272727; }

.progress {
  overflow: visible;
  background: #FAFAFA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .progress.slim {
    height: 3px; }
  .progress.thin {
    height: 6px; }

.progress-bar {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tooltip {
  position: fixed; }

span.progress-bar-tooltip {
  padding: 4px 8px;
  background-color: #2E363F;
  color: #FFF;
  line-height: 15px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -28px;
  right: 5px;
  border-radius: 2px; }
  span.progress-bar-tooltip:after {
    border-color: #2E363F transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0; }

h6.progress-head {
  margin-bottom: 2px; }

/* =Content Sections
-------------------------------------------------------------- */
.content-60mg {
  margin: 60px 0 60px 0; }

.content-60mg-bordered {
  margin: 60px 0 60px 0;
  border-top: 1px dotted #d2d2d2;
  border-bottom: 1px dotted #d2d2d2; }

.content-40mg {
  margin: 40px 0 40px 0; }

.content-40mg-bordered {
  margin: 40px 0 40px 0;
  border-top: 1px dotted #d2d2d2;
  border-bottom: 1px dotted #d2d2d2; }

.content-bordered {
  border-top: 1px dotted #d2d2d2;
  border-bottom: 1px dotted #d2d2d2; }

/* =Team
-------------------------------------------------------------- */
.team-description {
  font-size: 12px;
  color: #000; }

.team-description-2 {
  font-size: 12px;
  color: #000; }

.team-member-name {
  font-weight: 400;
  margin: 5px 0;
  font-size: 16px; }

.team-member-name-2 {
  font-weight: 400;
  margin: 0px 0;
  font-size: 16px; }

.team-member-name-imgtop {
  font-weight: 400;
  padding-top: 20px;
  margin-bottom: 7px; }

.team-member-holder a:hover h4 {
  color: #ff4d07 !important; }

.team-member-img {
  border-radius: 50%; }

.team-member-img-top {
  width: 120px;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%; }

.team-ico {
  font-size: 16px;
  color: #dfdfdf; }
  .team-ico:hover {
    color: #00B7EB;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.expotypo .team-ico {
  font-size: 18px; }


.team-member-holder {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.team-content-holder:hover > .team-member-holder:not(:hover) {
  opacity: 0.5; }

.team-member-profile {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 50%; }

.content-box-profile {
  padding: 30px;
  text-align: center;
  margin-bottom: 20px; }

/* =Recent Posts
-------------------------------------------------------------- */
.portfolio .img-responsive {
  width: 100%; }

.thumbnail > img, .thumbnail a > img {
  width: 100%; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%; }

/* =Clients
-------------------------------------------------------------- */
.clients-img {
  border: 1px solid #e6e9ed;
  background-color: #fafafa;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }
  .clients-img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.7; }

/* =Partners
-------------------------------------------------------------- */
.partners {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 95%;
  margin: 0 auto; }
  .partners img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 80%;
    max-width: 180px; }
  .partners td.border-right {
    border-right: #d2d2d2 1px solid; }

/* =404 + Map
-------------------------------------------------------------- */
.error-404 {
  font-size: 200px;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif; }

/* =Top Bar
-------------------------------------------------------------- */
.top-bar {
  background-color: #fff;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  line-height: 40px; }
  .top-bar.top-bar-dark {
    background-color: #2D2D2D;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #323232;
    line-height: 40px; }

.top-bar-dark .home-icon, .top-bar-dark .phone-icon {
  color: #fff; }
.top-bar-dark .topbar-list li {
  border-left: 1px solid #323232;
  padding: 0 14px; }
.top-bar-dark .topbar-list:last-child {
  border-right: 1px solid #323232; }

.btn-social-icon.btn-xs :first-child {
  line-height: 1.5 !important; }

.topbar-list {
  margin: 0;
	/*text-transform: uppercase;*/
  }


/*.topbar-list:last-child {
  border-right: 1px solid #eee;
}*/


.topbar-list li {
  border-left: 1px solid #eee;
  padding: 0 14px;
  }
.topbar-list li:last-child {
    border-right: 1px solid #eee;
    /*padding: 0 14px; */}
    .topbar-list li a {
      /*color:#8F8F8F;*/
      font-weight: 400;
      -webkit-transition: color 0.8s ease;
      -moz-transition: color 0.8s ease;
      -o-transition: color 0.8s ease;
      transition: color 0.8s ease; }
      .topbar-list li a:hover {
        color: #000000;
		text-decoration: underline;}

.topbar-list .active {
	color: #ffffff;
	/*background-color: #009fe3;*/
}

.topbar-list a:hover, .topbar-list a:active, .topbar-list a:focus{
	color:#000000;
}

.topbar-list .active a {
	color: #ffffff;
}

.topbar-list .active a:hover, .topbar-list .active a:focus, .topbar-list .active a:active {
	color: #ffffff;
}

.home-icon {
  padding-right: 10px; }

.phone-icon {
  padding-right: 10px;
  padding-left: 35px; }

.btn-social-icon, .btn-social { margin-bottom:4px }


/* =Partners List
-------------------------------------------------------------- */
.partners-list .item {
  margin: 0 0 30px 0 !important; }

ul.partners-list {
  margin: 0 !important;
  padding: 0 !important; }

.nav-pills {
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  display: inline-block; }

.partners-list .nav-pills > li {
  float: none;
  display: inline-block;
  padding: 2px 20px;
  cursor: pointer;
  font-size: 14px;
  color: #8F8F8F;
  border: 2px solid #EFEFEF;
  border-radius: 2px;
  margin-left: 20px;
  line-height: 30px;
  font-family: 'Raleway', sans-serif; }
  .partners-list .nav-pills > li:hover {
    color: #fff;
    background: #00B7EB;
    border: 2px solid #00B7EB;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.partners-list .nav > li.active {
  color: #fff;
  background: #00B7EB;
  border: 2px solid #00B7EB; }
.partners-list li {
  list-style: none !important; }
.partners-list img {
  margin: 0 auto;
  /* height: 100%;*/
  height:auto;
  max-height: 100px;
  max-width: 100%;
  /*width: 100%;*/
  width:auto;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.partners-list .border {
  display: grid;
  height: 190px;
    /*height: 190px;*/
  margin: auto;
  vertical-align: middle;
  width: 100%;
  min-width: 164px; }

.premium img {
  max-height: 190px; }
.premium .border {
  height: 260px;
  min-width: 263px; }

.partners-list-title {
  font-size: 14px;
  text-transform: none;
  color: #8F8F8F;
  font-weight: 600;
  margin: 0 !important; }

.view {
  margin: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.partners-list-title a {
  color: #a1a1a1; }
  .partners-list-title a:hover {
    color: #00B7EB;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.partners-list-text {
  background-color: transparent;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 15px;
  line-height: 15px; }

.mini-height-exposant {
  min-height: 105px; }

.partners-list .view {
  margin: 10px;
  overflow: visible;
  position: relative;
  text-align: center;
  cursor: default; }

.partners-list .portfolio-text {
  background-color:transparent;
  text-align:center;
  /*padding-top:15px;*/
  padding: 0 10px;
  min-height: 0;
  margin-bottom:15px;
  line-height:15px;
}


/* =Portfolio
-------------------------------------------------------------- */
#myPortfolio .item {
  display: none;
  opacity: 0; }

#myPortfolio .exposants {
  margin-bottom: 10px !important; }


.book {
  height: 160px; }
  .book img {
    max-height: 140px;
    width: 100px; }

#portfolio .item {
  margin-bottom: 30px; }

#portfolio .exposants {
  margin-bottom: 10px !important; }

  #portfolio .exposants .portfolio-title {
    width: 100%; }
#portfolio ul {
  margin-bottom: 0; }

.nav-pills {
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  display: inline-block; }

#portfolio .nav-pills > li {
  float: none;
  display: inline-block;
  padding: 2px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  border: 2px solid #EFEFEF;
  border-radius: 2px;
  margin: 0 0 10px 10px;
  line-height: 30px;
  font-family: 'Raleway', sans-serif; }
  #portfolio .nav-pills > li:hover {
    color: #fff;
    background: #00B7EB;
    border: 2px solid #00B7EB;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
#portfolio .nav > li.active {
  color: #fff;
  background: #00B7EB;
  border: 2px solid #00B7EB; }
#portfolio li {
  list-style-type: none; }
#portfolio img {
  max-width: 100%;
  width: 100%; }
#portfolio .intervenants img {
  /*margin-top:-10%;*/ }

.portfolio-title {
  font-size: 14px;
  text-transform: none;
  color: #8F8F8F;
  font-weight: 600;
  margin: 0 !important; }

.image-hover-1 .mask {
  opacity: 0;
  overflow: visible;
  background-color: rgba(0, 183, 235, 0.59);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.image-hover-1 a.info {
  position: relative;
  text-decoration: none !important;
  border: 0 !important;
  opacity: 0;
  display: none;
  color: #fff;
  margin-top: 27px;
  -webkit-transition: opacity 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s ease-in-out;
  -ms-transition: opacity 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s ease-in-out; }
.image-hover-1:hover .mask {
  opacity: 1;
  background-color: rgba(0, 183, 235, 0.59); }
.image-hover-1:hover a.info {
  opacity: 1;
  display: inline-block;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.view {
  margin: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.view-circle {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.img-circle {
  border-radius: 50%;
  margin: auto !important; }

.intervenants {
  height: 120px;
  width: 120px; }

.view .mask, .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.view-circle .mask, .view-circle .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.image-hover-content {
  height: 100%; }
  .image-hover-content:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 104%; }

.image-icons {
  font-size: 24px;
  line-height: 2.1 !important; }

.image-icon-holder {
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid #fff; }
  .image-icon-holder:hover {
    background-color: #fff;
    color: #00B7EB; }

.portfolio-title a {
  /*color:#a1a1a1;*/ }
  .portfolio-title a:hover {
    color: #00B7EB;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: underline; }

.project-category {
  font-size: 12px;
  font-family: 'Raleway', sans-serif; }

.portfolio-text {
	background-color:transparent;
	text-align:center;
	/*padding-top:15px;*/
	padding: 0 10px;
	margin-bottom:15px;
	line-height:15px;
	min-height: 80px;
}

.portfolio-text-circle {
  background-color: transparent;
  text-align: center;
  padding: 0 25px 0 25px;
  margin-bottom: 10px;
  line-height: 15px; }

.port-borderless {
  margin: 0 0 25px 0;
  width: 100%; }

/* =Comments
-------------------------------------------------------------- */
.blog-comment::before, .blog-comment::after {
  content: "";
  display: table;
  clear: both; }

.blog-comment-form::before, .blog-comment-form::after {
  content: "";
  display: table;
  clear: both; }

.blog-comment ul {
  list-style-type: none;
  padding: 0; }
.blog-comment img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px; }
.blog-comment .post-comments {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
  color: #6b6e80;
  position: relative; }
.blog-comment .meta {
  font-size: 13px;
  color: #aaaaaa;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #eee; }
.blog-comment ul.comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 85px; }

.blog-comment-form {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 40px; }

/* =Cart
-------------------------------------------------------------- */
.cart {
  padding: 0;
  min-width: 350px !important;
  font-size: 13px; }
  .cart a {
    background-color: transparent !important;
    color: #00B7EB !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .cart .table > tbody > tr > td, .cart.table > tbody > tr > td {
    vertical-align: inherit; }
  .cart .quantity {
    width: 50px; }
  .cart .product {
    width: 220px; }
    .cart .product .small {
      display: block;
      color: #999; }
  .cart.table .price {
    width: 18%; }
  .cart.table .amount, .cart.table .quantity, .cart.table .remove {
    width: 12%; }
  .cart.table .quantity input {
    width: 60px;
    padding: 6px; }
  .cart.table .product {
    font-size: 15px; }
    .cart.table .product small {
      font-size: 12px;
      display: block;
      color: #999; }
  .cart.table .total-amount, .cart.table .total-quantity {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700; }
  .cart.table .btn-remove {
    position: relative;
    top: -5px; }
  .cart.table .form-group {
    margin: 7px 0; }

.table .information {
  width: 80%; }
.table > thead > tr > th {
  background-color: #F7F7F7; }
.table > tbody > tr > td, .table > tbody > tr > th {
  border-top: 1px solid #E4E9F0; }
.table > tfoot > tr > td, .table > tfoot > tr > th {
  border-top: 1px solid #E4E9F0; }
.table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #E4E9F0; }

.cart-table {
  margin-bottom: 0;
  border-bottom: 3px solid #F3F3F3; }

.table.cart-table > thead > tr > th {
  background-color: #00B7EB;
  color: #fff;
  padding: 12px 15px;
  font-size: 16px; }
.table.cart-table > tbody > tr > td, .table.cart-table > tbody > tr > th {
  padding: 10px 15px;
  vertical-align: middle; }
.table.cart-table > tfoot > tr > td, .table.cart-table > tfoot > tr > th {
  padding: 10px 15px;
  vertical-align: middle; }

.product-name {
  font-weight: 500; }

.product-description {
  display: block; }

.cart-table .cart-price {
  vertical-align: middle; }
.cart-table .cart-total {
  vertical-align: middle;
  text-align: right;
  font-weight: 800;
  font-size: 16px; }
.cart-table .total-title {
  text-align: right; }
.cart-table .cart-quantity {
  width: 62px; }
.cart-table .subtotal {
  font-weight: 800;
  font-size: 16px; }
.cart-table > tbody > tr:nth-of-type(even) {
  background-color: #F3F3F3; }

.blog-post .view {
    background-color: #fff;
    border: 1px dotted #d2d2d2;
    border-bottom: 0;
    max-height: 165px;
    overflow: hidden
}

.blog-post .view img {
    width: 100%
}

.blog-post .blog-post-holder h4 {
    font-size: 16px;
    line-height: 1.3
}

/* =Blog
-------------------------------------------------------------- */
.blog-post .blog-post-holder {
  padding: 30px 30px;
  background-color: #fff;
  border: 1px dotted #d2d2d2;
  border-top: 0; }
.blog-post h2 a {
  color: #767676;
  font-weight: 400;
  font-size: 21px; }
  .blog-post h2 a:active, .blog-post h2 a:hover {
    color: #00B7EB; }
.blog-post .list-inline {
  margin-bottom: 5px;
  font-size: 12px; }

.latest-posts h3 a {
  font-size: 14px;
  color: #767676; }
  .latest-posts h3 a:hover {
    color: #00B7EB; }
.latest-posts small {
  font-size: 10px; }
.latest-posts p {
  font-size: 12px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 15px; }

.blog-heading {
  display: block;
  background: #fafafa;
  padding: 1px 10px;
  margin: 0 0 10px 0;
  border: 1px dotted #d2d2d2;
  border-left: 3px solid #00B7EB; }
  .blog-heading h3 {
    margin: 7px 0;
    font-size: 18px;
    color: #666666; }

.blog-heading-rec {
  display: block;
  background: #fafafa;
  padding: 1px 10px;
  margin: 0 0 0px 0;
  border: 1px dotted #d2d2d2;
  border-left: 3px solid #00B7EB; }
.blog-heading-rec h3 {
    margin: 7px 0;
    font-size: 18px;
    color: #666666; }
	
.blog-heading-part {
    display: block;
    background: rgba(0, 159, 227, 0.97);
    padding: 2px 10px;
    margin: 0 0 0 0;
    border: 1px solid rgba(0, 159, 227, 0.97);
    color: #FFFFFF;
    font-size: 18px;
}
.blog-heading-part-c {
    display: block;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid rgba(0, 159, 227, 0.97);
    color: #777;
}
.blog-heading-expo {
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    border: 1px dotted #d2d2d2;
    color: #777;
    font-size: 13px;
}

.blog-heading-expo .nav > li > a {
    padding: 0px 0px;
    position: relative;
    display: contents;
}

.blog-heading-btn {
    display: block;
    background-color: #b44bd7 !important;
    padding: 2px 10px;
    margin: 0 0 0 0;
    border: 1px solid #b44bd7;
    color: #FFFFFF;
    font-size: 18px;
}

.blog-heading-btn a {
    color: #FFFFFF;
    text-decoration: none;
}

.blog-heading-btn a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-f {
    font-size: 16px;
}

.btn-blue-colonne .btn-rw.btn-default {
    background-color: #009fe3 !important;
    box-shadow: 0px 2px 0px rgba(0, 102, 204, 0.94) !important;
}

.btn-blue-colonne .btn-rw.btn-default:hover {
    background-color: #0066cc !important;
    box-shadow: 0px 2px 0px #009fe3 !important;
}

.media-heading {
  line-height: 1.5;
  font-size: 13px; }

.media-list {
  margin-bottom: 0;
  font-weight: 400; }
  .media-list a {
    color: #767676;
    padding-left: 0; }
    .media-list a:hover {
      color: #00B7EB; }
  .media-list small {
    font-size: 10px; }

.tags {
  margin: 0px 6px 7px 0; }

.space-selec {
  height: 87px;
  margin-bottom: 30px; }

/* =Shop
-------------------------------------------------------------- */
.nav-pills.nav-pills-shop > li > a {
  padding: 6px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #888888;
  border: 2px solid #EFEFEF;
  border-radius: 2px;
  text-transform: none; }
.nav-pills.nav-pills-shop > li.active > a {
  color: #fff;
  background-color: #00B7EB;
  border-color: #00B7EB;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .nav-pills.nav-pills-shop > li.active > a:focus, .nav-pills.nav-pills-shop > li.active > a:hover {
    color: #fff;
    background-color: #00B7EB;
    border-color: #00B7EB;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.nav-pills.nav-pills-shop > li > a:hover {
  color: #fff;
  background-color: #00B7EB;
  border-color: #00B7EB;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.shop-product h2 {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 8px;
  color: #757575; }
.shop-product a h2:hover, .shop-product a h3:hover, .shop-product a h4:hover {
  color: #00B7EB; }

.shop-product-price {
  margin-left: 10px;
  float: right;
  margin-top: 5px; }

.product-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden; }
  .product-container .badge {
    position: absolute;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    padding: 4px;
    top: 10px;
    right: 10px;
    border-radius: 0; }

.shop-product-price small {
  font-size: 65%; }

.content-render-right {
  background-color: #00B7EB;
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 30px;
  padding: 50px 0; }

.content-render-1 {
  background-image: url("../images/backgrounds/chick-render.png"); }

.content-render-2 {
  background-image: url("../images/backgrounds/dude-render.png"); }

.review-col {
  width: 140px; }

.mfp-counter {
  display: none; }

.product-price {
  color: #ccc;
  float: left;
  margin: 12px 8px 0 0; }

/* Planning
-------------------------------------------------------------- */
.intro {
  margin-bottom: 10px; }
  .intro p:first-of-type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px; }

.planning p {
  font: normal 13px 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000; }

#timecol {
  padding-right: 0;
  margin-top: 28px;
  width: 6.333333%;
  display: table; }

.selection {
  color: #ff4d07;
  font-weight: bold; }

.v-container {
  background: repeat-y;
  background-size: 110px 160px;
  background-image: url(../conferences/pl-bg.svg);
  background-repeat: repeat;
  background-position: 0px 0.8px;
  border: 1px solid #e5e5e5;
  position: relative;
  height: 1920px;
  border-top: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .v-container {
    background-image: url(../conferences/bg-planning.png);
    background-repeat: repeat;
    background-position: 0px 0px; } }
.tab-planning {
  display: block;
  padding: 20px;
  border: 1px solid #e6e9ed;
  border-top: none;
  padding-top: 40px; }

.time {
  font-weight: normal;
  font-size: 12px;
  color: grey;
  text-align: right;
  margin-bottom: 21px;
  padding-right: 5px;
  font-family: "Raleway",sans-serif;
  height: 19px;
  overflow: hidden; }

.hour {
  color: #ff4d07;
  font-size: 16px;
  font-weight: 600;
  height: 19px;
  overflow: hidden;
  line-height: 19px; }

.v-head {
  background-color: #FAFAFA;
  border: 1px solid #e5e5e5;
  height: 45px;
  line-height: 1.2em;
  font-family: "Raleway",Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
    padding: 5px 5px;
  color: #5F5F5F; }
  .v-head.affix {
    top: 81px;
    z-index: 100;
    /*width: 110px;*/
    width: 200px;
}

.container-affix {
  margin-top: 40px; }

.v-wrapper {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  margin-left: 0.7%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  min-height: 1px;
  float: left; }

/*Cacher les salles au-delà de la 9ème*/
.v-wrapper:nth-child(n+11){
  display: none;
}

.event {
  color: #000;
  font-family: "Raleway",Arial,Helvetica,sans-serif;
  font-size: 12px;
  letter-spacing: -0.15px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  z-index: 0 !important;
  min-height: 80px;
  padding: 8px;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: 100%;
  padding-bottom: 30px; }
  .event a {
    display: block;
    height: 100%;
    text-decoration: none !important; }
  .event:hover {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .event:hover .event-check {
      color: rgba(0, 0, 0, 0.4); }

.planning .active a {
  border-top: 5px solid #FF743D !important; }
.planning .event a {
  border-top: none !important;
  color: #000; }

.schedule {
  position: absolute;
  left: 0px;
  padding-left: 5px;
  bottom: 0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-size: 13px;
  color: #8A8A8A;
  width: 100%;
  margin-top: 12px;
  padding-top: 3px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.8); }

.t-45m .schedule {
  padding-top: 5px; }

.event-text {
  height: 100%; }

.legende {
  margin-bottom: 0; }

.leg-wrap {
  margin-bottom: 15px; }

.legende p {
  display: inline;
  font-family: "Raleway",sans-serif;
  font-size: 12px; }

.legend {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin-bottom: -3px; }

.event-check {
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  width: 100%;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  line-height: 30px;
  text-align: center; }
  .event-check:hover {
    transform-origin: 50% 50%;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    color: rgba(0, 0, 0, 0.4);
    z-index: 260; }

.checked {
  color: #272727;
  color: rgba(15, 15, 15, 0.6);
  bottom: 0;
  font-weight: bold; }

.selection {
  overflow: hidden; }
  .selection .selection-count {
    background-color: #FF743D;
    color: white;
    border-radius: 50%;
    padding: 1px;
    width: 21px;
    height: 21px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-bottom: -5px;
    font: normal 13px 'Open Sans', sans-serif;
    transition: none;
    -webkit-transition: none; }

.planning .selected {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding-right: 6px;
  padding-left: 6px; }

.planning .v-wrapper:nth-child(11) {
  display: none !important; }

.selec-mobile {
  font-size: 16px;
  width: 100%;
  text-align: center; }

/*background colors*/
.orange-bg {
  background-color: #ffae6d; }

.green-bg {
  background-color: #9AE958; }

.blue-bg {
  background-color: #8aa3f9; }

.liblue-bg {
  background-color: #a8eef1; }

.yellow-bg {
  background-color: #ffdb61; }

.pink-bg {
  background-color: #d095dc; }

.red-bg {
  background-color: #ff6676; }

.False-bg {
  background-color: #c376c1; }

.multi-bg {
  background-color: #e2007a; }


/*background colors - hover*/
.orange-bg:hover {
  background-color: #FFAC8B; }

.green-bg:hover {
  background-color: #CEF8AC; }

.blue-bg:hover {
  background-color: #D9EBF9; }

.yellow-bg:hover {
  background-color: #FFDDB0; }

.pink-bg:hover {
  background-color: #F8ADC4; }

.liblue-bg:hover {
  background-color: #DFFBFB; }

.red-bg:hover {
  background-color: #FF9B9B; }

.False-bg:hover {
  background-color: #F4D8F3; }

.multi-bg:hover {
  background-color: #f8d3e3; }


/*dur├®e conf├®rence*/
.t-1h30 {
  height: 240px; }

.t-1h {
  height: 160px; }

.t-2h {
  height: 320px; }

.t-45m {
  height: 120px;
  line-height: 13px; }

.t-30m {
  height: 80px;
  line-height: 13px; }

.t-45m .event-text {
  height: 120px; }

.t-1h15{
  height:200px;
}

.modal-header {
  background-color: #00abbd !important; }

.box-parrain {
  padding: 2px;
  padding-bottom: 15px;
  padding-top: 13px;
  text-align: center; }
  .box-parrain img {
    display: inline-block;
    width: 40%; }

ul.list-arrow-color li .list-default li {
  list-style: none; }
  ul.list-arrow-color li .list-default li:before {
    content: none !important; }

/* Liste conf├®rences
-------------------------------------------------------------- */
.selection a {
  color: #ff4d07;
  font-weight: 400; }

.list-conf h3 {
  font-size: 16px;
  margin-bottom: 13px; }
  .list-conf h3 a {
    font-size: 16px;
    margin-bottom: 13px; }
.list-conf .cta-conf {
  padding-top: 20px;
  padding-bottom: 20px; }
.list-conf .text-blue {
  font-size: 13px; }

.conf-tf {
  background-color: #F2F2F2;
  /*border-left: 8px solid #00ABBD;*/
border-left: 8px solid #009fe3;
}

.list-check {
  position: static;
  color: rgba(102, 102, 102, 0.3);
  cursor: pointer;
  margin-top: 7px;
  text-align: right;
  padding-right: 15px; }
  .list-check:hover {
    color: #FF743D;
    transform: none; }

.conf-tf:hover {
  /*border-left: 8px solid #00ABBD;*/
	border-left: 8px solid #009fe3;
}

.checked-l {
  color: #FF743D;
  font-weight: bold;
  background-color: transparent; }

.cta-conf.selected {
  border: 1px solid #d3d3d3;
  border-left: 6px solid #d3d3d3; }

.conf-tf.selected {
  border-left: 8px solid #00ABBD; }

.title-besoin {
  text-decoration: none !important; }
  .title-besoin:hover {
    text-decoration: none; }
  .title-besoin .blog-heading {
    margin-bottom: 0;
    border: none;
    border-left: 3px solid #ff4d07;
    border-bottom: 1px dotted #d2d2d2; }

.besoin {
  padding-left: 11px; }
  .besoin li > a {
    font-size: 12px; }
    .besoin li > a.actif {
      color: #FF743D; }

.menu-container {
  border: 1px dotted #CCCCCC;
  margin-bottom: 15px; }

.list-forum .cta-conf {
  border-left: 6px solid #d3d3d3; }

.list-conf-tf h3 {
  margin-bottom: 3px; }

.tf-description {
  margin-top: 16px;
  padding-left: 36px; }
  .tf-description p {
    line-height: 17px;
    margin-bottom: 16px;
    font-weight: 400; }
  .tf-description a {
    font-weight: 600; }

.list-conf-tf .list-check {
  margin-top: 0px; }

.logo-conf {
  text-align: center;
  margin-top: -25px; }
  .logo-conf img {
    margin-right: 16px;
    margin-bottom: 0px;
    display: inline-block;
    height: auto;
    margin-right: 5px;
    display: inline-block;
    max-height: 70px; }

.list-forum .logo-conf img {
  max-height: 80px;
  margin-right: 5px;
  display: inline-block; }

.no-padding {
  padding-right: 0;
  padding-left: 10px; }

.rubrique .nav-pills.nav-stacked > li > a.actif {
  color: #FF743D; }
.rubrique .panel-body {
  padding-right: 5px; }
.rubrique .nav-pills.nav-stacked > li > a {
  padding-right: 15px; }

#champ-vide {
  display: none;
  color: #a94442;
  margin-top: -5px; }

.box-conf {
  padding: 20px 15px;
  margin-bottom: 2px; }
  .box-conf .cta-conf {
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3; }
  .box-conf h3 {
    font-size: 20px; }

#select_date {
  padding: 5px;
  min-height: 30px;
  font: normal 13px 'Open Sans', sans-serif;
  background-color: #0e94a2;
  color: white;
  border: white;
  max-width: 100%; }

.cbox-ba h3 {
  font-weight: 400; }

.flex-container a {
  display: block;
  overflow: hidden; }

#top-link-block {
  position: fixed;
  /* keeps it on the bottom once in view */
  bottom: 16px;
  right: 16px;
  display: none;
  cursor: pointer; }
  #top-link-block .bordered-icon-sm {
    color: white !important;
    background-color: #5d5d5d !important;
    width: 50px;
    height: 50px;
    padding-top: 9px;
    font-size: 18px !important;
    font-weight: 400; }

/* Page conf├®rence
-------------------------------------------------------------- */
.conf-check {
  display: inline-block;
  position: static;
  width: auto;
  line-height: 0px;
  float: left;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
  color: #00abbd; }

.check-legend {
  font-size: 16px;
  font-family: 'Raleway',sans-serif;
  color: #00abbd;
  cursor: pointer; }

.conf-check.checked-l {
  color: #ff4d07; }

.check-leg {
  display: none; }

.check-cf:hover .conf-check {
  color: grey; }

a .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  text-decoration: none; }
  a .panel-heading:hover {
    color: #333;
    border-color: #ddd;
    text-decoration: none !important; }

.panel a:hover, .panel a:focus {
  text-decoration: none !important; }

.parrain-for p {
  float: left;
  margin-right: 11px;
  line-height: 43px; }
.parrain-for img {
  display: inline-block;
  width: 100px; }

.logoconf img {
  max-height: 60px; }

.conf-logo img {
  display: inline-block;
  /*margin-left: 15px;*/
  max-height: 70px;
  max-width: 100px;
  object-fit: scale-down;
  flex: 0 0 auto; }

/* Votre programme
-------------------------------------------------------------- */
.ion-printer {
  margin-left: 15px;
  color: #ff4d07;
  padding-top: 3px; }
  .ion-printer:hover {
    margin-left: 15px;
    color: #ff4d07; }

.selec-mobile.affix {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  text-align: center;
  z-index: 1200; }

/* les exposants
-------------------------------------------------------------- */
#secteurs.nav-pills > li {
  float: none;
  display: inline-block;
  padding: 5px 5px;
  cursor: pointer;
  font-size: 13px;
  color: #000000;
  border: 2px solid #EFEFEF;
  border-radius: 2px;
  margin: 0 0 8px 9px;
  line-height: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400; }

a h2:hover {
  color: #ff4d07; }

.box-ba {
  padding: 10px 16px;
  background-color: #FF4D07 !important; }
  .box-ba div {
    margin: 0px auto;
    line-height: 41px; }
  .box-ba .fa {
    margin-top: 0px;
    font-size: 2.5em;
    line-height: 53px;
    cursor: pointer; }
  .box-ba .ba-salon {
    padding-bottom: 4px;
    margin-top: -22px !important;
    text-align: left;
    color: #FFE0D4; }

.list-ba {
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px; }
  .list-ba li {
    text-indent: 0 !important;
    margin-bottom: 25px; }

ul.list-arrow-2-color.list-ba li:before {
  width: 0.6em; }

.list-ba li h2, .list-ba li p {
  margin-bottom: 5px; }

.box-ba-header {
  background-color: transparent !important;
  color: #FF4D07 !important; }
  .box-ba-header .ba-salon {
    color: #FF4D07 !important; }

.jf-list li {
  margin-bottom: 15px; }

.exp-alphabetique h2 {
  width: 15px; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select-st {
  height: 40px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px; }

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	color: #666;
	border: 2px solid #EFEFEF;
	padding: 8px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 40px; 
	overflow: hidden;
}

  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #EFEFEF transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:hover, .select-styled:active, .select-styled.active {
    background-color: #ff4d07;
    color: #fff; }
  .select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  color: #666; }

.select-options li {
margin: 0;
padding: 5px 0;
text-indent: 15px;
background-color: #fff;
color: #666;
border: 2px solid #EFEFEF;
border-top: none;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
cursor: pointer; }

.select-options li:hover {
  color: #fff;
  background: #ff4d07; }

.select-options li[rel="hide"] {
  display: none; }

.select-st .select-options li {
margin: 0;
padding: 5px 10px;
text-indent: 0px;
/*background-color: #fff;
color: #666;
border: 2px solid #EFEFEF;
border-top: none;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
cursor: pointer; */
}

.expo-alpha .exposants h2 {
  width: 16px; }

.btn-ba.box-ba:hover .fa-gift {
  border: 1px solid #D2D2D2;
  color: #ff4d07 !important;
  background-color: transparent;
  text-decoration: none; }
.btn-ba.box-ba .ba-salon {
  padding-bottom: 4px;
  margin-top: -29px !important;
  text-align: left;
  color: #FFE0D4; }

.badge-ba {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  font-size: 11px;
  background-color: #ff4d07;
  border-radius: 50%;
  position: absolute;
  margin-top: 2px;
  margin-left: 11px;
  cursor: default; }

.logo-expost {
  padding: 10px; }
  .logo-expost img.img-responsive {
    max-height: 140px;
    margin-right: auto;
    margin-left: auto; }

 /* LES INTERVENANTS PHARES
-------------------------------------------------------------- */
.intervenant {
  display: inline-block;
  opacity: 1; }

.intervenant .border {
    height: 425px;
    margin-bottom: 30px;
    position: relative; 
}

.archive-inter .intervenant .border {
  height: 265px; }

.intervenant a > img.img-responsive {
  width: 100%; }

/*.portfolio-text {
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  height: 80px; }
  .portfolio-text h3 {
    font-size: 16px;
    text-transform: none;
    color: #FF4D07;
    font-weight: 600;
    margin-bottom: 0px; }
    .portfolio-text h3 a {
      color: #FF4D07;
      font-weight: 600; }
*/
.lien-action {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: black; }
  .lien-action:first-of-type {
    margin-top: 12px; }
  .lien-action .ion-link {
    font-size: 14px; }

.inter-conf {
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }
  .inter-conf a {
    color: #8F8F8F; }

.badge-lp {
  position: absolute;
  top: -60px;
  right: -71px; }

 /* BANDEAUX LOGOS FLEX
-------------------------------------------------------------- */
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  /*justify-content: space-evenly;*/
  justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  padding-bottom: 6px;
  flex-wrap: wrap;
  -ms-flex: 1 0 auto; }

.logo-flex {
  padding: 5px;
  width: auto;
  height: 90px;
  max-width: 130px;
  position: relative;
  align-items: center;
  display: flex;
  -ms-flex: 1 0 auto;
  justify-content: center; }

.flex-freelance .logo-flex {
  padding: 5px;
  width: auto;
  height: 100px;
  max-width: 100%;
  position: relative;
  align-items: center;
  display: flex;
  -ms-flex: 1 0 auto;
  justify-content: center;
  flex-grow: 1; }

.slf {
  width: 80px; }

.logo-flex p {
  text-align: left;
  position: absolute;
  top: 0;
  left: -15px;
    width: 200px; }
.logo-flex img {
  margin-top: 25px;
  max-height: 57px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.partners-flex .logo-flex img {
  max-height: 60px;
  max-width: 85%;
  margin-top: 0;
  margin-top: 0; }

.logo-flex.sl img {
  max-height: 70px;
  max-width: 75%; }
.logo-flex.bl img {
  max-height: 70px;
  max-width: 100%;
  margin-top: 0; }
.logo-flex.vbl img {
  max-height: 90px;
  max-width: 100%;
  margin-top: 10px; }
.logo-flex.ml img {
  max-height: 65px;
  max-width: 100%;
  margin-top: 20px; }

.xsl img {
  width: 50%; }

@media (min-width: 767px) {
  .logo-flex.border-right {
    border-right: #d2d2d2 1px solid;     padding-right: 18px;} }
/*Slider HP intervenants
*/
.carousel-perso .item .border {
    /*min-height: 280px;*/
    min-height: 250px;
}

.owl-controls {
  float: right; }
  .owl-controls .owl-nav [class*=owl-] {
    color: #868686;
    font-size: 24px;
    padding: 3px 9px;
    margin-right: 2px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    margin-top: 8px; }

.social-fix {
  list-style: none;
  text-align: center;
  margin: 20px;
  padding: 4px;
  position: fixed;
  z-index: 100;
  animation: a2aFadeIn .2s ease-in;
  margin-left: -70px;
  top: 150px;
  line-height: 32px; 
display: none!important;}

.social-fix li:first-child {
  margin-top: 0; }

.social-fix li {
  margin-top: 10px; }

.social-fix li a {
  display: block;
  background: #B9C0C4;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  line-height: 30px;
  width: 30px;
  font-size: 18px; }

.social-fix a.tw:hover {
  background: #00acee; }

.social-fix a.fb:hover {
  background: #3b5998; }

.social-fix a.gp:hover {
  background: #dd4b39; }

 /* Landing Page
-------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  height: auto; }

.lp-v1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe419+0,fdc311+100 */
  background: #ffe419;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffe419 0%, #fdc311 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffe419 0%, #fdc311 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffe419 0%, #fdc311 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe419', endColorstr='#fdc311',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .lp-v1 .mention {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 0;
    display: inline-block; }
  .lp-v1 .date {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 0;
    display: inline-block;
    font-weight: 800; }
    .lp-v1 .date div {
      display: inline-block;
      font-size: 5px; }
  .lp-v1 h1 {
    font-family: 'Ketchupa', sans-serif;
    font-size: 23.7px;
    text-align: left;
    text-transform: uppercase;
    color: #9a0c5e;
    line-height: 1.2em; }

.lp-v2 h2 {
  font-family: 'Raleway',sans-serif;
  color: black;
  text-transform: none;
  font-weight: 700; }
.lp-v2 h1 {
  font-family: 'Raleway',sans-serif;
  color: black;
  text-transform: none;
  font-weight: 700;
  font-size: 23.7px; }

.lp-v1 .mention .fa {
  font-size: 0.4em; }

.header-bg {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 168px; }

.lp-v2 .header-rw {
  background-color: transparent; }

.lp-v1 strong {
  font-weight: 700 !important; }

.lp-v2 strong {
  font-weight: 600 !important; }
.lp-v2 h1 {
  text-align: left; }

.form-col {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px 40px;
  padding-bottom: 9999px;
  margin-bottom: -9999px; }

.lp-v2 .form-col {
  background-color: #ffe115; }

.btn-lp {
  font-size: 16px;
  font-family: "Open Sans";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.313;
  text-align: center;
  z-index: 21;
  border-radius: 6px;
  background-color: #db1965;
  height: 57px;
  z-index: 20; }

.lp-v1 p {
  font-size: 14px;
  line-height: 1.5em; }
.lp-v1 .cg {
  font-size: 11px;
  margin-top: 7px;
  margin-top: 15px; }
  .lp-v1 .cg p {
    font-size: 11px;
    margin-top: 7px; }
.lp-v1 .radio, .lp-v1 .control-label {
  display: inline-block;
  margin-right: 15px; }

.box-lp {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  padding-bottom: 7px;
  font-size: 14px; }

.lp-v2 .box-lp {
  background-color: transparent;
  padding: 0; }

.list-lp {
  font-size: 14px;
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px; }

.lp-v2 .list-lp {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }

.list-arrow-2-color.list-lp li {
  margin-bottom: 1.1em;
  text-indent: 0;
  padding-right: 2.1em;
  line-height: 1.5em; }

ul.list-lp li:before {
  color: #FF4D07 !important;
  font-size: 20px;
  width: 1.4em;
  line-height: 1; }

.brand-lp {
  height: 120px;
  padding: 10px 0 10px 15px;
  letter-spacing: 0;
  font-weight: 900;
  color: #00B7EB;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.nav-lp {
  padding: 10px 0 10px 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #323232;
  float: left;
  line-height: 25px;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.list-lp h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Raleway',sans-serif; }

.list-lp-part h3 {
  display: inline-block; }

.list-arrow-2-color.list-lp.list-chapo li {
  margin-bottom: 0.3em;
  text-indent: 0em !important; }

.space-lp {
  height: 230px; }

.h100 {
  height: 100%; }

.lp-v2 {
  background: #f5f5f5; }
  .lp-v2 .btn-lp {
    background-color: #8d084a; }
    .lp-v2 .btn-lp:hover {
      color: white;
      background-color: #8d084a; }

.lp-bckg {
  background: url(../images/bg-lp-trspt.png) center no-repeat;
  background-position: 0px 135px;
  background-size: cover; }

.ln1 {
  line-height: 1.5em; }

.btn-lp {
  position: relative; }
  .btn-lp:active, .btn-lp:focus {
    color: white; }
  .btn-lp.disabled {
    opacity: 1;
    background-color: #ce90b9; }

.lp-v2 .btn-org {
  background-color: #0e5d96; }
  .lp-v2 .btn-org:hover {
    background-color: #0e5d96; }
.lp-v2 .btn-vlt {
  background-color: #5e174d; }
.lp-v2 .btn-red {
  background-color: #da4e41; }
  .lp-v2 .btn-red:hover {
    background-color: #da4e41; }
.lp-v2 .btn-blue {
  background-color: #313171; }
  .lp-v2 .btn-blue:hover {
    background-color: #313171; }
.lp-v2 .btn-vlt.disabled {
  background-color: #96738e; }
.lp-v2 .btn-red.disabled {
  background-color: #e2928a; }
.lp-v2 .btn-blue.disabled {
  background-color: #9494b5; }
.lp-v2 .btn-org.disabled {
  background-color: #79aed4; }

.lp-v1 .btn-gen2:hover {
  background-color: #db1965;
  color: white; }
.lp-v1 .btn-gen2.disabled {
  background-color: #ea96b7; }

.header-part {
  background-color: white;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  z-index: 1000;
  width: 100%;
  font-size: 11px;
  border-bottom: 1px dotted #e4e9f0;
  padding-bottom: 45px;
  padding-top: 45px; }
  .header-part p {
    font-size: 12px; }

.box-part {
  padding: 20px;
  border: 1px solid #64b73f;
  border-radius: 3px;
  background-image: url(../images/logo_france_active_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 80%; }
  .box-part ul.list-arrow-2-color li {
    margin-bottom: 5px; }
    .box-part ul.list-arrow-2-color li:before {
      color: #64b73f;
      color: #64b73f; }

.viadeo-lp {
  background-image: url(../images/Viadeo-bg.png);
  border: 1px solid #ee7456; }
  .viadeo-lp ul.list-arrow-2-color li:before {
    color: #ee7456; }

.lp-part .header-bg {
  z-index: -1;
  /*    height: 267px;
  */ }
.lp-part .form-col {
  z-index: -1;
  width: 100% !important;
  padding-top: 0;
  padding-right: 20px;
  padding-left: 25px; }
.lp-part .list-arrow-2-color.list-lp li {
  margin-bottom: 0.2em; }

.expo-wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3em; }

@media (min-width: 1200px) {
  .form-col {
    margin-top: 0;
    width: 30%;
    margin-left: 5%;}
	
	.form-col-2 {
    margin-top: 0;
    /*width: 30%;*/
    margin-left: 5%;}

  .lp-v2 .form-col {
    margin-left: 3%; } }
@media (min-width: 991px) {
  .lp-v2 .form-col {
    margin-left: 3%; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .lp-v1 .navbar-sign {
    max-width: 350px; } }
@media (max-width: 1199px) {
  .lp-v1 .navbar-sign {
    max-width: 350px; } }
@media (max-width: 991px) {
  .lp-v1 .mention, .lp-v1 .date {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 0;
    display: inline-block; }

  .ml20-md {
  	margin-left: 0px !important; }


  .lp-v2 .col-sm-7 li {
    padding-right: 15px; } }
@media (max-width: 769px) {
  .form-col {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 25px; }

  .lp-v1 .mention, .lp-v1 .date {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0;
    display: inline-block; }

  .hr-form {
    margin-left: 0; } }
.vcenter {
  display: flex;
  align-items: center;
  width: 100%; }

.box-conf h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 400;
  margin-top: 25px;
  font-family: 'Raleway', sans-serif; }
  .box-conf h3 a {
    color: #000000; }

/* PAGES PARCOURS
-------------------------------------------------------------- */
.expo-parcours li {
  margin-bottom: 20px; }
.expo-parcours .cta-exposants {
  height: 40px;
  line-height: 1.1em;
  padding-top: 0;
  padding-bottom: 0; }

.room {
  margin-left: 10px;
  color: black;
  font-weight: 400; }

h1 .room {
  font-size: 20px;
  margin-left: 0px; }

#parcours .item {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s; }
#parcours .border {
  border: none;
  height: 140px; }
#parcours .portfolio-text a {
  color: black; }
#parcours .bordered-icon-sm {
  font-size: 21px !important;
  padding-top: 20px; }

/* =Footer
-------------------------------------------------------------- */
.footer {
  padding: 30px 0 30px 0;
  background-color: #272727;
  color: #000;
  vertical-align: bottom; }

.footer-light {
  padding: 30px 0 30px 0;
  background-color: #fafafa;
  color: #000;
  vertical-align: bottom;
  border-top: 1px dotted #d2d2d2; }
  .footer-light p {
    margin: 0 0 5px; }
  .footer-light a {
    font-weight: 400; }
  .footer-light .thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0px;
    margin-bottom: 0; }
    .footer-light .thumbnail:hover {
      outline: 5px solid #00B7EB; }
  .footer-light .heading-footer {
    display: block;
    margin: 0 0 25px 0;
    border-bottom: 1px dotted #C3C3C3;
    font-size: 12px; }
    .footer-light .heading-footer h2, .footer-light .heading-footer h3, .footer-light .heading-footer h4 {
      margin: 0 0 -2px 0;
      padding-bottom: 20px;
      display: inline-block;
      font-weight: 400;
      border-bottom: 2px solid #00B7EB;
      font-family: 'Raleway', sans-serif;
      color: #000;
      font-size: 14px; }
  .footer-light .address {
    color: #5e5e5e;
    font-weight: 400;
    margin-top: 20px; }
  .footer-light .copyright {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 400; }
  .footer-light .footer-scrolltop-holder {
    height: 30px;
    width: 30px;
    background-color: #CECECE;
    text-align: center;
    float: right; }
  .footer-light .footer-info-icons {
    padding-right: 15px;
    color: #8B8B8B; }

.address {
  color: #5e5e5e;
  font-weight: 400;
  margin-top: 20px; }

.copyright {
  color: #646464;
  font-size: 12px;
  font-weight: 400; }

footer p {
  margin: 0 0 5px; }
footer a {
  font-weight: 400; }

.footer-info-icons {
  padding-right: 15px;
  color: #fff; }

.heading-footer {
  display: block;
  margin: 0 0 25px 0;
  border-bottom: 1px dotted #4c4c4c;
  font-size: 12px; }
  .heading-footer h2, .heading-footer h3, .heading-footer h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    border-bottom: 2px solid #00B7EB;
    font-family: 'Raleway', sans-serif;
    color: #dedede;
    font-size: 14px; }

.recent-work-padding {
  padding-left: 0;
  padding-right: 5px; }

.footer .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0; }
  .footer .thumbnail:hover {
    outline: 5px solid #00B7EB; }

.footer-scrolltop-holder {
  height: 30px;
  width: 30px;
  background-color: #353535;
  text-align: center;
  float: right; }

.footer-scrolltop {
  font-size: 16px;
  color: #fff;
  line-height: 30px !important; }

.footer-scrolltop-holder:hover {
  background-color: #00B7EB;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.footer-plus-icon {
  font-size: 28px;
  color: #fff; }

.dropdown-animation {
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important; }

.mob-notif {
  width: 20px;
  height: 20px;
  background: blue;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  position: fixed; }

.info-pratique, .br-date {
  display: none; }

.ba-list h2 a {
  color: black; }

.list-new li {
  margin-bottom: 5px; }
  .list-new li > ul > li {
    margin-bottom: 0px; }
    .list-new li > ul > li:before {
      margin-bottom: 0px; }

.show-xxs {
  display: none; }

.cta-exposants {
  /*height: 50px;*/
    height: 96px;
  display: flex;
  align-items: center;
  width: 100%; }

#expolist .cta-exposants {
  /*height: 50px;*/
    height: 120px;
  display: flex;
  align-items: center;
  width: 100%; }


#parcours .border {
  height: 140px;
  background-color: white !important; }
#parcours .item {
  margin-bottom: 60px; }

#tempsf .logo-conf img {
  margin-top: 30px; }

#modal2 .close {
  position: absolute;
  right: 0px;
  top: 7px;
  color: white;
  z-index: 1000; }
#modal2 .modal-header {
  padding-left: 25px; }
#modal2 .pop-text {
  font-family: 'Raleway',serif; }
  #modal2 .pop-text h2 {
    font-size: 21px;
    text-align: center;
    color: #02abbd; }
  #modal2 .pop-text ul {
    margin-left: -20px;
    padding-right: 5px;
    font-size: 14px; }
#modal2 .pop-form {
  background-color: #02abbd;
  padding-top: 25px; }
  #modal2 .pop-form h2 {
    text-transform: uppercase;
    color: white;
    text-align: center; }

.frontend .container {
  max-width: none !important;
  width: 100% !important;
  margin-top: 40px; }
.frontend h3 {
  font-size: 20px; }

/* =Media Queries
-------------------------------------------------------------- */
.parc-flex .logo-flex {
  flex-basis: 20%;
  padding: 2px;
  max-width: none;
  margin-bottom: 10px; }

.flex-container {
  position: relative;
  display: flex;
  flex-flow: row wrap; }

.logo-flex {
  box-sizing: border-box; }

@media screen and (max-width: 992px) {
  .logo-flex {
    flex-basis: 20%;
    padding: 2px; } }
@media screen and (max-width: 640px) {
  .flex-container {
    margin-top: 10px; }

  .logo-flex {
    flex-basis: 30%;
    padding: 2px;
    height: 60px; }

  .logo-flex.bl img {
    max-height: 60px;
    max-width: 85%; } }
/* Phones and down */
@media (max-width: 480px) {
  .text-center-xs {
    width: 100%;
    text-align: center !important; }

  .topbar-list li {
    padding: 0 5px !important; }

  .team-description {
    padding: 0 10% 0 10% !important; }

  .hero-title {
    font-size: 32px; }

  .carousel-title-bg, .carousel-title-bgdark, .carousel-title-bglight {
    font-size: 14px; }

  .carousel-title-bgclear {
    line-height: 1.8 !important; }

  .carousel-title-bgclear-xs {
    border: 0 !important; }

  #about .heading {
    border-bottom: none !important; }

  .heading-caption {
    margin-top: -8px;
    padding-top: 0; }

  #recent-posts .thumbnail {
    margin: 0 5% 30px 5% !important; }

  #portfolio .nav-pills > li {
    margin-bottom: 20px;
    line-height: 28px;
    margin-left: 5px;
    padding: 2px 12px; }

  .carousel-description {
    font-size: 14px;
    padding: 0 !important; }
    .carousel-description h1, .carousel-description h2, .carousel-description h3 {
      font-size: 17px; }

  .carousel-content {
    height: 300px; }

  .shop-product-price {
    margin-left: 0; }

  .tab-content.tab-shop {
    padding: 0;
    border: none; }

  .pt0-xs {
    padding-top: 0 !important; }

  .navbar-sign {
    height: auto !important;
    /*width: 230px !important;*/
    padding: 10px 0 10px 15px;
    line-height: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .navbar-sign .date {
      font-size: 16px;
        line-height: 1.3em;
      padding-bottom: 6px; }
    .navbar-sign .mention {
      font-size: 12px !important;
      padding-bottom: 6px; }
    .navbar-sign .hashtag {
      display: none !important; }

  /*.nav-pills.nav-pills-shop>li>a { padding:0; padding-bottom:3px; border-bottom:1px solid #CCC; border-top:0; border-left:0; border-right:0; border-radius:0; }
  .nav-pills.nav-pills-shop>li.active>a, .nav-pills.nav-pills-shop>li.active>a:focus, .nav-pills.nav-pills-shop>li.active>a:hover, .nav-pills.nav-pills-shop>li>a:hover { color:#ffffff; background-color:transparent; }*/
  .cta-conf {
    padding: 20px !important; }

  .list-conf .cta-conf {
    padding: 15px !important;
    text-align: center; }

  .btn {
    white-space: normal !important; }

  .btn-230 {
    max-width: 230px; }

  .btn-lg-xs {
    padding: 10px 10px !important;
    font-size: 16px !important; }

  .partners-list .border {
    height: 140px !important;
    min-width: 100% !important; }

  .icon-chiffres-cles {
    display: block !important;
    margin-right: 0px !important; }

  .border-right-grey-xs {
    border: 0 !important; }

  .intro-inner {
    max-height: 350px !important; }

  .v-wrapper {
    margin-left: 0;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 40px; }

  .intro-caption {
    background-color: #222 !important;
    font-size: 13px !important;
    position: relative !important; }

  .separation {
    display: none; }

  .br-date {
    display: block; }

  .logo-conf img {
    margin-right: 0px;
    height: 40px; }

  .show-xxs {
    display: block; }

  .hidden-xxs {
    display: none; }

  .list-lp {
    -webkit-padding-start: 0px; }

  .list-arrow-2-color.list-lp li {
    padding-right: 0; }

  .mt10-xs {
    margin-top: 10px !important; }

  .box-part {
    background-size: 100% auto; }

  .font-15-xs {
    font-size: 15px !important; }

  .font-18-xs {
    font-size: 18px !important; }

  .text-center-xs {
    text-align: center !important; }

  .center-xs {
    transform: translateX(-50%);
    margin-left: 50%;
    width: 207px;
    display: block; }

  .tab-content.tab-product {
    padding: 15px 5px; } 
	
	
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  h2 {
    font-size: 23px !important;
    line-height: 1.4 !important; }

  h1 {
    line-height: 1.4 !important; }

  .lp-v1 h2 {
    line-height: 1.1em !important; }

  .navbar .navbar-nav li a {
    line-height: 3.4; }

  .navbar-collapse {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08); }

  .navbar.navbar-main .navbar-nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px; }
    .navbar.navbar-main .navbar-nav li a.dropdown-toggle {
      padding-left: 15px !important; }
  .navbar.navbar-main .dropdown-menu {
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 5px !important; }
    .navbar.navbar-main .dropdown-menu > li > a {
      padding: 5px 20px 5px 23px; }

  .quote-carousel .carousel {
    height: 450px; }
    .quote-carousel .carousel .item {
      height: 450px; }
  .quote-carousel .carousel-inner {
    height: 450px;
    background-color: #272727; }

  .quote-carousel-content {
    height: 450px; }

  .carousel-image {
    display: none; }

  .cta-description {
    text-align: center; }

  .carousel-description {
    padding: 0 10% 0 10%; }

  .carousel-title-bgclear-xs {
    border: 0; }

  .p15xs {
    padding: 0 15% 0 15%; }

  .cta-img {
    display: block;
    margin: 0 auto; }

  .ceo-name {
    text-align: center;
    margin: 5px 0 5px !important; }

  .company-name {
    text-align: center; }

  .team-description {
    text-align: center;
    padding: 0 15% 0 15%; }

  .team-member-img {
    width: 175px;
    display: block;
    margin: 0 auto; }

  .team-member-name {
    text-align: center;
    padding-top: 20px; }

  .quote-img {
    display: block;
    margin: 0 auto;
    padding: 15px 0 21px; }

  #about .tab-pane-border {
    margin: 30px 25px 0 25px; }

  .hero-image {
    padding: 0 15% 0 15%; }

  .hero-title {
    margin-top: 50px; }

  .showcase-image {
    padding-top: 30px; }

  .parallax-content {
    font-size: 14px; }

  .mg25-xs {
    margin-top: 25px; }

  .pt50 {
    padding-top: 25px !important; }

  .quote-carousel blockquote {
    font-size: 14px;
    line-height: 1.7; }

  #recent-posts .thumbnail {
    margin: 0 15% 30px 15%; }

  .dropdown-submenu > .dropdown-menu {
    margin-left: 12px;
    padding: 0 0;
    border-left: 1px solid #f0f0f0 !important; }

  .dropdown-menu > li:last-child > a {
    border-bottom: 1px solid #f0f0f0 !important; }

  .breadcrumb {
    display: none; }

  .content-60pd, .content-60pd-bordered {
    padding: 40px 0 40px 0; }

  .mt30-lgscreen {
    margin-top: 0; }

  .bs-glyphicons li {
    width: 25%;
    font-size: 12px; }

  .copyright {
    line-height: 1.4; }

  .navbar-header {
    height: 90px; }

  .panel-group .panel-title::after {
    display: none; }

  .font-40 {
    font-size: 28px; }
    
    .font-70-slide {
  font-size: 30px !important; }

    .font-50-slide {
  font-size: 30px !important; }

  .bg-150-sm {
    background-size:150% !important; }

  .font-15-sm {
    font-size: 15px !important; }

  .mt30-xs {
    margin-top: 30px !important; }

  .mt15-xs {
    margin-top: 15px !important; }

  .mt20-xs {
    margin-top: 20px !important; }

  .mt0-sm {
    margin-top: 0px !important; }

  .mb30-xs {
    margin-bottom: 30px !important; }

  .mb15-xs {
    margin-bottom: 15px !important; }

  .mb20-xs {
    margin-bottom: 20px !important; }

  .error-404 {
    font-size: 90px; }

  ul.timeline:before {
    left: 27px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0; }
  ul.timeline > li > .timeline-panel {
    float: right; }
    ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; }

  .carousel-nav.nav > li > a {
    padding: 8px 15px; }

  .navbar-dark .dropdown-submenu > .dropdown-menu {
    border-left: 1px solid #323232 !important; }
  .navbar-dark .dropdown-menu > li:last-child > a {
    border-bottom: 1px solid #323232 !important; }
  .navbar-dark .navbar-header {
    border-bottom: 1px solid #323232; }

  .column-header {
    padding-left: 0;
    padding-right: 0; 
	}

  .navbar.navbar-main .navbar-nav .mega-dropdown li a {
    line-height: 24px; }

  .content-render-right {
    background-image: none;
    margin-top: 0; }

  #fixed-navbar.affix {
    position: static; }

  .navbar-wrapper {
    height: 100%; }


  a.trigger {
    margin-bottom: 2px; }

  .navbar-brand {
    height: 100%; }

  .navbar-brand-centered {
    left: 0; }

  .navbar.navbar-main > .container .navbar-brand-centered, .navbar > .container-fluid .navbar-brand-centered {
    margin-left: 0; }

  .salon-sme-logo {
    height: 70px !important; }

  .navbar-sign {
    height: auto;
    /*max-width: 280px !important;*/
    padding: 10px 0 10px 15px;
    line-height: 15px;
    font-size: 13px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    clear: both;}
    .navbar-sign .date {
      font-size: 16px;
      padding-bottom: 6px; }
    .navbar-sign .mention {
      font-size: 13px;
      padding-bottom: 6px; }
    .navbar-sign .hashtag {
      padding: 4px 0 0;
      font-size: 13px; }

  .partners {
    width: 90%; }

  .input400 input, .input400 select {
    max-width: 100%; }

  .intervenants {
    width: 100px;
    height: 100px; }

  .partners-list .border {
    height: 180px !important;
    min-width: 100% !important; }

  .mt40-lg {
    margin-top: 0px !important; }

  .border-right-grey-xs {
    border: 0; }

  .list-check {
    padding-right: 0;
    text-align: center; }

  .list-conf-tf .list-check {
    margin-top: 0px;
    text-align: center; }

  .logo-conf {
    text-align: center;
    margin-top: 12px; }

  .tf-description {
    padding-left: 18px; }
    .tf-description p {
      line-height: 17px;
      margin-bottom: 0px;
      font-weight: 400; }

  .badge-lp {
    top: -42px;
    right: -25px;
    width: 88px; }

  .lp-v1 .mention, .lp-v1 .date {
    font-size: 14px; }

  .visit-off {
    margin-bottom: 20px; }

  .box-lp {
    padding: 20px; }

  .lp-v2 .box-lp {
    padding: 10px; }

  .list-lp {
    -webkit-padding-start: 5px; }

  .lp-v2 {
    background-image: none;
    background: #fff; }

  .form-col {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 25px;
    padding-bottom: 25px;
    margin-bottom: 0px; }

  .lp-v2 {
    background-image: none;
    background: #fff; }

  #modal2 .pop-text::after {
    left: 50%;
    bottom: -25px;
    margin-left: -15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: white;
    border-width: 15px 15px 0 15px;
    margin-top: 0;
    z-index: 1000; }
  #modal2 .close {
    color: black;
    right: 6px;
    top: -4px;
    font-size: 35px; }
  #modal2 .modal-body {
    padding-bottom: 0; }
  #modal2 .pop-form {
    padding-bottom: 15px; } }
@media (min-width: 481px) and (max-width: 768px) {
  .v-wrapper {
    margin-left: 0;
    width: 30%;
    margin-left: 2%;
    margin-bottom: 40px; }

  .logo-conf {
    text-align: left; }
    .logo-conf p {
      display: inline-block; }

  .lp-v2 {
    background-image: none;
    background: #f5f5f5; } 
}



@media (min-width: 769px) {
  .mt30-lg {
    margin-top: 30px !important; }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }

  .mt20-lg {
    margin-top: 20px !important; }

  .logo-conf {
    text-align: center;
    margin-top: -50px; }

  .list-forum .logo-conf {
    margin-top: 15px; }

  .lp-v2 {
    background-image: none;
    background: #fff; }

  .logos-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }

  .modal-dialog {
    margin-top: 160px; }

  #modal2 .modal-dialog {
    width: 750px; }
  #modal2 .modal-body {
    padding: 0; }
  #modal2 .pop-text {
    padding-left: 45px;
    padding-top: 25px;
    padding-right: 20px; }
  #modal2 .pop-text::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: white;
    border-width: 15px 0 15px 15px;
    margin-top: 0;
    z-index: 100; }
  #modal2 .pop-form {
    padding: 25px 25px;
    padding-left: 45px;
    padding-bottom: 15px; }

  .navbar .container, .top-bar .container {
    width: 100%; } }
@media (min-width: 881px) {
  .dropdown-main:hover .dropdown-subhover {
    display: block; }


  .dropdown-submenu {
    position: relative;}
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      margin-left: 0;}
    .dropdown-submenu:hover > .dropdown-menu {
      display: block; } }
@media (max-width: 991px) and (min-width: 768px) {
  .v-wrapper {
    margin-left: 0;
    width: 20%;
    margin-left: 2%;
    margin-bottom: 40px; }

  .list-conf-tf .list-check {
    margin-top: 50px;
    margin-top: 12px; }

  .logo-conf {
    text-align: center;
    margin-top: 12px;
    padding-right: 0; }

  .btn-lp {
    font-size: 13px; }

  .lp-v1 .mention, .lp-v1 .date {
    font-size: 16px; }

  .form-col {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 25px;
    padding-bottom: 184px;
    margin-bottom: -9999px; }

  .lp-v2 {
    background-image: none;
    background: #f5f5f5; }

  .btn-nav {
    font-size: 14px;
    padding: 6px 10px !important; } }
@media (min-width: 991px) {
  .image-hover-1 a.info {
    margin-top: 36px !important; }

  .mt40-lg {
    margin-top: 40px; }

  .view {
    margin: 10px 0; }

  .premium .border {
    min-width: 212px; }

  .v-wrapper {
    /*width: 9.5%;*/
    width: 14.5%;
    }

  .planning.event {
    position: absolute; }

  .schedule {
    display: none; }

  .planning-days a {
    font-size: 16px; }

  .list-conf-tf .list-check {
    margin-top: 0px; }

  .list-forum .logo-conf {
    margin-top: -25px; }

  #caroussel-descr {
    margin-right: -17%; }

  .lp-bckg {
    background: url(../images/bg-lp-trspt.png) no-repeat center;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardis├®e */
    background-size: cover;
    background-position: 41% 145px; }

  p.ft16 {
    font-size: 16px; }

  .row-ovf {
    overflow: hidden; }

  .lp-v2 .box-lp {
    margin-top: 65px !important; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .form-col-v2 {
    margin-top: 26px !important; }

  .logo-flex {
    flex-basis: 11%;
    padding: 2px; }

  .btn-nav {
    font-size: 14px; } }
/* Portrait tablets and medium desktops */
@media (max-width: 992px) {
  .mt15-md {
    margin-top: 15px !important; }

  .mt40-lg {
    margin-top: 0px; }

  .premium .border {
    min-width: 212px !important; }

  .partners-list .border {
    min-width: 100%; }

  .navbar.navbar-main .navbar-nav li a.dropdown-toggle {
    padding-left: 0px; }

  .salon-sme-logo {
    height: 99px; }

  .v-container {
    background: none;
    height: auto; }

  .event {
    position: relative;
    margin-top: 15px !important;
    padding-bottom: 5px; }
    .event:first-child {
      margin-top: 0 !important; }

  #timecol {
    height: 100%; }

  .planning .event-check {
    font-size: 21px;
    line-height: 23px;
    bottom: 0px;
    right: 0;
    color: rgba(171, 171, 171, 0.8);
    font-weight: 400;
    width: 33px;
    left: initial; }
  .planning .checked {
    color: #272727; }

  .t-1h30 {
    height: 130px; }

  .t-1h {
    height: 150px; }

  .t-2h {
    height: 350px; }

  .t-45m {
    height: 110px; }
    .t-45m .event-text {
      height: 80px; }

  .list-conf-tf .list-check {
    text-align: center; }

  .planning .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 6px; }

  .lp-bckg {
    background: none; } }
/* Portrait tablets and medium desktops */
@media (max-width: 1199px) {
  .mt15-lg {
    margin-top: 15px !important; }

  .premium .border {
    min-width: 263px; }

  .partners-list .border {
    min-width: 100%; }

  .navbar-sign {
    max-width: 280px; }

  .salon-sme-logo {
    height: 90px; }

  .v-head.affix {
    width: 94px; }

  .lp-v2 .navbar-sign {
    max-width: 80% !important; }
  .lp-v2 .header-rw {
    padding-bottom: 15px; }

  #timecol {
    margin-top: 44px; }

  .v-head {
    height: 55px;
    display: flex;
    line-height: 18px;
    color: #5F5F5F;
    align-items: center;
    justify-content: center; } }
@media (min-width: 1200px) {
  .view {
    margin: 10px; }

  .premium .border {
    min-width: 263px; }

  .list-conf-tf .list-check {
    margin-top: 0px; }

  .logo-conf {
    text-align: center;
    margin-top: -48px; }

  .list-forum .logo-conf {
    margin-top: -12px; }

  .list-conf-frm .list-check {
    margin-top: 55px; }

  .mt50-lg {
    margin-top: 50px !important; }

  .navbar .container, .top-bar .container {
    width: 1170px; } }
@media print {
  .votre-programme header, .votre-programme .footer-light, .votre-programme .partners, .votre-programme .ion-printer, .votre-programme .menu-conf {
    display: none; }
  .votre-programme body {
    background-color: #fff; }

  a:after {
    display: none; }

  .votre-programme body {
    background-color: #fff;
    font-family: sans-Serif;
    font-size: 12px; }
  .votre-programme p, .votre-programme .text-blue {
    font-size: 12px;
    color: #000; }
  .votre-programme h2 {
    font-size: 14px;
    margin-bottom: 5px !important; }
  .votre-programme h3 {
    font-size: 14px;
    margin-bottom: 5px !important; }
    .votre-programme h3 a {
      font-size: 14px;
      margin-bottom: 5px !important; }
  .votre-programme .heading h2 {
    font-size: 15px !important;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600; }
  .votre-programme h1 {
    font-size: 21px;
    font-weight: 600; }

  .row {
    margin: 0; }

  .votre-programme div {
    margin-bottom: 0;
    margin-top: 0; }
  .votre-programme hr {
    border-top: 1px dotted #d2d2d2;
    margin-top: 10px;
    margin-bottom: 0; }
  .votre-programme .content-40mg {
    margin-top: 10px; }
  .votre-programme .cta-conf {
    padding-top: 0;
    padding-bottom: 0; }
  .votre-programme .boxed {
    border: none;
    padding: 0; }
  .votre-programme .hidden-md {
    display: none; }
  .votre-programme .hidden-sm {
    display: inline-block !important; }

  .info-pratique {
    display: inline-block !important;
    text-align: center;
    width: 100%;
    margin-bottom: 15px !important; }
    .info-pratique h2 {
      font-size: 14px !important;
      font-weight: 600; }
    .info-pratique p {
      font-size: 11px !important; } }
@media (max-width: 880px) {
  .navbar-header {
    float: none; }

  .navbar-wrapper {
    height: 100%; }

  .navbar-left {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    z-index: 1000; }

  .navbar-nav > li {
    float: none; }

  .navbar.navbar-main .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-right {
    display: none; }

  .navbar-main .btn-rw {
    display: block !important; }

  #fixed-navbar.affix {
    position: static;
    top: 0;
    width: 100%; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar.navbar-main .dropdown-menu {
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 5px !important; } }
@-ms-viewport {
  width: auto !important; }

sup {
	font-size: 60% !important;
}

.column-header {
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*# sourceMappingURL=style.css.map */



/***** ajouts steph *****/

/* colors*/
.grey{
  color:#666666;
}

/* reset gutters */
.no-gutters{
  padding-right: 0;
  padding-left: 0;
}

/* page parcours.php reset cursor pointer si pas de lein idem sur pictos */

#parcours .item{
  cursor: auto;
}


.bordered-icon-sm-nolink {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  color: #00B7EB;
  background-color: transparent;
  text-align: center;
  font-size: 35px !important;
  padding-top: 6px;
  height: 60px;
  width: 60px;
  display: inline-block;
  font-size: 21px !important;
  padding-top: 20px;
  }

/* pages villages animations / systeme de hover sur img */

.village {
  position: relative;
  min-height: 1px;
  display:table;
  margin-bottom:2rem;
}

.village .thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  /*padding: 5.5rem 3.5rem;*/
  padding:3.5rem 1.5rem;
  border-radius: 0;
  border: 1px solid rgba(0, 159, 227, 0.5);
}

.village .thumbnail h3, .village .thumbnail h4{color:#009fe3;}

.village .thumbnail .caption {
  padding: 2rem;
  position: absolute;
  top: -100%;
  right: 0;
  /*background-color: rgba(0, 183, 235, 0.77);*/
  background-color: rgba(0, 159, 227, 0.94);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
   white-space: normal;
  display: table-cell;
  vertical-align: middle;
}

/* spec padding */
.village2 .thumbnail .caption {
  padding: 0 2rem 2rem;
}

.village .thumbnail .img {
  padding:1.5rem;
}


.village:hover .thumbnail .caption,
.village:active .thumbnail .caption,
.village:focus .thumbnail .caption{
  white-space: normal;
  top:0;
  display: table-cell;
  vertical-align: middle;
}

.village p{
  line-height:1.3;
}

@media (min-width: 481px) and (max-width: 576px){
  .village .thumbnail{
    padding: 5rem 1.5rem;
  }
}


@media (max-width: 480px) {
  .col-xxs-12{
    width: 100%;
  }

  /* override steph class css height caption*/
  .intro-inner {
    max-height: 100% !important;
  }
}

/* liens en bold */

.strong, a.strong{
  font-weight:bold;
}

address {
    line-height: 1.6;
}


/* override steph class css */
/* partie bandeau logos */

.logo-flex {
  height:60px;
}

.logo-flex.border-right {
    border-right: #009fe3 1px solid;
    padding-right: 3rem;
    margin-bottom:2rem;
    margin-top:2rem;
}

.ln175pc {
    line-height: 175%;
}


@media (min-width: 768px) and (max-width: 991px) {

.mt30-sm {
    margin-top: 30px !important; }
}

/* encart gifs funny */

section.gifs{
  position:relative;
}

section.gifs:before{
  position: absolute;
  bottom:0;
  content: url("/images/backgrounds/motif-humour.png");
  width:100%;
  height:auto;
  /*z-index: 9;*/
  opacity: 0.2;
}

.max-w-90 img{max-width: 90px;}

.funny{
    display: flex;
    justify-content: center;
}
.funny div:nth-child(1){
    align-items:center;
}


.funny{
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
  .funny {
      margin: 1rem 0;
  }

}

.pl-2r{
  padding-left:2rem;
}
.funnyBigsize{
  max-width:262px;
}

@media (min-width: 1200px) {
	.funnyBigsize{
  		width:100%;
	}
}



/*** ajouts styles border colors et specs rubrique Exposants***/
.cartouches > div{margin-top:2rem;}

/* encart bleu les particuliers */
.border-blue2 {
  border: 1px solid #009fe3 !important;
}

.cartouche-blue2{
  background-color: #009fe3 !important;
}

.text-blue2 {
    color: #009fe3 !important;
}

.cartouche-blue2:last-child  {
  border-bottom: 1px solid #006699 !important;
}


/* encart rose les createurs */
.border-rose {
  border: 1px solid #ff600d !important;
}

.cartouche-rose{
  background-color: #ff600d !important;
}
.text-rose {
    color: #ff600d !important;
}

.cartouche-rose:last-child  {
  border-bottom: 1px solid #990033 !important;
}


/* encart vert les salariés */
.border-green {
  border: 1px solid #4da731 !important;
}


.cartouche-green{
  background-color: #4da731 !important;
}
.text-green {
    color: #4da731 !important;
}

.cartouche-green:last-child  {
  border-bottom: 1px solid #487c14 !important;
}


/* others styles */

.text-right{
    text-align: right !important;
}


@media (max-width: 767px) {
  .cartouche-blue2 br {
      display:none;
  }

  .cartouches > div{margin-top:3rem;}

}

@media (max-width: 640px) {
  .cartouches .flex-container {
    margin-top: 0;
  }
}

/*.stand:not:last-child > div.border-blue2{
  border-right:0 !important;
}
*/

.stand.border-blue2{
  border: 1px solid #009fe3 !important;
  min-height:280px;
}

.border-blue2-bot{
  border-bottom: 1px solid #009fe3 !important;
}

.stand.border-grey{
  border: 1px solid #d2d2d2 !important;
  min-height:280px;
}

.border-grey-bot{
  border-bottom: 1px solid #d2d2d2 !important;
}


/** arobase décalé en haut de bloc **/

.aro-grey:after, .aro-blue:after, .aro-rose:after {
  content: "\f1fa";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color:#545e65 !important;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -30px;
  background-color: #ffffff;
  border: 1px solid #545e65;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.aro-grey:after{
  color:#545e65 !important;
  border:1px solid rgba(84, 94, 101, 0.2);
  -webkit-box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
  -moz-box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
  box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
}

.bleu .aro-blue {
  background-color: #009fe3 !important;
}

.rose .aro-rose {
  background-color: #a4177f !important;
}

.aro-blue:after{
  color:#009fe3 !important;
  border:1px solid rgba(84, 94, 101, 0.2);
  -webkit-box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
  -moz-box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
  box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
}

.aro-rose:after{
  color:#a4177f !important;
  border:1px solid rgba(84, 94, 101, 0.2);
  -webkit-box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
  -moz-box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
  box-shadow: 0px 5px 15px -4px rgba(50,50,50,0.8);
}

.text-b-rose{color: #a4177f;}

.b-rose{
  border:1px solid #a4177f;
}

img.b-rose{width:100%;max-width:100%;border-top:0;}


@media (max-width: 991px) {
  .mb20-sm {
      margin-bottom: 20px !important; }
}

.img-responsive-100{
  display: block;
  height: auto;
  width:100%;
  max-width: 100%;
  overflow: hidden;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}


/* boutons gestion des depassements de contenu */
.btn, .btn-rw.btn-default, .btn-rw.btn-primary, .btn-blue{
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

/* patchs correctifs */

/* correct bug placement viadeo */
.team-description .fa-lg {
    vertical-align: 0;
}

/* calage image taille en responsive */

@media screen and (max-width:768px) {
  .partners-list{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }

  .premium .border, .item .border {
    min-width: 50px !important;
  }

  .partners-list .item {
      padding-left:10px !important;
      padding-right:10px !important;
  }

  .partners-list img {
    height: auto;
    max-height: 100px;
    max-width: 100%;
    width: auto;
  }

  /*.item .border {
      height:auto !important;
  }*/

}


/* top barre custom couleurs selon rubrik */

.top-bar a {
    color: #000000;
    cursor: pointer;
}

.topbar-list li{float: left;}

.top-bar a:hover, .top-bar a:active, .top-bar a:focus {
    text-decoration: underline;
}

.active-part{
	background-color: rgba(0, 159, 227, 0.97) !important;
}


.active-pro{
	background-color: rgba(255,96,13,1.00) !important;
}

.active-sal{
	background-color: rgba(77,167,49,1.00) !important;
}
.topbar-list li.active-sal a, .topbar-list li.active-sal a:hover,.topbar-list li.active-sal a:focus,
.topbar-list li.active-pro a, .topbar-list li.active-pro a:hover,.topbar-list li.active-pro a:focus,
.topbar-list li.active-part a, .topbar-list li.active-part a:hover,.topbar-list li.active-part a:focus
{
	color:#fff;
}


/* override couleurs sous menus tout en noir */

.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:active/*,
.navbar.navbar-main .navbar-nav .open .dropdown-menu > li:focus > a:focus*/ {
	color:#000 !important;
	/*background-color: white;*/
	background-color: rgba(255,255,255,0.9);
}

@media screen and (min-width: 881px) {
	header .navbar.navbar-main .dropdown-menu {
	    /*border-top: 1px solid #000;
	    border-bottom: 2px solid #000;*/
	    border-top: 1px rgba(0,0,0,0.5);
	    border-bottom: 2px solid rgba(0,0,0,0.5);
	}

	.navbar.navbar-main .dropdown-menu > li > a{
		color:#000000 !important;
	}

	.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:active,
	.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:focus{
		font-weight:normal;
	}

}

/* ajout gestion menu de second niveau */

.dropdown-submenu > a::after{
  display: none;
}

@media screen and (max-width: 880px) {
  .dropdown-submenu > .dropdown-menu {
      margin-left: 0;
      padding: 0 0;
      border-left: 0 solid #f0f0f0 !important;
  }
  .dropdown-submenu > .dropdown-menu li{
    background-color: rgba(255,255,255, 0.1);
  }

  .navbar.navbar-main .dropdown-submenu > .dropdown-menu > li > a,
  .navbar.navbar-main .dropdown-menu > li > a{
   padding-bottom: 0!important;
  }

  .navbar-wrapper .navbar.navbar-main .dropdown-menu > li > a{
    color:#fff !important;
    word-break: break-word;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   -o-hyphens: auto;
   hyphens: auto;
   white-space:normal;
   line-height: 1.66 !important;
   padding:10px 20px 10px 14px !important;
  }

  .navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover{
    color:#fff;
  }
  /*.navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a,*/
  .navbar .navbar-nav .open .dropdown-menu > li:hover > a span.dropdown-arrow,
  .navbar .navbar-nav .open .dropdown-menu > li:focus > a span.dropdown-arrow{
    color:#000 !important;
  }

  .navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a.trigger{
    margin-bottom: -1px;
  }

  .column-header-menu a.btn-rw.btn-default{
    border:5px solid #fff;
    border-radius: 0;
    box-shadow:none;
    height:inherit;
    line-height: 2 !important;
    overflow: hidden !important;
    padding: 6px 12px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin:0.75rem 0;
  }

  .top-bar {font-size:14px;letter-spacing: -0.05rem;}
}


@media screen and (min-width: 881px) {
  .navbar.navbar-main .dropdown-submenu > .dropdown-menu {
    display:none;
  }

  .navbar.navbar-main .dropdown-submenu:hover > .dropdown-menu {
    display:block;
  }

  .navbar.navbar-main .navbar-nav li a.trigger {
      padding-left: 15px;
  }

  /*.navbar.navbar-main .dropdown-menu > li > a{
    color:#ffffff !important;
  }*/

  .navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar.navbar-main .navbar-nav .open .dropdown-menu > li > a:active{
    color: #000000 !important;
  }

  .dropdown-submenu > a::after{
    display: block;
  }

  /* modifs bouton invitation gratuite barre de nav */
  /*.navbar.navbar-main ul.navbar-right li.dropdown{
    padding:20px;
    line-height: 2rem !important;
  }*/

  .navbar.navbar-main ul.nav a.btn-rw.btn-default{
    border:0;
    border-radius: 0;
    box-shadow:none;
    height:inherit;
    line-height: 3 !important;
    overflow: hidden !important;
    padding: 6px 12px !important;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size:90%;
  }
}

@media screen and (min-width: 993px) {
  .navbar.navbar-main ul.nav a.btn-rw.btn-default{
    line-height: 3 !important;
    overflow: hidden !important;
    padding: 6px 12px !important;
  }
}

@media screen and (min-width: 1200px) {
  .navbar.navbar-main ul.nav a.btn-rw.btn-default{
    line-height: 3 !important;
    overflow: hidden !important;
    padding: 6px 12px !important;
  }
}


/* override BTN reco Share */
/* =Buttons RECO
-------------------------------------------------------------- */
.btn-reco {
  bottom: 40px;
  right: -2px;
  position: fixed;
  margin: 0 auto;
  /*width: 100%;*/
  z-index: 9999; }
  .btn-reco i {
    color: #fff;
    font-size: 21px; }
  .btn-reco .icon {
    cursor: pointer;
    text-align: center;
    /*padding:2px;*/
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    width: 40px;
    margin: 0 auto; }
  .btn-reco .content {
    margin: 0 auto; }
  .btn-reco .btn-primary {
    /*background-color: #82349f !important;*/
    background-color:rgba(204,51,204, 0.9)!important;
  	border-color: #82349f !important;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07); 
    webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

	.btn-reco .btn-primary:hover, .btn-reco .btn-primary:focus {
	background-color: #82349f !important;
	-webkit-box-shadow:0px 2px 0px #b44bd7;
	-moz-box-shadow:0px 2px 0px #b44bd7;
	box-shadow:0px 2px 0px #b44bd7;
}

/** sliders homes et LP ***/

/* homepage */

.homeImg .flex-t-container{
  display: flex;
  align-items: top;
  /*display: flex;*/
  /*align-self: end;*/
  position: relative;
  flex-wrap: wrap;
}


.homeImg{
  background-image:url('../images/backgrounds/fondHome.jpg');
  background-color: #fff;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: 0 0;
}


.hp-blue, .hp-orange, .hp-green, .bg-white{padding:2rem 3rem;}

.hp-blue h1, .hp-orange h1, .hp-green h1{
  margin:0;
  font: bold 17px 'Open Sans', sans-serif !important;
  line-height: 1.3;
  text-align: center;
}

.hp-blue, .btn-blue{
  background-color: rgba(0, 159, 227, 1.00) !important;
}

.hp-orange, .btn-orange2{
  background-color: rgba(255,96,13,1.00) !important;
}

.hp-green, .btn-green{
  background-color: rgba(77,167,49,1.00) !important;
}

.border-blue{
  border:1px solid rgba(0, 159, 227, 1) !important;
}

.border-orange{
  border:1px solid rgba(255,96,13,1.00) !important;
}

.border-green{
  border:1px solid rgba(77,167,49,1.00) !important;
}


.border-blue ul.list-arrow-2-color li::before,
.border-orange ul.list-arrow-2-color li::before,
.border-green ul.list-arrow-2-color li::before {
  font-family: FontAwesome;
  content: "\f0a9";
  float: left;
  color: rgba(0, 159, 227, 1) !important;
  width: 1.6em;
  margin-top: 0.5rem;
  /*opacity:0.999;
  text-rendering: optimizeLegibility;*/
}

.border-orange ul.list-arrow-2-color li::before{
  color: rgba(255,96,13,1.00) !important;
}

.border-green ul.list-arrow-2-color li::before{
  color: rgba(77,167,49,1.00) !important;
}

.border-blue ul, .border-orange ul, .border-green ul{
  padding-left: 2.5rem;
}

.border-blue ul li, .border-orange ul li, .border-green ul li{
  margin-bottom:1.25rem;
  font: normal 16px 'Open Sans', sans-serif;
}

a.btn-blue, a.btn-orange2, a.btn-green{
  font: normal 18px 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  padding: 1.5rem 2rem;
  width: auto;
  /*max-width:225px;*/
  display: block;
  position:relative;
  margin-left: auto;
  margin-right:auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

a.btn-blue:hover, a.btn-blue:focus, a.btn-blue:active {
  background-color: rgba(0, 102, 204, 0.94) !important;
  /*-webkit-box-shadow: 0px 2px 0px #9E2D00;
  -moz-box-shadow: 0px 2px 0px #FF4D07;
  box-shadow: 0px 2px 0px #FF4D07;*/
  color: #fff;
  text-decoration: underline;
}

a.btn-blue-title, a.btn-orange2-title, a.btn-green-title {
  
}

a.btn-blue-title:hover, a.btn-blue-title:focus, a.btn-blue-title:active {
  color: #fff;
  text-decoration: underline;
}

a.btn-orange2-title:hover, a.btn-orange2-title:focus, a.btn-orange2-title:active {
  color: #fff;
  text-decoration: underline;
}

a.btn-green-title:hover, a.btn-green-title:focus, a.btn-green-title:active {
  color: #fff;
  text-decoration: underline;
}

a.btn-orange2{
  background-color: rgba(255,96,13,1.00) !important;
}

.btn-orange2:hover, .btn-orange2:focus, .btn-orange2:active {
  background-color: #C93900 !important;
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}


a.btn-green{
  background-color: rgba(77,167,49,1.00) !important;
}

.btn-green:hover, .btn-green:focus, .btn-green:active  {
  background-color: #336633 !important;
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}

.bg-white {
  background-color:#ffffff !important;
  min-height:50px;
  position: relative;
}


a.btn-blue:after, a.btn-orange2:after, a.btn-green:after {
  font-family: Ionicons;
  content: "\f3d3";
  margin-left: 1rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}


/* override formulaire panel right extend */
.panel-group .panel-title::after {
  font-family: Ionicons;
  content: "\f3d3";
  /*content:"";
  background: url('../images/fleche.png');*/
  font-size: 14px;
  position: absolute;
  right: 35px;
  margin-top: 2px;
  -webkit-transform: rotate(90deg); 
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.group-exp .panel-group .panel-title::after {
  font-family: Ionicons;
  content: "\f3d3";
  /*content:"";
  background: url('../images/fleche.png');*/
  font-size: 14px;
  position: absolute;
  right: 35px;
  margin-top: -22px;
  -webkit-transform: rotate(90deg); 
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}


@media screen and (max-width:768px) {
  .pt50-xs{
    padding-top:50px !important;
  }
  .pb50-xs{
    padding-bottom:50px !important;
  }

  .top-bar {font-size:16px;letter-spacing: 0rem;}
	
	.mh-220 {min-height: auto !important;}
	
}

@media screen and (max-width: 992px) {
  a.btn-blue, a.btn-orange2, a.btn-green{
    margin-top:3rem;
  }
  .mt30-md{
    margin-top: 30px !important;
  }
	.mh-220 {min-height: auto !important;}

}

@media screen and (min-width: 1200px) {
  .bg-white {
    /*min-height:520px;*/
    min-height:460px;
  }

  a.btn-blue, a.btn-orange2, a.btn-green{
    width:68%;
    /*max-width: 225px;
    min-width: 225px;*/
    display: block;
    position: absolute;
    bottom: 25px;
    left: 16%;
  }
}



/* homepage  bloc invitation gratuite / 16euros barré */

.barrer {
  position: relative;
}
.barrer:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  right: 0;
  border-top: 4px solid;
  /*border-color: inherit;*/
  border-color:rgba(0, 159, 227, 1.00) !important;
  /*-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);*/
  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}




/* slider particulier */
.Slide-part{
	background-image:url('../images/backgrounds/slide1.jpg');
	background-color: #333;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 0 10%;
}


/* slider pro */
.Slide-pro{
	background-image:url('../images/backgrounds/slide1.jpg');
	background-color: #333;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 0 0;
}

/* slider salarie */
.Slide-sal{
	background-image:url('../images/backgrounds/slide1.jpg');
	background-color: #333;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 0 0;
}


/* modales custom */
.modal-header {
    background-color: #545e65 !important;
}


/* btn blue sur slider */
.carousel .btn-bleu {
  background-color: #009fe3!important;
  -webkit-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -moz-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1.42857 !important;
  padding: 6px 12px !important;

}
.carousel .btn-bleu:hover, .carousel .btn-bleu:focus {
  /*background-color: #0595d3!important;*/
  background-color: rgba(0, 102, 204, 0.94) !important;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 102, 204, 0.94);
  -moz-box-shadow: 0px 2px 0px rgba(0, 102, 204, 0.94);
  box-shadow: 0px 2px 0px rgba(0, 102, 204, 0.94);
}


/* btn white sur slider */
.carousel .btn-white {
  background-color: #ffffff!important;
  -webkit-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -moz-box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  box-shadow: 0px 2px 0px rgba(56, 56, 56, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600 !important;
  color: #000000 !important;
  line-height: 1.42857 !important;
  padding: 6px 12px !important;

}
.carousel .btn-white:hover, .carousel .btn-white:focus {
  /*background-color: #0595d3!important;*/
  background-color: rgba(255, 255, 255, 0.90) !important;
  -webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
  -moz-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
}



/* hacks IE et Edge slider and compagnie */
  
@media all and (-ms-high-contrast:none){
  .partners-flex{justify-content: center; flex-direction:row;max-width:1024px;}  /*IE10 */
  ::-ms-backdrop, .partners-flex { justify-content: center; flex-direction: row; max-width:1024px; } /* IE11 */
}

@media screen and (min-width: 768px) {
  _:-ms-fullscreen, :root .carousel .flex-container { width:750px; }
}

@media screen and (min-width: 992px) {
  _:-ms-fullscreen, :root .carousel .flex-container { width:950px; }
  .village .thumbnail {min-height:280px;}
}

@media screen and (min-width: 1200px) {
  _:-ms-fullscreen, :root .carousel .flex-container { width:1100px; }
}

/* reduction padding pour menu haut autours du 1024 px et selon empattement */

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .navbar.navbar-main .navbar-nav li a {
    padding: 15px 11px;
    font-size: 95%;
  }
}

@media screen and (min-width: 880px) and (max-width: 992px) {
  .navbar.navbar-main .navbar-nav li a {
    font-size: 90%;
    padding: 15px 11px;
  }
}

ul.list-arrow-2-color li.bleu:before {
  color: rgba(0, 159, 227, 1) !important;
}


.border-verte {
  border: 1px solid #4da731 !important;
}

.border-verte ul.list-arrow-2-color li:before {
  color: rgba(77,167,49,1.00) !important;
  font-family: FontAwesome;
  content: "\f0a9";
}


.border-top-none {
  border-top: 0 !important;
}

.btn-rw.btn-royal2 {
  background-color: rgba(0, 159, 227, 1) !important;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-rw.btn-royal2:hover, .btn-rw.btn-royal2:focus {
  background-color: rgba(0, 102, 204, 0.94) !important;
}


/* override partie inscription effet hover sur bloc à fond gris + fleche */

.panel-title > a {
    /*font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #8a8a8a;
    color: #000;*/
    width: 100%;
    display: block;
  }

.panel-group .panel-title::after{
  	/*margin-top:-20px;*/
	/*margin-top:-20px;*/
}

/* override couleur de fond alpha sur bloc image en large*/
.intro-caption {
    background-color: rgba(0, 0, 0, 0.7);
}


/***** fin des ajouts steph *****/

.hp-menu2 {display:none;}

@media (max-width: 880px) {
	.hp-menu2 {display: block !important;}
}


/* ************* exposant emploi ********************** */

.flexemploi {
  display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
	background-color: #f9f9f9;
	padding: 15px;
	margin: 5px 5px 15px 5px;
	/*width: auto;*/
	/*width: 48%;*/
	/*float: left;*/
}
.bloc-empfoto {
	background-color: #ffffff;
    border: 1px solid #c0c0c0;
    float: left;
    height: 112px;
    margin-right: 20px;
    padding: 2px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 112px;
	margin-bottom: 5px;
}

.bloc-empfoto img {
	bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100px;
    max-width: 100px;
    position: absolute;
    right: 0;
    top: 0;
	padding: 5px;
}

.empcontent {
	margin-bottom: 0px !important;
	width: 100%;
}
/*.flexbox > div {
  width: 50%;
  padding: 20px;
  margin: 10px;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.05)
}
*/

.bloc-empcontent {
	flex: 1;
}

.expo-emp {
	padding-right: 0px !important;

}

@media (max-width: 880px) {
	
	.bloc-empcontent {
	flex: none;
		width: 100%;
}
}

@media (max-width: 700px) {
	
	.bloc-product {
		overflow:auto;
		min-height: 100px !important;
	}
	
}

.color-pro {
	background-color: #dc5417 !important;
}

ul.lppro li:before {
      font-family: FontAwesome;
      content: "\f0a9";
      float: left;
      color: #00B7EB;
      width: 1.4em;
	padding-top: 2px;
}

ul.lppro {
	padding-left: 0px;
}

.mh-100 {
	min-height: 100px;
}

.mh-200 {
	min-height: 200px;
}

.mh-220 {
	min-height: 220px;
}

.mh-230 {
	min-height: 230px;
}

.mh-220 {
	min-height: 220px;
}

.mh-200 {
	min-height: 200px;
}

.p-hall-10 {
	padding: 10px;
}

/****** HP Village box ************/

.village-box {
	margin-bottom: 20px; 
	border: 1px solid #009fe3;
}

.village-h4 {
	margin-bottom: 0px; 
	color: #ffffff;
}

.village-h4 a {
	margin-bottom: 0px; 
	color: #ffffff;
	text-decoration: none;
}

.village-h4 a:hover {
	margin-bottom: 0px; 
	color: #ffffff;
	text-decoration: underline;
}

.village-h4-lien {
	margin-bottom: 0px; 
	color: #ffffff;
	text-decoration: none;
}


/*Page franchiseur*/

.bloc-product {overflow:auto;min-height: 335px;}


/*Image partenaire village*/

.max-img {
    height: auto;
    width: auto !important;
    margin-left: 20px;
    float: left;
    max-width: 120px !important;
    max-height: 120px !important;
}

.liste-text-cap li {
    text-transform: uppercase;
}

.vo-inter {
    width: 187px;
    display: inline-block;
    padding: 0px 8px 0px 0px;
    vertical-align: top;
}

.vo-inter .border {
    height: auto;
    margin-bottom: 30px;
    position: relative;
    min-height: 310px !important;

}

@media (max-width: 700px) {
  .vo-inter {
    width: 100%;
    } 
}

.clicrdv-widget-iframe {
    width: 100% !important;
}

/* liste medias */

.listpd-20 {
    padding: 15px 20px;
}

.partners-list .listpd-20 {
    /*height: 105px;*/
    height: 105px;
}

.listpd-20 .portfolio-text {
    text-align: left;
}

.listpd-20 img {
    max-height: 70px;
}

.listpd-20 .portfolio-img {
    padding: 0px 10px;
}


/*Bloc page comment exposer*/

#blok-expo .blok-p {
    border: 1px solid #E6E6E6; 
    padding: 10px 15px;
    min-height: 250px;
    margin: 12px 0px;
}

#blok-expo .blok-title {
    text-align: center; 
    padding: 5px 0px 10px 0px; 
    font-size: 16px;
    line-height: 19px;
}

#blok-expo .blok-title-2 {
    text-align: center; 
    border-bottom: 1px solid #E6E6E6; 
    /*border-top: 1px solid #E6E6E6; */
    padding: 10px 0px;
}

#blok-expo .blok-title-color {
    color: #009fe3; 
    font-size: 20px; 
    line-height: 1.1em;
}

#blok-expo .blok-title-little {
    font-size: 12px;
}

#blok-expo .blok-content {
    text-align: center; 
    padding: 10px 0px 20px 0px;
    line-height: 1.2em;
}

#blok-expo .blok-plus {
    text-align: center; 
    color: #009fe3; 
    font-size: 22px; 
    font-weight: bold;
}

/* Textimonial CSS Code */

/* text-style */
.testimonial-style .testimonial-caption-style {
  /*font-family: "Roboto";
  font-weight: 400;*/
  font-size: 16px;
  color: #354052;
  /*line-height: 30px;*/
    line-height: 1.3em;
  /*bottom: 40%;*/
  text-shadow: none;
  top: 10%;
    padding: 20px 100px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 375px) {
    .testimonial-style .testimonial-caption-style {
        font-size: 14px;
        padding: 20px 40px;
    }
}

.testimonial-style .testimonial-authors {
  /*font-family: "Roboto";
  font-weight: 700;*/
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}

.testimonial-style .carousel-inner {
  background-color: #fafafa !important;
}

/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  min-height: 170px;
}

@media screen and (max-width: 375px) {
    .testimonial-style .carousel-inner > .item {
      min-height: 200px;
    }
}

/* carousel-left-right-control */
.testimonial-style .carousel-control .carousel-arrow-left, .testimonial-style .carousel-control .carousel-arrow-right {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    margin-left: -10px;
}

.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 1px solid #354052; /*#354052*/
  background-color: #354052;
    opacity: 0.53;
}
.testimonial-style .carousel-caption {
    /*background-color: #FFFFFF !important;*/
    background-color: #fafafa !important;
}

.testimonial-style .carousel-indicators {
    display: none;
}

@media screen and (min-width: 768px) {
        .testimonial-style .carousel-indicators {
            bottom: -15px !important;
            display: block;
        }
    }
/* Textimonial CSS Code End */


/* Puce HP bloc presentation ********************* */

.hp-puce-orange ul.list-arrow-2-color li:before {
    /*color:#00abbd;*/
    color:#ff4d07 !important;
}

.hp-puce-blue ul.list-arrow-3-color li:before {
    /*color:#009fe3;*/
    color:#009fe3 !important;
}

.hp-puce-vert ul.list-arrow-2-color li:before {
    /*color:#009fe3;*/
    color:#4ea731 !important;
}

/* Pop up ************************************ */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Caché par défaut */
}

.close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #009fe3;
    padding: 1px 8px;
    left: 0;
    margin-left: -10px;
    margin-top: -25px;
    border-radius: 100%;
    border: 2px solid #fff;
    color: white;
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}
/* Pop up END ************************************ */


