@charset "UTF-8";
/****************

  Table of Contents

  00  Common Styles
  01  Navbar
  02  Icon Boxes
  03  Preloader
  04  Home Section
  05  About Page
  06  Contact Page
  07  Careers Page
  08  Login Page
  09  Pricing Page
  10  Coming Soon Page
  11  FAQ Page
  12  Error Page
  13  Portfolio
  14  Single Project Page
  15  Blog
  16  Shop Page
  17  Components
  18  Alerts
  19  Restaurant Page
  20  Resume Page
  21  Photography Page
  22  Footer
  23  Helper Classes
  24  Media Queries
  25  Animations

*****************/
/*
  00
  Common Styles
*/
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Raleway';
  color: #191b1d;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.top-padding {
  padding-top: 60px;
}

::-moz-selection, ::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::-moz-selection, ::selection {
  background-color: #191b1d;
  color: #fff;
}

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

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

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

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

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

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

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

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

a {
  color: #2554c7;
}
a:hover {
  color: #7a0921;
  text-decoration: none;
}
a:focus {
  color: #1b0207;
  text-decoration: none;
}
a.small-link {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 500;
}
a.white-text:hover {
  color: #2554c7;
}

p {
  color: #6d747c;
}
p .db {
  display: block;
}

.icon-list li {
  margin-bottom: 10px;
  list-style-type: none;
}
.icon-list li i {
  margin-right: 5px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-control {
  padding: 18px 24px;
  height: 55px;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e7e7e7;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2554c7;
}
.form-control.input-sm, .form-control.input-group-sm {
  height: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.6;
}

.form-select {
  border: 1px solid #e7e7e7;
  position: relative;
}
.form-select:after {
  content: "\e64b";
  font-family: 'themify';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 53px;
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  /*Commenter parce que doublons sur les pages cas client 2*/
  /*border-bottom: 1px solid #e8e8e8;*/
}
section.full-height {
  min-height: 100%;
}
section.parallax {
  padding: 0;
  background-color: transparent;
  border: 0;
}
section.parallax .form-control {
  border-color: #fff;
}
section.parallax .form-control:focus {
  border-color: #2554c7;
}
section.grey {
  background-color: #f7f7f7;
}
section.grey .form-control, section.grey .form-select {
  border-color: #ccc;
}
section.grey .form-control:focus, section.grey .form-select:focus {
  border-color: #2554c7;
}
section.dark {
  background-color: #191b1d;
  color: #fff;
  border: 0;
}
section.dark p {
  color: #e6e7e9;
}
section.dark blockquote footer {
  color: #fff;
}
section.dark .progress-bar {
  background-color: #2554c7;
}
section.dark + section.dark {
  border-top: 1px solid #101112;
}
section.simple-parallax {
  height: 500px;
  background-color: transparent;
}
section.splash {
  color: #fff;
}
section.splash:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .75;
  background-color: #2554c7;
}
section.splash .title h2 {
  font-weight: 200;
  font-size: 60px;
}
section.splash p {
  color: #fff;
}
section.colored {
  background-color: #2554c7;
  color: #fff;
}

.section-content {
  padding: 25px 0;
}
.section-content:before {
  content: " ";
  display: table;
}
.section-content:after {
  content: " ";
  display: table;
  clear: both;
}

.page-title {
  min-height: 80px;
  padding: 0;
}
.page-title.parallax {
  height: 450px;
}
.page-title .title {
  margin: 0;
  padding: 35px;
}
.page-title .title h1 {
  font-size: 64px;
  margin-bottom: 20px;
  font-weight: 700;
}
.page-title .title h1.upper {
  font-size: 55px;
  letter-spacing: 10px;
  padding-top: 40px;
}
.page-title .title h4 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
.page-title .title + .inline-form {
  margin-top: 35px;
}
.page-title .title.center h1:after {
  margin-left: auto;
  margin-right: auto;
}

.title {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.right hr {
  margin-right: 0;
  margin-left: auto;
}
.title.center {
  text-align: center;
}
.title.center hr {
  margin: 30px auto;
}
.title h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 40px;
}
.title h2.upper {
  font-size: 48px;
  letter-spacing: 8px;
}
.title h2.cursive {
  font-size: 64px;
  font-weight: 400;
}
.title h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 48px;
}
.title h3.upper {
  font-size: 38px;
  letter-spacing: 8px;
}
.title h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.title h4.upper {
  font-size: 14px;
  font-family: 'Raleway';
  letter-spacing: 2px;
}
.title h4.upper.serif {
  font-family: 'Halant', serif;
  font-size: 18px;
}
.title p {
  font-size: 18px;
  margin: 25px 0;
  font-weight: 400;
}
.title p.cursive {
  font-size: 38px;
}
.title > i {
  font-size: 45px;
  margin-bottom: 25px;
}
.title hr {
  width: 45px;
  margin: 20px 0;
  border-top: 1px solid #2554c7;
}
.title hr.black {
  border-color: #191b1d;
}
.title hr.right-align {
  margin-left: auto;
  margin-right: 0;
}

.btn {
  padding: 0 28px;
  height: 55px;
  line-height: 53px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.btn > span i {
  margin-left: 0;
  font-size: 16px;
  line-height: inherit;
}
.btn i, .btn + .btn {
  margin-left: 10px;
}
.btn.btn-lg {
  padding: 0 34px;
  font-size: 16px;
  height: 67px;
  line-height: 65px;
}
.btn.btn-sm, .btn.btn-group-sm {
  padding: 0 16px;
  font-size: 10px;
  height: 37px;
  line-height: 35px;
}
.btn.btn-scroll {
  border-radius: 100px;
  height: 65px;
  width: 65px;
  line-height: 63px;
  padding: 0;
  font-size: 20px;
}
.btn.btn-round {
  border-radius: 100px;
}
.btn:focus {
  outline: none;
}
.btn:focus:active {
  outline: none;
}

.btn-dark {
  color: #fff;
  border-color: #191b1d;
  background-color: #191b1d;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #2c3033;
  border-color: #2c3033;
  color: #fff;
}

.btn-dark-out {
  color: #191b1d;
  border-color: #191b1d;
  background-color: transparent;
}
.btn-dark-out:hover, .btn-dark-out:active, .btn-dark-out:focus {
  background-color: #191b1d;
  border-color: #191b1d;
  color: #fff;
}

.btn-light {
  color: #191b1d;
  border-color: #fff;
  background-color: #fff;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #fff;
  border-color: #fff;
  color: #191b1d;
}

.btn-light-out {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-light-out:hover, .btn-light-out:active, .btn-light-out:focus {
  background-color: #fff;
  border-color: #fff;
  color: #191b1d;
}

.btn-default {
  color: #191b1d;
  border-color: #e7e7e7;
  background-color: #fff;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #191b1d;
}

.btn-color {
  color: #fff;
  border-color: #2554c7;
  background-color: #2554c7;
}
.btn-color:hover, .btn-color:active, .btn-color:focus {
  background-color: #f25375;
  border-color: #f25375;
  color: #fff;
}

.btn-color-out {
  color: #2554c7;
  border-color: #2554c7;
  background-color: transparent;
}
.btn-color-out:hover, .btn-color-out:active, .btn-color-out:focus {
  background-color: #2554c7;
  border-color: #2554c7;
  color: #fff;
}

.open > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: #c6c6c6;
}
.open > .dropdown-toggle.btn-default:focus {
  background-color: transparent;
  border-color: #c6c6c6;
}

.dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.go-top {
  width: 50px;
  height: 45px;
  position: absolute;
  top: -45px;
  line-height: 45px;
  right: 50px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 100;
}
.go-top a {
  color: #191b1d;
  display: block;
}
.go-top a:hover {
  color: #2554c7;
}

blockquote {
  border: 0;
}
blockquote.boxed {
  background-color: #f7f7f7;
  border-left: 3px solid #191b1d;
}
blockquote p {
  font-size: 20px;
}
blockquote p.cursive {
  font-size: 32px;
}
blockquote footer {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.preview-icon {
  padding: 15px 10px;
  border: 1px solid #e7e7e7;
  margin-left: -15px;
  margin-right: -16px;
  margin-bottom: -1px;
}
.preview-icon:hover {
  background-color: #f7f7f7;
}
.preview-icon:hover code, .preview-icon:hover i {
  color: #2554c7;
}
.preview-icon i {
  font-size: 25px;
  color: #494e53;
  width: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.preview-icon code {
  font-size: 12px;
  background-color: transparent;
  color: #191b1d;
}

.play-button {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 76px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  position: relative;
  z-index: 10;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.play-button i {
  line-height: inherit;
}
.play-button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.social-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.social-list > li {
  display: inline-block;
  margin: 5px;
}
.social-list > li > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
}
.social-list > li > a:hover {
  background-color: #2554c7;
}
.social-list > li > a i {
  line-height: inherit;
}
.social-list.style-2 > li > a {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 20px;
  background-color: transparent;
  color: #191b1d;
}
.social-list.style-2 > li > a:hover {
  color: #2554c7;
  background-color: transparent;
}

.counter {
  margin: 25px 0;
  overflow: hidden;
}
.counter.block .counter-icon, .counter.block .counter-content {
  width: auto;
  float: none;
  text-align: center;
}

.counter-icon {
  width: 30%;
  text-align: center;
  margin-right: 5%;
  float: left;
  font-size: 50px;
}

.counter-content {
  float: left;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  width: 65%;
  text-align: left;
}
.counter-content > p {
  color: black;
  font-size: 34px;
  margin-top: 0;
}
.counter-content > p.cursive {
  font-size: 66px;
}
.counter-content > span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}

/*h remplace par p pour referencement */
.boxes [class*="col-"] {
  padding: 5%;
}

.client-image {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.client-image:hover {
  -webkit-animation: animClient 1.2s both;
  animation: animClient 1.2s both;
}

/*
  01
  Navbar
*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
}
#topnav.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#topnav.scroll .navigation-menu > li > a {
  color: #191b1d;
}
#topnav.scroll .navigation-menu > li > a:hover {
  color: #2554c7;
  background-color: transparent;
}
#topnav.scroll .navigation-menu > li.active > a {
  color: #2554c7;
}
#topnav.scroll .menu-extras .menu-item {
  border-color: #eee;
}
#topnav.scroll .menu-extras .menu-item .cart > a, #topnav.scroll .menu-extras .menu-item .search > a {
  color: #3d4146;
  line-height: 62px;
}
#topnav.scroll .menu-extras .menu-item .cart > a:hover, #topnav.scroll .menu-extras .menu-item .search > a:hover {
  color: #2554c7;
}
#topnav.scroll .navbar-toggle span {
  background-color: #191b1d;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 62px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 24px auto;
  height: 18px;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #2554c7;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0 26px;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
#topnav .navigation-menu > li > a:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
  }
}
col-md-6 #topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
    cursor: pointer;
  }
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: "\e64b";
  font-family: "themify";
  margin-left: 3px;
}
#topnav .navigation-menu > li .submenu li span.label {
  padding: .2em .6em .3em;
  display: inline;
  background-color: #2554c7;
  color: #fff;
  margin-left: 4px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}
#topnav .logo {
  float: left;
  margin-top: 6px;
  padding: 16px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /*AA - Menu fullwidth -> bouger le logo un peu ? droite*/
  margin-left: 20px;
}
#topnav .logo img {
  max-height: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#topnav.scroll .logo {
  padding: 11px 0;
}
#topnav.scroll .logo .logo-light {
  display: none;
}
#topnav.scroll .logo .logo-dark {
  display: block;
}
#topnav.scroll.dark {
  background-color: #191b1d;
}
#topnav.scroll.dark .navigation-menu > li > a {
  color: #fff;
}
#topnav.scroll.dark .navigation-menu > li > a:hover {
  color: #2554c7;
}
#topnav.scroll.dark .navigation-menu > li .submenu {
  background-color: #191b1d;
  border-color: #3d4146;
}
#topnav.scroll.dark .navigation-menu > li.active > a {
  color: #2554c7;
}
#topnav.scroll.dark .menu-extras .menu-item {
  border-color: #3d4146;
}
#topnav.scroll.dark .menu-extras .menu-item .cart > a, #topnav.scroll.dark .menu-extras .menu-item .search > a {
  color: #fff;
}
#topnav.scroll.dark .logo .logo-dark {
  display: none;
}
#topnav.scroll.dark .logo .logo-light {
  display: block;
}
#topnav.scroll.dark .navbar-toggle span {
  background-color: #fff;
}

.menu-extras {
  float: right;
}
.menu-extras .menu-item {
  float: left;
  border-right: 1px solid transparent;
}
.menu-extras .menu-item:first-child {
  border-left: 1px solid transparent;
}
.menu-extras .menu-item .cart, .menu-extras .menu-item .search {
  position: relative;
}
.menu-extras .menu-item .cart > a, .menu-extras .menu-item .search > a {
  display: block;
  padding: 0 25px;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cart .cart-number {
  position: absolute;
  font-size: 10px;
  background-color: #2554c7;
  top: 12px;
  right: 16px;
  line-height: 1;
  padding: 2px 4px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.search-form {
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 300px;
  padding: 15px;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 10px;
}
.search-form .form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 44px;
}
.search-form .btn {
  height: 44px;
  padding: 0 16px;
  line-height: 44px;
}

.shopping-cart {
  position: absolute;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 10px;
}
.shopping-cart p {
  padding: 15px;
  margin: 0;
}
.shopping-cart .product-list li {
  padding: 15px;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.shopping-cart .product-list li .product-thumbnail {
  width: 50px;
  height: 50px;
}
.shopping-cart .product-list li .product-summary {
  margin-left: 50px;
}
.shopping-cart .product-list li .product-summary a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.shopping-cart .product-list li .product-summary a:hover {
  color: #2554c7;
}

.shopping-cart-info {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.shopping-cart-info h6 {
  margin: 0;
}

/*
  02
  Icon Boxes
*/
section.dark .icon-box-small.boxed {
  background-color: #202325;
}

.icon-box-small {
  padding: 35px 20px;
  text-align: center;
  position: relative;
}
.icon-box-small:hover .ib-icon {
  color: #2554c7;
  border-color: #2554c7;
}
.icon-box-small.boxed {
  background-color: #f7f7f7;
}
.icon-box-small.outlined {
  border: 1px solid #e7e7e7;
}
.icon-box-small.left-align {
  text-align: left;
}
.icon-box-small.left-align hr {
  margin: 20px 0 0;
}
.icon-box-small.light-icon > i {
  color: #fff;
}
.icon-box-small .back-icon {
  position: absolute;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.04);
  right: 0;
  top: 25px;
  left: 0;
  z-index: -1;
}
.icon-box-small .ib-icon {
  width: 75px;
  height: 75px;
  line-height: 73px;
  color: #2554c7;
  border: 1px solid #2554c7;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.icon-box-small .ib-icon i {
  line-height: inherit;
  font-size: 30px;
}
.icon-box-small > i {
  font-size: 46px;
}
.icon-box-small h4 {
  font-size: 13px;
  margin: 25px 0;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.icon-box-small h4.cursive {
  text-transform: none;
  font-size: 32px;
}
.icon-box-small hr {
  width: 30px;
  border-color: #2554c7;
}
.icon-box-small p span {
  display: block;
}

.icon-box-circular {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.icon-box-circular .ib-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
  border: 1px solid;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.icon-box-circular .ib-icon i {
  line-height: inherit;
}
.icon-box-circular .ib-content h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.icon-box-simple {
  text-align: center;
  margin: 25px 0;
}
.icon-box-simple > i {
  font-size: 50px;
}
.icon-box-simple > span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 20px;
  font-weight: 500;
}

.icon-box-basic {
  position: relative;
  padding-left: 65px;
  margin: 25px 0;
  min-height: 40px;
  overflow: hidden;
}
.icon-box-basic i {
  color: #2554c7;
  font-size: 30px;
  position: absolute;
  left: 0;
}
.icon-box-basic h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 13px;
}
.icon-box-basic p span {
  display: block;
}

@media (min-width: 992px) {
  .icon-box-basic.icon-right {
    padding-left: 0;
    padding-right: 65px;
    text-align: right;
  }
  .icon-box-basic.icon-right i {
    left: auto;
    right: 0;
  }
}
.text-box {
  margin: 25px 0;
  padding-right: 15px;
}
.text-box h4 {
  font-size: 13px;
  text-transform: uppercase;
}
.text-box hr {
  width: 40px;
  border-color: #2554c7;
}
.text-box hr.right-align {
  margin-left: auto;
  margin-right: 0;
}

.number-box {
  margin: 25px auto;
  max-width: 350px;
}
.number-box h2 {
  font-size: 80px;
  margin-top: 0;
}
.number-box h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.number-box h4:after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #2554c7;
  display: block;
  margin: 20px 0;
}

/*
  03
  Preloader
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #191b1d;
}

#mask {
  position: relative;
  height: 30px;
  width: 50px;
  margin: 0 auto;
}
#mask span {
  display: block;
  bottom: 0px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  -webkit-animation: preloader 1.5s infinite ease-in-out;
  animation: preloader 1.5s infinite ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#mask span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#mask span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#mask span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#mask span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

/*
  04
  Home Section
*/
#video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
}

#fallback-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home.bordered {
  border: 20px solid #fff !important;
}
#home .centrize {
  z-index: 100;
}

#home-slider {
  border: 0;
  margin: 0;
  /*height: 100%;*/
  height: calc(100vh - 70px);
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: -webkit-transform 6s ease 0s;
  transition: transform 6s ease 0s;
  transition: transform 6s ease 0s, -webkit-transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#home-slider .flex-direction-nav > li > a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}

.slide-wrap {
  display: table;
  table-layout: fixed;
  min-height: 108%;
  width: 100%;
  position: relative;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 200;
  height: 100%;
}

.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content.text-left {
  text-align: left;
}
.slide-content.bold-text h1 {
  font-weight: 600;
}
.slide-content.bold-text h1.upper {
  font-size: 75px;
}
.slide-content.bold-text h1.smaller {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
  margin: 35px 0;
}
.slide-content h1 {
  font-weight: 700;
  font-size: 65px;
  margin: 25px 0;
}
.slide-content h1.upper {
  font-size: 64px;
  letter-spacing: 8px;
}
.slide-content h1.cursive {
  font-weight: 400;
  font-size: 130px;
}
.slide-content h2 {
  font-weight: 700;
  font-size: 75px;
  margin: 25px 0;
}
.slide-content h2.upper {
  font-size: 48px;
  letter-spacing: 8px;
}
.slide-content h2.cursive {
  font-weight: 400;
}
.slide-content h6 {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
  color: #fff;
  font-weight: 701;
  margin: 35px 0;
}
.slide-content h6.upper {
  font-size: 16px;
}
.slide-content h3.cursive {
  font-size: 48px;
}

#text-rotator h1 {
  margin: 0;
  padding: 25px 0;
  font-size: 75px;
}
#text-rotator h1.upper {
  font-size: 55px;
}
#text-rotator h1.bold-text {
  font-weight: 400;
}

.particles-bg canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-inside {
  overflow: hidden;
}
.nav-inside .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.nav-inside .flex-direction-nav > li.flex-nav-prev {
  left: -45px;
  right: auto;
}
.nav-inside .flex-direction-nav > li.flex-nav-prev > a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-inside .flex-direction-nav > li.flex-nav-next {
  left: auto;
  right: -45px;
}
.nav-inside .flex-direction-nav > li.flex-nav-next > a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-inside .flex-direction-nav > li > a {
  width: 45px;
  height: 45px;
  display: block;
  background-color: #fff;
  line-height: 45px;
  text-align: center;
  color: #191b1d;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-inside .flex-direction-nav > li > a:hover {
  opacity: 1;
}
.nav-inside .flex-direction-nav > li > a i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: inherit;
}
.nav-inside:hover .flex-direction-nav > li {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.nav-inside:hover .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
.nav-inside:hover .flex-direction-nav > li.flex-nav-next {
  right: 0;
}

.nav-outside .flex-direction-nav {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.nav-outside .flex-direction-nav > li {
  display: inline-block;
}
.nav-outside .flex-direction-nav > li:first-child {
  border-right: 1px solid #191b1d;
}
.nav-outside .flex-direction-nav > li > a {
  width: 40px;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  color: #191b1d;
  text-decoration: none;
}
.nav-outside .flex-direction-nav > li > a:hover {
  color: #2554c7;
}
.nav-outside .flex-direction-nav > li > a i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-outside .flex-direction-nav > li > a.flex-prev:hover i {
  margin-right: 10px;
}
.nav-outside .flex-direction-nav > li > a.flex-next:hover i {
  margin-left: 10px;
}

.control-nav-dark .flex-control-nav {
  position: static;
  bottom: auto;
  margin-top: 20px;
}
.control-nav-dark .flex-control-nav > li > a {
  border-color: #191b1d;
}
.control-nav-dark .flex-control-nav > li > a.flex-active {
  border-color: #2554c7;
}
.control-nav-dark .flex-control-nav > li > a.flex-active:before {
  background-color: #2554c7;
}

.flex-control-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 50px;
  z-index: 100;
}
.flex-control-nav > li {
  width: 25px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}

.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.65);
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-control-paging > li > a.flex-active:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
}

.progress {
  height: 1px;
  background-color: #ddd;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar {
  background-color: #191b1d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar.colored {
  background-color: #2554c7;
}

.skill {
  position: relative;
  text-align: left;
}

.skill-name {
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 500;
}

.skill-perc {
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 0;
  font-size: 12px;
}

.img-side {
  padding: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.img-side.img-right {
  right: 0;
}
.img-side.img-left {
  left: 0;
}
.img-side.img-center {
  left: 0;
  right: 0;
  margin: auto;
}

.img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.img-holder.overlay {
  color: #fff;
}
.img-holder.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 40, 45, 0.6);
}
.img-holder.overlay .title p {
  color: #fff;
}
.img-holder .title {
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-holder .title {
    display: none;
  }
}
.holder-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.holder-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 27, 29, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.holder-container:hover:after {
  visibility: visible;
  opacity: 1;
}

.owl-carousel .owl-item {
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel .owl-grab .owl-item {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.parallax-overlay {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 10;
  background-color: rgba(33, 40, 45, 0.55);
  color: #fff;
  height: 100%;
  width: 100%;
}
.parallax-overlay.light {
  background-color: rgba(33, 40, 45, 0.15);
  color: #191b1d;
}
.parallax-overlay p {
  color: #fff;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services .row:before, .services .row:after {
  display: none;
}
.services [class*="col-"] {
  padding: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services [class*="col-"].grey {
  background-color: #f7f7f7;
}
.services [class*="col-"]:hover {
  background-color: #2554c7;
  border-color: #2554c7;
  color: #fff;
}
.services [class*="col-"]:hover .service:before, .services [class*="col-"]:hover .service:after {
  height: 50%;
  width: 50%;
  border-color: #fff;
}
.services [class*="col-"]:hover .service hr {
  border-color: #fff;
  -webkit-animation: animServiceHr 1s both;
  animation: animServiceHr 1s both;
}
.services [class*="col-"]:hover .service p {
  color: #fff;
}
.services [class*="col-"]:hover .service i {
  -webkit-animation: animServiceIcon 1s both;
  animation: animServiceIcon 1s both;
}
.services [class*="col-"]:hover .service .back-icon {
  opacity: 1;
}

.service {
  padding: 40px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  -webkit-transition: width .3s ease .2s, height .3s ease .4s;
  transition: width .3s ease .2s, height .3s ease .4s;
}
.service:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: width .3s ease .2s, height .3s ease .4s;
  transition: width .3s ease .2s, height .3s ease .4s;
}
.service i {
  font-size: 55px;
  margin-bottom: 25px;
}
.service h4 {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.service hr {
  width: 40px;
  border-color: #191b1d;
  margin-left: auto;
  margin-right: auto;
}
.service p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.service .back-icon {
  position: absolute;
  color: rgba(0, 0, 0, 0.04);
  right: 0;
  top: 25px;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.service .back-icon i {
  font-size: 120px;
}

.parallax ::-webkit-input-placeholder, .splash ::-webkit-input-placeholder, .dark ::-webkit-input-placeholder, .colored ::-webkit-input-placeholder, .parallax ::-moz-placeholder, .splash ::-moz-placeholder, .dark ::-moz-placeholder, .colored ::-moz-placeholder, .parallax :-ms-input-placeholder, .splash :-ms-input-placeholder, .dark :-ms-input-placeholder, .colored :-ms-input-placeholder, .parallax ::-webkit-input-placeholder, .splash ::-webkit-input-placeholder, .dark ::-webkit-input-placeholder, .colored ::-webkit-input-placeholder {
  color: #fff;
}

.parallax ::-webkit-input-placeholder, .splash ::-webkit-input-placeholder, .dark ::-webkit-input-placeholder, .colored ::-webkit-input-placeholder, .parallax ::-moz-placeholder, .splash ::-moz-placeholder, .dark ::-moz-placeholder, .colored ::-moz-placeholder, .parallax :-ms-input-placeholder, .splash :-ms-input-placeholder, .dark :-ms-input-placeholder, .colored :-ms-input-placeholder, .parallax ::placeholder, .splash ::placeholder, .dark ::placeholder, .colored ::placeholder {
  color: #fff;
}

.parallax .form-control, .splash .form-control, .dark .form-control, .colored .form-control {
  color: #fff;
  border-color: #fff;
}

.parallax blockquote footer, .splash blockquote footer, .dark blockquote footer, .colored blockquote footer {
  color: #fff;
}

.parallax .nav-outside .flex-direction-nav > li, .splash .nav-outside .flex-direction-nav > li, .dark .nav-outside .flex-direction-nav > li, .colored .nav-outside .flex-direction-nav > li {
  border-color: #fff;
}

.parallax .nav-outside .flex-direction-nav > li > a, .splash .nav-outside .flex-direction-nav > li > a, .dark .nav-outside .flex-direction-nav > li > a, .colored .nav-outside .flex-direction-nav > li > a, .parallax .skill-name, .splash .skill-name, .dark .skill-name, .colored .skill-name, .parallax .skill-perc, .splash .skill-perc, .dark .skill-perc, .colored .skill-perc, .parallax .icon-box-basic h4, .splash .icon-box-basic h4, .dark .icon-box-basic h4, .colored .icon-box-basic h4 {
  color: #fff;
}

.parallax .progress, .splash .progress, .dark .progress, .colored .progress {
  background-color: #fff;
}

.inline-form {
  max-width: 600px;
}
.inline-form.center {
  margin-left: auto;
  margin-right: auto;
}
.inline-form.small {
  max-width: 400px;
}
.inline-form .form-control {
  border-right: 0;
}
.inline-form .btn-white {
  background-color: #fff;
  color: #191b1d;
}

.blog-post {
  position: relative;
  margin-bottom: 25px;
}
.blog-post:hover .post-body > hr {
  width: 100%;
  border-color: #2554c7;
}
.blog-post:hover .post-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-post .post-body {
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid #e7e7e7;
}
.blog-post .post-body h3 {
  font-size: 38px;
  margin: 5px 0 15px;
}
.blog-post .post-body h3 a {
  color: inherit;
}
.blog-post .post-body hr {
  margin: 10px 0;
  width: 60px;
  border-top: 1px solid #191b1d;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-post .post-body p {
  font-size: 19px;
  margin: 20px 0;
}
.blog-post .post-body .post-info {
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-post .post-media {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  width: 45%;
  background-position: center center;
  overflow: hidden;
}
.blog-post .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 40, 45, 0.65);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  text-align: center;
}

/*
  05
  About Page
*/
.team-member {
  position: relative;
  padding-bottom: 80px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  max-width: 350px;
  margin: 50px auto;
}
.team-member:hover .team-image:after {
  opacity: 1;
}
.team-member:hover .team-info {
  bottom: 50%;
  color: #fff;
}
.team-member:hover .team-info > span {
  color: #fff;
}
.team-member:hover .team-social {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-image {
  position: relative;
  overflow: hidden;
}
.team-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(33, 40, 45, 0.55);
  opacity: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.team-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.team-info h3 {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-info span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8c939a;
  font-weight: 500;
}

.team-social {
  padding: 20px 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.team-social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.team-social ul > li {
  display: inline-block;
}
.team-social ul > li > a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #494e53;
  margin: 0 5px;
}
.team-social ul > li > a:hover {
  color: #2554c7;
}

.features h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.features h4:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #2554c7;
  display: block;
  margin: 20px 0;
}

#testimonials-slider {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  min-height: 170px;
}
#testimonials-slider .slides blockquote footer {
  margin-top: 15px;
}
#testimonials-slider .slides img {
  width: 130px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
}

/*#testimonials-slider .slides {
  margin-bottom: 20px;
}*/
/*
  06
  Contact Page
*/
#map.full-width {
  height: 500px;
  width: 100%;
  position: relative !important;
}

.contact-form {
  margin: 0 auto;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form textarea {
  min-height: 200px;
}

/*
  07
  Careers Page
*/
.job-offer {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.job-info:before {
  content: " ";
  display: table;
}
.job-info:after {
  content: " ";
  display: table;
  clear: both;
}
.job-info span {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  font-weight: 500;
}
.job-info h3 {
  margin-top: 5px;
}
.job-info small {
  font-size: 11px;
  color: #79818a;
  display: block;
}

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

/*
  08
  Login Page
*/
#login-box {
  max-width: 400px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#login-tabs {
  border-bottom: 0;
  margin: 0;
}
#login-tabs > li a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
}
#login-tabs > li a:hover {
  background-color: transparent;
}
#login-tabs > li.active > a {
  background-color: transparent;
  border: 1px solid #fff;
}

#login-content {
  padding: 40px 0;
}

/*
  09
  Pricing Page
*/
section.dark .pricing-table {
  background-color: #191b1d;
  border-color: #020202;
}
section.dark .pricing-table.featured {
  border-color: #2554c7;
}
section.dark .pricing-table .price {
  background-color: #151618;
}
section.dark .pricing-table .price h2 span {
  color: #fff;
}
section.dark .pricing-table .features > li {
  color: #fff;
}
section.dark .pricing-table .features > li:nth-child(even) {
  background-color: #151618;
}

.pricing-table {
  border: 1px solid #e7e7e7;
  text-align: center;
  max-width: 400px;
  margin: 50px auto 25px;
  background-color: #fff;
  position: relative;
}
.pricing-table.featured {
  border-color: #2554c7;
  z-index: 20;
}
.pricing-table.featured .pricing-head i {
  color: #2554c7;
}

@media (min-width: 992px) {
  .pricing-table {
    margin-right: -16px;
    margin-left: -15px;
  }
  .pricing-table.featured {
    margin-top: 0;
  }
  .pricing-table.featured .pricing-head {
    padding: 60px 0;
  }
  .pricing-table.featured .pricing-footer {
    padding: 40px 0;
  }
}
.pricing-head {
  padding: 35px 0;
}
.pricing-head i {
  font-size: 35px;
  margin-bottom: 15px;
}
.pricing-head h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.price {
  background-color: #f7f7f7;
  padding: 30px 0;
}
.price h2 {
  font-size: 80px;
  margin: 0;
}
.price h2 span {
  font-size: 30px;
  color: #191b1d;
}

.features > li {
  padding: 15px;
  color: #494e53;
  font-weight: 300;
}
.features > li:nth-child(even) {
  background-color: #f7f7f7;
}
.features > li span {
  font-weight: 400;
}

.pricing-footer {
  padding: 20px;
}

/*
  10
  Coming Soon Page
*/
.countdown-wrap {
  margin: 30px 0;
}

.countdown li {
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
}
.countdown span {
  display: block;
  font-size: 40px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  width: 85px;
  height: 85px;
  line-height: 75px;
  color: #61686f;
  font-weight: 300;
}

section.parallax .countdown span {
  color: #fff;
  border-color: #fff;
}

/*
  11
  Faq Page
*/
.faq-form .inline-form {
  max-width: none;
  margin: 50px 0;
}

.nav-pills > li.active > a {
  background-color: #2554c7;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #2554c7;
}
.nav-pills > li > a {
  color: #191b1d;
}
.nav-pills > li > span {
  padding: 10px 15px;
  color: #868e95;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

.accordion > li:nth-child(odd) .accordion-title {
  background-color: #f7f7f7;
}
.accordion > li.active .accordion-title h4:before {
  content: "\e64b";
  color: #2554c7;
}

.accordion-title h4 {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 30px 20px;
  position: relative;
  cursor: pointer;
  font-weight: 300;
}
.accordion-title h4:before {
  content: "\e649";
  font-family: "themify";
  font-size: 13px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.accordion-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

/*
  12
  Error Page
*/
#error-404 {
  min-height: 100%;
}

.error-page {
  text-align: center;
}
.error-page i {
  font-size: 80px;
}
.error-page .title {
  margin: 50px 0;
}
.error-page .title h2 {
  font-size: 65px;
  letter-spacing: 6px;
}

/*
  13
  Portfolio
*/
.portofolio_temoignages_title {
  font-weight: 800;
  font-size: 19px !important;
}

.portofolio_temoignages {
  position: absolute;
  font-size: 14px;
  width: 300px;
  height: 200px;
  margin-top: -197px;
  margin-left: -150px;
}
.portofolio_temoignages:hover {
  font-weight: 800;
}
.portofolio_temoignages * {
  color: white;
  padding-right: 5%;
  padding-left: 5%;
}

#works {
  margin-top: 80px;
}
#works.two-col .work-item {
  width: 50%;
}
#works.two-col .work-item .work-info h3 {
  font-size: 17px;
}
#works.three-col .work-item {
  width: 33.33333333%;
}
#works.three-col .work-item .work-info h3 {
  font-size: 15px;
}
#works.four-col .work-item {
  width: 25%;
}
#works.four-col .work-item .work-info h3 {
  font-size: 16px;
}
#works.wide .work-detail {
  margin: 0;
}

.work-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.work-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.work-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.work-item:hover .work-info {
  opacity: 1;
}
.work-item:hover .work-info h3, .work-item:hover .work-info p {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.temoignages_h2 {
  font-size: 32px;
}

.temoignages_p1, .temoignages_p2 {
  display: none;
}

.temoignages_p1 {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  left: 0;
}

@media (min-width: 600px) {
  .temoignages_p1 {
    display: unset;
    margin-top: -20px;
    position: absolute;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .temoignages_p1 {
    margin-top: -15px;
  }
}
@media (min-width: 1000px) {
  .temoignages_p2 {
    display: unset;
  }
}
@media (max-width: 582px) {
  .temoignages_h2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    font-size: 20px;
    font-size: 20px;
  }
}
@media (max-width: 582px) {
  .temoignages_p1, .temoignages_p2 {
    display: none;
  }

  .temoignages_h2 {
    font-size: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.work-item img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.work-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(33, 40, 45, 0.85);
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.work-info h3 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 6px;
  text-transform: uppercase;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0;
}

.temoignages_h2 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 6px;
  text-transform: uppercase;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.work-info p {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  font-weight: 500;
}

#filters {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#filters.no-fix {
  position: relative;
}
#filters.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
#filters li, #filters a {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #868e95;
}
#filters li:hover, #filters a:hover {
  color: #191b1d;
}
#filters li.active, #filters a.active {
  border-color: #2554c7;
  color: #2554c7;
}
#filters li.active:hover, #filters a.active:hover {
  color: #2554c7;
}

.portfolio-buttons {
  padding: 0 7px;
  height: 55px;
  line-height: 53px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border-color: #2554c7;
  background-color: #2554c7;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  margin: 0;
  width: 115px;
  text-align: center;
}

.portfolio-hr {
  border-top: solid 1px #ccc;
}

/*
  14
  Single Project Page
*/
.project-detail strong {
  display: inline-block;
  width: 80px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.projects-controller a {
  display: block;
  float: left;
  width: 33.33333333%;
  overflow: hidden;
  color: inherit;
  cursor: default;
}
.projects-controller a.prev i {
  margin-right: 10px;
}
.projects-controller a.all {
  text-align: center;
}
.projects-controller a.all span {
  padding: 36px 0;
}
.projects-controller a.all span i {
  font-size: 20px;
}
.projects-controller a.next {
  text-align: right;
}
.projects-controller a.next i {
  margin-left: 10px;
  margin-top: 2px;
}
.projects-controller a > span {
  display: inline-block;
  padding: 40px 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.projects-controller a > span:hover {
  color: #2554c7;
}
.projects-controller a > span i {
  font-size: 14px;
}

.media-video {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.media-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}

.media-audio {
  width: 100%;
  padding-bottom: 20%;
  position: relative;
}
.media-audio iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}

/*
  15
  Blog
*/
.blog-fixed-image {
  position: fixed;
  width: 50%;
}

.dot:before {
  content: " • ";
}

.post-listing {
  position: relative;
  padding: 50px 0;
}
.post-listing:after {
  width: 200%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  background-color: #f0f0f0;
}
.post-listing > span {
  font-size: 12px;
  font-weight: 500;
}
.post-listing > span .dot {
  margin: 0 5px;
}
.post-listing h2 {
  font-size: 38px;
}
.post-listing h2 a {
  color: #191b1d;
}
.post-listing h2 a:hover {
  color: #2554c7;
}
.post-listing p {
  font-size: 18px;
}

.post-single {
  margin-bottom: 50px;
  font-weight: 300;
}
.post-single:last-child .post-body {
  border-bottom: 0;
}
.post-single .post-info {
  margin-bottom: 25px;
}
.post-single .post-info h6 {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.post-single .post-info h2 {
  font-size: 42px;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: 'Halant', serif;
}
.post-single .post-info h2 a {
  color: #191b1d;
}
.post-single .post-info h2 a:hover {
  color: #2554c7;
}
.post-single .post-body {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  font-family: 'Halant', serif;
}
.post-single .post-body blockquote {
  background-color: #f7f7f7;
  border-left: 3px solid #191b1d;
}
.post-single .post-body p {
  margin: 20px 0;
  line-height: 1.4;
  color: #191b1d;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.pagination li {
  display: inline-block;
}
.pagination li.active > a {
  background-color: #2554c7;
  border-color: #2554c7;
  color: #fff;
}
.pagination li.active > a:hover {
  background-color: transparent;
  color: #2554c7;
  border-color: #2554c7;
}
.pagination li.active > a:focus {
  background-color: #2554c7;
  border-color: #2554c7;
  color: #fff;
}
.pagination li:first-child > a, .pagination li:last-child > a {
  border-radius: 0;
}
.pagination li > a {
  color: #191b1d;
  border-color: transparent;
  font-size: 14px;
  border-radius: 0;
  background-color: transparent;
}
.pagination li > a:hover {
  background-color: #191b1d;
  color: #fff;
  border-color: #191b1d;
}
.pagination li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #2554c7;
}

.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget h6:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #191b1d;
  margin: 20px 0;
}
.sidebar .widget a {
  color: #494e53;
}
.sidebar .widget a:hover {
  color: #2554c7;
}
.sidebar .widget ul.nav > li {
  margin-bottom: 0;
}
.sidebar .widget ul.nav > li:last-child > a {
  border-bottom: 0;
}
.sidebar .widget ul.nav > li > a {
  padding: 12px 0;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 1px;
}
.sidebar .widget ul.nav > li > a > span {
  display: block;
  color: #79818a;
  margin-top: 5px;
}
.sidebar .widget ul.nav > li > a:hover, .sidebar .widget ul.nav > li > a:focus {
  background-color: transparent;
}

.widget h6 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.widget p {
  margin-bottom: 15px;
}
.widget p span {
  display: block;
}
.widget ul li a {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget ul li a i {
  font-size: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 3px;
}
.widget ul li a:hover i {
  margin-left: 10px;
}
.widget .tags a {
  display: block;
  float: left;
  padding: 10px 15px;
  border: 1px solid #191b1d;
  margin: 0 10px 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 500;
}
.widget .tags a:hover {
  background-color: #2554c7;
  border-color: #2554c7;
  color: #fff;
}

#comments {
  margin-bottom: 50px;
}
#comments h5 {
  font-size: 13px;
  letter-spacing: 2px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.comments-list > li {
  margin-bottom: 15px;
  padding: 15px;
}
.comments-list > li:before {
  content: " ";
  display: table;
}
.comments-list > li:after {
  content: " ";
  display: table;
  clear: both;
}
.comments-list > li.rating {
  border: 1px dashed #e7e7e7;
}
.comments-list .children {
  list-style: none;
  margin: 15px -15px 0;
}
.comments-list .children > li {
  padding: 15px;
}
.comments-list .children > li:last-child {
  border-bottom: 0;
}

.comment:before {
  content: " ";
  display: table;
}
.comment:after {
  content: " ";
  display: table;
  clear: both;
}

.comment-text {
  display: inline-block;
  float: left;
}

.comment-pic {
  display: inline-block;
  float: left;
  width: 15%;
}
.comment-pic img {
  margin-top: 10px;
  width: 75px;
}

.comment-text {
  width: 85%;
  padding-left: 15px;
}

.comment-date {
  color: #79818a;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comment-reply {
  font-size: 11px;
  text-transform: uppercase;
}

.comment-respond {
  margin-bottom: 50px;
  padding: 20px 0;
}
.comment-respond textarea {
  max-width: 100%;
  min-height: 120px;
  resize: none;
}

.form-double:before {
  content: " ";
  display: table;
}
.form-double:after {
  content: " ";
  display: table;
  clear: both;
}
.form-double .form-group {
  float: left;
  padding-right: 5px;
  width: 50%;
}
.form-double .form-group.last {
  padding-left: 5px;
  padding-right: 0;
}

.blog-masonry {
  position: relative;
}
.blog-masonry:before {
  content: " ";
  display: table;
}
.blog-masonry:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-masonry.three-col .masonry-post {
  width: 33.33333333%;
}
.blog-masonry.two-col .masonry-post {
  width: 50%;
}
.blog-masonry .masonry-post {
  float: left;
  padding: 10px;
}
.blog-masonry .masonry-post .post-single {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 0;
  padding: 30px 15px;
}
.blog-masonry .masonry-post .post-single .post-media {
  overflow: hidden;
}
.blog-masonry .masonry-post .post-single .post-info h2 {
  font-size: 24px;
}
.blog-masonry .masonry-post .post-single .post-body {
  padding: 10px 0 0;
}
.blog-masonry .masonry-post .post-single .post-body p, .blog-masonry .masonry-post .post-single .post-body blockquote {
  margin: 10px 0;
}

/*
  16
  Shop Page
*/
.shop-menu {
  overflow: hidden;
  margin: 0 15px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.shop-menu h6 {
  margin-top: 25px;
}

.shop-product {
  margin-bottom: 50px;
}

.product-thumb {
  position: relative;
  overflow: hidden;
}
.product-thumb img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-thumb:hover .product-overlay {
  opacity: 1;
  bottom: 0;
}

.product-overlay {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.product-info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  position: relative;
}
.product-info h4 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-info h4 a {
  color: #191b1d;
}
.product-info h4 a:hover {
  color: #2554c7;
}
.product-info span {
  color: #868e95;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.save-product {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 20px;
  font-size: 14px;
  text-align: center;
}

.cart > thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cart > tbody > tr > td {
  padding: 20px 8px;
  vertical-align: middle;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
}
.cart > tbody > tr > td > a {
  color: #191b1d;
}
.cart > tbody > tr > td > a:hover {
  color: #2554c7;
}
.cart > tbody > tr > td .form-control {
  width: 60px;
  padding: 10px 12px;
  font-size: 15px;
  height: 45px;
}
.cart > tbody > tr > td .circle {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #00cc77;
}
.cart > tbody > tr > td .circle.red {
  background-color: #2554c7;
}
.cart > tbody > tr > td .cart-price {
  font-size: 14px;
}
.cart > tbody > tr > td img {
  max-height: 100px;
}

.cart-summary {
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 25px;
}
.cart-summary .nav > li {
  padding: 4px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #79818a;
  font-weight: 500;
}
.cart-summary .nav > li span {
  color: #191b1d;
}

.promo-code {
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 25px;
}

.product-list li {
  overflow: hidden;
  margin-bottom: 25px !important;
  font-weight: 500;
}
.product-list li:last-child {
  margin-bottom: 0 !important;
}
.product-list li .product-thumbnail {
  width: 70px;
  height: 70px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.product-list li .product-summary {
  margin-left: 70px;
  padding-left: 15px;
}
.product-list li .product-summary a {
  display: block;
  color: #191b1d;
}
.product-list li .product-summary span {
  color: #79818a;
  font-size: 13px;
  letter-spacing: 1px;
}

.checkout-form .form-group {
  overflow: hidden;
}

.form-group label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-group .checkbox input[type=checkbox], .form-group .radio input[type=checkbox], .form-group .checkbox-inline input[type=checkbox], .form-group .radio-inline input[type=checkbox], .form-group .checkbox input[type=radio], .form-group .radio input[type=radio], .form-group .checkbox-inline input[type=radio], .form-group .radio-inline input[type=radio] {
  margin-top: 0;
}
.form-group textarea {
  min-height: 100px;
}
.form-group.has-error .form-control {
  border-color: #e74c3c;
}
.form-group.has-success .form-control {
  border-color: #2ecc71;
}

.single-product-details {
  margin-bottom: 50px;
  overflow: hidden;
}

.single-product-price {
  padding: 30px 0;
  border-top: 1px dashed #e7e7e7;
  border-bottom: 1px dashed #e7e7e7;
  overflow: hidden;
}
.single-product-price h3 {
  margin: 0;
  font-weight: 300;
}
.single-product-price h3 del {
  color: #79818a;
}
.single-product-price h3 > span {
  font-size: 24px;
  color: #2554c7;
  margin-left: 15px;
}

.single-product-desc {
  padding: 20px 0;
}

.single-product-add {
  padding: 25px 0;
  border-top: 1px dashed #e7e7e7;
  border-bottom: 1px dashed #e7e7e7;
}
.single-product-add .inline-form {
  width: 250px;
}
.single-product-add .inline-form .form-control {
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
}

.single-product-list {
  padding: 20px 0;
}
.single-product-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-product-list ul li {
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-product-list ul li span {
  color: #79818a;
}
.single-product-list ul li a {
  padding: 0 4px;
}

.rating-stars {
  font-size: 16px;
}
.rating-stars .ti-star {
  margin-right: 5px;
  color: #949ba1;
}
.rating-stars .ti-star.full {
  color: #2554c7;
}
.rating-stars span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
}

.related-products {
  float: left;
  overflow: hidden;
  margin-top: 50px;
}
.related-products h5 {
  padding: 15px 0;
}
.related-products .shop-product {
  margin-bottom: 0;
}

/*
  17
  Components
*/
.nav-tabs {
  border-bottom: 0;
  margin-bottom: 25px;
}
.nav-tabs.center {
  text-align: center;
}
.nav-tabs.center > li {
  display: inline-block;
  float: none;
}
.nav-tabs > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  border-radius: 0;
  color: #191b1d;
  font-family: 'Montserrat', sans-serif;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a {
  border: 1px solid #2554c7;
  color: #2554c7;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 1px solid #2554c7;
  color: #2554c7;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.nav-tabs.outline {
  border-bottom: 1px solid #ddd;
}
.nav-tabs.outline > li.active > a {
  background-color: #fff;
  border-color: transparent;
  border-bottom-color: #2554c7;
  margin-bottom: -1px;
  outline: none;
}
.nav-tabs.outline > li.active > a:focus, .nav-tabs.outline > li.active > a:hover {
  background-color: #fff;
  border-color: transparent;
  border-bottom-color: #2554c7;
  margin-bottom: -1px;
  outline: none;
}

section.grey .nav-tabs.outline > li.active > a {
  background-color: #f7f7f7;
}
section.grey .nav-tabs.outline > li.active > a:focus, section.grey .nav-tabs.outline > li.active > a:hover {
  background-color: #f7f7f7;
}
section.dark .nav-tabs.outline > li > a {
  color: #fff;
}
section.dark .nav-tabs.outline > li.active > a {
  background-color: #191b1d;
}
section.dark .nav-tabs.outline > li.active > a:focus, section.dark .nav-tabs.outline > li.active > a:hover {
  background-color: #191b1d;
}

.table {
  font-size: 14px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
}
.table > tbody > tr > td {
  border-bottom: 1px solid #e7e7e7;
}

/*
  18
  Alerts
*/
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert .close {
  opacity: 1;
  outline: none;
}
.alert .close i {
  text-shadow: none;
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
}
.alert.alert-warning {
  border-color: #f1c40f;
  color: #f1c40f;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.alert.alert-info {
  border-color: #3498db;
  color: #3498db;
}

.alert-colored.alert-warning {
  border-color: #f1c40f;
  background-color: #f1c40f;
  color: #fff;
}
.alert-colored.alert-danger {
  border-color: #e74c3c;
  background-color: #e74c3c;
  color: #fff;
}
.alert-colored.alert-success {
  border-color: #2ecc71;
  background-color: #2ecc71;
  color: #fff;
}
.alert-colored.alert-info {
  border-color: #3498db;
  background-color: #3498db;
  color: #fff;
}

/*
  19
  Restaurant Page
*/
.restaurant-menu {
  margin-top: -100px;
}

.rs-menu {
  position: relative;
  margin: 0 -1px -1px 0;
}
.rs-menu.image-right .rs-menu-body {
  margin-left: 0;
  margin-right: 50%;
}
.rs-menu.image-right .rs-menu-media {
  left: auto;
  right: 0;
}
.rs-menu .rs-menu-body {
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-left: 0;
  margin-left: 50%;
  text-align: center;
}
.rs-menu .rs-menu-body h2 {
  font-size: 48px;
}
.rs-menu .rs-menu-body p {
  color: #79818a;
  margin: 25px 0;
}
.rs-menu .rs-menu-body h4 {
  color: #B79B79;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}
.rs-menu .rs-menu-media {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  width: 50%;
  background-position: center center;
  overflow: hidden;
}

@media (min-width: 992px) {
  .rs-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.reserve-form {
  position: relative;
}
.reserve-form .form-group {
  margin-bottom: 25px;
}

/*
  20
  Resume Page
*/
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 25%;
  top: -100px;
  bottom: -100px;
  background-color: #e7e7e7;
}
.timeline > li {
  overflow: hidden;
  margin-bottom: 50px;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline > li:hover .timeline-item:after {
  background-color: #2554c7;
}
.timeline > li .timeline-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}
.timeline > li .timeline-item:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #2554c7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
  margin-left: -6px;
  border-radius: 50%;
}
.timeline > li .timeline-item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2554c7;
  font-size: 13px;
  text-transform: uppercase;
}
.timeline > li .timeline-item span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.timeline > li .timeline-item span b {
  font-weight: 400;
}
.timeline > li .timeline-description {
  width: 70%;
  margin-left: 5%;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  position: relative;
}
.timeline > li .timeline-description h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.timeline > li .timeline-description p {
  color: #79818a;
}

/*
  21
  Photography Page
*/
.photo-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  overflow: hidden;
}
.photo-gallery > li {
  width: 33.3333%;
  float: left;
  padding: 0 0 20px 20px;
  position: relative;
}
.photo-gallery > li.half {
  width: 50%;
}

@media (max-width: 767px) {
  .photo-gallery > li.half {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .photo-gallery > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .photo-gallery > li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .photo-gallery > li.full-sm {
    width: 100%;
  }
}
.field-type-image > .field-items > .field-item, .photo-gallery > li .gallery-item, .view-groupes-de-cas-li-s-ce-portfolio span.field-content {
  position: relative;
}

.field-type-image > .field-items > .field-item > a, .photo-gallery > li .gallery-item > a, .view-groupes-de-cas-li-s-ce-portfolio span.field-content > a {
  display: block;
}

.field-type-image > .field-items > .field-item > a:hover:before, .field-type-image > .field-items > .field-item > a:hover:after {
  opacity: 1;
  visibility: visible;
}

.photo-gallery > li .gallery-item > a:hover:before, .photo-gallery > li .gallery-item > a:hover:after {
  opacity: 1;
  visibility: visible;
}

.view-groupes-de-cas-li-s-ce-portfolio span.field-content > a:hover:before, .view-groupes-de-cas-li-s-ce-portfolio span.field-content > a:hover:after {
  opacity: 1;
  visibility: visible;
}

.field-type-image > .field-items > .field-item > a:hover:after, .photo-gallery > li .gallery-item > a:hover:after, .view-groupes-de-cas-li-s-ce-portfolio span.field-content > a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.field-type-image > .field-items > .field-item > a:before, .photo-gallery > li .gallery-item > a:before, .view-groupes-de-cas-li-s-ce-portfolio span.field-content > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(33, 40, 45, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.field-type-image > .field-items > .field-item > a:after, .photo-gallery > li .gallery-item > a:after {
  content: "\e610";
  font-family: 'themify';
  position: absolute;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.view-groupes-de-cas-li-s-ce-portfolio span.field-content > a:after {
  content: attr(data-descr);
  font-family: 'themify';
  position: absolute;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2000;
  text-align: center;
  display: none;
}

.gallery-image {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.gallery-image img {
  max-height: 600px;
}

#gallery-close {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#gallery-close:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  color: #fff;
}
#gallery-close:focus {
  color: #fff;
}
#gallery-close i {
  vertical-align: middle;
  line-height: inherit;
}

.gallery-control {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: -50px;
  color: #fff;
  font-size: 20px;
}
.gallery-control:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  color: #fff;
}
.gallery-control:focus {
  color: #fff;
}
.gallery-control i {
  vertical-align: middle;
  line-height: inherit;
}
.gallery-control.gallery-prev {
  left: 0;
  text-align: left;
}
.gallery-control.gallery-next {
  right: 0;
  text-align: right;
}

/*
  22
  Footer
*/
footer.dark {
  color: #fff;
  background-color: #191b1d;
}
footer.dark p {
  color: #fff;
}

#footer-widgets {
  position: relative;
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eee;
  z-index: 10;
}
#footer-widgets .widget {
  margin: 25px 0;
}
#footer-widgets .widget ul {
  margin-bottom: 0;
}
#footer-widgets .widget ul li a {
  display: inline-block;
  color: #494e53;
}
#footer-widgets .widget ul li a:hover {
  color: #2554c7;
}

#footer {
  position: relative;
  background-color: #f5f5f5;
  z-index: 10;
}
#footer.dark {
  background-color: #191b1d;
}
#footer.dark .list-inline > li > a, #footer.dark .footer-social ul > li > a {
  color: #fff;
}
#footer.onepage {
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eee;
}
#footer .footer-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
}
#footer p {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 2px;
}
#footer .copy-text.center {
  text-align: center;
}
#footer .copy-text p {
  margin: 15px 0;
}
#footer .footer-social {
  text-align: right;
}
#footer .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-social ul > li {
  display: inline-block;
  margin: 10px 5px;
}
#footer .footer-social ul > li > a {
  display: block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  color: #79818a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
#footer .footer-social ul > li > a:hover {
  color: #2554c7;
}
#footer .footer-social.center {
  text-align: center;
}
#footer .list-inline {
  text-align: center;
  margin: 0;
  padding: 15px 0;
}
#footer .list-inline > li {
  margin-right: 15px;
  position: relative;
}
#footer .list-inline > li:after {
  content: '?';
  color: #2554c7;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: -15px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  font-family: sans-serif;
}
#footer .list-inline > li:last-child {
  margin-right: 0;
}
#footer .list-inline > li:last-child:after {
  content: none;
}
#footer .list-inline > li > a {
  color: #79818a;
  font-size: 15px;
}
#footer .list-inline > li > a:hover {
  color: #2554c7;
}

.footer-newsletter .form-control {
  border-color: #494e53;
}

/*
  23
  Helper Classes
*/
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}

.v-center {
  display: table-cell;
  vertical-align: middle;
}

.serif {
  font-family: 'Halant', serif;
}

.italic {
  font-style: italic;
}

.cursive {
  font-family: 'Tangerine', cursive;
}

.small-heading {
  font-size: 13px;
}

.heading-font {
  font-weight: 400;
}

.upper {
  text-transform: uppercase;
}

.ov-v {
  overflow: visible;
}

.ov-h {
  overflow: hidden;
}

.b-0 {
  border: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.border-top {
  border-top: 1px solid #e7e7e7;
}

.border-right {
  border-right: 1px solid #e7e7e7;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.border-left {
  border-left: 1px solid #e7e7e7;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 h1, .fw-400 h2, .fw-400 h3, .fw-400 h4, .fw-400 h5, .fw-400 h6 {
  font-weight: 400 !important;
}

.grey-text {
  color: #79818a;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #191b1d !important;
}

.red {
  color: #2554c7 !important;
}

.lead-text {
  font-size: 21px;
}

.red-dot:before {
  content: ".";
  color: #2554c7;
}

.alt-paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.invisible {
  opacity: 0;
}

#footer .list-inline > li::after .fade-in-top {
  -webkit-animation: fadeInTop 1.5s both;
  animation: fadeInTop 1.5s both;
}

/*
  24
  Media Queries
*/
@media (min-width: 992px) {
  #topnav.top-space {
    top: 20px;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav .navigation-menu > li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    margin-left: 3px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    /*left: auto;*/
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    /* Modif apport? pour le menu principal*/
    /*display: inline-block;*/
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -16px;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #494e53;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #2554c7;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
    cursor: default;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }

  .txt-md-right {
    text-align: right;
  }
  .txt-md-right .title hr {
    margin-right: 0;
    margin-left: auto;
  }

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

  .title.txt-md-right hr {
    margin-right: 0;
    margin-left: auto;
  }

  .md-pull-right {
    float: right;
  }

  .md-pull-left {
    float: left;
  }

  .map-side {
    padding: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
  }
  .map-side #map {
    min-height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  #text-rotator h1 {
    font-size: 60px;
  }
  #text-rotator h1.upper {
    font-size: 40px;
  }

  #topnav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  #topnav.dark {
    background-color: #191b1d;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  #topnav.dark #navigation {
    background-color: #191b1d;
    border-color: #3d4146;
  }
  #topnav.dark .navigation-menu > li > a {
    color: #fff;
  }
  #topnav.dark .navigation-menu > li > a:hover {
    color: #2554c7;
  }
  #topnav.dark .navigation-menu > li .submenu li a {
    color: #fff;
  }
  #topnav.dark .menu-extras .menu-item {
    border-color: #3d4146;
  }
  #topnav.dark .menu-extras .menu-item .cart > a, #topnav.dark .menu-extras .menu-item .search > a {
    color: #fff;
  }
  #topnav.dark .logo .logo-light {
    display: block;
  }
  #topnav.dark .logo .logo-dark {
    display: none;
  }
  #topnav.dark .navbar-toggle span {
    background-color: #fff;
  }
  #topnav.dark .navbar-toggle:hover span {
    background-color: #2554c7;
  }
  #topnav .container {
    width: auto;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #191b1d;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a:hover {
    color: #2554c7;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #191b1d;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #2554c7;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #79818a;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #2554c7;
  }
  #topnav .menu-extras .menu-item {
    border-color: #eee;
  }
  #topnav .menu-extras .menu-item .cart > a, #topnav .menu-extras .menu-item .search > a {
    color: #3d4146;
    line-height: 62px;
    position: relative;
  }
  #topnav .menu-extras .menu-item .cart > a:hover, #topnav .menu-extras .menu-item .search > a:hover {
    color: #2554c7;
  }
  #topnav .navbar-toggle span {
    background-color: #191b1d;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .menu-extras {
    /*margin-right: -15px;*/
    /*retir? par MM le 6/11/2017 pour devs sur home*/
  }
  #topnav .logo {
    padding: 11px 0;
  }
  #topnav .logo .logo-light {
    display: none;
  }
  #topnav .logo .logo-dark {
    display: block;
  }

  #navigation {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }

  .blog-masonry.three-col .masonry-post {
    width: 50%;
  }

  .countdown li {
    margin-right: 25px;
  }

  .counter {
    margin: 50px 0;
  }

  #footer .copy-text, #footer .footer-social {
    text-align: center;
  }

  .map-side {
    padding: 0;
    margin-top: -100px;
    margin-bottom: 25px;
  }
  .map-side #map {
    min-height: 350px;
    width: 100%;
    position: relative !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #works.two-col .work-item, #works.three-col .work-item, #works.four-col .work-item {
    width: 50%;
  }

  .title.txt-sm-center hr {
    margin-left: auto;
    margin-right: auto;
  }

  .txt-sm-right {
    text-align: right;
  }
  .txt-sm-right .title hr {
    margin-left: auto;
    margin-right: 0;
  }

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

  .sm-pull-right {
    float: right;
  }

  .sm-pull-left {
    float: left;
  }

  .rs-menu.image-right .rs-menu-media {
    left: 0;
    right: auto;
  }
  .rs-menu.image-right .rs-menu-body {
    margin-right: 0;
    margin-left: 50%;
  }
  .rs-menu .rs-menu-body {
    border: 1px solid #e7e7e7;
  }

  .countdown-wrap .countdown span {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-toggle {
    display: block;
  }

  .menu-extras .menu-item .search:hover .search-form, .menu-extras .menu-item .cart:hover .shopping-cart {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #text-rotator h1 {
    font-size: 55px;
  }
  #text-rotator h1.upper {
    font-size: 32px;
  }

  section.splash .title h2 {
    font-size: 48px;
  }

  .title h2 {
    font-size: 46px;
  }
  .title h3 {
    font-size: 40px;
  }
  .title.txt-xs-center hr {
    margin-left: auto;
    margin-right: auto;
  }

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

  .xs-pull-right {
    float: right;
  }

  .xs-pull-left {
    float: left;
  }

  .slide-content.bold-text h1.upper {
    font-size: 20px;
  }
  .slide-content h1 {
    font-size: 55px;
  }
  .slide-content h1.upper {
    font-size: 45px;
    letter-spacing: 4px;
  }
  .slide-content h1.cursive {
    font-size: 80px;
  }
  .slide-content h2.upper {
    font-size: 38px;
  }
  .slide-content h6 {
    font-size: 14px;
  }

  .menu-extras .menu-item .search, .menu-extras .menu-item .cart {
    position: static;
  }
  .menu-extras .menu-item .search.open .search-form, .menu-extras .menu-item .cart.open .shopping-cart {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .text-box {
    padding-right: 0;
  }

  .blog-post {
    margin-bottom: 50px;
  }

  .countdown li {
    float: none;
    display: inline-block;
    margin: 10px;
  }

  #works.two-col .work-item, #works.three-col .work-item, #works.four-col .work-item {
    width: 100%;
  }

  .blog-masonry.two-col .masonry-post, .blog-masonry.three-col .masonry-post {
    width: 100%;
    position: static !important;
  }

  #footer-widgets .widget {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .container .img-side {
    margin-left: -15px;
    margin-right: -15px;
  }

  .img-side {
    min-height: 400px;
    margin: -100px 0 50px;
    position: relative;
    z-index: 0;
  }
  .img-side .img-holder .title {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.p-0 .img-side, section.pt-0 .img-side {
    margin-top: 0;
  }

  .blog-fixed-image {
    width: 100%;
  }

  .comment-pic {
    width: 20%;
  }

  .comment-text {
    width: 80%;
  }

  .rs-menu {
    margin-bottom: 50px;
  }
  .rs-menu.image-right .rs-menu-body {
    margin-right: 0;
  }
  .rs-menu .rs-menu-media {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .rs-menu .rs-menu-body {
    margin-left: 0;
    border: 1px solid #e7e7e7;
    border-top: 0;
  }

  .timeline:before {
    background-color: transparent;
  }
  .timeline > li {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
  }
  .timeline > li .timeline-item {
    width: 100%;
  }
  .timeline > li .timeline-item:after {
    visibility: hidden;
  }
  .timeline > li .timeline-description {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }

  .job-info .btn {
    margin-top: 15px;
  }

  .boxes.clients .col-xs-6 {
    padding: 10%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .boxes.clients .col-xs-6.col-xs-6:nth-child(even) {
    border-right: 0;
  }
  .boxes.clients .col-xs-6.col-xs-6:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .boxes.clients .col-xs-6 .client-image {
    max-width: 100%;
    max-height: 80px;
  }
}
@media (max-height: 400px) {
  .gallery-image {
    max-width: 60%;
  }
}
/*
  25
  Animations
*/
@-webkit-keyframes animServiceHr {
  0% {
    width: 80px;
  }
  50% {
    width: 30px;
  }
  75% {
    width: 100px;
  }
  100% {
    width: 40px;
  }
}
@keyframes animServiceHr {
  0% {
    width: 80px;
  }
  50% {
    width: 30px;
  }
  75% {
    width: 100px;
  }
  100% {
    width: 40px;
  }
}
@-webkit-keyframes animServiceIcon {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animServiceIcon {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes preloader {
  0% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  25% {
    height: 60px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background-color: #2554c7;
  }
  50% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  100% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
}
@keyframes preloader {
  0% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  25% {
    height: 60px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background-color: #2554c7;
  }
  50% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  100% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes animClient {
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animClient {
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*Custom IMAGERA*/
.navigation-menu > li > a {
  color: #fff;
}

#topnav .navigation-menu > li > a:hover, .login {
  font-weight: bold;
}

#footer-home {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  z-index: 600;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

#navigation-footer {
  /*list-style: none;*/
  padding: 0;
  margin: 30px 0 0;
  text-align: center;
}
#navigation-footer li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  margin: 0 80px;
}
#navigation-footer li a {
  color: #fff;
}

/*Changement de couleur du menu de noir à blanc*/
body.not-front header#topnav {
  background-color: white;
  color: black;
}
body.not-front header#topnav li, body.not-front header#topnav ul {
  background-color: white;
  color: black;
}
body.not-front header#topnav li a, body.not-front header#topnav ul a {
  background-color: white;
  color: black;
}
body.not-front section.page-title h1 {
  margin-top: 50px;
}
body.front div.contact-form input, body.front div.contact-form textarea {
  width: 100%;
  max-width: 400px;
}
body.front div.contact-form input.btn-color-home {
  color: #fff;
  border-color: #76bd43;
  background-color: #76bd43;
  border-radius: 4px;
}
body.front img.client-image2, body.front div.client-image2 {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
body.front .container-fluid div.img-holder {
  left: 1px;
  color: white;
}
body.front .container-fluid div.img-holder div.v-center {
  background-color: rgba(33, 40, 45, 0.6);
}
body.front .container-fluid div.row div.img-side {
  background-color: black;
}

.white-color {
  color: #fff !important;
}

.gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(67%, #000));
  background: linear-gradient(to bottom, transparent 0, #000 67%);
  height: 660px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.parlons-en {
  display: inline-block;
  padding: 24px;
  background: #303030;
  border-radius: 8px;
  color: black;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 35px 0;
}

.btn-color-home {
  color: #fff;
  border-color: #76bd43;
  background-color: #76bd43;
  border-radius: 4px;
}

.section-home {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#image-location {
  font-size: .85rem;
  line-height: 1.16rem;
  position: absolute;
  bottom: 1.06rem;
  right: 1.59rem;
  text-align: left;
  padding: 0;
}

.page-front-page #filters {
  display: none;
}

div.captcha {
  display: table;
  margin: 0 auto;
}

body.page-node-46 div.captcha, body.page-node-104315 div.captcha {
  display: block;
}

.parallax-overlay-filter {
  background-image: url("/sites/all/themes/comets/images/pattern1x2.png");
  background-repeat: repeat;
  background-color: rgba(44, 62, 80, 0.6);
}

@media (min-width: 1200px) {
  .container-video-home {
    /*  width: 1621px; demande de marketing, réduction de la taille du vidéo*/
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #navigation-footer {
    margin-top: 28px;
  }
  #navigation-footer li {
    margin: 0 48px;
    color: #191b1d;
  }
}
@media (max-width: 767px) {
  .slide-wrap {
    height: auto;
  }

  #navigation-footer li {
    margin: 0 !important;
  }

  .parlons-en {
    padding: 17px;
    margin: 15px 0;
    font-size: 15px;
  }

  .btn-color-home {
    margin-top: 10px;
  }
}
@media (max-width: 769px) {
  .page-title .title h1.upper {
    font-size: 48px;
    margin-top: 55px;
    text-align: center;
  }

  .title h2 {
    font-size: 38px;
  }
  .title hr {
    margin-top: 0;
  }
  .title h6 {
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .page-title .title h1.upper {
    font-size: 33px;
  }

  .title h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px !important;
  }
}
div.panel-pane video {
  width: 100%;
  height: auto;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.marginbottom50 {
  margin-bottom: 50px;
}

.marginbottom100 {
  margin-bottom: 60px;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

.margintop50 {
  margin-top: 50px;
}

.margintop100 {
  margin-top: 60px;
}

.marginleft10 {
  margin-left: 10px;
}

.marginleft20 {
  margin-left: 20px;
}

.marginleft30 {
  margin-left: 30px;
}

.marginleft40 {
  margin-left: 40px;
}

.marginleft50 {
  margin-left: 50px;
}

.marginleft100 {
  margin-left: 60px;
}

.marginright10 {
  margin-right: 10px;
}

.marginright20 {
  margin-right: 20px;
}

.marginright30 {
  margin-right: 30px;
}

.marginright40 {
  margin-right: 40px;
}

.marginright50 {
  margin-right: 50px;
}

.marginright100 {
  margin-right: 60px;
}

.paddingbottom10 {
  padding-bottom: 10px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

.paddingbottom30 {
  padding-bottom: 30px;
}

.paddingbottom40 {
  padding-bottom: 40px;
}

.paddingbottom50 {
  padding-bottom: 50px;
}

.paddingbottom100 {
  padding-bottom: 60px;
}

.paddingtop10 {
  padding-top: 10px;
}

.paddingtop20 {
  padding-top: 20px;
}

.paddingtop30 {
  padding-top: 30px;
}

.paddingtop40 {
  padding-top: 40px;
}

.paddingtop50 {
  padding-top: 50px;
}

.paddingtop100 {
  padding-top: 60px;
}

.paddingleft10 {
  padding-left: 10px;
}

.paddingleft20 {
  padding-left: 20px;
}

.paddingleft30 {
  padding-left: 30px;
}

.paddingleft40 {
  padding-left: 40px;
}

.paddingleft50 {
  padding-left: 50px;
}

.paddingleft100 {
  padding-left: 60px;
}

.paddingright10 {
  padding-right: 10px;
}

.paddingright20 {
  padding-right: 20px;
}

.paddingright30 {
  padding-right: 30px;
}

.paddingright40 {
  padding-right: 40px;
}

.paddingright50 {
  padding-right: 50px;
}

.paddingright100 {
  padding-right: 60px;
}

.minheight50 {
  min-height: 50px;
}

.minheight100 {
  min-height: 100px;
}

.minheight150 {
  min-height: 150px;
}

.minheight170 {
  min-height: 170px;
}

.minheight200 {
  min-height: 200px;
}

.minheight250 {
  min-height: 250px;
}

.minheight300 {
  min-height: 300px;
}

.centrer {
  text-align: center;
}

.widthauto img {
  width: auto;
}

.fullwidth {
  width: 100%;
}

div.pane-node-field-t-moignage div.field-name-field-t-moignage p {
  display: inline;
  font-style: italic;
}
div.pane-node-field-t-moignage div.field-name-field-t-moignage p:before {
  content: url("/sites/all/themes/comets/images/cas/quotesdebut30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
}
div.pane-node-field-t-moignage div.field-name-field-t-moignage p:after {
  content: url("/sites/all/themes/comets/images/cas/quotesfin30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
div.pane-node-field-temoignage-du-client div.field-name-field-temoignage-du-client blockquote:before {
  content: url("/sites/all/themes/comets/images/cas/quotesdebut30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
div.pane-node-field-temoignage-du-client div.field-name-field-temoignage-du-client blockquote:after {
  content: url("/sites/all/themes/comets/images/cas/quotesfin30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
div.pane-node-field-temoignage-du-client div.field-name-field-temoignage-du-client blockquote p {
  display: inline;
  font-style: italic;
}

body.node-type-cas-client-2 div.block-system {
  color: #777 !important;
}

div.node-cas-client-2 {
  color: #777 !important;
}
div.node-cas-client-2 h2 {
  color: black;
}

#footer .list-inline > li::after {
  content: "·";
  color: #2554c7;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: -15px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  font-family: sans-serif;
}

div.view-iframe-vv-cas table.views-table, div.view-iframe-vv-temoignage table.views-table {
  width: 100%;
}

.node-type-cas-client-2 div.pane-node-field-paragraphe1 h3, .node-type-cas div.pane-node-field-paragraphe1 h3, .node-type-cas-client-2 div.pane-node-field-paragraphe2 h3, .node-type-cas div.pane-node-field-paragraphe2 h3, .node-type-cas-client-2 div.pane-node-field-paragraphe3 h3, .node-type-cas div.pane-node-field-paragraphe3 h3, .node-type-cas-client-2 div.pane-node-field-paragraphe4 h3, .node-type-cas div.pane-node-field-paragraphe4 h3 {
  font-size: 20px;
  font-weight: 200 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

body.node-type-cas div.panelizer-view-mode.node-cas-client-2 {
  margin-top: 50px;
}

ul, menu, dir {
  list-style-type: circle;
}

body.node-type-cas-client-2 {
  text-align: justify;
}
body.node-type-cas-client-2 h2 {
  display: none;
}
body.node-type-cas-client-2 h1 {
  text-align: left;
}

.widget h6 {
  text-align: center;
  width: 83.33333333%;
}

.pane-content {
  margin: 35px 0;
}

body.node-type-portfolio {
  color: #6d747c;
}
body.node-type-portfolio section {
  border-bottom: 0px;
}

@media (max-width: 761px) {
  .padding0mobile {
    padding: 0;
  }
}
.node-type-portfolio div.col-md-12 {
  padding-left: 0;
}
.node-type-portfolio div.counter-icon {
  text-align: left;
  margin-right: 0px;
  width: 25%;
}
.node-type-portfolio div.counter {
  margin-top: 0px;
}
.node-type-portfolio div.pane-block-25 div.pane-content {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.node-type-portfolio div.pane-block-25 div.section-content {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.node-type-portfolio div.pane-block-25 section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.node-type-portfolio div.container-fluid {
  text-align: justify;
}

hr {
  border-top: 1px solid #c5c2c2;
  margin-bottom: 80px;
}

.displayinlineblock {
  display: inline-block;
}

#edit-field-portfolio-category-tid-wrapper {
  display: none;
}

.webformdevisfield label {
  min-width: 100px;
}

.webform-client-form-46 legend, .webform-client-form-104315 legend {
  border-bottom-color: #2554c7;
}

.grid_3 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

ul.pager li.pager-show-more-next {
  border: 1px solid;
  margin-top: 10px;
}

.container #node-27748 {
  width: 996px;
}
.container #node-27748 .maintitle {
  margin: 18px 0 0 0;
}

div.pane-node-field-t-moignage div.field-name-field-t-moignage p {
  display: inline;
  font-style: italic;
}
div.pane-node-field-t-moignage div.field-name-field-t-moignage p:before {
  content: url("/sites/all/themes/comets/images/cas/quotesdebut30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
}
div.pane-node-field-t-moignage div.field-name-field-t-moignage p:after {
  content: url("/sites/all/themes/comets/images/cas/quotesfin30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
div.pane-node-field-temoignage-du-client div.field-name-field-temoignage-du-client blockquote:before {
  content: url("/sites/all/themes/comets/images/cas/quotesdebut30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
div.pane-node-field-temoignage-du-client div.field-name-field-temoignage-du-client blockquote:after {
  content: url("/sites/all/themes/comets/images/cas/quotesfin30.png");
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
div.pane-node-field-temoignage-du-client div.field-name-field-temoignage-du-client blockquote p {
  display: inline;
  font-style: italic;
}

body.node-type-cas-client-2 div.block-system {
  color: #777 !important;
}

div.node-cas-client-2 {
  color: #777 !important;
}
div.node-cas-client-2 h2 {
  color: black;
}

#footer .list-inline > li::after {
  content: "·";
  color: #2554c7;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: -15px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  font-family: sans-serif;
}

div.view-iframe-vv-cas table.views-table, div.view-iframe-vv-temoignage table.views-table {
  width: 100%;
}

.node-type-cas-client-2 div.pane-node-field-paragraphe1 h3, .node-type-cas div.pane-node-field-paragraphe1 h3, .node-type-cas-client-2 div.pane-node-field-paragraphe2 h3, .node-type-cas div.pane-node-field-paragraphe2 h3, .node-type-cas-client-2 div.pane-node-field-paragraphe3 h3, .node-type-cas div.pane-node-field-paragraphe3 h3, .node-type-cas-client-2 div.pane-node-field-paragraphe4 h3, .node-type-cas div.pane-node-field-paragraphe4 h3 {
  font-size: 20px;
  font-weight: 200 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

body.node-type-cas div.panelizer-view-mode.node-cas-client-2 {
  margin-top: 50px;
}

ul, menu, dir {
  list-style-type: circle;
  margin-top: 5px;
}

body.node-type-cas-client-2 {
  text-align: justify;
}
body.node-type-cas-client-2 h2 {
  display: none;
}
body.node-type-cas-client-2 h1 {
  text-align: left;
}

.widget h6 {
  text-align: center;
  width: 83.33333333%;
}

.pane-content {
  margin: 35px 0;
}

body.node-type-portfolio {
  color: #6d747c;
}
body.node-type-portfolio section {
  border-bottom: 0px;
}

@media (max-width: 761px) {
  .padding0mobile {
    padding: 0;
  }
}
.node-type-portfolio div.col-md-12 {
  padding-left: 0;
}
.node-type-portfolio div.counter-icon {
  text-align: left;
  margin-right: 0px;
  width: 25%;
}
.node-type-portfolio div.counter {
  margin-top: 0px;
}
.node-type-portfolio div.pane-block-25 div.pane-content {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.node-type-portfolio div.pane-block-25 div.section-content {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.node-type-portfolio div.pane-block-25 section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.node-type-portfolio div.container-fluid {
  text-align: justify;
}

hr {
  border-top: 1px solid #c5c2c2;
  margin-bottom: 80px;
}

.displayinlineblock {
  display: inline-block;
}

#edit-field-portfolio-category-tid-wrapper {
  display: none;
}

.webformdevisfield label {
  min-width: 100px;
}

.webform-client-form-46 legend, .webform-client-form-104315 legend {
  border-bottom-color: #2554c7;
}

.grid_3 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

ul.pager li.pager-show-more-next {
  border: 1px solid;
  margin-top: 10px;
}

.container #node-27748 {
  width: 996px;
}
.container #node-27748 .maintitle {
  margin: 18px 0 0 0;
}

.node-type-type-d-offre {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px;
  letter-spacing: 1px;
}
.node-type-type-d-offre p {
  font-size: 14px;
}

.node-type-offre-par-secteur p, .node-type-type-d-offre body, .node-type-offre-par-secteur body, .node-type-type-d-offre .pane-content {
  font-size: 14px;
}

.node-type-offre-par-secteur .pane-content {
  font-size: 14px;
}
.node-type-offre-par-secteur .layout-responsive-region-header_b .field-name-field-titre-2 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
}

.node-type-type-d-offre h2, .node-type-type-d-offre h3, .node-type-type-d-offre .pane-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
}

.node-type-offre-par-secteur h2, .node-type-offre-par-secteur h3, .node-type-offre-par-secteur .pane-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
}

.node-type-type-d-offre .pane-content {
  margin: 0px 0;
}
.node-type-type-d-offre div.pane-custom.pane-1 section {
  padding-top: 0;
}
.node-type-type-d-offre div.pane-custom.pane-1 div.section-content {
  padding-top: 10px;
}

.view-offres-par-secteur-pour-affichage-dans-type-d-offre table {
  width: 100%;
  text-align: center;
}

.fond_gris_clair {
  background-color: #eee;
}

.node-type-type-d-offre .layout-responsive-region-subheader_a {
  padding-bottom: 20px;
  background-color: #eee;
}
.node-type-type-d-offre .layout-responsive-region-subheader_c {
  background-color: #eee;
}
.node-type-type-d-offre .layout-responsive-region-subheader_c .pane-content {
  text-align: center;
}

.node-type-offre-par-secteur .layout-responsive-region-body .pane-content {
  text-align: center;
}

.node-type-type-d-offre blockquote footer:before {
  content: "";
}
.node-type-type-d-offre .webform-component--votre-message textarea {
  width: 100%;
  max-width: 379px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.node-type-offre-par-secteur .webform-component--votre-message textarea {
  width: 100%;
  max-width: 379px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

form.webform-client-form-113568 input {
  width: 100%;
  max-width: 379px;
}

.node-type-type-d-offre #works, .node-type-offre-par-secteur #works {
  margin-top: 30px;
}

.node-type-type-d-offre .pane-title, .node-type-offre-par-secteur .pane-title {
  margin-top: 35px;
}

.node-type-type-d-offre .layout-responsive-region-subheader_b .pane-title {
  min-height: 40px;
}

/* Vue des secteurs dans les pages Type d'offre */
.view-offres-par-secteur-pour-affichage-dans-type-d-offre #works.three-col .work-item {
  width: 30%;
  padding: 0 0 20px 20px;
}
.view-offres-par-secteur-pour-affichage-dans-type-d-offre .work-item .work-info {
  opacity: 1;
}
.view-offres-par-secteur-pour-affichage-dans-type-d-offre .work-item .work-info h3, .view-offres-par-secteur-pour-affichage-dans-type-d-offre .work-item .work-info p {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

#cboxTitle {
  background-color: black;
  padding: 0px 0px;
}

.node-type-offre-par-secteur {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 1px;
}
.node-type-offre-par-secteur .field-name-field-icone1, .node-type-offre-par-secteur .field-name-field-icone2, .node-type-offre-par-secteur .field-name-field-icone3 {
  min-height: 96px;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation .pane-content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation .container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1105px;
}
.node-type-offre-par-secteur div.panel-responsive.clearfix {
  background-color: #eee;
}
.node-type-offre-par-secteur div.panel-responsive.clearfix .layout-responsive-region-header_a, .node-type-offre-par-secteur div.panel-responsive.clearfix .layout-responsive-region-navigation, .node-type-offre-par-secteur div.panel-responsive.clearfix .layout-responsive-region-sidebar_a, .node-type-offre-par-secteur div.panel-responsive.clearfix .layout-responsive-region-sidebar_b {
  background-color: white;
}
.node-type-offre-par-secteur div.panel-responsive.clearfix .layout-responsive-region-navigation .section-content {
  padding: 0px;
}
.node-type-offre-par-secteur div.pane-node-field-video-offre-par-secteur-1, .node-type-offre-par-secteur div.pane-node-field-video-offre-par-secteur2, .node-type-offre-par-secteur div.pane-node-field-video-exterieure-1, .node-type-offre-par-secteur div.pane-node-field-video-exterieure-2 {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  text-align: center;
}

.page-video-embed-node-video-offre-par-secteur-1-, .page-video-embed-node-video-offre-par-secteur2- {
  background-color: black;
}

.node-type-offre-par-secteur #cboxTitle {
  background-color: black;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation div.pane-3 {
  margin-top: 20px;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation .iframeVV {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation .iframeVV iframe {
  max-height: 300px;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation #iframe1VV {
  padding-right: 10px;
}
.node-type-offre-par-secteur .layout-responsive-region-navigation #iframe2VV {
  padding-left: 10px;
  margin-top: 0px;
}

a.no-link-a {
  color: black;
}
a.no-link-a:hover {
  color: white;
}

section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

body.front div.boxes div.col-md-3 {
  padding: 3%;
}

@media (min-width: 766px) {
  .boxes.clients .row .col-sm-3:nth-of-type(4), .boxes.clients .row .col-sm-3:nth-of-type(8), .boxes.clients .row .col-sm-3:nth-of-type(12), .boxes.clients .row .col-sm-3:nth-of-type(16) {
    border-right: none;
  }
}
footer#footer-widgets div.widget div.col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
footer#footer-widgets div.col-md-6 div.row {
  margin-left: 0px;
  margin-right: 0px;
}
footer#footer-widgets div.col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
footer#footer-widgets div.col-md-4, footer#footer-widgets div.col-md-6 {
  padding-right: 0px;
  padding-left: 10px;
}
footer#footer-widgets div.container {
  padding-left: 0px;
  padding-right: 0px;
}
footer#footer div.container {
  padding-left: 0px;
  padding-right: 0px;
}
footer#footer-widgets a {
  color: black;
}
footer#footer-widgets span.color-grey {
  color: grey;
}
footer#footer div#block-block-12 ul {
  text-align: right;
}

.icons-networks a {
  margin-right: 5px;
}
.icons-networks a img {
  max-height: 30px;
}

footer#footer-widgets div.row, footer#footer div.footer-wrap div.row {
  margin-right: 0px;
}

@media (max-width: 990px) {
  #block-block-23 {
    display: none;
  }

  footer#footer div#block-block-12 ul {
    text-align: center;
  }
}
body.front i.icon-linkedin {
  margin-right: 4px;
}

.htrois_block_portofolio {
  font-size: 26px !important;
  font-weight: 400 !important;
  letter-spacing: 6px;
  font-family: 'Montserrat';
}

.view-temoignages #works.three-col .work-item {
  width: 30%;
  padding: 0 0 20px 20px;
}
.view-temoignages .work-item .work-info {
  opacity: 1;
}
.view-temoignages .work-item .work-info h3, .view-temoignages .work-item .work-info p {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.node-temoignage-client p {
  font-family: 'Raleway', sans-serif !important;
}

.texte-page-custom {
  font-family: 'Raleway', sans-serif !important;
}
.texte-page-custom .pane-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}

body.node-type-page-custom div.layout-responsive-region-footer_a .pane-webform .pane-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}

.texte-page-custom div.pane-content {
  margin-top: 10px;
  text-align: justify;
}

body.node-type-page-custom div.layout-responsive-region-footer_a {
  text-align: center;
  background-color: #eee;
  padding-top: 20px;
}
body.node-type-page-custom div.layout-responsive-region-footer_a .webform-component--votre-message textarea {
  width: 100%;
  max-width: 379px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

@media screen and (max-width: 760px) {
  body.node-type-page-custom iframe {
    width: 100%;
    height: 300px;
  }
}
body.node-type-page-custom div.block-system hr {
  display: none;
}
body.node-type-page-custom div.layout-responsive-region-header_a {
  margin-top: 20px;
}
body.node-type-page-custom div.layout-responsive-region-subheader_a, body.node-type-page-custom div.layout-responsive-region-sidebar_a {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-node-113646 #texte1 .pane-content {
  text-align: justify;
}

.nos-competences h4 {
  min-height: 30px;
}

.pourquoi-travailler-avec-nous p {
  min-height: 100px;
}

body.page-node-113646 span.pane-title, body.page-node-113646 #contact-form-agence h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
body.page-node-113646 .border-bottom-grey {
  border-bottom: 1px solid;
  border-color: #ddd;
}
body.page-node-113646 .border-top-grey {
  border-top: 1px solid;
  border-color: #ddd;
}
body.page-node-113646 #contact-form-agence h3 .red-dot {
  display: none;
}
body.page-node-113646 #contact-form-agence input {
  width: 100%;
  max-width: 300px;
}
body.page-node-113646 #contact-form-agence textarea {
  width: 100%;
  max-width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.page-node-113646 #webform-documentation-imagera input {
  max-width: 300px;
}
body.page-node-113646 #image_1_page_agence div.pane-content {
  margin-top: 0px;
}
body.page-node-113646 #image_1_page_agence div.field-item {
  -webkit-box-shadow: 10px 10px 5px grey;
          box-shadow: 10px 10px 5px grey;
}
body.page-node-113646 #webform-documentation-imagera div.pane-content {
  margin: 0px 0;
}
body.page-node-113670 .box-offre {
  min-height: 300px;
}
body.page-node-113670 #contact-form-agence h3 .red-dot {
  display: none;
}
body.page-node-113670 #contact-form-agence input {
  width: 100%;
  max-width: 300px;
}
body.page-node-113670 #contact-form-agence textarea {
  width: 100%;
  max-width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.page-node-113670 #contact-form-agence span.pane-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
body.page-node-113670 #blocs-offres a {
  color: #333;
}

#block-views-slick-view-block .view-content .field-content {
  width: 100vw;
  height: 100vh;
}

.homePageSlider > #block-views-slick-view-block picture {
  width: 100vw;
  height: 100vh;
  display: block;
  height: auto;
  position: relative;
  overflow: hidden;
}
.homePageSlider picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.homePageSlider [data-slick] .slick__slide img {
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.homePageSlider [data-slick] .slick__slide:nth-last-child(2n) img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.homePageSlider [data-slick] .slick__slide.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homePageSlider .slick__slide {
  -webkit-transition: opacity 400ms !important;
  transition: opacity 400ms !important;
}

.home-next {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 250;
}
.home-next a {
  background-color: rgba(0, 0, 0, 0.51);
  padding: 14px 18px;
  display: inline-block;
  border-radius: 50%;
  color: white;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.home-next a:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.home-next a .fa {
  font-size: 35px;
}

@media (max-height: 600px) {
  .home-next {
    display: none;
  }
}
.slide-wrap3-deeper {
  background-color: rgba(33, 40, 45, 0.6);
  border-radius: 8px;
}

.slide-wrap3pro {
  height: 91vh;
  position: absolute;
  bottom: 0;
  top: 0;
  display: table;
  table-layout: fixed;
  min-height: 108%;
  width: 100%;
  z-index: 200;
  height: 100%;
}

.slide-wrap2pro {
  height: 91vh;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(33, 40, 45, 0.6);
  display: table;
  table-layout: fixed;
  min-height: 108%;
  width: 100%;
  z-index: 200;
  height: 100%;
  height: 91vh;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(33, 40, 45, 0.6);
  display: table;
  table-layout: fixed;
  min-height: 108%;
  width: 100%;
  z-index: 200;
  height: 100%;
}

#block-views-slick-view-block .slick-arrow:hover::before, #block-views-slick-view-block .slick-arrow::before {
  color: white;
}
#block-views-slick-view-block .slick-dots {
  top: 84vh;
  z-index: 200;
}
#block-views-slick-view-block .slick__arrow {
  top: 50vh;
  z-index: 201;
}

#error_404 {
  font-family: Raleway;
}
#error_404 .space_blanck_for_poulets {
  height: 500px;
  margin-top: 100px;
}
#error_404 .midle_contexte_poulets {
  left: 10%;
  position: absolute;
}
#error_404 .poulets {
  width: 200px;
  position: relative;
  z-index: 0;
  top: 125px;
}
#error_404 .poulets_text {
  position: absolute;
  white-space: nowrap;
  top: 0;
}
#error_404 .ooops_poulets {
  font-size: 30px;
  font-weight: 600;
}
#error_404 .qq_chose_va_pas_poulets {
  font-size: 20px;
}
#error_404 .half_text_bottom_to_the_midle_poulets {
  position: relative;
  z-index: 1;
  margin-top: 128px;
}
#error_404 .half_half_text_poulets {
  font-size: 20px;
  font-family: Raleway;
}
#error_404 .error_return_button1 {
  margin-top: 35px;
  border-radius: 4px;
  background: #6aa84fff;
  color: #fff;
  height: 50px;
  width: 262px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 100;
  z-index: 0;
}
#error_404 .error_return_button {
  height: 50px;
  width: 262px;
  position: absolute;
  z-index: 2;
  margin-left: -130px;
}
#error_404 .error_return_button1 pi {
  z-index: 1;
  position: absolute;
  margin-top: 3px;
  margin-left: -127px;
  font-weight: 300;
  font-size: 20px;
}

#sliding-popup.sliding-popup-top, #sliding-popup.sliding-popup-bottom {
  color: #fff;
  border-color: #76bd43;
  background-color: #76bd43;
  border-radius: 4px;
  width: 100%;
}
#sliding-popup .popup-content #popup-text {
  color: #fff;
  float: left;
  font-weight: 700;
  margin: 5px 0 0;
  max-width: 60%;
}

.popup-content #popup-text p {
  color: #fff !important;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 12px;
}
#sliding-popup .popup-content #popup-buttons button {
  color: #000;
  border-color: #fff;
  background-color: #fff;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  border-radius: 4px;
  padding: 0 28px;
  height: 55px;
  line-height: 53px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
          box-shadow: inset 0 1px 0 0 #fff;
  font-weight: 400;
  font-family: 'Raleway','sans-serif';
}

@media only screen and (min-width: 600px) {
  #error_404 .half_text_bottom_to_the_midle_poulets {
    margin-top: -125px;
  }
  #error_404 .poulets_text {
    top: 60px;
  }
  #error_404 .poulets {
    width: 300px;
    position: inherit;
    left: 50%;
    margin-left: 273px;
    top: 147px;
  }
}
@media only screen and (min-width: 960px) {
  #error_404 .half_text_bottom_to_the_midle_poulets {
    margin-top: -218px;
  }
  #error_404 .midle_contexte_poulets {
    left: 20%;
    top: 160px;
  }
  #error_404 .poulets {
    width: 450px !important;
    top: 65px;
    position: inherit;
    margin-left: 392px !important;
  }
}
@media only screen and (min-width: 1500px) {
  #error_404 .midle_contexte_poulets {
    left: unset;
    right: 30%;
  }
  #error_404 .poulets {
    margin-left: 0;
  }
}
div.pricing-table.entendre {
  max-width: 600px;
}

body.page-node-113679 .btn-color-home a {
  color: #fff;
}
body.page-node-113679 .pricing-head i.ti-loop, body.page-node-113679 .pricing-head i.icon-camera {
  margin-bottom: 0px;
}
body.page-node-113679 .price h2 {
  font-size: 40px;
}
body.page-node-113679 .title h2 {
  margin-bottom: -20px;
}
body.page-node-113679 div.container div.title {
  margin-bottom: -40px;
}
body.page-node-113679 legend {
  border-bottom: 0px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.page-node-113679 fieldset {
  margin-top: 20px;
}

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

.home_acceptation_utilisation_donnees {
  width: unset !important;
}

div.views-fluid-grid li.views-fluid-grid-item {
  background-color: transparent;
  border: 0px;
}
div.titre-type-d-offre {
  font-size: 16px;
  position: absolute;
  margin-top: -110px;
  font-weight: bold;
  text-align: center;
  color: white;
  width: 230px;
}

@media only screen and (max-width: 360px) and (min-width: 330px) {
  div.titre-type-d-offre {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 330px) {
  div.titre-type-d-offre {
    margin-top: -30% !important;
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 330px) {
  div.titre-type-d-offre {
    width: 330px !important;
  }
}
.fluid_grid_images picture {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
}

.big-mat-order-webform-hr legend {
  border-bottom: 1px solid #2554c7;
}

.form-item-submitted-ChoosePackBigMat label {
  color: #6d747c;
}

.node-type-livre-blanc div.layout-responsive-region-subheader_c {
  text-align: center;
  background-color: #eee;
}
.node-type-livre-blanc div.layout-responsive-region-subheader_c input {
  width: 100%;
  max-width: 300px;
}
.node-type-livre-blanc div.layout-responsive-region-subheader_c input.form-submit {
  width: 150px;
}
.node-type-livre-blanc div.layout-responsive-region-subheader_c h2 {
  font-size: 26px;
}
.node-type-livre-blanc div.layout-responsive-region-subheader_c.webform-component--texte-explication span {
  color: black;
}

.white-paper {
  background-color: #cfe2f3ff;
}
.white-paper > .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.white-paper .wh-resume {
  font-size: 88%;
  padding: 0 75px;
}

.btn.btn-default.btn-dl.btn-block {
  margin-top: 30px;
  margin-bottom: 20px;
}
