/* ----------------------------------

Template Name: Softing - Software Landing Page
Author: validtheme
Version: 1.3

-------------------------------------

Table of contents
        
    01. Google font
    02. Reset
    03. Typography
    04. Background color
    05. Custom
    06. Button
    07. Border
    08. Aside style
    09. Video
    10. Background image
    11. Icon
    12. Magnific popup
    13. Header
    14. Page title
    15. Swiper carousel
    16. Slider and parallax typography
    17. Portfolio
    18. Elements
    19. Blog
    20. Footer
    21. Home Page
    22. Services Page
    23. About Page
    24. Projects Page
    25. Pricing Page
    26. PHP Contact Form
    27. Others

*/
/* Navbar Bootstrap */
@media (min-width:768px) {
  .nav-box .container, .nav-box .container-lg, .nav-box .container-md, .nav-box .container-sm, .nav-box .container-xl {
    max-width: 720px;
    width: 720px;
  }
}
@media (min-width:992px) {
  .nav-box .container, .nav-box .container-lg, .nav-box .container-md, .nav-box .container-sm, .nav-box .container-xl {
    max-width: 960px;
    width: 960px;
  }
}
@media (min-width:1200px) {
  .nav-box .container, .nav-box .container-lg, .nav-box .container-md, .nav-box .container-sm, .nav-box .container-xl {
    max-width: 1140px;
    width: 1140px;
  }
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: block;
}
@media (min-width: 768px) {
  .navbar .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
header .container-full {
  position: relative;
  padding: 0;
}
nav.navbar.bootsnav.nav-box .navbar-brand {
  padding-left: 0;
}
.navbar {
  display: block;
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 0;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0 0;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  flex: inherit;
}
.dropdown-toggle::after {
  display: inline;
  margin: 0;
  border: none;
  vertical-align: inherit;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}
.nav > li {
  position: relative;
  display: block;
  margin-top: 80px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 115px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar .attr-nav form {
  border: 1px solid #e7e7e7;
  position: relative;
  margin: 20px 0;
  margin-left: 10px;
  min-width: 250px;
  border-radius: 30px;
}
.navbar .attr-nav form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: #1ebeb6;
  color: #ffffff;
  border-radius: 50%;
}
.navbar .attr-nav form input {
  border: none;
  box-shadow: inherit;
  border-radius: 30px;
  padding-left: 20px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: -5px 18px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {}
  .navbar-right ~ .navbar-right {}
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
  clear: both;
}
/* * Navbar Main Css * v1.0 */
nav.bootsnav .dropdown.megamenu-fw {
  position: static;
}
nav.bootsnav .container {
  position: relative;
}
nav.bootsnav .megamenu-fw .dropdown-menu {
  left: auto;
}
nav.bootsnav .megamenu-content {
  padding: 15px;
  width: 100% !important;
}
nav.bootsnav .megamenu-content .title {
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}
nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar-collapse {
  padding: 0;
}
/* Navbar Bootstrap */
/* Navbar Default */
nav.navbar .navbar-brand {
  height: auto !important;
}
.navbar-default.navbar.navbar-sidebar.bg-dark .social-share {
  padding: 0 30px;
}
nav.bootsnav.navbar-sidebar.bg-dark ul.nav li.dropdown ul.dropdown-menu li a, nav.bootsnav.navbar-sidebar.bg-dark ul.nav li.dropdown a, nav.bootsnav.navbar-sidebar.bg-dark ul.nav li.dropdown h6 {
  color: #cccccc;
}
.attr-nav ul.cart-list li.total a {
  background: #4ac4f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ac4f3 0%, #00eaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ac4f3 0%, #00eaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ac4f3 0%, #00eaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  padding: 12px 15px;
}
nav.navbar.bootsnav {
  background-color: #fff;
  margin: 0;
  color: #33475b;
  z-index: 90;
  box-shadow: 0 3px 5px rgba(45, 62, 80, 0.12) !important
}
nav.bg-dark.navbar.bootsnav {
  background-color: #1c1c1c;
  border: medium none !important;
  margin: 0;
}
nav.navbar.bootsnav.bg-dark ul.nav > li > a {
  color: #ffffff;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a {
  background-color: transparent;
}
nav.navbar.bootsnav .navbar-toggle {
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 26px;
  position: relative;
  top: 5px;
}
nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal;
}
ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.menu-col li a {
  color: #333333;
}
ul.menu-col li a:hover, ul.menu-col li a:focus {
  text-decoration: none;
}
#navbar-menu {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
nav.bootsnav.navbar-full {
  padding-bottom: 10px;
  padding-top: 10px;
}
nav.bootsnav.navbar-full .navbar-header {
  display: block;
  width: 100%;
}
nav.bootsnav.navbar-full .navbar-toggle {
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 20px;
  font-size: 24px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
nav.bootsnav.navbar-full .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  display: none !important;
  z-index: 9;
}
nav.bootsnav.navbar-full .navbar-collapse.in {
  display: block !important;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full {
  overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav {
  display: block;
  width: 100%;
  overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover, nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus, nav.bootsnav.navbar-full .navbar-collapse ul.nav a {
  background-color: transparent;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li {
  float: none;
  display: block;
  text-align: center;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a {
  display: table;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 14px;
  padding: 15px 15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a .badge {
  padding: 3px 10px;
  font-weight: 500;
  margin-left: 4px;
  background: #4ac4f3;
  color: #ffffff;
  border-radius: 5px;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a:hover {
  letter-spacing: 7px;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li.close-full-menu > a:hover {
  letter-spacing: normal;
}
li.close-full-menu > a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
li.close-full-menu > a i {
  font-size: 32px;
}
li.close-full-menu {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-top: 50px;
}
.attr-nav > ul {
  padding: 0;
  margin: 0 0 -17px 0;
  list-style: none;
  display: inline-block;
}
.attr-nav > ul li.dropdown ul.dropdown-menu {
  margin-top: 0;
  border-top: 3px solid #4ac4f3 !important;
}
.attr-nav > ul > li {
  float: left;
  display: block;
  transition: all 0.35s ease-in-out 0s;
}
.attr-nav > ul > li {
  padding: 32px 0 !important;
  margin-left: 25px;
}
nav.navbar.navbar-fixed.navbar-transparent.white .attr-nav li:last-child a {
  background: #4ac4f3 none repeat scroll 0 0;
}
.attr-nav > ul > li:last-child > a {
  background: #4ac4f3 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #ffffff;
}
.attr-nav > a {
  margin-top: 25px;
}
.attr-nav > ul > li > a span.badge {
  height: 20px;
  line-height: 20px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 43%;
  width: 20px;
  background-color: #4ac4f3;
}
.attr-nav > ul > li.dropdown ul.dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: solid 1px #e0e0e0;
}
ul.cart-list {
  padding: 0 !important;
  width: 250px !important;
}
ul.cart-list > li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 15px 15px 23px 15px !important;
}
ul.cart-list > li > a.photo {
  padding: 0 !important;
  margin-right: 15px;
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
}
ul.cart-list > li img {
  border: medium none;
  height: 50px;
  padding: 0;
  width: 50px;
}
ul.cart-list > li > h6 {
  margin: 0;
}
ul.cart-list > li > h6 > a.photo {
  padding: 0 !important;
  display: block;
}
ul.cart-list > li > p {
  margin-bottom: 0;
}
ul.cart-list > li.total {
  background-color: #f5f5f5;
  padding-bottom: 15px !important;
}
ul.cart-list > li.total > .btn {
  display: inline-block;
  border: none !important;
  height: auto !important;
}
ul.cart-list > li .price {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
ul.cart-list > li .price:hover {
  box-shadow: inherit;
}
ul.cart-list > li.total > span {
  padding-top: 8px;
}
.navbar.bg-dark .top-search {
  background: #4ac4f3 none repeat scroll 0 0;
}
.top-search {
  background-color: #1c1c1c;
  padding: 10px 0;
  display: none;
}
.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  border: none !important;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
body {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -400px;
  width: 400px;
  padding: 50px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}
.side.on {
  right: -16px;
}
.body-overlay {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  z-index: 490;
}
body.on-side .body-overlay {
  height: 100%;
  transition: height 0s ease 0s, opacity 0.4s ease 0s;
}
body.on-side .body-overlay {
  opacity: 1;
  top: 0;
}
.side .close-side {
  border: 2px solid;
  border-radius: 50%;
  color: #4ac4f3;
  float: right;
  font-size: 14px;
  height: 35px;
  line-height: 33px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 35px;
  z-index: 2;
}
.side.barber .close-side {
  border-color: #bc9355;
  color: #bc9355;
}
.navbar .side .widget.social li {
  display: inline-block;
}
.navbar .side .widget li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.navbar .side .widget.social li a {
  margin-right: 5px;
}
.navbar .side .widget.social li a:hover {
  background: #4ac4f3 none repeat scroll 0 0;
  color: #ffffff;
}
.navbar .side .widget li {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}
.navbar .side .widget.opening-hours li {
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.navbar .side .widget.opening-hours li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.navbar .side .widget li span {
  float: right;
}
.navbar .side .widget li i {
  background: #4ac4f3 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.navbar .side.barber .widget li i {
  background: #bc9355 none repeat scroll 0 0;
}
.bootsnav .side .widget.search input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  width: 100%;
}
.navbar .side .widget li:last-child {
  margin: 0;
}
.navbar .side .widget h4 {
  font-weight: 600;
}
.side .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.side img {
  margin-bottom: 20px;
}
.side .widget .title {
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.side .widget ul.link {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side .widget ul.link li a {
  color: #4ac4f3;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 0;
  text-transform: uppercase;
}
.side .widget ul.link li a:focus, .side .widget ul.link li a:hover {
  color: #fff;
  text-decoration: none;
}
nav.navbar.bootsnav .share {
  padding: 0 30px;
  margin-bottom: 30px;
}
nav.navbar.bootsnav .share ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
}
nav.navbar.bootsnav .share ul > li {
  float: left;
  display: block;
  margin-right: 5px;
}
nav.navbar.bootsnav .share ul > li > a {
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
}
nav.navbar.bootsnav .share.dark ul > li > a {
  background-color: #4ac4f3;
  color: #ffffff;
}
nav.navbar.bootsnav .share ul > li > a:hover {
  color: #4ac4f3;
}
nav.navbar.bootsnav.navbar-fixed {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  top: 0;
}
nav.navbar.bootsnav.navbar-fixed.nav-box.no-background {
  background: #ffffff none repeat scroll 0 0;
  top: 50px;
  width: auto;
  left: auto;
}
nav.navbar.bootsnav.navbar-fixed.nav-box.no-background ul.nav > li > a, nav.navbar.bootsnav.navbar-fixed.nav-box.no-background .attr-nav > ul > li > a {
  color: #333333;
}
nav.navbar.bootsnav.navbar-fixed.nav-box {
  left: 0;
  top: 0;
  width: 100%;
}
nav.navbar.bootsnav.navbar-fixed.no-background {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}
nav.navbar.bootsnav {
  z-index: 100;
}
.wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
}
/*
** General Styles for HTML tags
*/
* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  overflow-x: hidden;
  background-color: #ffffff;
}
html, body, .wrapper {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}
h1, h2, h3, h4 {
  margin-bottom: 15px;
}
h5, h5 {
  margin-bottom: 10px;
}
.h1, h1 {
  font-size: 36px
}
.h2, h2 {
  font-size: 30px
}
.h3, h3 {
  font-size: 24px
}
.h4, h4 {
  font-size: 18px
}
.h5, h5 {
  font-size: 14px
}
.h6, h6 {
  font-size: 12px
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}
a img, iframe {
  border: none;
}
p {
  color: #232323;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: inherit;
}
ul {
  margin: 0;
  list-style-type: none;
}
a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}
a:hover {
  color: #232323;
}
a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
b, strong {
  font-weight: 900;
}
.btn.active, .btn:active {
  background-image: inherit !important;
}
.btn.focus, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover {
  outline: 0;
}
.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 10px;
}
.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.bg-gray {
  background-color: #f9f9f9;
}
.bg-theme-small {
  background-color: #edf5ff;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-theme {
  background-image: url(assets/img/img.jpg);
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
  color: #ffffff;
}
.shadow {
  position: relative;
  z-index: 1;
}
.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.dark-hard::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.theme::after {
  background: #4ac4f3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.theme-hard::after {
  background: #4ac4f3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.default-padding {
  padding-bottom: 30px;
}
.default-padding-tarifs {
  padding-bottom: 60px;
  padding-top: 30px;
}
.default-padding2 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.default-padding3 {
  padding-top: 70px;
  padding-bottom: 40px !important;
}
.titrefreemium {
  margin-top: 0;
  text-align: center !important;
  margin-bottom: -50px;
  text-align: left !important;
}
.padding-freemium {
  margin-top: 50px;
}
.default-padding2 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.default-padding-t {
  padding-top: 60px;
}
.default-padding-top {
  padding-top: 80px;
}
.default-padding-bottom {
  padding-bottom: 80px !important;
}
.default-padding.bottom-less {
  padding-top: 100px;
  padding-bottom: 90px;
}
.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.default-padding-services {
  padding-bottom: 30px;
}
.default-padding-sur-mesure {
  padding-bottom: 40px !important;
}
.default-padding-about {
  padding-top: 0px !important;
  padding-bottom: 60px;
}
.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}
.carousel-shadow {
  padding-bottom: 65px;
}
.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.btn-md {
  padding: 15px 20px 15px;
}
.btn-sm {
  padding: 12px 40px;
  font-size: 12px;
}
.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}
.btn-border-light {
  border: 2px solid #ffffff !important;
}
.btn.btn-sm-pro.btn-border-light:hover, .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff !important;
}
.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323 !important;
}
.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323 !important;
}
.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323 !important;
}
.btn-gray {
  background-color: tranparent;
  color: #4ac4f3;
  border: 2px solid #e7e7e7 !important;
}
.btn-gray.border {
  background-color: transparent;
  color: #4ac4f3;
  border: 2px solid #e7e7e7 !important;
}
.btn-gray.border:hover {
  background-color: #4ac4f3;
  color: #ffffff !important;
  border: 2px solid #4ac4f3 !important;
}
.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff !important;
  color: #232323;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}
.btn.btn-light.effect:hover, .btn.btn-light.effect:focus {
  background-color: #4ac4f3;
  color: #ffffff !important;
  border: 2px solid #4ac4f3 !important;
}
.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}
.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}
.btn-dark:hover, .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}
.bg-dark {
  background: #1d2024 none repeat scroll 0 0 !important;
}
.bg-gradient {
  background: linear-gradient(to bottom, #ffffff 1%, #4ac4f3 100%);
}
.btn-theme {
  background-color: #4ac4f3;
  color: #ffffff !important;
  border: 2px solid #4ac4f3 !important;
}
.btn-theme2 {
  background-color: #4ac4f3;
  color: #ffffff !important;
  border: 2px solid #4ac4f3 !important;
}
.btn-theme2:hover {
  background-color: #ffffff;
  color: #4ac4f3 !important;
  border: 2px solid #4ac4f3 !important;
}
.btn-theme.border {
  background-color: #ff7a59;
  color: #fff !important;
  border: 2px solid #ff7a59 !important;
}
.btn-theme.border:hover {
  background-color: #fff;
  color: #ff7a59 !important;
  border: 2px solid #ff7a59 !important;
}
.btn-theme.effect:hover, .btn-theme.effect:focus {
  background: #ff7a59 none repeat scroll 0 0;
  border: 2px solid #ff7a59 !important;
  color: #ffffff;
}
.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}
.btn.border.btn-light.standard {
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
.btn.border.btn-light.standard::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 53px;
  position: absolute;
  right: -18px;
  top: -10px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 50px;
  z-index: -1;
}
.btn.border.btn-light.standard::before {
  color: #4ac4f3;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.container-full {
  padding: 0 15px;
  width: 100%;
}
.oh {
  overflow: hidden;
}
.less-margin {
  margin: 0;
}
.mar-top-less {
  margin-top: -80px;
}
header {
  position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}
.attr-nav .social.right li {
  margin-left: 20px;
}
.attr-nav .social li a {
  font-size: 16px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover, .attr-nav > a.btn-theme.effect, .attr-nav > a.btn-theme.effect:focus {
  background: #4ac4f3 none repeat scroll 0 0;
  border: 2px solid #4ac4f3;
  color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4ac4f3;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}
.site-heading h2 {
  padding-bottom: 15px;
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.site-heading h1 {
  margin-bottom: inherit;
  font-weight: 600;
  color: white;
  margin-top: 0px;
  font-size: 28px;
}
#image {
  font-weight: 600;
}
.boxe {
  margin-top: 30px;
}
.boxemarge {
  margin-top: 5px;
}
#marge {
  margin-top: 4px;
}
.site-heading.clean h2 {
  padding-bottom: 0;
}
.site-heading.clean h2 span {
  color: #4ac4f3;
}
.site-heading h2 span {
  color: #4ac4f3;
}
.site-heading.barber h2 span {
  color: #bc9355;
}
.site-heading p {
  margin: 0;
}
.btn-logi {
  color: #fff;
  background-color: #ff7a59;
  border-color: #ff7a59;
  padding: 15px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.connecter {
  font-size: 13.5px !important;
}
.btn-logi:hover {
  color: #ff7a59;
  background-color: white;
  border-color: #ff7a59;
}
.site-heading.clean h2::after, .site-heading.clean h2::before {
  display: none;
}
.site-heading h2 span {
  color: #f3504a;
}
.site-heading {
  overflow: hidden;
}
.site-heading.single {
  margin-bottom: 0px;
}
.carousel-shadow .site-heading {
  margin-bottom: 35px;
}
.site-heading #organisation::before {
  background: #e88566 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 50px;
}
.bg-theme .site-heading #organisation::before, .bg-theme-hard .site-heading #organisation::before {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading #organisation::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}
.bg-theme .site-heading #organisation::after, .bg-theme-hard .site-heading #organisation::after {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading #relation::before {
  background: #00a7e3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 50px;
}
.bg-theme .site-heading #relation::before, .bg-theme-hard .site-heading #relation::before {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading #relation::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}
.bg-theme .site-heading #relation::after, .bg-theme-hard .site-heading #relation::after {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading #gestion::before {
  background: #85b268 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 50px;
}
.bg-theme .site-heading #gestion::before, .bg-theme-hard .site-heading #gestion::before {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading #gestion::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}
.bg-theme .site-heading #gestion::after, .bg-theme-hard .site-heading #gestion::after {
  background: #ffffff none repeat scroll 0 0;
}
/* ============================================================== 
     # Banner 
=================================================================== */
body, .banner-area, .banner-area div {
  margin-top: -10px;
}
.padding-banner {
  padding-top: 100px;
  height: 700px;
  margin-top: 30px;
}
.banner-area.auto-height, .banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}
.banner-area.shadow, .banner-area .shadow {
  box-shadow: inherit !important;
}
.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.banner-area .box-table {
  display: table;
  width: 100%;
}
.banner-area .box-cell, .banner-area .box-cell div {
  height: auto;
}
.banner-area .box-cell, .banner-area .box-cell .content p {
  font-size: 16px;
  margin-top: 35px !important;
  margin-bottom: 50px;
  text-align: left;
  text-align: justify !important;
}
.banner-area .box-cell, .banner-area .box-cell .content2 p {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 50px;
  text-align: left;
  text-align: justify !important;
}
.banner-area .box-cell, .banner-area .box-cell .content h2 {
  font-weight: 700;
}
.banner-area .box-cell, .banner-area .box-cell .content2 h2 {
  font-weight: 700;
}
.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}
.banner-area.shape-index .wavesshape {
  z-index: -1;
}
.banner-area .wavesshape.shape {
  bottom: -50px;
}
.banner-area .content {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.banner-area .content2 {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}
.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}
.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area.shadow-inner .content2 {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
}
.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
}
.banner-area .simple-video {
  position: relative;
}
.banner-area .simple-video .video-play-button {
  bottom: inherit;
  float: left;
  left: 0;
  margin-left: 30px;
  position: relative;
  top: 8px;
  transform: inherit;
  font-size: 20px;
  padding: 0;
}
.banner-area .simple-video a {
  float: left;
  text-align: center;
}
.banner-area .simple-video .content {
  overflow: inherit;
}
.banner-area .simple-video .content2 {
  overflow: inherit;
}
.banner-area .simple-video .video-play-button::after {
  height: 60px;
  width: 60px;
}
.banner-area .simple-video .video-play-button::before {
  height: 60px;
  width: 60px;
}
.banner-area .simple-video .video-play-button i {
  line-height: 40px;
}
.banner-area.shadow-inner .content::after {
  background: #1c1c1c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-area.shadow-inner .content2::after {
  background: #1c1c1c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-area.inc-dots .carousel-indicators {
  bottom: inherit;
  display: inline-block;
  left: auto;
  margin: -40px 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: auto;
}
.banner-area.inc-dots .carousel-indicators li {
  border: 3px solid #ffffff;
  display: block;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}
.banner-area.inc-dots .carousel-indicators li.active, .banner-area.inc-dots .carousel-indicators li:hover {
  background: #4ac4f3 none repeat scroll 0 0;
}
.banner-area.large-font .content h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.banner-area.large-font .content2 h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.banner-area.text-center p {
  padding: 0 10%;
}
.banner-area .content span {
  color: #4ac4f3;
  font-weight: 700;
}
.banner-area.text-light.shadow.theme-hard .content span {
  color: #232323;
}
.banner-area.text-light.shadow.theme-hard .content2 span {
  color: #232323;
}
.banner-area.banner-top-padding .double-items {
  margin-top: 50px;
}
.banner-area.text-dark .content span {
  color: #ffffff;
}
.banner-area.text-dark .content2 span {
  color: #ffffff;
}
.banner-area.large-font h4 {
  line-height: 1.4;
  margin-bottom: 30px;
}
.banner-area.middle-text.heading-uppercase .content h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner-area.middle-text.heading-uppercase .content2 h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner-area.small-text .content h1 {
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-area.small-text .content2 h1 {
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-area.normal-text .content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-area.normal-text .content2 h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-area.normal-text .content a {
  margin-top: -5px;
}
.banner-area.normal-text .content2 a {
  margin-top: 15px;
}
.banner-area .banner-carousel {
  cursor: w-resize;
}
.banner-area .banner-carousel .owl-dots {
  margin-top: 20px !important;
}
.banner-area .banner-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #e7e7e7;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-area .banner-carousel .owl-dots .owl-dot.active span, .banner-area .banner-carousel .owl-dots .owl-dot:hover span {
  border-color: #4ac4f3;
}
.banner-area.small-text .content p {
  margin-bottom: 100px;
}
.banner-area.small-text .content2 p {
  margin-bottom: 100px;
}
.banner-area.middle-text .content h4 {
  line-height: 30px;
}
.banner-area.middle-text .content2 h4 {
  line-height: 30px;
}
.banner-area.middle-text .content h2 {
  color: #4ac4f3;
  font-weight: 500;
}
.banner-area.middle-text .content2 h2 {
  color: #4ac4f3;
  font-weight: 500;
}
.banner-area.middle-text .content h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
.banner-area.middle-text .content2 h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
.banner-area.middle-text .content a {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}
.banner-area.middle-text .content2 a {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}
.banner-area .content a {
  margin: 0 3px;
}
.banner-area .content2 a {
  margin: 0 3px;
}
.banner-area.version-3 .content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.banner-area.version-3 .content2 h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.banner-area.version-3 .content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner-area.version-3 .content2 h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner-area .right-info {
  text-align: center;
}
.banner-area.auto-height .double-items {
  overflow: hidden;
  padding-top: 160px;
}
.banner-area.auto-height.sticky-nav .double-items {
  padding-top: 90px;
}
.banner-area.auto-height .double-items .banner-carousel, .banner-area.auto-height .double-items .banner {
  margin-top: 50px;
}
.banner-area.auto-height .double-items .banner {
  position: relative;
}
.banner-area.auto-height .double-items .banner .overlay a {
  margin-top: -25px;
}
.banner-area .carousel-control {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  opacity: 1;
  z-index: 1;
}
.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #ffffff;
  text-shadow: inherit;
}
.banner-area .carousel-control.shadow::after {
  background: #232323 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-area .carousel-control.left {
  left: -50px;
}
.banner-area:hover .carousel-control.left {
  left: 0;
}
.banner-area.typed-text.small-text .content h2 {
  display: block;
  margin-bottom: 30px;
}
.banner-area.typed-text.small-text .content2 h2 {
  display: block;
  margin-bottom: 30px;
}
.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}
.banner-area .carousel-control.right {
  right: -50px;
}
.banner-area:hover .carousel-control.right {
  right: 0;
}
.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}
/* Animation delays */
.banner-area .item h1:first-child, .banner-area .item h2:first-child, .banner-area .item h3:first-child, .banner-area .item h4:first-child, .banner-area .item h5:first-child, .banner-area .item h6:first-child {
  animation-delay: .5s;
}
.banner-area .item h1:nth-child(2), .banner-area .item h2:nth-child(2), .banner-area .item h3:nth-child(2), .banner-area .item h4:nth-child(2), .banner-area .item h5:nth-child(2), .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}
.carousel-caption h1:nth-child(3), .carousel-caption h2:nth-child(3), .carousel-caption h3:nth-child(3), .carousel-caption h4:nth-child(3), .carousel-caption h5:nth-child(3), .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}
.banner-area .item p {
  animation-delay: .5s;
}
.banner-area .item a, .banner-area .item button {
  animation-delay: .7s;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }
  to {
    -moz-transform: scale(1.2, 1.2);
  }
}
@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }
  to {
    -o-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}
.banner-area .shape-bg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: auto !important;
  min-height: auto !important;
}
@media only screen and (min-width: 1200px) {
  .banner-area .shape-bg {
    bottom: -120px;
  }
}
.banner-area.top-shape {
  position: relative;
  z-index: 1;
}
.banner-area.top-shape::before {
  position: absolute;
  left: -300px;
  top: -100px;
  content: "";
  height: 600px;
  width: 600px;
  background: #fff;
  z-index: -1;
  border-radius: 20px;
  transform: rotate(65deg);
  opacity: 0.3;
}
.banner-area.inc-video .content {
  overflow: inherit;
}
.banner-area.inc-video .content a.video-play-button.relative {
  position: inherit;
  top: 50px;
  margin-bottom: 50px;
}
.banner-area.text-dark.bg-gradient .content span {
  color: #4ac4f3;
}
.banner-area .double-items.thumb-110 img {
  max-width: 110%;
}
.banner-area .double-items.thumb-120 img {
  max-width: 120%;
}
.banner-area .double-items.thumb-130 img {
  max-width: 130%;
}
.banner-area .double-items.thumb-140 img {
  max-width: 140%;
}
.banner-area .btn-simple {
  padding: 15px 50px 15px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.banner-area .btn-simple::after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #4ac4f3;
}
.banner-area.text-medium .content h1 {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.banner-area.text-medium .content a {
  margin-top: 25px;
}
.banner-area.text-medium .right-info {
  padding-left: 35px;
}
.banner-area.text-medium .content p {
  font-size: 16px;
  line-height: 34px;
}
/* ============================================================== 
     # Services Box
=================================================================== */
/* ============================================================== 
     # Services Box
=================================================================== */
.services-box {
  padding-top: 20px;
}
.services-area .services-box .single-item {
  margin-bottom: 30px;
}
.services-area .services-box .item {
  padding: 50px 30px;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 1);
  height: 315px;
}
.services-area .services-box .item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(74, 196, 243, 1);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.services-area .services-box .item:hover::after {
  bottom: 0;
}
.services-area .services-box .item i, .services-area .services-box .item h5, .services-area .services-box .item p {
  transition: all 0.35s ease-in-out;
}
.services-area .services-box .item:hover i, .services-area .services-box .item:hover h5, .services-area .services-box .item:hover p {
  color: #ffffff;
}
.services-area .services-box .item i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  color: #4ac4f3;
  margin-top: -50px;
}
.services-area .services-box .item h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.services-area .services-box .item p {
  margin-bottom: 0;
}
/* ============================================================== 
     # Features 
=================================================================== */
.features-area {
  padding-bottom: 0px;
}
.titre-perf {
  text-align: center;
  margin-bottom: inherit;
  margin-top: 50px;
}
.features-area.bottom-small {
  padding-bottom: 25px;
}
.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}
.features-area .item .icon {
  display: table-cell;
  vertical-align: top;
  width: 60px;
}
.features-area .item .info {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}
/* ============================================================== 
    .features-area .item .icon i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #232323;
  display: inline-block;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
=================================================================== */
.features-area .item .info h4 {
  font-weight: 600;
  margin-bottom: -2px;
}
.features-area .item .info p {
  padding: 10px;
  padding-left: 0px;
  padding-top: 0px;
}
.features-area .single-item {
  margin-bottom: 50px;
}
.features-area.cell-items .features-thumb, .features-area.cell-items .features-items {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.features-area.cell-items .features-thumb {}
.features-area.cell-items .features-items .single-item {
  margin-bottom: 0;
  margin-top: 25px;
}
.features-area.cell-items .features-items .single-item:first-child, .features-area.cell-items .features-items .single-item:nth-child(2) {
  margin-top: 0px;
}
.features-area.features-list .features-items h2 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: -25px;
}
.features-area.features-list .features-items li {
  color: #666666;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.features-area.features-list .features-items li:last-child {
  margin: 0;
}
.titrefreemium {
  margin-top: -40px;
}
.features-area.features-list .features-items li i {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 1;
}
.features-area.features-list .features-items li i::after {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: -1;
}
.features-area.features-list .features-thumb {
  padding-right: 35px;
}
.features-area.features-list .features-thumb.order-lg-last {
  padding-right: 15px;
  padding-left: 35px;
}
.features-area.features-list .features-items li .icon {
  display: table-cell;
  vertical-align: top;
}
.features-area.features-list .features-items li .info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: top;
}
.features-area.features-list .features-items li .info h4 {
  margin-bottom: 10px;
}
.features-area.features-list .features-items ul {
  margin-top: 30px;
  padding-right: 50px;
}
.features-area.features-list .features-items li .info p {
  color: #666666;
  margin: 0;
}
.features-area.features-list .features-item.reverse .features-thumb {
  float: right;
  padding-right: 15px;
}
.features-area.features-list .features-item.reverse .features-items {
  padding-left: 15px;
}
.features-area.features-list .features-item {
  margin-top: 80px;
}
.features-area.features-list .features-item:first-child {
  margin: 0;
}
/* ============================================================== 
     # Pricing Table 
=================================================================== */
.bg-bleu {
  background-color: #15A7E0;
  position: absolute;
  width: 100%;
  height: 70px;
}
.bg-carrousel {
  background-color: #15A7E0;
  position: absolute;
  width: 100%;
  height: 70px;
}
.bg-carrousel1 {
  background-color: #85b169;
  position: absolute;
  width: 100%;
  height: 70px;
}
.bg-carrousel2 {
  background-color: #e88566;
  position: absolute;
  width: 100%;
  height: 70px;
  margin-top: 2px;
}
.bg-bleu2 {
  background-color: #15A7E0;
  position: absolute;
  width: 100%;
  height: 520px;
}
.bg-orange {
  background-color: #ff7a59;
  position: absolute;
  width: 100%;
  height: 70px;
}
.bg-orange2 {
  background-color: #ff7a59;
  position: absolute;
  width: 100%;
  height: 520px;
}
.bg-orange3 {
  background-color: #ff7a59;
  width: 100%;
  height: 40px !important;
}
.bg-orange4 {
  background-color: #ff7a59;
  width: 100%;
  height: 50px !important;
}
.logo_inozis_1 {
  position: relative;
  margin-left: -295px;
  margin-bottom: 20px;
  max-width: 20%;
}
.logo_inozis_btob {
  position: relative;
  margin-left: -300px;
  margin-bottom: 20px;
  max-width: 20%;
}
.bg-vert {
  background-color: #77c96d;
  position: absolute;
  width: 100%;
  height: 70px;
}
.bg-vert2 {
  background-color: #7AC9AB;
  position: absolute;
  width: 100%;
  height: 250px;
}
.bg-vert3 {
  background-color: #77c96d;
  position: absolute;
  width: 100%;
  height: 520px;
}
.bg-vert4 {
  background-color: #7AC9AB;
  height: 110%;
}
.bg-vert5 {
  background-color: #77c96d;
  position: absolute;
  width: 100%;
  height: 70px;
  z-index: 10;
}
.bg_bleu5 {
  background-color: #15A7E0;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 10;
}
.bg-vert6 {
  background-color: #77c96d;
  position: absolute;
  width: 100%;
  height: 70px;
  padding-bottom: 20px;
}
.bg-vert7 {
  background-color: #77c96d;
  position: absolute;
  width: 100%;
  height: 70px;
}
.bg-vert8 {
  background-color: #77c96d;
  width: 100%;
  height: 50px !important;
}
.bg_vert_blog_11 {
  height: 350px;
}
.bg-bleu3 {
  background-color: #15A7E0;
  width: 100%;
  height: 50px !important;
}
.bg-bleuclair {
  background-color: #57B5CC;
  position: absolute;
  width: 100%;
  height: 140px;
}
.bg-bleuclair2 {
  background-color: #57B5CC;
  position: absolute;
  width: 100%;
  height: 250px;
}
.bg-gris {
  background-color: #F5F5F5;
  position: absolute;
  width: 100%;
  height: 650px;
}
.margin {
  margin-bottom: 40px;
}
.sous-titre2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center !important;
}
.sous-titre3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.prix {
  color: #57B5CC;
  font-size: 25px;
  margin-bottom: 50px;
  margin-left: 5px;
}
#free {
  max-width: 150%;
  margin-left: -50px;
}
.offre-free {
  text-align: left;
  background: white;
  border: 4px solid #57B5CC;
  padding-bottom: 20px;
  padding-top: 20px;
}
.pricing-free {
  margin-left: 200px;
  padding-top: 20px;
  padding-bottom: 35px;
}
.prix1 {
  color: #ff7a59;
  margin-bottom: 40px;
  display: block
}
.pricing-item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
  height: 320px;
}
.pricing-item-logi {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
  height: 440px;
}
.pricing-item2 {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
  height: 320px;
}
.pricing-item3 {
  margin-bottom: inherit;
  border: 4px solid #ff7a59;
}
.pricing-header h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
}
.pricing-header-logi h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.pricing-header2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
  padding-top: 20px;
}
.pricing-header h2 {
  color: #232323;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}
.bande-redirection-dev {
  margin-top: 50px;
}
.lien_page1 {
  margin-bottom: 35px;
  padding: 5px 0px 5px 1px !important;
  background-color: white;
  text-align: left;
  margin-top: 20px;
  color: #77c96d;
  cursor: pointer;
  border: 2px solid #77c96d !important;
  border-radius: 10px;
}
.lien_page1:hover {
  color: white;
  background-color: #77c96d;
  cursor: pointer;
}
.lien_page2 {
  margin-bottom: 35px;
  padding: 5px 0px 5px 10px !important;
  background-color: white;
  text-align: left;
  margin-top: 20px;
  color: #15A7E0;
  cursor: pointer;
  border: 2px solid #15A7E0 !important;
  border-radius: 10px;
}
.lien_page2:hover {
  color: white;
  background-color: #15A7E0;
  cursor: pointer;
}
.lien_page3 {
  margin-bottom: 35px;
  padding: 5px 0px 5px 10px !important;
  background-color: white;
  text-align: left;
  margin-top: 20px;
  color: #7AC9AB;
  cursor: pointer;
  border: 2px solid #7AC9AB !important;
  border-radius: 10px;
}
.lien_page3:hover {
  color: white;
  background-color: #7AC9AB;
  cursor: pointer;
}
.lien_page4 {
  margin-bottom: 35px;
  padding: 5px 0px 5px 10px !important;
  background-color: white;
  text-align: left;
  margin-top: 20px;
  color: #ff7a59;
  cursor: pointer;
  border: 2px solid #ff7a59 !important;
  border-radius: 10px;
}
.lien_page4:hover {
  color: white;
  background-color: #ff7a59;
  cursor: pointer;
}
.btn_vert {
  background-color: #77c96d;
  color: #fff !important;
  border: 2px solid #77c96d !important;
}
.btn_vert:hover {
  background-color: white;
  color: #77c96d !important;
  border: 2px solid #77c96d !important;
}
.btn_bleu {
  background-color: #15A7E0;
  color: #fff !important;
  border: 2px solid #15A7E0 !important;
}
.btn_bleu:hover {
  background-color: white;
  color: #15A7E0 !important;
  border: 2px solid #15A7E0 !important;
}
.btn_orange {
  background-color: #ff7a59;
  color: #fff !important;
  border: 2px solid #ff7a59 !important;
}
.btn_orange:hover {
  background-color: white;
  color: #ff7a59 !important;
  border: 2px solid #ff7a59 !important;
}
.btn_vert_eau {
  background-color: rgb(122 202 171);
  color: #fff !important;
  border: 2px solid rgb(122 202 171) !important;
}
.btn_vert_eau:hover {
  background-color: white;
  color: rgb(122 202 171) !important;
  border: 2px solid rgb(122 202 171) !important;
}
.color-yellow .pricing-header h2 {
  color: #ff9800;
}
.pricing-header h2 sup {
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
}
.pricing-header h2 sub {
  font-size: 18px;
  font-weight: 400;
  margin-left: -5px;
}
.pricing-item .pricing-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-item-logi .pricing-header-logi span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-item2 .pricing-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-header-logi {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 7px 40px 20px !important;
}
.pricing-item .footer {
  padding: 30px;
}
.pricing-item li {
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  padding: 0 30px;
  text-align: left;
}
.pricing-item-logi li {
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  padding: 0 30px;
  text-align: left;
}
.pricing-item2 li {
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  padding: 0 30px;
  text-align: left;
}
.pricing-free li {
  font-family: "Poppins", sans-serif;
  line-height: 35px;
  padding: 0 30px;
  text-align: left;
}
.pricing-item p {
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  font-weight: bolder;
  font-size: 24px;
  line-height: 2rem;
}
.pricing-item-logi p {
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  font-weight: bolder;
  font-size: 24px;
  line-height: 2rem;
}
.pricing-item2 p {
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  font-weight: bolder;
  font-size: 24px;
  line-height: 2rem;
}
.pricing-area .pricing-item.active .pricing-header {
  background: #4ac4f3 none repeat scroll 0 0;
}
.pricing-area .pricing-item2.active .pricing-header {
  background: #4ac4f3 none repeat scroll 0 0;
}
.pricing-area .pricing-item4.active .pricing-header {
  background: #4ac4f3 none repeat scroll 0 0;
}
.pricing-area.color-yellow .pricing-item.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}
.pricing-area.color-yellow .pricing-item2.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}
.pricing-area.color-yellow .pricing-item4.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}
.pricing-area .pricing-item.active .pricing-header h2, .pricing-area .pricing-item.active .pricing-header h4, .pricing-area .pricing-item.active .pricing-header span {
  color: #ffffff;
}
.pricing-area .pricing-item2.active .pricing-header h2, .pricing-area .pricing-item2.active .pricing-header h4, .pricing-area .pricing-item2.active .pricing-header span {
  color: #ffffff;
}
.pricing-area .pricing-item4.active .pricing-header h2, .pricing-area .pricing-item4.active .pricing-header h4, .pricing-area .pricing-item4.active .pricing-header span {
  color: #ffffff;
}
.pricing-area .pricing-item.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #232323;
}
.pricing-area .pricing-item2.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #232323;
}
.pricing-area .pricing-item4.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #232323;
}
.pricing-item li i {
  color: #4ac4f3;
  margin-right: 5px;
}
.pricing-item-logi li i {
  color: #4ac4f3;
  margin-right: 5px;
}
.pricing-item2 li i {
  color: #4ac4f3;
  margin-right: 5px;
}
.pricing-free li i {
  color: #4ac4f3;
  margin-right: 5px;
}
.right-info li i {
  color: #4ac4f3;
  margin-right: 5px;
}
.freemium-box li i {
  color: #4ac4f3;
  margin-right: 5px;
}
.pricing-item li i.fa-times {
  color: #e22626;
}
.pricing-item2 li i.fa-times {
  color: #e22626;
}
#imgfree {
  position: absolute;
  z-index: 1;
  margin-top: 150px;
}
/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 1000px;
  /* line-height: 40px; */
  margin-top: 25px;
  padding: 0 0 0 10px;
  margin-bottom: 600px;
}
.text-dark .video-play-button {
  color: #ff7a59;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff7a59 repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.text-dark .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff7a59 repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}
.text-dark .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}
.video-play-button:hover, .video-play-button:focus {
  color: #ffffff;
}
.text-dark .video-play-button:hover, .text-dark .video-play-button:focus {
  color: #ff7a59;
  background-color: #ffffff;
}
.video-play-button:hover:after {
  background-color: #ff7a59;
}
.text-dark .video-play-button:hover:after {
  background-color: #ffffff;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}
/* ============================================================== 
     # Testimonials 
=================================================================== */
.testimonials-area.default-padding {
  padding-bottom: 70px;
}
.testimonials-area .carousel-indicators {
  bottom: 0px;
  margin-top: 70px;
  position: relative;
}
.testimonials-area .carousel-indicators li {
  width: 120px;
  height: 120px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
}
.testimonials-area .carousel-indicators .active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 25px;
}
.testimonials-area .testimonial-items .item span.quote {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: auto auto 15px;
  position: relative;
  text-align: center;
  width: 50px;
}
.testimonials-area .testimonial-items .item span.quote::after {
  content: ",,";
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  height: 100%;
  left: 0;
  letter-spacing: -1px;
  position: absolute;
  text-align: center;
  top: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
}
.testimonial-items h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-items span {
  color: #4ac4f3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/* ============================================================== 
     # Login 
=================================================================== */
.login-area, .login-area div {
  height: 100%;
}
.login-area div.login, .login-area div.login div {
  height: auto;
}
.login-area .login-box {
  display: table;
  width: 100%;
}
.login-area .login-box .login {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}
.login-area .content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
  text-align: center;
}
.login-area .content img {
  margin-bottom: 30px;
}
.login-area .content input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}
.login-area .content button {
  background: #4ac4f3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}
.login-area .content .sign-up {
  display: inline-block;
  margin-top: 30px;
}
.login-area .content .sign-up a {
  color: #4ac4f3;
  margin-left: 5px;
}
.login-area .form-group {
  width: 100%;
}
/* ============================================================== 
     # 404 
=================================================================== */
.error-page-area h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 120px;
  margin-bottom: 30px;
}
.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}
.error-page-area a {
  margin-top: 15px;
}
/* ============================================================== 
     # Footer 
=================================================================== */
footer .f-item p {
  color: #999999;
}
footer .f-item > h3, footer .f-item > h4 {
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
footer .f-item .address .icon, footer .f-item .address .info {
  display: table-cell;
  vertical-align: middle;
}
footer .f-item > a {
  margin-left: 22px;
}
footer .f-item .address .info {
  padding-left: 15px;
}
.footer-bottom .col-md-6:first-child {
  padding-left: 0;
}
.footer-bottom .col-md-6:last-child {
  padding-right: 0;
}
footer .f-item .address .info h5 {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #232323;
}
footer .f-item .address li i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4ac4f3;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
footer .f-item .address li span {
  color: #999999;
}
footer .f-item .address li {
  display: block;
  margin-top: 15px;
}
footer .f-item .address li:first-child {
  margin-top: 0;
}
footer .f-item > img {}
footer .f-item.link li {
  display: block;
}
footer .f-item.link li a {
  color: #999999;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
footer .f-item.link li a:hover {
  color: #4ac4f3;
}
footer .footer-bottom {
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
  padding-top: 30px;
}
footer .footer-bottom p {
  color: #232323;
  margin: 0;
  line-height: 40px;
}
footer .f-item.link li:last-child a {
  margin: 0;
  padding: 0;
}
footer .footer-bottom p a {
  color: #4ac4f3;
}
footer.color-yellow .footer-bottom p a {
  color: #ff9800;
}
.footer-bottom h4 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.footer-bottom .link li {
  display: inline-block;
}
.footer-bottom .link li a {
  color: #999999;
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.footer-bottom .link li a::before {
  background: #999999 none repeat scroll 0 0;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 1px;
}
.footer-bottom .link li:first-child a {
  margin: 0;
  padding: 0;
}
.footer-bottom .link li:first-child::before {
  display: none;
}
.footer-bottom .link li:first-child a::before {
  display: none;
}
.footer-bottom .link li a:hover {
  color: #4ac4f3;
}
#footer {
  padding-top: 30px !important;
  margin-bottom: -100%;
}
#img-inozis {
  max-width: 30%;
}
/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}
/* ============================================================== 
     # Bouton scrollpage fléche
=================================================================== */
#scrolltotop {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 35px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: url(assets/img/arrow.png) no-repeat;
  margin-right: 15px;
  margin-bottom: 5px;
}
#scrolltotop div {
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  padding: 3px;
  margin-top: 16px;
  margin-left: 12px;
  background: url(assets/img/arrow.png) no-repeat;
}
/* ============================================================== 
     # Bouton formulaire
=================================================================== */
#btnform {
  z-index: 10;
  position: fixed;
  bottom: 25px;
  right: 35px;
  cursor: pointer;
  height: 80px;
  width: 80px;
  margin-right: 120px;
  background-color: #ff7a59;
  border: none;
  border-radius: 50px;
}
/* ============================================================== 
     # Sous menu
=================================================================== */
.icono-iphoneBold {
  margin-bottom: -2px;
  color: #4ac4f3;
  margin-right: -2px;
}
.right {
  text-align: right;
}
.boutontel {
  font-size: 1rem;
  color: #4ac4f3;
  font-weight: 600;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: initial;
}
.nopadding {
  padding: 0;
}
.dropdown2 {
  display: inline-block;
  padding-right: 10px;
  margin-left: -65px;
}
.dropdownco {
  display: inline-block;
  position: absolute;
  padding-right: 10px;
  margin-left: -95px;
}
.dropdownaide {
  display: inline-block;
  padding-right: 10px;
  margin-left: -95px;
}
.facebook {
  color: #ffffff;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin: 0 16px;
  text-align: center;
  width: 25px;
  background-color: #3b5998;
  font-size: 10px;
}
.linkedin {
  color: #ffffff;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin: 0 0px;
  text-align: center;
  width: 25px;
  background-color: #517bd8;
  font-size: 10px;
}
.facebook2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  background-color: #3b5998;
}
.linkedin2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  background-color: #517bd8;
}
.dropdown-content2 {
  display: none;
  position: absolute;
  min-width: 210px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 9999 !important;
  text-align: left;
  margin-left: -146px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -12px;
}
.dropdown2:hover .dropdown-content2 {
  display: block;
}
.iconefleche {
  position: absolute;
  margin-top: 20px;
  margin-left: 2px;
}
.btnessai {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border: none;
  border-radius: 12px;
  padding: 4px 55px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #ff7a59 !important;
  border: 1px solid #ff7a59;
  font-size: .800rem;
  font-weight: 600;
  padding: 0.30em 0.6em;
}
.btnessai:hover {
  color: #fff !important;
  background-color: #ff7a59;
  border-color: #ff7a59;
}
.navnumero {
  float: right;
  margin-top: -50px !important;
  height: 1px !important;
  margin-right: 4px !important;
}
#boutonnumero {
  font-size: 1rem !important;
  margin-top: 5px !important;
  margin-right: 27px;
}
#row2 {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}
.containerstyle {
  font-size: .72rem;
  margin-top: -15px;
  margin-bottom: -13px;
}
.containerhaut {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sousmenu1 {
  padding: 5px 3px;
  font-size: 18px;
  display: none;
}
.sousmenu2 {
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.divlist {
  display: grid !important;
}
#dropdown-menu-logi {
  width: 830px;
  opacity: 1;
  display: grid;
  grid-template-areas: none;
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-auto-rows: initial;
  visibility: visible;
  margin-left: -188px !important;
  font-size: 1.125rem;
  height: 301px;
}
.dropdown4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  grid-auto-rows: minmax(150px, auto);
  width: 830px;
  margin-left: -1px;
}
.un {
  margin-left: 130px;
  margin-top: 50px;
}
.deux {
  margin-left: 130px;
  margin-top: 50px;
}
.trois {
  margin-left: 130px;
  margin-top: 50px;
}
.quatre {
  margin-left: 130px;
  margin-top: 50px;
}
.hover1:hover {
  background-color: #77c96d;
  color: white;
  cursor: pointer;
}
.hover1:hover p {
  color: white;
}
.hover2:hover {
  background-color: #15A7E0;
  color: white;
  cursor: pointer;
}
.hover2:hover p {
  color: white;
}
.hover3:hover {
  background-color: #ff7a59;
  color: white;
  cursor: pointer;
}
.hover3:hover p {
  color: white;
}
.hover4:hover {
  background-color: #7ACAAB;
  color: white;
  cursor: pointer;
}
.hover4:hover p {
  color: white;
}
.hover5:hover {
  background-color: rgb(119 201 109 /22%);
  cursor: pointer;
}
.hover9:hover {
  background-color: rgb(119 201 109 /22%);
  cursor: pointer;
}
.hover6:hover {
  background-color: rgb(73 168 209 /22%);
  cursor: pointer;
}
.hover10:hover {
  background-color: rgb(73 168 209 /22%);
  cursor: pointer;
}
.hover7:hover {
  background-color: rgb(255 122 89 /22%);
  cursor: pointer;
}
.hover11:hover {
  background-color: rgb(255 122 89 /22%);
  cursor: pointer;
}
.hover8:hover {
  background-color: rgb(122 202 171 /22%);
  cursor: pointer;
}
.hover12:hover {
  background-color: rgb(122 202 171 /22%);
  cursor: pointer;
}
.imgicon {
  z-index: 100;
  position: fixed;
  margin-left: -40px;
  margin-top: -3px;
  background-color: #f5f8fa;
}
.imgicon1 {
  z-index: 100;
  position: fixed;
  margin-left: -40px;
  background-color: #f5f8fa;
  height: 18px;
}
.imgiconlogi1 {
  z-index: 100;
  position: fixed;
  margin-left: -255px;
  margin-top: -16px;
  width: 80px;
  height: 80px;
}
.imgiconlogi2 {
  z-index: 100;
  position: fixed;
  margin-left: -200px;
  margin-top: -16px;
  width: 80px;
  height: 80px;
}
.imgiconlogi3 {
  z-index: 100;
  position: fixed;
  margin-left: -290px;
  margin-top: -16px;
  width: 80px;
  height: 80px;
}
.imgiconlogi4 {
  z-index: 100;
  position: fixed;
  margin-left: -310px;
  margin-top: -16px;
  width: 80px;
  height: 80px;
}
.marketing {
  margin-left: 325px;
  position: absolute;
  margin-top: -40px;
  font-size: 13px;
}
.market {
  margin-left: 50px;
  margin-top: 35px;
}
.lien:after {
  content: " →";
  color: rgb(0, 145, 174);
}
.sous-titre {
  font-size: 13px;
}
/* ============================================================== 
     # Police sous menu logiciel liens
=================================================================== */
#police1 {
  font-size: .800rem !important;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
#police2 {
  font-size: .800rem !important;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
#police3 {
  font-size: .800rem !important;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
#police4 {
  font-size: .800rem !important;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
#police5 {
  font-size: .800rem !important;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
#police6 {
  font-size: .800rem !important;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
#police7 {
  font-size: .800rem !important;
  margin-left: 15px;
  line-height: 1.61111em;
  color: #0091ae;
  font-weight: 600 !important;
  max-width: 8rem !important;
}
.titre {
  font-size: 1.125rem;
  font-weight: 500;
}
/* ============================================================== 
     # Responsive sous menus mobile 
=================================================================== */
@media (max-width: 1024px) {
  #dropdown-menu-logi {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #menulogiciels {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #menuressources {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .sousmenu2 {
    display: none !important;
  }
}
/* ============================================================== 
     # Responsive sous menus mobile 
=================================================================== */
/* ============================================================== 
     # Formulaire tchat eric
=================================================================== */
.lien-reseaux-sociaux {
  margin-left: -15px;
  margin-top: 10px;
}
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px;
}
.inozis {
  height: 60px;
  margin-top: 4px;
  margin-left: 150px;
}
.eric2 {
  height: 80px;
}
.titre {
  font-family: 'SFProText-Regular';
  font-size: 28px;
  color: white;
  margin-bottom: 29px;
  text-align: center;
  position: relative;
}
.input-name {
  font-family: 'SFProText-Regular';
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  height: 53px;
}
.name {
  margin-bottom: 15px;
}
.text-formulaire {
  margin-bottom: 22px;
}
.text-form {
  position: relative;
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  margin-left: 30px;
  padding-top: 17px;
}
.callback-button {
  color: #fff;
  display: block;
  width: 340px;
  height: 53px;
  background: #ff7a59;
  border: none;
  margin: 0;
  -webkit-appearance: button;
  cursor: pointer;
}
.check-box {
  background: #fff;
  display: block;
  width: 5%;
  height: 53px;
  position: absolute;
}
.input-telephone {
  font-family: 'SFProText-Regular';
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  height: 53px;
}
.close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  right: 10px;
  bottom: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btneric {
  position: fixed;
  min-height: 32px;
  word-break: break-word;
  box-sizing: border-box;
  border: 1px solid #425B76;
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px 8px 8px;
  max-width: 244px;
  margin-top: 100px;
  margin-left: 60px;
  padding-left: 11px;
  padding: 10px 5px;
  line-height: 20px;
  z-index: 1;
}
.btneric:hover {
  color: #fff !important;
  background-color: #425B76;
  border-color: #ffffff;
}
.btneric2 {
  position: fixed;
  min-height: 32px;
  word-break: break-word;
  box-sizing: border-box;
  border: 1px solid #425B76;
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px 8px 8px;
  margin-top: 170px;
  margin-left: 60px;
  padding-left: 11px;
  padding: 10px 12px;
  line-height: 20px;
  z-index: 1;
}
.btneric2:hover {
  color: #fff !important;
  background-color: #425B76;
  border-color: #ffffff;
}
.numero {
  position: fixed;
  margin-top: 100px;
  padding: 0px 20px;
  border-radius: 8px 8px 8px;
  border: 1px solid #425B76;
  margin-left: 65px;
  display: none;
}
.btnenvoi {
  position: fixed;
  min-height: 32px;
  word-break: break-word;
  box-sizing: border-box;
  border: 1px solid #425B76;
  background-color: #425B76;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px 20px 20px;
  margin-top: 170px;
  margin-left: 100px;
  padding-left: 11px;
  padding: 10px 50px;
  line-height: 20px;
  z-index: 1;
  color: white !important;
  display: none;
}
.btnenvoi:hover {
  color: #425B76 !important;
  background-color: #ffffff;
  border-color: #425B76;
}
#btneric {
  display: block;
}
#btneric2 {
  display: block;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
.formulaire {
  width: 394px;
  height: 520px;
  background: rgb(66, 91, 118);
  padding: 32px;
  top: inherit;
  bottom: 147px;
}
.fermeture {
  position: absolute;
  margin-left: 330px;
  margin-top: -30px;
  color: white;
  cursor: pointer;
}
.formulaire {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  margin-left: -500px;
}
/* ============================================================== 
     # Formulaire bouton
=================================================================== */
.pin {
  display: none;
  position: fixed;
  z-index: 10 !important;
  top: 31%;
  left: 70%;
  box-sizing: border-box;
  padding: 1.5rem;
  transition: transform 100ms linear;
}
.btn-success1 {
  color: #fff;
  background-color: #ff7a59;
  border-color: #ff7a59;
}
.titre {
  text-align: center;
}
/* ============================================================== 
     # Responsive sous menus mobile 
=================================================================== */
.buttondemo {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ff7a59;
  color: white !important;
  border: none;
  border-radius: 10px;
  padding: 4px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px !important;
  font-size: 20px;
}
.buttondemo:hover {
  background-color: #8bb4e7;
  color: white;
}
.iconlogi {
  max-width: 60px;
}
.titreicone {
  position: absolute;
  margin-left: 65px;
  top: 25px;
  font-size: 11px;
  font-weight: 600;
}
.btn-perf {
  color: #fff;
  background-color: #ff7a59;
  border-color: #ff7a59;
  padding: 15px;
}
.btn-perf:hover {
  color: #ff7a59;
  background-color: white;
  border-color: #ff7a59;
}
#btn-perf1 {
  margin-bottom: 15px;
}
.btn-menu {
  color: #000;
  background-color: #ffffff;
}
.btn-menu:hover {
  color: #ff7a59;
  background-color: white;
  border-color: #ff7a59;
}
.btn-choisir {
  color: #fff;
  background-color: #ff7a59;
  border-color: #ff7a59;
  padding: 10px;
  margin-top: 20px;
}
.btn-choisir:hover {
  color: #ff7a59;
  background-color: white;
  border-color: #ff7a59;
}
.hide {
  display: none;
}
/* ============================================================== 
     # banniére service 
=================================================================== */
#services {
  background: #fff;
  border-top: solid 20px #00a8e7;
  border-bottom: solid 20px #f3f3f3;
}
.site-heading p {
  margin: 0;
}
.site-heading.clean h2::after, .site-heading.clean h2::before {
  display: none;
}
.services-area .site-heading h2::before {
  background: #00a8e7 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 50px;
}
.services-area .site-heading h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}
.bg-theme .site-heading h2::before, .bg-theme-hard .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}
.bg-theme .site-heading h2::after, .bg-theme-hard .site-heading h2::after {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading h2 span {
  color: #4ac4f3;
}
/* ============================================================== 
     # banniére service 
=================================================================== */
@media (min-width: 1200px) {
  #box-bas {
    height: 90%;
  }
}
.menu {
  border-radius: 5px;
  z-index: 30000;
}
/* ============================================================== 
     # Contact 
=================================================================== */
.contact-us-area .address .address-items h4 {
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.contact-us-area .address {
  padding-right: 35px;
}
.contact-us-area .address .address-items ul {
  margin-bottom: 40px;
}
.contact-us-area .address .address-items ul.social {
  margin-bottom: 50px;
}
.contact-us-area .google-maps iframe {
  height: 300px;
  margin-bottom: -8px;
  width: 100%;
}
.contact-us-area .address .social li {
  display: inline-block;
}
.contact-us-area .address .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.contact-us-area .address .social li.twitter a {
  background-color: #00b6f1;
}
.contact-us-area .address .social li.pinterest a {
  background-color: #bd081c;
}
.contact-us-area .address .social li.facebook a {
  background-color: #3b5998;
}
.contact-us-area .address .social li.g-plus a {
  background-color: #df4a32;
}
.contact-us-area .address .social li.vimeo a {
  background-color: #1ab7ea;
}
.contact-us-area .address .social li.instagram a {
  background-color: #cd486b;
}
.contact-us-area .address-items .info li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4ac4f3;
  display: table-cell;
  font-size: 20px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}
.contact-form img {
  margin-left: 10px;
}
.contact-us-area .address-items .info li span {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.contact-us-area .address-items .info li {
  margin-bottom: 15px;
}
.contact-us-area .address-items .info li:last-child {
  margin: 0;
}
.contact-us-area .contact-form h2 {
  font-weight: 600;
  margin-bottom: 60px;
}
.contact-us-area .form-group {
  width: 100%;
}
.contact-us-area .contact-form input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  color: #232323;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-us-area .contact-form textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 50px;
  padding-top: 15px;
}
.contact-us-area .contact-form button {
  background: #4ac4f3 none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.contact-us-area .contact-form button i {
  margin-left: 5px;
}
.contact-form-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}
.contact-form-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}
.contact-form-area.bg-fixed .alert-notification .alert-error {
  background: #ffffff none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}
.contact-us-area form.contact-form .alert-notification {
  margin-top: 30px;
  padding: 0;
}
.contact-us-area form.contact-form .alert-notification h3 {
  color: green;
  margin-bottom: 10px;
}
.contact-us-area form.contact-form .alert-notification .alert-msg .alert-error {
  background: #f4f4f4 none repeat scroll 0 0;
  color: red;
  margin-top: 30px;
}
#juridique {
  margin-top: -48px;
  float: right;
  width: 165px !important;
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  color: #232323;
  display: block;
  height: calc(2.1em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* ============================================================== 
     # Overview 
=================================================================== */
.overview-area .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 3px;
  margin-bottom: 10px;
}
.overview-area .nav-tabs {
  display: block;
  height: auto;
  margin-bottom: 30px;
  min-height: auto;
  overflow: hidden;
  border: none;
}
.overview-area .nav-tabs li a {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  border: none;
}
.overview-area .nav-tabs li a.active {
  background: #4ac4f3 none repeat scroll 0 0;
  color: #ffffff;
}
.overview-area .overview-items.vertical .tab-navigation, .overview-area .overview-items.vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}
.overview-area .overview-items.vertical .tab-navigation {
  background: #edf5ff none repeat scroll 0 0;
  min-width: 200px;
  overflow: inherit;
  padding: 30px 50px;
}
.overview-area .overview-items.vertical .tab-navigation li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.overview-area .overview-items.vertical .tab-navigation li:last-child {
  margin-bottom: 0;
}
.overview-area .overview-items .item .info h3, .overview-area .overview-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}
.overview-area .overview-items .item .thumb, .overview-area .overview-items .item .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.overview-area .overview-items .item .thumb {
  padding: 0;
}
.overview-area .overview-items .item .row {
  margin: 0;
}
.overview-area .overview-items .item .info {
  border: 1px solid #e7e7e7;
  padding: 30px;
}
.carousel-shadow .owl-stage-outer {
  padding: 15px 0;
}
.overview-area .overview-items .item .info a {
  color: #4ac4f3;
  font-weight: 600;
  text-transform: uppercase;
}
.overview-area .overview-items .owl-dots .owl-dot span {
  background: #e7e7e7 none repeat scroll 0 0;
  border: 4px solid #edf5ff;
  height: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 20px;
}
.overview-area .overview-items .owl-dots .owl-dot.active span, .overview-area .overview-items .owl-dots .owl-dot:hover span {
  background: #4ac4f3 none repeat scroll 0 0;
}
.overview-area .overview-carousel .owl-nav {
  margin: 0;
}
.overview-area .overview-carousel .owl-dots {
  margin-bottom: -15px;
  margin-top: 20px;
}
.overview-area .overview-carousel .owl-nav .owl-prev, .overview-area .overview-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #4ac4f3;
  font-size: 30px;
  height: 40px;
  left: 20px;
  line-height: 40px;
  margin-top: -50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
.overview-area .overview-carousel .owl-nav .owl-next {
  left: auto;
  right: 20px;
}
.overview-area .overview-carousel .item:hover {
  cursor: crosshair;
}
/* ============================================================== 
     # About 
=================================================================== */
.cursor {
  cursor: pointer;
}
#about {
  padding-top: 0px !important;
  padding-bottom: 10px;
}
.about-area .default.info h4 {
  color: #4ac4f3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-area .right-info h4 {
  color: #4ac4f3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-area .default.info h2 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-area .bottom-info {
  border-top: 1px solid #e7e7e7;
  margin-top: 35px;
  padding-top: 30px;
}
.about-area .bottom-info span {
  display: table;
  padding-top: 2px;
}
.about-area .default.info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.about-area .default.info > a {
  margin-top: -90px;
}
.about-area .bottom-info li {
  color: #666666;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.about-area .bottom-info li i {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  margin-top: 15px;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}
.about-area .bottom-info li:last-child {
  margin: 0;
}
.about-area .bottom-info li i::after {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: -1;
}
.about-area .services-info .item {
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-top: 30px;
  padding: 40px;
}
.about-area .services-info {
  margin-top: -30px;
}
.about-area .services-info .item img {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
}
.about-area .services-info .item h4 {
  font-weight: 600;
  font-size: 26px;
}
.about-area .services-info .item p {
  margin: 0;
}
.about-area .services-info .single-item:nth-child(1) .item, .about-area .services-info .single-item:nth-child(4) .item {
  background: #4ac4f3 none repeat scroll 0 0;
}
.about-area .services-info .single-item:nth-child(1) .item i, .about-area .services-info .single-item:nth-child(4) .item i, .about-area .services-info .single-item:nth-child(1) .item h4, .about-area .services-info .single-item:nth-child(4) .item h4, .about-area .services-info .single-item:nth-child(1) .item p, .about-area .services-info .single-item:nth-child(4) .item p {
  color: #fff;
}
.about-area .about-items .about-content h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #4ac4f3;
}
.about-area .about-items h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.about-area .top-features {
  margin-top: 50px;
}
.about-area .about-items p {
  margin-bottom: 0;
}
.about-area .top-features .item {
  padding: 50px 37px;
  transition: all 0.35s ease-in-out;
}
.about-area .top-features .single-item:nth-child(2) .item, .about-area .top-features .single-item:hover .item {
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
}
.about-area .top-features .item i {
  display: inline-block;
  color: #4ac4f3;
  font-size: 60px;
  margin-bottom: 25px;
}
.about-area .top-features .item h4 {
  text-transform: capitalize;
  font-weight: 600;
}
/* ============================================================== 
     # Services Box
=================================================================== */
.services-area .services-box .single-item {
  margin-bottom: 30px;
}
.services-area .services-box .item {
  padding: 20px 10px;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 1);
  height: 290px;
}
.services-area .services-box .item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(74, 196, 243, 1);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.services-area .services-box .item:hover::after {
  bottom: 0;
}
.services-area .services-box .item i, .services-area .services-box .item h5, .services-area .services-box .item p {
  transition: all 0.35s ease-in-out;
}
.services-area .services-box .item:hover i, .services-area .services-box .item:hover h5, .services-area .services-box .item:hover p {
  color: #ffffff;
}
.services-area .services-box .item img {
  display: inline-block;
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
}
.services-area .services-box .item h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.services-area .services-box .item p {
  margin-bottom: 0;
  text-align: justify;
}
/* ============================================================== 
     # How it works
=================================================================== */
.work-process-area {
  position: relative;
}
.works-process-items {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.works-process-items .item {
  padding: 0 15px;
}
.works-process-items .single-item {
  position: relative;
  z-index: 1;
}
.works-process-items .single-item::after {
  position: absolute;
  left: 100%;
  top: 41px;
  content: "";
  background-image: url(assets/img/direction-sign.png);
  height: 50px;
  width: 100px;
  background-repeat: no-repeat;
  margin-right: -100px;
  background-size: contain;
  margin-left: -50px;
  opacity: 0.3;
}
.works-process-items .single-item:last-child::after {
  display: none;
}
.works-process-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}
.works-process-items .item .info span {
  color: #437eeb;
  display: block;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.works-process-area .works-process-items .info p {
  margin: 0;
}
.works-process-items .item .icon {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 120px;
}
.works-process-items .item .icon span {
  background: #ffffff;
  position: absolute;
  right: -10px;
  top: -10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  z-index: 1;
  color: #4ac4f3;
  font-weight: 800;
  font-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
}
.works-process-items .item .icon i {
  background: #4AC5F3;
  background: -webkit-linear-gradient(top left, #4AC5F3, #C1EDFE);
  background: -moz-linear-gradient(top left, #4AC5F3, #C1EDFE);
  background: linear-gradient(to bottom right, #4AC5F3, #C1EDFE);
  border-radius: 20px;
  color: #ffffff;
  font-size: 50px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 120px;
  z-index: 1;
  display: inline-block;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 30px;
}
.works-process-items .item .info {
  line-height: 0;
  position: relative;
  text-align: center;
}
.works-process-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.works-process-items .item .info p {
  margin: 0;
  margin-bottom: -5px;
}
.works-process-items .item .info {
  text-align: center;
}
#vague {
  max-width: inherit;
}
.padding {
  padding-top: 100px;
}
.iconi {
  height: 100px;
  padding: 10px;
}
.para {
  font-size: 20px;
  padding-top: 140px;
  line-height: 1.5;
}
/* ============================================================== 
     # Ils nous font confiance
=================================================================== */
.clients-items {
  padding-bottom: 60px;
}
/* ============================================================== 
     # banniére blog
=================================================================== */
.site-heading-blog {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
.header-blog1 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 1px 0px !important;
  background-color: rgb(236, 236, 236);
  text-align: center;
  border: solid #77c96d;
  border-width: 0px 0px 0px 10px;
}
.header-blog2 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 1px 0px !important;
  background-color: rgb(236, 236, 236);
  text-align: center;
  border: solid #15A7E0;
  border-width: 0px 0px 0px 10px;
}
.header-blog3 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 1px 0px !important;
  background-color: rgb(236, 236, 236);
  text-align: center;
  border: solid #ff7a59;
  border-width: 0px 0px 0px 10px;
}
.header-blog4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 0px !important;
  background-color: #77c96d;
  text-align: left;
  width: 61%;
}
.header-blog5 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 0px !important;
  background-color: #15A7E0;
  text-align: left;
  width: 36%;
}
.header-blog6 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 0px 0px !important;
  background-color: #ff7a59;
  text-align: left;
  width: 63%;
}
.blog-area {
  margin-bottom: 80px;
  margin-top: -30px;
}
.blog-items p {
  font-size: 25px;
  margin-left: 15px;
}
.blog-items .info p {
  font-size: 20px;
  font-weight: 700;
}
.blog-area .item {
  background-color: #ececec;
  box-shadow: 10px 5px 5px rgb(207, 207, 207);
  padding-bottom: 15px;
}
.titre-blog {
  margin-top: 90px;
}
.titre-blog2 {
  margin-top: 90px;
}
.titre-blog6 {
  margin-top: 80px !important;
  margin-bottom: 30px !important;
}
/* ============================================================== 
     # banniére blog_page_2
=================================================================== */
.header-blog_2_4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 15px 0px 0px !important;
  background-color: #77c96d;
  text-align: left;
  width: 33%;
}
#para_blog {
  font-size: 30px !important;
  font-weight: 100 !important;
  line-height: unset;
  color: #77c96d;
  text-align: inherit;
  text-align: left !important;
  margin-top: 30px;
}
#para_blog2 {
  font-size: 30px !important;
  font-weight: 100 !important;
  line-height: unset;
  color: #77c96d;
  text-align: inherit;
  text-align: left !important;
  margin: 30px;
}
#para_blog2_2 {
  font-size: 30px !important;
  font-weight: 100 !important;
  line-height: unset;
  color: #77c96d;
  text-align: inherit;
  text-align: left !important;
  margin-top: 60px;
}
.para_blog-2 {
  font-size: 28px !important;
  font-weight: 100 !important;
  line-height: unset;
  color: #77c96d;
  text-align: inherit;
  text-align: left !important;
  margin: 60px;
}
#para_blog-2 {
  font-size: 28px !important;
  font-weight: 100 !important;
  line-height: unset;
  color: #77c96d;
  text-align: inherit;
  text-align: left !important;
  margin: 60px;
}
.para-blog-3 {
  margin-top: 180px;
}
.para-blog-4 {
  margin-top: 80px !important;
}
.para-blog-5 {
  margin-top: 160px !important;
}
.para-blog-6 {
  margin-top: 50px !important;
}
.para-blog-7 {
  margin-top: 95px !important;
}
.para-blog-8 {
  margin-top: 95px !important;
}
.para-blog-9 {
  margin-top: -55px !important;
}
.para-blog-10 {
  margin-top: -55px !important;
}
#margin-top2 {
  margin-top: 100px;
}
.padding-top {
  padding-top: 100px;
}
.para_blog_2 {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 22px !important;
}
.lien_page_2 {
  margin-bottom: 35px;
  padding: 15px 0px 1px 0px !important;
  background-color: white;
  text-align: center;
  margin-top: 20px;
}
/* ============================================================== 
     # Contact 
=================================================================== */
.address-items {
  margin-left: 100px;
  margin-top: 10px;
}
.padding-bottom-contact {
  padding-bottom: 50px;
}
.page-contact .address .address-items h4 {
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.page-contact .address {
  padding-right: 35px;
}
.page-contact .address .address-items ul {}
.page-contact .address .address-items ul.social {
  margin-bottom: 50px;
}
.page-contact .google-maps iframe {
  height: 300px;
  margin-bottom: -8px;
  width: 100%;
}
.page-contact .address .social li {
  display: inline-block;
}
.page-contact .address .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.page-contact .address .social li.twitter a {
  background-color: #00b6f1;
}
.page-contact .address .social li.pinterest a {
  background-color: #bd081c;
}
.page-contact .address .social li.facebook a {
  background-color: #3b5998;
}
.page-contact .address .social li.g-plus a {
  background-color: #df4a32;
}
.page-contact .address .social li.vimeo a {
  background-color: #1ab7ea;
}
.page-contact .address .social li.instagram a {
  background-color: #cd486b;
}
.page-contact .address-items .info li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4ac4f3;
  display: table-cell;
  font-size: 20px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  position: absolute;
  padding-top: 10px;
}
.form-contact img {
  margin-left: 10px;
}
.page-contact .address-items .info li a span {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
}
.page-contact .address-items .info li {
  margin-bottom: 15px;
}
.page-contact .address-items .info li:last-child {
  margin: 0;
}
.page-contact .form-contact h2 {
  font-weight: 600;
  margin-bottom: 30px;
}
.page-contact .form-group {
  width: 100%;
}
.page-contact .form-contact input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  color: #232323;
}
.page-contact .form-contact textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 50px;
  padding-top: 15px;
}
.page-contact .form-contact button {
  background: #4ac4f3 none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.page-contact .form-contact button i {
  margin-left: 5px;
}
.form-contact-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}
.form-contact-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}
.form-contact-area.bg-fixed .alert-notification .alert-error {
  background: #ffffff none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}
.page-contact form.form-contact .alert-notification {
  margin-top: 30px;
  padding: 0;
}
.page-contact form.form-contact .alert-notification h3 {
  color: green;
  margin-bottom: 10px;
}
.page-contact form.form-contact .alert-notification .alert-msg .alert-error {
  background: #f4f4f4 none repeat scroll 0 0;
  color: red;
  margin-top: 30px;
}
.bg-bleu-inozis {
  background-color: #4ac4f3;
  position: absolute;
  width: 100%;
  height: 70px;
}
.site-heading-contact {
  overflow: hidden;
  margin-top: 100px;
}
.site-heading-contact h2 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width:1200px) {
  .padding-contact {
    padding-left: 210px;
  }
  .page-contact .address .address-items ul.social {
    margin-bottom: 78px;
  }
}
.max-width {
  max-width: 100%;
  margin-top: -60px;
  margin-bottom: -40px;
}
.max-width2 {
  max-width: 100%;
  margin-top: -40px;
  margin-bottom: -40px;
}
.margin-titre {
  margin-bottom: 40px;
}
.line {
  line-height: 16px;
}
/* Mouvement call action eric  */
.heart {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transition: all 1s;
}
.heart.css {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-dely: 1s;
}
.heart.animated {
  -webkit-animation: 1600ms pulsate infinite alternate ease-in-out;
  -moz-animation: 1600ms pulsate infinite alternate ease-in-out;
  -ms-animation: 1600ms pulsate infinite alternate ease-in-out;
  -o-animation: 1600ms pulsate infinite alternate ease-in-out;
  animation: 1600ms pulsate infinite alternate ease-in-out;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.3);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulsate {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.3);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes pulsate {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.3);
  }
  100% {
    -o-transform: scale(1);
  }
}
.about-area .right-info span {
  display: table;
  padding-top: 2px;
}
.about-area .right-info li {
  color: #666666;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.about-area .right-info li i {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  margin-top: 15px;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}
.about-area .right-info li:last-child {
  margin: 0;
}
.about-area .right-info li i::after {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: -1;
}
/* Tableau */
.table {
  text-align: center;
  font-size: 14px;
  border: none;
}
.pad {
  padding-left: 5px;
  padding-right: 5px;
}
#lien-mot {
  margin-top: 0px;
  color: rgb(21, 167, 224);
  text-decoration: underline;
  float: inherit;
}
/* cookie */
.cookie {
  position: fixed;
  z-index: 10 !important;
  top: 37%;
  left: 0%;
  box-sizing: border-box;
  padding: 1.5rem;
  transition: transform 100ms linear;
}
.formulaire_cookie {
  width: 405px;
  height: 345px;
  padding: 32px;
  top: inherit;
  bottom: 147px;
  color: rgba(34, 34, 34, 1) !important;
  font-family: inherit !important;
  background: rgba(255, 255, 255, 1) !important;
  border-radius: 10px !important;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .25);
  padding: 19px 15px;
}
.bouton_continuer {
  justify-content: flex-end;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.btn_continuer {
  position: relative;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 10px;
  border: 2px solid;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  min-width: 0;
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
  background: #0067b8;
  border-color: #0067b8;
  border-radius: 5px;
  padding: 6px;
}
.btn_continuer:hover {
  background-color: #fff;
  color: #0067b8;
  border: 2px solid #0067b8;
}
.titre_cookie {
  padding-bottom: 20px !important;
  font-weight: 700;
  font-size: 20px;
  color: #0067b8;
  margin-top: -10px;
}
.para_cookie {
  margin: 0 0 45px !important;
  padding: 0 !important;
  font-size: inherit;
  line-height: 1.4;
  overflow: visible;
  color: #000;
  font-size: 15px;
}
.text-cookie_1 {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 30px;
  color: #0067b8;
  font-size: 15px;
  float: left;
}
.text-cookie_2 {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 25px;
  color: #0067b8;
  font-size: 15px;
  float: left;
}
.text-cookie_3 {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 25px;
  color: #0067b8;
  font-size: 15px;
  float: left;
}
.text-cookie_4 {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 46px;
  color: #0067b8;
  font-size: 15px;
  float: left;
}
.btn_accepter {
  color: rgba(255, 255, 255, 1);
  background: #0067b8;
  border-color: #0067b8;
  border-radius: 5px;
  font-size: 14px;
  padding: 0px 25px;
  margin-right: 20px;
  margin-left: -9px;
}
.btn_accepter:hover {
  background-color: #fff;
  color: #0067b8;
  border: 2px solid #0067b8;
}
.btn_enregistrer {
  color: rgba(255, 255, 255, 1);
  background: #0067b8;
  border-color: #0067b8;
  border-radius: 5px;
  font-size: 14px;
  padding: 0px 12px;
  margin-left: 20px;
}
.btn_enregistrer:hover {
  background-color: #fff;
  color: #0067b8;
  border: 2px solid #0067b8;
}
.btn_refuser {
  color: rgba(255, 255, 255, 1);
  background: #0067b8;
  border-color: #0067b8;
  border-radius: 5px;
  font-size: 14px;
  padding: 0px 25px;
}
.btn_refuser:hover {
  background-color: #fff;
  color: #0067b8;
  border: 2px solid #0067b8;
}
.div_boutons {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-right: -5px;
  margin-left: 10px;
}
.cookie_2 {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .25s ease-in-out;
  transform: translate(-50%, -20%);
  box-sizing: border-box;
  width: 80%;
  height: 400px;
  max-width: 600px;
  max-height: 100%;
  padding: 0;
  box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
  background: #fff;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 10;
}
.titre_cookie2 {
  font-family: "HelveticaNeue", "Helvetica Neue", "helvetica", "Sans-Serif";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #000;
  margin: 0;
  padding: 24px 24px 0 0px;
  color: #000;
}
.span_fermeture {
  position: fixed;
  right: 0;
  margin: -52px 20px 0 0;
}
.btn_fermeture {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.img_fermeture {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.section_cookie {
  position: relative;
  padding: 24px 90px 24px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section_principale_cookie {
  position: relative;
  overflow: auto;
  margin-top: 5px;
  flex-grow: 1;
}
.titre_section_cookie {
  font-family: "HelveticaNeue", "Helvetica Neue", "helvetica", "Sans-Serif";
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
  padding: 0;
  color: #0067b8;
  font: caption;
  font-weight: 600;
}
.para_section_cookie {
  font-family: "HelveticaNeue", "Helvetica Neue", "helvetica", "Sans-Serif";
  font-size: 12px;
  line-height: 1.33;
  color: #000000;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 12px 0 0 0;
  padding: 0;
}
.enregistrement_cookie {
  text-align: right;
  align-self: flex-end;
}
.btn_enregistrer_2 {
  width: 172px;
  font-size: 14px;
  color: #fff;
  background-color: #0067b8;
  border: solid 2px #000;
  flex-basis: auto;
  align-self: center;
  display: inline-block;
  min-width: 55px;
  height: 32px;
  padding: 0 16px 0 16px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
  margin-top: 12px;
  border-radius: 5px;
}
.btn_enregistrer_2:hover {
  background-color: #fff;
  color: #0067b8;
  border: 2px solid #0067b8;
}
.span_checkbox {
  position: absolute;
  right: 24px;
  top: 24px;
}
.checkbox_cookie_2 {
  width: 20px;
}
.checkbox_cookie_3 {
  width: 20px;
}
.checkbox_cookie_4 {
  width: 20px;
}
.background_cookie_section {
  z-index: 2147483647;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.background_cookie {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: opacity .25s;
  opacity: 0.6;
}
.btn_parametre_cookie {
  z-index: 10;
  position: fixed;
  bottom: 0px;
  cursor: pointer;
  width: 150px;
  border: none;
  background: inherit;
  margin-left: 50px;
}
#qualiopi{
  display: none;
}