@charset "UTF-8";
/*================      Fonts    =================*/
@import url(animate.css);
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);*/
@import url(font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(linecons.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777;
  font: 400 14px/1.78571 "PT Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #333;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #3cb1f5;
}

h1, .h1 {
  font-size: 55px;
  line-height: 62px;
}

h1 small, .h1 small {
  font-size: 37px;
  color:#ffffff;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h1 small, .h1 small {
    font-size: 28px;
  }
}

.h1__mod {
  line-height: 72px;
}
@media (max-width: 991px) {
  .h1__mod {
    line-height: 50px;
  }
}

h1{
  font-size: 35px;
  line-height: 40px;
}

h2, .h2 {
  font-size: 35px;
  line-height: 40px;
}

h3, .h3 {
  font-size: 21px;
  line-height: 30px;
}

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

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

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

p a:hover, .marked-list a:hover, .list a:hover {
  color: #3cb1f5;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

/* Liste*/
ol, ul{
 list-style:none;/**/	
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #3cb1f5;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.word-wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

.img-full {
  width: 100%;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

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

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

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

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

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

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

  .text-xs-left {
    text-align: left;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 23px;
}

.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 21px;
}

* + .row_offs1 {
  margin-top: 20px;
}

* + .row_offs2 {
  margin-top: 45px;
}

* + .btn {
  margin-top: 10px;
}

* + .btn-lg {
  margin-top: 42px;
}

h1 + * {
  margin-top: 26px;
}

.h1 + .btn {
  margin-top: 58px;
}

h3 + * {
  margin-top: 24px;
}

* + h3 {
  margin-top: 24px;
}

h3 + article {
  margin-top: 18px;
}

h2 + * {
  margin-top: 26px;
}

img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 13px;
}

h3 + p {
  margin-top: 12px;
}

h2 + img {
  margin-top: 30px;
}

* + .map {
  margin-top: 32px;
}

* + .contact-info2 {
  margin-top: 25px;
}

* + .mailform {
  margin-top: 34px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 70px;
}
.brand:before {
  position: absolute;
  content: url(../images/logo-blue-2-xs.png);
  left: 0;
  top: 10px;
  /*
  width: 59px;
  height: 59px;
  background: #3cb1f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  */
  text-align: center;
  line-height: 59px;
}
.brand_name {
  overflow: hidden;
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 59px;
}
/**/
.floatleft{
	float:left !important;	
}
.clearfix{
	clear:both;	
}
.pub{
	width:50%;
	margin:0 auto;
}
.pubformobile{
	width:100% !important;
}
.forpub{
	padding-top: 10px !important;
	margin-top: 10px !important;
}
.forpubmobile{
	padding-top: 10px !important;
	margin-top: 10px !important;
	/*margin-left: 7% !important;*/
}
/*END */
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #3cb1f5;
}

.bg1 {
  background: #F7F7F7;
}

/*==================  Colors  ======================*/
.clr-white {
  color: #fff;
}

.clr-primary {
  color: #3cb1f5;
}

.clr-darken {
  color: #888888;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-skype {
  font-size: 15px;
  background: #5C5C5C;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  padding: 9px 14px;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 15px;
  line-height: 19px;
  border-radius:0 !important;
}
.btn:active {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.btn span {
  display: inline-block;
  margin-left: 3px;
}

.btn-md {
  padding: 9px 16.5px;
}

.btn-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 31px;
  border: 2px solid transparent;
}

.btn-primary {
  color: #fff;
  background: #3cb1f5;
  border-color: #3cb1f5;
}
.btn-primary:hover {
  background: #408f72;
  border-color: #408f72;
}

.btn-default {
  background: #fff;
  color: #333;
  border-color: #E2E0E0;
}
.btn-default:hover {
  background: #3cb1f5;
  border-color: #3cb1f5;
  color: #FFFFFF;
}
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================      Contact-info      ======================*/
.contact-info dl {
  display: inline-block;  
}
.contact-info dl dt  {
  font-size: 15px;
  color: #3cb1f5;
}
.contact-info dl dd {
  margin-top: -7px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  padding-left: 38px;  
}
.contact-info dl dd:before {
  position: absolute;
  /*content: '\f095';*//**/
  content: '\f007';
  font-family: "FontAwesome";/**/
  font-size: 26px;/**/
  color: #3cb1f5;
  left: 0;
  top: -11px;
}
/**/
.hide{
	display:none;
}

.contact-info2 {
  display: inline-block;
}
.contact-info2 address {
  font-size: 21px;
  font-style: normal;
  color: #333333;
  line-height: 1.4;
}
.contact-info2 address + dl {
  margin-top: 11px;
}
.contact-info2 dl {
  text-align: right;
  max-width: 177px;
}
.contact-info2 dl dt, .contact-info2 dl dd {
  font-size: 14px;
  font-weight: 400;
}
.contact-info2 dl dt {
  float: left;
}
.contact-info2 dl dd + dt {
  margin-top: 0;
}
.contact-info2 dl dt + dd {
  margin-top: 0;
}
.contact-info2 .mail {
  text-align: left;
}
.contact-info2 .mail dt {
  display: inline-block;
  float: none;
}
.contact-info2 .mail dd {
  display: inline-block;
  font-size: 14px;
  color: #3cb1f5;
}
.contact-info2 .mail dd a:hover {
  text-decoration: underline;
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}
.index-list li h3 {
  position: relative;
  padding-left: 73px;
  padding-top: 41px;
  min-height: 59px;
}
.index-list li h3 + * {
  margin-top: 12px;
}
.index-list li h3:before {
  content: counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3cb1f5;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 59px;
}
.index-list li:nth-child(n + 3) + li {
  margin-top: 17px;
}
.index-list__mod1 {
  margin-top: 22px;
}
.index-list__mod1 li + li {
  margin-top: 12px;
}

/*================      Icon list     =================*/
.icon-list li h3 {
  position: relative;
  padding-left: 73px;
  padding-top: 41px;
}
.icon-list li h3 + * {
  margin-top: 12px;
}
.icon-list li h3:before {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3cb1f5;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "linecons";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 59px;
}
.icon-list li:nth-child(n + 1) h3:before {
  /*content: '\e02e ';/**/
  font-family: "FontAwesome";/**/
  content: '\f00b ';/**/
}
.icon-list li:nth-child(n + 2) h3:before {
  font-family: "linecons";
  content: '\e02f';
}
.icon-list li:nth-child(n + 3) h3:before {
  content: '\e021 ';
}
.icon-list li:nth-child(n + 4) h3:before {
  content: '\e01a ';
}
.icon-list li:nth-child(n + 2) + li {
  margin-top: 19px;
}

i.icon-subscrite{
	font-family: "FontAwesome";/**/
  	content: '\f044';/**/
	color: #3cb1f5;/**/
	font-size:50px;
}

/*================      History list     =================*/
.history-list li {
  padding-left: 100px;
  position: relative;
}
.history-list li:before {
  content: attr(data-time);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 25px;
  color: #3cb1f5;
  font-weight: 700;
}
.history-list li + li {
  margin-top: 17px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 7px;
}
.inline-list a:hover {
  background: #3cb1f5;
}

/*================    Marked list     =================*/
.marked-list li {
  text-align: left;
}
.marked-list li a {
  position: relative;
  padding-left: 38px;
  font-size: 21px;
  color: #333333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;  
}
/*NARES*/
li.modelList a{
	padding-top:6px !important;/**/
}
.marked-list li a span{
	font-size:16px !important;	
}
/*FIN NARES*/
.marked-list li a:before {
  position: absolute;
  content: '\f18e';
  font-family: "FontAwesome";
  font-size: 21px;
  left: 0;
  top: -4px;
  color: #3cb1f5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.marked-list li a:hover {
  color: #3cb1f5;
}
.marked-list li a:hover:before {
  color: #333333;
  margin-left: 3px;
}
.marked-list li + li {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .marked-list li a {
    font-size: 18px;
    line-height: 1.2;
  }
  .marked-list li a:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.marked-list__mod1 {
  margin-top: 21px;
}
.marked-list__mod1 li a {
  padding-left: 23px;
  color: #3cb1f5;
  font-size: 14px;
}
.marked-list__mod1 li a:before {
  content: '\f054';
  color: #fff;
  font-size: 12px;
  top: 0;
}
.marked-list__mod1 li a:hover span {
  text-decoration: underline;
}
.marked-list__mod1 li a:hover:before {
  color: #fff;
}
.marked-list__mod1 li + li {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .marked-list__mod1 {
    max-width: 100%;
  }
}
.marked-list__mod2 {
  margin-top: 16px;
}
.marked-list__mod2 li a {
  padding-left: 23px;
  color: #3cb1f5;
  font-size: 14px;
}
.marked-list__mod2 li a:before {
  content: '\f054';
  color: #777777;
  font-size: 12px;
  top: 0;
}
.marked-list__mod2 li a:hover span {
  text-decoration: underline;
}
.marked-list__mod2 li a:hover:before {
  color: #3cb1f5;
}
.marked-list__mod2 li + li {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .marked-list__mod2 {
    max-width: 100%;
  }
}
.marked-list__mod2 + p {
  margin-top: 16px;
}

/*================    Term list     =================*/
.terms-list * + dt {
  margin-top: 41px;
}
.terms-list dt + * {
  margin-top: 5px;
}
.terms-list + * {
  color: #3cb1f5;
  margin-top: 42px;
}
.terms-list + * a:hover {
  text-decoration: underline;
}

/*================      Thumbnail    =================*/
.thumbnail {
  max-width: 420px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 15vw;/**/
}
.thumbnail .caption {
  margin-top: 11px;
  font-size: 15px;
  color: #333333;
}
.thumbnail .caption .price {
  margin-top: -3px;
  color: #3cb1f5;
  font-weight: 700;
}
.thumbnail .caption .price span {
  color: #c6c6c6;
  padding: 0 8px;
}
.thumbnail .caption .price small {
  font-weight: 400;
  font-size: 14px;
}
.thumbnail .caption .price sup {
  position: relative;
  font-size: 10px;
}
/**/
.thumbnail .btn-primary{
	position:relative;
	bottom: -20px !important;
	margin-right: 10px !important;
}
/*FIN */
.thumbnail1 .caption {
  margin-top: 12px;
}
.thumbnail1 .caption p {
  font-size: 14px;
  color: #777777;
  height:70px !important;/**/
}

.thumbnail2 {
  margin-top: -10px;
}
.thumbnail2 .caption p {
  font-size: 14px;
  color: #777777;
}

/*================      Article    =================*/
article time {
  font-size: 12px;
  color: #888888;
  padding-left: 17px;
  position: relative;
}
article time:before {
  position: absolute;
  content: '\f017';
  font-family: "FontAwesome";
  top: 0;
  left: 0;
}
article p a:hover {
  text-decoration: underline;
}
article time + * {
  margin-top: 0px;
}
article + article {
  margin-top: 15px;
}

article + .btn {
  margin-top: 34px;
}

/*================      Blockquotes    =================*/
blockquote {
  margin: 5px 0 0 0;
}
blockquote p {
  padding-top: 96px;
  position: relative;
}
blockquote p:before {
  position: absolute;
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 60px;
  color: #3cb1f5;
  top: 0;
  left: 0;
}
blockquote cite {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
blockquote * + cite {
  margin-top: 16px;
}
blockquote q:before, blockquote q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote q:after {
  clear: both;
}
blockquote + blockquote {
  margin-top: 8px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding: 17px 0;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 25px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-size: 15px;
  line-height: 20px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #3cb1f5;
}
.sf-menu > li.active > a {
  color: #3cb1f5;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  margin-top: 32px;
  background: rgba(51, 51, 51, 0.9);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -7px;
}
@media (max-width: 991px) {
  .sf-menu ul {
    margin-top: 15px;
  }
}

.sf-menu ul > li {
  text-align: left;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 28px;
  padding-left: 11px;
}
.sf-menu ul > li a.sub-menu {
  position: relative;
}
.sf-menu ul > li a.sub-menu:after {
  position: absolute;
  content: '\f105';
  top: 0;
  right: 9px;
  font: 400 14px/25px "FontAwesome";
  color: #FFFFFF;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #3cb1f5;
}
.sf-menu ul > li + li {
  border-top: 1px solid #504F4C;
}

.sf-menu ul ul {
  position: absolute;
  top: 40%;
  left: 101%;
  width: 188px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
  padding-right: 20px;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 0;
  top: 33%;
  content: '\f078';
  font: 400 11px/11px "FontAwesome";
  color: #3cb1f5;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #353535 !important;
  z-index: 999;
  border-bottom: 1px solid #fff;
  padding: 5.5px 0 !important;
}
.isStuck .sf-menu > li > ul {
  margin-top: 27px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #3cb1f5;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(91, 200, 165, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#805BC8A5', endColorstr='#805BC8A5')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#805BC8A5', endColorstr='#805BC8A5');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #FFFFFF;
}
header .stuck_container {
  background: rgba(51, 51, 51, 0.9);
  padding: 10.5px 0;
}
@media (max-width: 1199px) {
  header .stuck_container {
    text-align: center;
  }
}
header .stuck_container .brand {
  float: left;
}
header .stuck_container .nav {
  display: inline-block;
  margin-left: 19%;/* replace 189px par 19%*/
}
@media (max-width: 1199px) {
  header .stuck_container .nav {
    margin-left: 0;
  }
}

/* ajoute*/
header #menu{
  background:rgba(51, 51, 51, 0.9);
  margin-bottom:30px;
}
header #menu .nav{
  margin:0 auto !important;
  width:1199px;
  text-align:center !important;
}
header #pub{
  background:rgba(255, 255, 255, 0.5);;
}
/* - Lien connexion en dropdown*/
.navbar-right dd{
	cursor:pointer;	
}
.contact-info .dropdown-toggle {
  display: inline-block;  
}
.contact-info .dropdown-toggle  label{
  font-size: 15px;
  color: #3cb1f5;
}
.contact-info .dropdown-toggle span{
  margin-top: -7px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  padding-left: 38px; 
  margin-right:20px;
  cursor:pointer;	 
}
.contact-info .dropdown-toggle span:before {
  position: absolute;
  cursor:pointer;	
  content: '\f007';
  font-family: "FontAwesome";/**/
  font-size: 26px;/**/
  left: 0;  
  top: -11px;
}
.contact-info .dropdown-toggle:hover{
  cursor:pointer;	
  content: '\f007';
  font-family: inherit;
  color: #408f72;
}
.contact-info .dropdown-toggle span:hover {
  color:#3cb1f5;
}
.contact-info .panier{
	display:inline-block;
}
.contact-info .panier span:before{
	position: absolute;
	cursor:pointer;	
	left: 0;
	top: -11px;
}
.contact-info .panier span#count:before{
	font-size:26px;	
	content: '\f07a';
	font-family: "FontAwesome";/**/
}
.contact-info .panier span#count{
  padding-left: 38px; 
  padding-right: 38px; 	
}
.contact-info .panier span#total{
  padding-left: 0px; 	
}
.contact-info .panier span{
  margin-top: -7px;  
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  padding-left: 38px; 
  cursor:pointer;	
}
.navbar-collapse{padding-top:3px;padding-bottom:3px !important}
.navbar-collapse a{color:#ffffff;}
.navbar-collapse a:hover{ cursor: pointer;color:#3cb1f5;}
.dropdown-menu{background-color:black; /*opacity:0.8*/;width: 300px;border-top:0px;margin-top:3px;}
.dropdown-menu .col-sm-12{margin-bottom:7px;}
.dropdown-menu input{
	border:none;
	background:#ffffff;	
}
.dropdown-menu .btn-primary {
  color: #fff;
  background: #3cb1f5;
  border-color: #3cb1f5;
}
.dropdown-menu.btn-primary:hover {
  background: #408f72;
  border-color: #408f72;
}
.dropdown-menu:after{
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #000;
position: absolute;
top: -6px;
right: 10px;
}
.dropdown-menu > li > a{
	color:#ffffff !important;	
}
.dropdown-menu > li > a:hover{
	color:#333 !important;	
}
header sup, header sub{
	font-size:12px;	
}
header sup{
	vertical-align:top;
}
header sub{
	vertical-align: bottom;
}
/* - FIN Lien connexion en dropdown*/
/*FIN  ajoute*/
header .stuck_container .contact-info {
  float: right;
  padding-top: 5px;
}
@media (max-width: 991px) {
  header .stuck_container .contact-info {
    float: none;
  }
}
@media (max-width: 767px) {
  header .stuck_container {
    text-align: center;
  }
  header .stuck_container .brand {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
@media (max-width: 1199px) {
  main p br {
    display: none;
  }
}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    margin-top: 30px;
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6 + .col-sm-6 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(n + 2) + .col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well1 {
  padding-bottom: 203px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .well1 {
    padding-top: 79px;
    padding-bottom: 199px;
  }
}

.well2 {
  padding-bottom: 64px;
  padding-top: 52px;
}

.well2_ins1 {
  padding-bottom: 60px;
}

.well2_ins2 {
  padding-bottom: 50px;
}

.well3 {
  padding-bottom: 52px;
  padding-top: 39px;
}

.well4 {
  padding-bottom: 51px;
  padding-top: 55px;
}

.well5 {
  padding-top: 52px;
}

.well6 {
  padding-bottom: 64px;
  padding-top: 46px;
}

.well7 {
  padding-bottom: 210px;
  padding-top: 257px;
}
@media (max-width: 767px) {
  .well7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.well8 {
  padding-bottom: 120px;
  padding-top: 158px;
}
@media (max-width: 767px) {
  .well8 {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

/**/
a.btn:hover{
	color:#3cb1f5;
}

/*========================================================
                     Search  Styles
=========================================================*/
/**/

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
	color:#000000 !important;	
}

/* - bouton pour bootstrap-select */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 100% !important;
}
.open.dropdown-menu, .dropdown-menu.inner{
	background:#3cb1f5 !important;;
	width:100% !important;
	color:#ffffff !important;
	opacity:1;
}
.btn-block .btn-default{
	margin-top:0px !important;	
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #FFF;
    white-space: nowrap;
	font-weight:bold;
}
.navbar-brand{
	padding: 10px 15px !important;	
}
.panel-body input[type="search"], .panel-body input[type="text"], .panel-body input[type="password"]{
	border: 1px solid #ccc !important;	
}
 #gmap_canvas{
        width:100%;
        height:20em;
}
#openmap{
	/*float:right;*/
	cursor:pointer;	
}
.bloc-result{
	margin-top:20px;
	border:solid 1px #cdcdcd;
	padding:10px;
	display: table;	
}
.bloc-result ul li{
	width:100%;
	/*border:thin solid #000;*/
}
.bloc-result ul li:nth-child(odd){
	background:#cdcdcd !important;	
}
.bloc-result ul li span:first-child{
	display:inline-block;
	width:30%;
	vertical-align:middle;	
	color:#777;
}
.bloc-result ul li span:last-child{
	display:inline-block;
	width:69%;
	vertical-align:middle;
	color:#000;
}

table, td, th {border-collapse:separate}
table {border-spacing:2px}
#search-results .number{	
	background:#cdcdcd !important;
}

#search-results .info{
	width: 100%;	
}
#search-results .info, #search-results .number{
	border:solid 1px #cdcdcd; padding:10px;;margin-top:10px;vertical-align:middle;
}
#search-results .infoclient{
	border-top:solid 1px #cdcdcd;padding-top:10px;;margin-top:10px;min-height:70px;	
}

#search-results .info:hover{
	background:#CCCCCC !important;
}
#search-results small{
	font-size:12px;font-weight:normal;	
}
#search-results i{
	float:right;margin-top:10px;vertical-align:middle;
}
#search-results a i{
	float:right;margin-left:10px!important;margin-top:5%;
}
#search-results a.suite i{
	float:right;margin-left:20px!important;margin-top:-2px;
}
#search-results .btn{
	margin-bottom:10px !important;
}
/*========================================================
                     shopping cart  Styles
=========================================================*/
.table>thead>tr>th{
	color:#fff;
	background-color:#3cb1f5;
}
.order{
	margin-right: -13px !important;	
}
.orderLogin{
	margin-right: -13px !important;
}
/*FIN */
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333;
}
footer .rights {
  font-size: 12px;
  color: #888888;
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mb-5{margin-top: 5px;}
.mb-10{margin-top: 10px;}
.mb-20{margin-top: 20px;}
.ml-5{margin-top: 5px;}
.ml-10{margin-top: 10px;}
.ml-20{margin-top: 20px;}
.mr-5{margin-top: 5px;}
.mr-10{margin-top: 10px;}
.mr-20{margin-top: 20px;}

.message-error{text-align: center; color: darkred; margin:15px auto;}
.message-success{text-align: center; color: darkgreen; margin:15px auto;}
input[type="date"]{border:1px solid #ccc !important}
.btn-reset-mdp{padding: 5px; font-size: 12px;}