/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/templates/eureka/template.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html,
body {
  height: 100%;
  background-color: #fff; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 300;
  color: #727272; }

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -572px;
  /* Pad bottom by footer height */
  padding: 0 0 572px; }

a {
  color: #3D91CB;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a:focus, a:hover {
  color: #0A5E98;
  text-decoration: none; }

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  outline-offset: 0px; }

.btn {
  padding: 9px 25px;
  background-color: #3D91CB;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: 0px;
  -moz-box-shadow: 0px 2px 0px 0px #0A5E98;
  -webkit-box-shadow: 0px 2px 0px 0px #0A5E98;
  box-shadow: 0px 2px 0px 0px #0A5E98;
  line-height: 100%;
  font-weight: inherit;
  font-family: "Roboto Slab", serif;
  text-align: center;
  color: #F9FFFF;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  outline: none; }

.btn:hover {
  background-color: #727272;
  -moz-box-shadow: 0px 2px 0px 0px #4B4B4B;
  -webkit-box-shadow: 0px 2px 0px 0px #4B4B4B;
  box-shadow: 0px 2px 0px 0px #4B4B4B;
  color: #E5E5E5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn:active {
  background-color: #4B4B4B;
  color: #E4E4E4;
  -moz-box-shadow: 0px 2px 0px 0px #252525;
  -webkit-box-shadow: 0px 2px 0px 0px #252525;
  box-shadow: 0px 2px 0px 0px #252525; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.25em;
  color: #252525;
  letter-spacing: 0.05em; }

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

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

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

h4,
.h4 {
  font-size: 24px;
  font-weight: 700; }

h5,
.h5 {
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 1.25em;
  margin-bottom: 20px; }

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

p.readmore {
  float: left;
  margin-top: 15px; }

.page-header {
  border: 0;
  padding: 0; }

hr {
  border-color: #252525;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 3px 0 0;
  display: block;
  margin: 0 0 20px 0;
  text-align: left;
  width: 89px; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0; }

.thumbnail {
  border-radius: 0px;
  float: left;
  margin-right: 5px; }

.thumbnail:hover {
  border-color: #0A5E98; }

#cboxTitle {
  font-weight: normal; }

.pager li > a, .pager li > span {
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
  font-size: 14px; }

.pager li > a:hover,
.pager li > a:focus {
  background-color: #ffffff; }

/*NAV
  -------------------------------------------------- */
.navbar {
  border-radius: 0px;
  border: none;
  margin-bottom: 0;
  min-height: 60px; }

.navbar-inverse {
  background: none;
  border-bottom: 1px solid #252525; }

.navbar-collapse {
  float: right; }

.navbar-nav {
  float: left; }

.navbar-collapse.in {
  overflow-y: hidden; }

.navbar-inverse .navbar-nav > li > a {
  color: #727272;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 75px;
  padding: 0 20px;
  text-transform: uppercase; }

li#item-104 a,
li#item-134 a {
  border-right: none; }

li.parent:hover ul {
  opacity: 1;
  overflow: visible;
  visibility: visible; }

li.parent ul {
  background-color: #FCFFFF;
  border-top: 3px solid #3D91CB;
  display: block;
  left: 0;
  list-style: none outside none;
  /*margin: 22px 0 0;*/
  opacity: 0;
  overflow: hidden;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  transition: top 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 260px;
  z-index: 10; }
  li.parent ul a {
    color: #727272;
    font-size: 12px;
    padding: 5px 0;
    letter-spacing: 1px; }
  li.parent ul a:hover {
    color: #3D91CB; }
  li.parent ul li.active a,
  li.parent ul li.active a:hover,
  li.parent ul li.active a:focus {
    background: none;
    color: #252525; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #3D91CB; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #252525; }

#wrap .navbar-toggle {
  background-color: none;
  background-image: none;
  border: 1px solid #252525;
  border-radius: 0;
  float: right;
  margin: 18px 15px;
  padding: 9px 10px;
  position: relative; }

#wrap .navbar-toggle .icon-bar {
  background-color: #252525;
  height: 3px; }

#wrap .navbar-toggle:hover,
#wrap .navbar-toggle:focus {
  background: none; }

#wrap .navbar-toggle:hover .icon-bar,
#wrap .navbar-toggle:focus .icon-bar {
  background-color: #3D91CB; }

/* MENU SERVICES */
.moduletable_services {
  margin: 25px 0;
  min-height: 19px; }
  .moduletable_services ul {
    list-style: none;
    padding: 0px;
    float: left; }
    .moduletable_services ul li {
      float: left; }
      .moduletable_services ul li a {
        color: #727272;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 28px;
        margin: 0 20px; }
    .moduletable_services ul li > a:hover,
    .moduletable_services ul li > a:focus {
      color: #3D91CB; }
    .moduletable_services ul li.active > a,
    .moduletable_services ul li.active > a:hover,
    .moduletable_services ul li.active > a:focus,
    .moduletable_services ul li.current > a {
      background: none;
      color: #252525; }
    .moduletable_services ul li#item-130 a,
    .moduletable_services ul li#item-127 a {
      padding-left: 0; }

/*lOGO
  -------------------------------------------------- */
.navbar-brand {
  float: left;
  margin: 10px 0;
  padding: 0 15px;
  width: 324px; }
  .navbar-brand p {
    margin: 0; }

/* ---end LOGE--- */
/* ---end NAV--- */
/*MAIN
  -------------------------------------------------- */
/*BANNER
  -------------------------------------------------- */
.flexslider {
  margin: 0; }

/* ---end BANNER--- */
.content {
  padding-bottom: 40px; }

#feature {
  background-color: #FCFFFF;
  border-top: 1px solid #EEEEEE;
  padding: 40px 0; }
  #feature .module {
    float: left;
    width: 33.333%;
    padding: 5px;
    position: relative; }
    #feature .module .favimage {
      position: relative; }

.modal header {
  display: none; }

.article header {
  margin: 40px 0 20px; }

/*ACCUEIL
  -------------------------------------------------- */
.blog_accueil .span12 {
  position: relative;
  float: left;
  width: 100%; }
.blog_accueil .category-desc {
  display: none; }
.blog_accueil .item-image {
  width: 33.333%;
  padding: 0 15px; }
.blog_accueil .blog_text {
  width: 66.666%;
  padding: 0 15px 0 0;
  float: left; }
.blog_accueil .row-1 .blog_text {
  width: 100%;
  padding: 0 15px 0 0;
  float: left;
  clear: both; }
.blog_accueil .row-1 .item-image {
  display: none; }

/* ---end ACCUEIL--- */
/*SERVICES
  -------------------------------------------------- */
.blog_service .page-header,
.blog_service .category-desc {
  display: none; }
.blog_service .item-image {
  width: 33.333%;
  padding: 0 15px; }
.blog_service .blog_text {
  width: 66.666%;
  padding: 0 15px;
  float: left; }
  .blog_service .blog_text h3 {
    margin-bottom: 30px; }
.blog_service .row-0,
.blog_service .row-2,
.blog_service .row-4,
.blog_service .row-6,
.blog_service .row-8 {
  padding: 58px 35px 64px; }
.blog_service .row-1,
.blog_service .row-3,
.blog_service .row-5,
.blog_service .row-7,
.blog_service .row-9 {
  padding: 58px 35px 60px;
  background-color: #F1F1F1; }

/* ---end SERVICES--- */
/*PORTFOLIO
  -------------------------------------------------- */
.portfolio .category-desc h1 {
  margin: 40px 0 20px; }
.portfolio .cat_collection {
  display: inline-block;
  float: left;
  height: 350px;
  padding: 0 5px;
  vertical-align: top;
  width: 33.333%; }
  .portfolio .cat_collection h5 {
    margin: 15px 0; }
  .portfolio .cat_collection .collection_img {
    position: relative; }
  .portfolio .cat_collection a .image-hover-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear; }
  .portfolio .cat_collection a .image-hover-wrapper:hover {
    opacity: 1; }
  .portfolio .cat_collection a .image-hover-wrapper .image-hover {
    border: 3px solid #3D91CB;
    color: #3D91CB;
    display: block;
    left: 37%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 43%;
    padding: 5px 10px;
    font-size: 23px;
    line-height: 19px; }
  .portfolio .cat_collection img {
    display: block;
    height: auto;
    width: 100%; }

/* ---end PORTFOLIO--- */
/*COLLECTIONS
  -------------------------------------------------- */
.collection .blogcollection h1 {
  margin: 40px 0 20px; }
.collection .blogcollection .page-header {
  margin-bottom: 0px; }
  .collection .blogcollection .page-header h5 {
    margin-bottom: 5px; }
.collection .blogcollection .blog_text {
  display: none; }
.collection .blogcollection .items-row {
  float: left;
  width: 33.333%;
  padding: 0 5px; }
.collection .blogcollection .item-image {
  width: 100%;
  position: relative; }
.collection .blogcollection a .image-hover-wrapper {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }
.collection .blogcollection a .image-hover-wrapper:hover {
  opacity: 1; }
.collection .blogcollection a .image-hover-wrapper .image-hover {
  border: 3px solid #3D91CB;
  color: #3D91CB;
  display: block;
  left: 37%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 43%;
  padding: 5px 10px;
  font-size: 23px;
  line-height: 19px; }
.collection .blogcollection img {
  display: block;
  height: auto;
  width: 100%; }

/* ---end COLLECTIONS--- */
/* ---end MAIN-- */
/*FOOTER
  -------------------------------------------------- */
footer {
  margin: 0;
  background-color: #BEBEBE;
  color: #4B4B4B;
  font-size: 16px;
  position: relative; }
  footer .facebook {
    background-image: url("../images/facebook.png");
    background-color: #3D91CB;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    float: left;
    height: 30px;
    position: relative;
    width: 30px;
    margin-right: 10px; }
  footer .facebook:hover {
    background-image: url("../images/facebook-over.png");
    background-color: #727272; }
  footer .pdf {
    background-image: url("../images/pdf.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    position: relative;
    width: 30px; }
  footer .pdf:hover {
    background-image: url("../images/pdf-over.png"); }
  footer .module-92 .acymailing_module {
    position: absolute;
    top: -168px; }
    footer .module-92 .acymailing_module .acymailing_mootoolsbutton p {
      text-align: left; }
    footer .module-92 .acymailing_module .acymailing_mootoolsbutton a {
      background-image: url("../images/right.png");
      background-position: 246px center;
      background-repeat: no-repeat;
      position: relative;
      font-family: "Roboto Slab", serif; }
    footer .module-92 .acymailing_module .acymailing_mootoolsbutton a:hover {
      background-image: url("../images/right-over.png"); }
    footer .module-92 .acymailing_module .acymailing_mootoolsbutton a.acyactive {
      background-image: url("../images/down-over.png"); }
    footer .module-92 .acymailing_module .acymailing_form .acyfield_email input {
      background-color: #ffffff;
      border: 1px solid #989898;
      color: inherit;
      font-family: inherit;
      padding: 0 10px;
      height: 26px; }
    footer .module-92 .acymailing_module .acymailing_form .acyfield_email input:hover,
    footer .module-92 .acymailing_module .acymailing_form .acyfield_email input:focus {
      background-color: #ffffff;
      border: 1px solid #3D91CB;
      box-shadow: none; }
    footer .module-92 .acymailing_module .acymailing_form .acysubbuttons input {
      font-size: 16px; }
    footer .module-92 .acymailing_module .acymailing_form .fieldacyterms a {
      font-weight: 300;
      float: left;
      padding-top: 2px; }
    footer .module-92 .acymailing_module .acymailing_form .fieldacyterms .checkbox {
      float: left;
      margin: 0 10px 0 0; }
  footer .copyright {
    background-color: #252525;
    color: #727272; }
    footer .copyright .moduletable {
      padding: 20px 0;
      font-size: 12px; }
      footer .copyright .moduletable a {
        text-decoration: underline;
        color: #727272; }
      footer .copyright .moduletable a:hover {
        color: #3D91CB;
        text-decoration: none; }
      footer .copyright .moduletable .footer2 {
        display: none; }

#sbox-content.sbox-content-iframe {
  overflow: hidden; }

#sbox-content {
  font-family: "Roboto", sans-serif; }

/*FORM
  -------------------------------------------------- */
div#b2jcontainer_m88.b2jcontainer {
  background: none;
  border: none;
  color: #4B4B4B;
  font-family: inherit;
  font-weight: inherit;
  padding: 30px 15px 45px 0; }
  div#b2jcontainer_m88.b2jcontainer label {
    font-weight: inherit; }
    div#b2jcontainer_m88.b2jcontainer label .required,
    div#b2jcontainer_m88.b2jcontainer label .asterisk {
      color: inherit; }
  div#b2jcontainer_m88.b2jcontainer .controls {
    width: 100% !important; }
    div#b2jcontainer_m88.b2jcontainer .controls input,
    div#b2jcontainer_m88.b2jcontainer .controls textarea {
      width: 100% !important; }
    div#b2jcontainer_m88.b2jcontainer .controls input[type="text"], div#b2jcontainer_m88.b2jcontainer .controls textarea {
      background-color: #ffffff;
      border: 1px solid #989898;
      color: inherit;
      font-family: inherit;
      padding: 0 10px; }
    div#b2jcontainer_m88.b2jcontainer .controls input:focus,
    div#b2jcontainer_m88.b2jcontainer .controls input:hover,
    div#b2jcontainer_m88.b2jcontainer .controls textarea:focus,
    div#b2jcontainer_m88.b2jcontainer .controls textarea:hover {
      background-color: #ffffff;
      border: 1px solid #3D91CB;
      box-shadow: none; }
    div#b2jcontainer_m88.b2jcontainer .controls .asterisk {
      display: none !important; }
  div#b2jcontainer_m88.b2jcontainer .btn {
    padding: 9px 25px;
    background-color: #3D91CB;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 0px 0px #0A5E98;
    -webkit-box-shadow: 0px 2px 0px 0px #0A5E98;
    box-shadow: 0px 2px 0px 0px #0A5E98;
    line-height: 100%;
    font-weight: inherit;
    font-family: "Roboto Slab", serif;
    text-align: center;
    color: #F9FFFF;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    outline: none; }
  div#b2jcontainer_m88.b2jcontainer .btn:hover {
    background-color: #727272;
    -moz-box-shadow: 0px 2px 0px 0px #4B4B4B;
    -webkit-box-shadow: 0px 2px 0px 0px #4B4B4B;
    box-shadow: 0px 2px 0px 0px #4B4B4B;
    color: #E5E5E5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  div#b2jcontainer_m88.b2jcontainer .btn:active {
    background-color: #4B4B4B;
    color: #E4E4E4;
    -moz-box-shadow: 0px 2px 0px 0px #252525;
    -webkit-box-shadow: 0px 2px 0px 0px #252525;
    box-shadow: 0px 2px 0px 0px #252525; }

/* ---end FORM--- */
/* ---end FOOTER--- */

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