.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: left;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin-right: 5px;
  border-radius: 2px;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  background-color: #26aae1;
  color: #fff !important;
  border-radius: 2px;
}
.sp-megamenu-parent >li.active:hover>a,
.sp-megamenu-parent >li:hover>a {
  background-color: #26aae1;
  color: #fff !important;
}
.sp-megamenu-parent .sp-module {
  padding-right: 10px;
}
.sp-megamenu-parent .sp-module form#login-form ul.form-links {
  display: none;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group li.sp-has-child .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 9999;
  display: none;
  padding: 15px 0 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  border-top: 2px solid #26aae1;
  padding: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item {
  margin-bottom: 3px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item a {
  border-radius: 3px;
  font-size: 13px !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item a i {
  color: #26aae1;
  margin-right: 10px;
  width: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item a:hover i {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-left: 10px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 5px 10px;
  color: #333;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title:hover {
  background-color: transparent !important;
  color: inherit !important;
  cursor: text !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega {
  padding: 15px 15px 0 !important;
}
.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-inner {
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 35px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  padding: 8px 0;
  height: 106px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
ul.social-icons >li {
  display: inline-block;
  margin: 0 3px;
}
ul.social-icons >li a {
  border: 1px solid #999;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #999;
}
ul.social-icons >li a:hover {
  background-color: #fff;
  border-color: #fff;
}
ul.social-icons >li a:hover i {
  color: #26aae1;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  padding: 25px 0;
}
.sp-contact-info li {
  margin: 0 10px;
  font-size: 90%;
  float: left;
}
.sp-contact-info li:hover i {
  background-color: #26aae1;
  color: #fff;
}
.sp-contact-info li i {
  margin: 0 3px;
  float: left;
  line-height: 38px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  color: #26aae1;
  border: 1px solid #26aae1;
  border-radius: 3px;
}
.sp-contact-info li p.contact-content {
  margin-left: 50px;
  font-size: 13px;
  font-weight: 400;
}
.sp-contact-info li p.contact-content span {
  display: block;
  line-height: 100%;
  margin: 2px 0 8px 5px;
  letter-spacing: .5px;
}
.sp-contact-info li p.contact-content span:last-child {
  font-weight: 600;
  color: #000;
}
#sp-header {
  background: #ffffff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  padding: 15px 0;
}
.logo {
  display: inline-block;
  height: 90px;
  display: table;
}
.logo h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.logo h1 img {
  max-height: 90px;
}
.logo p {
  margin: 5px 0 0;
}
.sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.sticky-wrapper.is-sticky #sp-header {
  background-color: rgba(255,255,255,0.95) !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  float: left;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  float: right;
  margin: 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 100% center;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #ddd;
}
.article-info >dd:last-child {
  border-right: none;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
div[itemprop="articleBody"] {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.tags a.label {
  background: #eee;
  color: #000;
  border-radius: 30px;
  font-size: 12px;
  padding: 4px 15px;
  font-weight: 600;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
#sp-right .sp-module {
  background: #fff;
  padding: 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
#sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-right .sp-module h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
#sp-right .sp-module .categories-module ul li a {
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
}
#sp-right .sp-module .tagspopular ul li a:hover {
  background: #26aae1;
  color: #fff !important;
  border-color: #26aae1;
}
#sp-right .sp-module .latestnews div {
  font-style: italic;
}
#sp-right .sp-module .latestnews div a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
#sp-right .sp-module .latestnews div span {
  margin-right: 10px;
}
div.blog-content {
  padding: 40px 40px;
}
div.blog-content p.readmore {
  margin-top: 30px;
}
div.blog-content p.readmore a {
  border-width: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0;
  border-radius: 30px;
  border-color: #26aae1;
  color: #26aae1;
  padding: 8px 35px;
  background: transparent;
}
div.blog-content p.readmore a:hover {
  background: #26aae1;
  color: #fff;
}
ul.pagenav li a {
  border-width: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0;
  border-radius: 30px;
  border-color: #26aae1;
  color: #26aae1;
  padding: 8px 35px;
  background: transparent;
}
ul.pagenav li a:hover {
  background: #26aae1;
  color: #fff;
}
article.item-page {
  padding: 30px;
}
article.item-page .entry-image {
  margin-bottom: 30px;
}
body.com-content section#sp-main-body {
  background: #fafafa;
}
article.item {
  background: #fff;
  box-shadow: 1px 2px 7.28px 0.72px rgba(0,0,0,0.08);
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.entry-header h2 a {
  color: #000;
}
.entry-header h2 a:hover {
  color: #26aae1;
}
.entry-link {
  padding: 70px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  right: 0;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: 100px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
blockquote {
  font-style: italic;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
.post-format {
  border: 1px solid;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
h2,
h3 {
  text-transform: uppercase;
  line-height: 130% !important;
}
h2 {
  letter-spacing: 5px;
}
h3 {
  letter-spacing: 4px;
}
.sppb-section.overlay {
  position: relative;
}
.sppb-section.overlay::after {
  position: absolute;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}
.sppb-section.overlay-color {
  position: relative;
}
.sppb-section.overlay-color::after {
  position: absolute;
  height: 100%;
  background-color: rgba(38,170,225,0.9);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}
.sppb-section.overlay-dark {
  position: relative;
}
.sppb-section.overlay-dark::after {
  position: absolute;
  height: 100%;
  background-color: rgba(23,22,33,0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}
#sp-page-builder .page-content .sppb-section {
  margin-top: 0;
}
.sppb-image-holder:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sppb-btn {
  border-radius: 30px;
  padding: 8px 35px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}
.sppb-btn.sppb-btn-primary {
  border: 2px solid #26aae1;
  background-color: transparent !important;
  color: #26aae1;
}
.sppb-btn.sppb-btn-primary:hover {
  background-color: #26aae1 !important;
  color: #fff;
  border-color: #26aae1 !important;
}
.sppb-btn.sppb-btn-info {
  background: none;
  padding: 0;
  color: #26aae1;
  border: none;
  letter-spacing: 0;
}
.sppb-btn.sppb-btn-info i {
  margin-left: 5px;
  transition: all 0.2s ease-in-out 0s;
}
.sppb-btn.sppb-btn-info:hover i {
  margin-left: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.sppb-btn.sppb-btn-default {
  border: 2px solid #26aae1;
  border-color: #26aae1 !important;
  background-color: #26aae1 !important;
  color: #fff;
}
.sppb-btn.sppb-btn-default:hover {
  background-color: transparent !important;
  color: #26aae1;
  border-color: #26aae1 !important;
}
.sppb-btn.sppb-btn-link {
  padding: 8px !important;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 3px !important;
}
.sppb-btn.sppb-btn-link:hover {
  background-color: #26aae1;
  color: #fff;
  border-color: #26aae1;
}
.sppb-btn.sppb-btn-success {
  background-color: #fff;
  color: #26aae1;
  border: none;
}
.sppb-btn.sppb-btn-success:hover {
  background-color: rgba(255,255,255,0.8) !important;
}
.sppb-btn.sppb-btn-lg {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
}
p.sppb-image-content-text {
  margin-bottom: 40px;
}
.sppb-animated-number-title {
  font-weight: 600;
  text-transform: uppercase;
}
.sppb-addon-animated-number .sppb-icon {
  border-right: 2px solid #fff;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}
.sppb-animated-number {
  font-weight: 700;
}
.sppb-addon-persion {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
}
.sppb-addon-persion:hover {
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.sppb-addon-persion .sppb-person-image img {
  width: 100%;
}
.sppb-addon-persion .sppb-person-information {
  margin: 15px 15px 0;
  text-transform: uppercase;
}
.sppb-addon-persion .sppb-person-information .sppb-person-name {
  letter-spacing: 1px;
}
.sppb-addon-persion .sppb-person-information .sppb-person-designation {
  letter-spacing: 1px;
  font-size: 11px !important;
  font-style: italic;
}
.sppb-addon-persion .sppb-person-introtext {
  margin: 15px 15px 0;
}
.sppb-addon-persion .sppb-person-social-icons {
  margin: 15px 15px 0;
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social {
  margin: 0 -4px;
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social >li {
  margin: 3px !important;
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social >li a {
  font-size: 13px !important;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px !important;
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social >li a:hover {
  background: #26aae1;
  color: #fff;
  border-color: #26aae1;
}
.sppb-carousel-indicators {
  bottom: -50px;
}
.sppb-addon-feature a h1,
.sppb-addon-feature a h3 {
  transition: all .2s;
}
.sppb-addon-feature a h1:hover,
.sppb-addon-feature a h3:hover {
  color: #26aae1 !important;
  transition: all .2s;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  color: #26aae1;
  background-color: transparent !important;
  text-decoration: underline;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background-color: transparent;
  color: #777;
  letter-spacing: 2px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background-color: rgba(38,170,225,0.9);
}
a:focus {
  outline: none !important;
}
.sp-simpleportfolio-item {
  margin-bottom: 1px;
  margin-right: 1px;
}
h2.sppb-title-heading {
  position: relative;
}
h1.sppb-title-heading {
  line-height: 130% !important;
}
h2.sppb-title-heading:after {
  background-color: #26aae1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  top: 50px;
  width: 40px;
}
.sppb-feature-box-title {
  position: relative;
  margin-bottom: 15px !important;
}
h3.sppb-image-content-title {
  position: relative;
  margin-bottom: 50px !important;
}
h3.sppb-image-content-title:after {
  background-color: #26aae1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0%;
  transform: translate(0%);
  position: absolute;
  bottom: -25px;
  width: 40px;
}
.sppb-progress {
  border-radius: 0;
  box-shadow: none;
  height: 3px;
  overflow: visible;
  margin-bottom: 35px;
}
.sppb-progress .progress-value {
  float: right;
  font-size: 12px;
  letter-spacing: 2px;
}
.sppb-progress-bar {
  background-color: #26aae1;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  line-height: 30px;
  overflow: visible;
  box-shadow: none;
}
.sppb-pricing-box.sppb-pricing-featured {
  background-color: transparent;
  color: #000;
  border-color: #26aae1 !important;
}
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-price {
  color: #26aae1;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 30px;
}
.sppb-pricing-box {
  border-color: #f1f1f1 !important;
  padding: 0 0 50px 0;
  border-radius: 4px;
}
.sppb-pricing-header .sppb-pricing-title {
  background: #26aae1;
  line-height: 100px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sppb-pricing-title {
  margin-bottom: 70px !important;
}
.sppb-pricing-duration {
  letter-spacing: 2px;
}
.sppb-pricing-price {
  font-size: 65px !important;
}
.sppb-pricing-features {
  padding-top: 50px !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
  color: #fff;
  font-weight: 400;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
  color: #fff;
  letter-spacing: 2px;
  font-size: 11px;
}
.sppb-person-image {
  position: relative;
  z-index: 1;
}
.sppb-person-image:hover:after {
  background-color: rgba(255,255,255,0.2);
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sppb-testimonial-pro {
  width: 70%;
  margin: auto;
}
.sppb-testimonial-pro .sppb-avatar {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  padding: 5px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-style: italic;
}
.sppb-testimonial-pro a.sppb-carousel-control {
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
.sppb-testimonial-pro a.sppb-carousel-control:hover {
  background-color: #fff;
  color: #26aae1;
}
.sppb-testimonial-pro a.left {
  position: absolute;
  top: 50%;
  left: -60px;
}
.sppb-testimonial-pro a.right {
  position: absolute;
  top: 50%;
  right: -60px;
}
.sppb-testimonial-pro .pro-client-name {
  font-weight: bold;
}
ul.sppb-gallery li {
  transition: .3s;
  width: 100%;
}
ul.sppb-gallery li:hover {
  transition: .3s;
}
ul.sppb-gallery li:hover a {
  position: relative;
  z-index: 1;
  transition: background-color 0.5s linear;
  -webkit-transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
}
ul.sppb-gallery li:hover a:before {
  background-color: rgba(38,170,225,0.9);
  z-index: 99;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
}
ul.sppb-gallery li:hover a:after {
  content: "+";
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 999;
  color: #fff;
  font-size: 65px;
  font-weight: 300;
  transform: translate(-50%);
  -webkit-transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, content 400ms, background-color 400ms, border-color 400ms;
}
#sp-top-bar {
  border-bottom: 1px solid #eee;
}
.major-color span {
  border-color: #26aae1 !important;
}
.major-color span i {
  color: #26aae1;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
.sppb-addon-article .blog_content {
  border: 1px solid #f1f1f1;
  padding: 25px 25px;
  background-color: #fff;
}
.sppb-addon-article .blog_content h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
}
.sppb-addon-article .blog_content h3 a {
  color: #000;
}
.sppb-addon-article .blog_content h3 a:hover {
  color: #26aae1;
}
.sppb-article-meta {
  font-size: 11px;
  font-style: italic;
}
.tagspopular ul li {
  border: none;
  display: inline-block;
}
.tagspopular ul li a {
  border: 1px solid #999;
  padding: 0 15px;
  border-radius: 30px;
  color: #999 !important;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  margin-right: 5px;
}
.tagspopular ul li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #26aae1 !important;
}
.sp-flickr-gallery li {
  border-bottom: none !important;
}
.textwidget p {
  color: #999;
}
.textwidget p i {
  margin-right: 10px;
  color: #26aae1;
}
.textwidget p a {
  color: #999;
}
.textwidget p a:hover {
  color: #26aae1;
}
.feature-list .sppb-addon-feature:hover .sppb-icon span {
  background-color: #26aae1 !important;
}
.feature-list .sppb-addon-feature:hover .sppb-icon span i {
  color: #fff;
}
.feature-list .sppb-addon-feature .sppb-feature-box-title {
  margin-bottom: 10px !important;
}
.sppb-pie-chart .sppb-chart-percent {
  font-size: 30px;
}
div.pie-chart-title {
  font-size: 20px;
  font-weight: 400px;
}
#sp-social-bar {
  background-color: #26aae1;
}
.sppb-addon-al .sppb-addon-al-additional-info {
  margin-bottom: 10px;
}
.sppb-addon-al .sppb-addon-al-additional-info .sppb-addon-al-icon {
  float: left;
  margin-right: 10px;
  color: #26aae1;
}
.sppb-ajaxt-contact-form .sppb-form-group input,
.sppb-ajaxt-contact-form .sppb-form-group textarea {
  border-radius: 3px !important;
  box-shadow: none;
}
.sppb-ajaxt-contact-form .name {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.sppb-ajaxt-contact-form .email {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.sppb-title-subheading {
  list-style: 180%;
}
.sp-copyright i {
  color: #26aae1;
}
.sp-dropdown-inner {
  background-color: rgba(255,255,255,0.95) !important;
}
.sp-dropdown {
  z-index: 9999;
}
.sp-flickr-gallery li {
  padding: 0 1px 1px 0 !important;
}
.sppb-addon-clients img {
  opacity: .7;
  transitoin: 0.5s;
}
.sppb-addon-clients img:hover {
  opacity: 1;
  transitoin: 0.5s;
}
.work-process-01 {
  background: rgba(17,147,212,0.8);
}
.work-process-02 {
  background: rgba(17,147,212,0.9);
}
.work-process-03 {
  background: #1193d4;
}
#sp-bottom-info .container {
  padding: 50px 0;
  border-bottom: 1px solid #555;
}
#sp-bottom-info p.logo-bottom {
  float: left;
  border-right: 1px solid #999;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 40px;
  height: 55px;
  padding-top: 5px;
  padding-right: 30px;
}
#sp-bottom-info p.bottom-info {
  margin-bottom: 0;
  height: 55px;
  color: #999;
}
form#login-form .input-group span {
  background-color: #26aae1;
  color: #fff;
  border-color: #26aae1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
form#login-form .input-group input {
  box-shadow: none;
  border-color: #26aae1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.padding-o [class*="sppb-col-"] {
  padding: 0 !important;
}
.sppb-icon >span {
  padding-left: 2px;
}
.sp-simpleportfolio-btns a {
  border-radius: 3px !important;
  background: #fff !important;
  font-weight: normal;
  color: #26aae1 !important;
  letter-spacing: 0;
}
.sp-simpleportfolio-btns a:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff !important;
}
.sppb-addon-feature.feature-list h3 {
  margin-bottom: 5px !important;
}
h4.ns2-title {
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  margin-top: 0;
}
h4.ns2-title a {
  color: #000;
}
h4.ns2-title a:hover {
  color: #26aae1;
}
#sp-top-info .top-social ul.social-icons li a {
  border-color: #fff !important;
  border-width: 1.5px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 32px;
}
div.search #mod-search-searchword {
  position: relative;
  background-color: transparent !important;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: #26aae1;
  float: left;
}
div.search #mod-search-searchword:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
}
div.search button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: #26aae1;
}
header.header-style-3,
header.header-transparent {
  transition: 400ms;
}
header.header-style-3 #sp-logo .logo,
header.header-transparent #sp-logo .logo {
  height: 50px;
  transition: 400ms;
}
header.header-style-3 #sp-logo .logo img,
header.header-transparent #sp-logo .logo img {
  max-height: 50px;
  transition: 400ms;
}
header.header-style-3 #sp-menu,
header.header-transparent #sp-menu {
  padding: 6px 0;
}
header.header-style-3 #sp-menu ul.sp-megamenu-parent,
header.header-transparent #sp-menu ul.sp-megamenu-parent {
  float: right;
}
header.header-transparent {
  background: rgba(255,255,255,0.1) !important;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: fixed;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
}
ul#offcanvas-inner-menu >li >a {
  border: 1px solid #ddd;
  padding: 5px 20px;
  margin: 0 0 -1px;
}
ul#offcanvas-inner-menu >li.deeper.parent:hover >ul.nav-child {
  display: block;
}
ul#offcanvas-inner-menu >li.deeper.parent a>i {
  display: block;
  float: right;
  font-size: 14px;
  padding: 10px 6px 10px 40px;
}
ul#offcanvas-inner-menu >li.deeper.parent:hover >a {
  color: #fff;
  background-color: #26aae1;
}
ul#offcanvas-inner-menu >li.deeper.parent.active >a {
  background-color: #26aae1;
  color: #fff;
}
ul#offcanvas-inner-menu >li >ul.nav-child {
  display: none;
  padding: 20px;
  -webkit-animation: spMenuFadeIn 700ms;
  animation: spMenuFadeIn 700ms;
}
ul#offcanvas-inner-menu >li >ul.nav-child >li >a {
  padding: 5px 10px;
  line-height: 24px;
}
ul#offcanvas-inner-menu >li >ul.nav-child >li ul.nav-child {
  display: none;
  padding: 0 20px;
  -webkit-animation: spMenuFadeIn 700ms;
  animation: spMenuFadeIn 700ms;
}
ul#offcanvas-inner-menu >li >ul.nav-child >li ul.nav-child >li >a {
  background-color: #26aae1;
  padding: 5px 10px;
  line-height: 24px;
}
ul#offcanvas-inner-menu >li >ul.nav-child >li:hover ul.nav-child {
  display: block;
}
body.header-transparent #sp-header {
  box-shadow: none;
}
body.header-transparent #sp-header-sticky-wrapper {
  height: 0 !important;
}
body.header-transparent #sp-header-sticky-wrapper header.header-transparent {
  padding: 25px 0;
  transition: all 0.2s ease-in-out 0s;
}
body.header-transparent #sp-header-sticky-wrapper .sp-megamenu-parent > li > a,
body.header-transparent #sp-header-sticky-wrapper #offcanvas-toggler i {
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
body.header-transparent #sp-header-sticky-wrapper.is-sticky .sp-megamenu-parent > li > a,
body.header-transparent #sp-header-sticky-wrapper.is-sticky #offcanvas-toggler i {
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
body.header-transparent #sp-header-sticky-wrapper.is-sticky header.header-transparent {
  padding: 5px 0;
  transition: all 0.2s ease-in-out 0s;
}
body.header-transparent #sp-header-sticky-wrapper.is-sticky #sp-header {
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.sticky-wrapper < .header-transparent:parent {
  height: 0 !important;
}
.sticky-wrapper.is-sticky header.header-style-3 {
  padding: 5px 0 !important;
  transition: 400ms;
}
.sticky-wrapper.is-sticky header.header-style-3 #sp-logo .logo {
  height: 40px;
  transition: 400ms;
}
.sticky-wrapper.is-sticky header.header-style-3 #sp-logo .logo img {
  max-height: 30px;
  transition: 400ms;
}
.inline-video-wrapper video {
  width: 100%;
}
.sppb-panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.sppb-panel .sppb-panel-heading {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.sppb-panel .sppb-panel-heading i {
  margin-right: 10px;
}
.sppb-panel .sppb-panel-heading.active {
  box-shadow: 1px 2px 7.28px 0.72px rgba(0,0,0,0.08);
}
.sppb-panel .sppb-panel-heading.active .sppb-panel-title {
  color: #26aae1;
}
.sppb-panel .sppb-panel-collapse .sppb-panel-body {
  padding: 15px 35px;
  border-top: none !important;
}
.line-hieght h1 {
  line-height: 55px !important;
}
.offcanvas-menu {
  z-index: 10000 !important;
}
@media (max-width: 991px) {
  .sp-contact-info .sp-contact-time {
    display: none;
  }
  #sp-logo {
    margin: auto;
    text-align: center;
  }
  #sp-logo a {
    margin: auto;
  }
  #sp-menu .sp-megamenu-wrapper {
    text-align: center;
    margin: auto;
  }
  #sp-menu .sp-megamenu-wrapper #offcanvas-toggler {
    float: none !important;
    text-align: center;
    margin: auto;
  }
}
#sppb-addon-1511361615 #jFlowSlide {
  height: 190px !important;
}
body {
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500 !important;
}
body.com-content section#sp-main-body {
  background: #fff;
  margin-bottom: 50px;
}
.logo h1 {
  font-size: 1px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}
.div-btn-order {
  float: left;
  width: 100%;
  text-align: right;
  padding: 20px 10px;
}
.div-btn-order input {
  padding: 5px 50px !important;
}
.row-vcenter {
  display: table;
}
.col-vcenter {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.image-top {
  margin: 20px 10px 10px 0;
  float: left;
}
article.item {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
#sp-section-11 {
  margin-top: 0;
}
.com-sppagebuilder #sp-main-body {
  margin-bottom: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: initial;
  letter-spacing: 0.5px;
  margin: 20px 0;
}
h2.sppb-title-heading:after {
  background: none;
}
a {
  cursor: pointer;
}
.sppb-btn {
  border-radius: 4px;
}
.ft-border-top {
  border-top: 1px solid #2178bb;
}
.ft-border-bottom {
  border-bottom: 1px solid #3282c1;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: #156bb4;
  border-radius: 4px;
  border: 0;
  color: #fff;
  padding: 5px 30px;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #2379c4;
}
.readmore {
  color: #156bb4;
  float: right;
}
.liste-style li {
  list-style: none;
  font-size: 1.2em;
}
.liste-style li:before {
  background-image: url(../images/list-image.png);
  width: 16px;
  height: 20px !important;
  background-position: bottom left;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
  left: 25px;
}
.intro {
  color: #c026e1;
  font-size: 1.8em;
  line-height: 1.8em;
  margin-top: 40px;
}
#sp-right .sp-module {
  border: 0;
  padding: 10px 5px 10px 10px;
}
.color-bleu,
.color-bleu li {
  color: #156bb4;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.com-cache-2 {
  display: none;
}
div[itemprop="articleBody"] {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.center {
  text-align: center;
}
small,
.small {
  font-size: inherit;
}
span.title {
  color: #f00;
  font-weight: 400;
}
.titre-semibold {
  font-weight: 400 !important;
}
.sp-module ul > li.itemid991 {
  display: none;
}
a.bouton-gris {
  color: #444;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
a.bouton-gris::before {
  background: #eee !important;
}
a.bouton-gris:hover {
  color: white;
}
a.bouton-gris:hover:before {
  background: #2379c4 !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 5px rgba(201,205,208,0.6);
  outline: 0 none;
}
article.item-page .order-form {
  background-color: #eef3f8;
  border: 1px solid #d6e5f1;
  border-radius: 4px;
  float: left;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
}
article.item-page .order-form div {
  float: left;
}
article.item-page .order-form .form-right-order {
  width: 100% !important;
}
article.item-page .order-form #meg_div {
  display: none;
}
article.item-page .order-form .title {
  width: 100%;
  font-size: 25px;
  color: #156bb4;
  font-weight: 400;
  margin: 20px 0 20px 0;
}
article.item-page .order-form .title.subtitle {
  margin: 20px 0 20px 0;
}
article.item-page .order-form .col-sm-6 .title:nth-of-type(1) {
  margin-top: 0;
}
article.item-page .order-form .affieldname {
  background-image: none;
  height: inherit;
  padding: 10px 0;
  color: #156cb5;
  font-weight: normal;
  font-size: 15px;
  width: 100%;
  margin: 0;
}
article.item-page .order-form input[type="text"],
article.item-page .order-form select,
article.item-page .order-form textarea {
  text-align: left !important;
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  background: white;
  border: 1px solid #ccc;
  width: 100%;
}
article.item-page .order-form input[type="tel"] {
  background: white;
  border: 1px solid #ccc;
  width: 100%;
}
article.item-page .order-form input[type="email"] {
  background: white;
  border: 1px solid #ccc;
  width: 100%;
}
article.item-page .order-form input[type="number"] {
  background: white;
  border: 1px solid #ccc;
  width: 100%;
}
article.item-page .order-form input[type="checkbox"] {
  margin-right: 4px;
}
article.item-page .order-form input[type="radio"] {
  margin-right: 4px;
}
article.item-page .order-form .right-input {
  width: 100%;
}
article.item-page .order-form textarea {
  height: 100px;
}
article.item-page .order-form .top_checkbox {
  width: 100%;
}
article.item-page .order-form .celeste-captcha .row {
  width: 100%;
}
article.item-page .order-form .celeste-captcha .row img {
  float: right;
  margin: auto;
}
article.item-page .order-form .celeste-captcha .row #codeuser {
  width: 10em;
  margin: auto;
  float: left;
  background-color: white;
  border: 1px solid #ccc;
}
article.item-page .order-form input[type="button"],
article.item-page .order-form input[type="reset"],
article.item-page .order-form input[type="submit"] {
  padding: 5px 50px;
  float: right;
  margin-top: 20px;
}
article.item-page .order-form .bottom-text2 {
  color: #156bb4;
  font-weight: 600;
  line-height: 14px;
  font-size: 12px;
}
article.item-page .order-form .bottom-text2 strong {
  font-weight: normal;
}
.div-area {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.bottom-row {
  margin-top: 0;
}
.bottom-row span {
  color: #156bb4;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: left;
}
.bottom-row input[type="text"],
.bottom-row select,
.bottom-row textarea {
  text-align: left !important;
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  background: #eef3f8;
  width: 100%;
}
.bottom-row textarea {
  float: left;
  width: 100% !important;
}
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + label.css-label,
input[type=checkbox].css-checkbox + label.css-label.clr {
  padding-left: 30px;
  height: 21px;
  display: inline-block;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
}
input[type=checkbox].css-checkbox:checked + label.css-label,
input[type=checkbox].css-checkbox + label.css-label.chk {
  background-position: 0 -21px;
}
label.css-label {
  background-image: url(../images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
article.item-page .atterrissage h1 {
  color: #156bb4;
  font-size: 1.8em;
  font-weight: 100;
}
article.item-page .atterrissage h2 {
  font-size: 1.8em;
  font-weight: 100;
}
article.item-page .atterrissage img {
  max-width: 500px;
  margin: 100%;
}
article.item-page .atterrissage h3 {
  background-image: url(../images/fleche-ok.png);
  background-repeat: no-repeat;
  min-height: 42px;
  padding: 0 0 0 38px !important;
  margin: 20px 0 !important;
  color: #156cb5;
  font-weight: 400;
  font-size: 22px;
  background-size: 30px;
}
article.item-page .atterrissage h4 {
  margin-left: 40px;
}
article.item-page .atterrissage span {
  font-weight: 600;
  color: #156bb4;
}
article.item-page .atterrissage #google-map {
  margin-left: 60px;
}
article.item-page .atterrissage #legende {
  margin-top: 10px;
  margin-left: 20px;
}
article.item-page .atterrissage #legende img {
  margin: unset;
  float: left;
  clear: both;
}
.atterrissage .intro h1 {
  color: #156bb4;
  text-align: center;
}
.atterrissage .intro img {
  margin: auto;
}
#sp-sdc .col-sm-12 {
  background-image: none;
}
.sticky-wrapper {
  height: 120px !important;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header {
  padding: 0;
  height: 96px;
  position: fixed;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
header {
  z-index: 300;
  position: relative;
}
header #sp-menu {
  padding: 40px 0;
}
header #sp-menu .sp-column {
  float: right;
}
header #sp-logo .logo {
  height: inherit;
  transition: 400ms;
}
header #sp-logo .logo img {
  max-height: 100px;
}
.sp-megamenu-parent > li.sp-has-child > a:after {
  content: "";
}
.sp-megamenu-parent > li > a {
  text-transform: initial;
  font-size: 15px;
  font-weight: 400;
  color: #156bb4;
}
.sp-megamenu-parent li.active > a,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active:hover > a {
  background-color: #fff;
  color: #156bb4 !important;
}
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active:hover > a {
  -moz-box-shadow: 0 0 5px 0 rgba(110,112,115,0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(110,112,115,0.3);
  -o-box-shadow: 0 0 5px 0 rgba(110,112,115,0.3);
  box-shadow: 0 0 5px 0 rgba(110,112,115,0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#6e7073,Direction=90,Strength=3);
}
.sp-megamenu-parent > li:hover > a:after,
.sp-megamenu-parent > li.active:hover > a:after {
  position: absolute;
  background: #fff;
  width: 93%;
  height: 20px;
  z-index: 999;
  left: 0;
  top: 75%;
  content: "";
}
.sp-megamenu-parent > li.menu-justify:hover > a:after,
.sp-megamenu-parent > li.menu-justify:.active:hover > a:after {
  position: absolute;
  background: #fff;
  width: 93%;
  height: 20px;
  z-index: 999;
  left: 0;
  top: 75%;
  content: "";
}
.sp-megamenu-parent .sp-dropdown-mega {
  padding: 0 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: none !important;
  color: #c026e1 !important;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: inherit;
}
.sp-megamenu-parent > li.espace-client img {
  float: left;
  margin-top: 7px;
  width: 13px;
}
.sp-megamenu-parent > li.espace-client a {
  background-color: #1174d2;
  color: #fff !important;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 8px 2px 8px;
  line-height: 25px;
}
.sp-megamenu-parent > li.espace-client a:after {
  display: none;
}
.sp-megamenu-parent > li.espace-client .image-title {
  margin-left: 7px;
}
.sp-megamenu-parent .sp-dropdown {
  padding: 0;
  margin-top: -3px;
  z-index: 100;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(110,112,115,0.3);
  border-top: 0;
  padding: 10px;
}
.icon-star:before {
  display: none;
}
.menu-gauche,
.custom-class {
  margin-top: 10px;
}
.menu-gauche .nav .nav-child,
.custom-class .nav .nav-child {
  padding-left: 20px;
}
.menu-gauche .nav li,
.custom-class .nav li {
  border-bottom: 0;
  position: relative;
}
.menu-gauche .nav li:before,
.custom-class .nav li:before {
  background-image: url(../images/point.png);
  width: 2px;
  height: 17px !important;
  background-position: bottom center;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
}
.menu-gauche .nav li a,
.custom-class .nav li a {
  padding: 3px 12px;
  color: #272727;
  line-height: 1.8em;
}
.menu-gauche .nav li a:hover,
.menu-gauche .nav li a:focus,
.custom-class .nav li a:hover,
.custom-class .nav li a:focus {
  background: none !important;
  font-weight: 600 !important;
  color: #156bb4 !important;
}
.menu-gauche .nav li a img,
.custom-class .nav li a img {
  display: none;
}
.menu-gauche .nav li .espace-client .image-title,
.custom-class .nav li .espace-client .image-title {
  color: #272727 !important;
  line-height: 1.8em !important;
  font-size: 13px;
}
.menu-gauche .nav li.current:before,
.custom-class .nav li.current:before {
  background-image: url(../images/bg-menu-current.png);
  width: 2px;
  height: 16px !important;
  background-position: bottom center;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
  top: 25%;
}
.menu-gauche .nav li.current a,
.custom-class .nav li.current a {
  font-weight: 600;
  color: #156bb4;
}
.menu-gauche .nav li.current li a,
.custom-class .nav li.current li a {
  color: inherit;
  font-weight: 100;
}
.menu-gauche .nav li.current.parent,
.custom-class .nav li.current.parent {
  position: relative;
}
.menu-gauche .nav li.current.parent:before,
.custom-class .nav li.current.parent:before {
  top: 2%;
}
.maxiroundedcenter {
  float: right !important;
}
ul.maximenuck {
  width: 900px;
  text-align: right !important;
  background-color: transparent !important;
  border: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1.active,
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1:hover {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1.parent.hover {
  -moz-box-shadow: 0 0 5px 0 #D8DADA !important;
  -webkit-box-shadow: 0 0 5px 0 #D8DADA !important;
  box-shadow: 0 0 5px 0 #D8DADA !important;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a,
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a span.titreck {
  color: #c026e1 !important;
}
div#maximenuck167 ul.maximenuck li ul.maximenuck2 li.maximenuck,
div#maximenuck167 ul.maximenuck2 li.maximenuck {
  margin: 0 !important;
}
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1 {
  border: 0;
}
div#maximenuck167.maximenuckh ul.maximenuck li.maximenuck.level1:last-child {
  margin-left: 10px !important;
}
div#maximenuck167.maximenuckh ul.maximenuck li.level1.parent > a,
div#maximenuck167.maximenuckh ul.maximenuck li.level1.parent > span.separator {
  padding: 0 !important;
}
li.maximenuck.espace-client a {
  line-height: 12px;
  min-height: 10px !important;
  padding: 3px 0 5px 0 !important;
}
li.maximenuck.espace-client a img {
  float: left;
  margin: 0 5px 0 0 !important;
  width: 13px;
}
li.maximenuck.espace-client a span.titreck {
  float: right !important;
  margin: 3px;
}
ul.maximenuck li > a,
ul.maximenuck li > span {
  font-family: 'Open Sans' !important;
  color: #156bb4 !important;
}
ul.maximenuck li.parent {
  width: 80px;
}
ul.maximenuck li.parent:hover a:after {
  display: block !important;
  position: absolute !important;
  background: #fff !important;
  width: 80px !important;
  height: 20px !important;
  z-index: 99999 !important;
  left: -9px !important;
  top: 75% !important;
  content: "" !important;
  border-top: 0 !important;
}
ul.maximenuck li.parent .floatck a:after {
  display: none !important;
}
ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck,
.maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck {
  text-indent: 0 !important;
}
ul.maximenuck li.maximenuck ul.maximenuck2 li > a,
ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a {
  line-height: 15px;
}
.maxidrop-main {
  padding-right: 20px !important;
}
.maximenuck2 {
  padding-left: 20px !important;
}
.maximenuck2:last-child {
  padding-right: 20px !important;
}
.maximenuck2 a {
  border-bottom: 1px solid #eee !important;
  font-weight: 600 !important;
  padding: 15px 0 15px 0 !important;
}
.maximenuck2 a a:hover {
  color: #c026e1 !important;
}
.maximenuck2 .floatck {
  padding: 0 !important;
  margin-top: 15px !important;
}
.maximenuck2 .floatck .maximenuck2 {
  padding: 0 !important;
}
.maximenuck2 .floatck a {
  border-bottom: 0 !important;
  font-weight: normal !important;
  padding: 0 !important;
}
ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a {
  color: #c026e1 !important;
}
#sp-page-title {
  padding: 50px 0 0 0;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}
#sp-page-title .breadcrumb {
  background: none;
  margin-bottom: 50px;
}
#sp-page-title .breadcrumb li {
  display: none;
}
#sp-page-title .breadcrumb li:last-child {
  display: block;
  font-weight: 400;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.3em;
}
#sp-page-title .breadcrumb li + li:before {
  display: none;
}
.carte-bandeaux .bg-bandeauxrubriques {
  background-size: inherit;
}
.bg-bandeauxrubriques {
  padding: 40px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}
.bg-bandeauxrubriques .breadcrumb {
  background: none;
  margin-bottom: 40px;
}
.bg-bandeauxrubriques .breadcrumb li {
  display: none;
}
.bg-bandeauxrubriques .breadcrumb li:last-child {
  display: block;
  font-weight: 400;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.3em;
  text-shadow: -1px -1px 0 rgba(255,255,255,0.1), 1px 1px 0 rgba(4,76,116,0.6);
}
.bg-bandeauxrubriques .breadcrumb li + li:before {
  display: none;
}
#sp-breadcrumb .breadcrumb {
  background: none;
  padding: 10px 0;
}
#sp-breadcrumb .breadcrumb > li + li:before {
  display: none;
}
#sp-breadcrumb .breadcrumb li {
  display: inline-block;
  font-weight: 600;
  color: #156bb4;
  border-bottom: 0;
}
#sp-breadcrumb .breadcrumb li :before {
  content: ">";
  color: #156bb4;
  padding: 0 5px;
}
#sp-breadcrumb .breadcrumb li :first-child:before {
  display: none;
}
#sp-breadcrumb .breadcrumb li img {
  display: none;
}
#sp-breadcrumb .breadcrumb li > a {
  color: #156bb4;
  display: inline-block;
}
.tp-bullets {
  z-index: 200;
}
.tp-bullets.preview1 .bullet {
  border-radius: 50%;
  background: #fff !important;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background-image: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.selected {
  background-color: #156bb4;
}
.bandeaux-eligibilite {
  height: 90px;
  background: url("../images/bg-bandeau.png");
  background-repeat: repeat-x !important;
}
.bandeaux-eligibilite .bandeauxeligibilite {
  margin: 25px 100px 0 100px;
}
.bandeaux-eligibilite .title h1,
.bandeaux-eligibilite h1.sppb-addon-title {
  letter-spacing: 0;
  margin-top: 6px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
}
.bandeaux-eligibilite input {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  color: rgba(0,102,153,0.6);
  font-size: 0.9em !important;
}
.bandeaux-eligibilite .center {
  text-align: center;
}
.bandeaux-eligibilite .sppb-btn.sppb-btn-lg.eligibilite {
  margin: 0;
}
.bandeaux-eligibilite .sppb-btn.sppb-btn-lg.eligibilite.btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: initial;
  font-size: 20px !important;
  padding: 7px 40px;
  font-weight: 100;
}
.bandeaux-eligibilite .sppb-btn.sppb-btn-success:hover {
  background-color: #ffffff !important;
  color: #156bb4 !important;
}
.bandeaux-eligibilite .adress-text.sppb-addon-content {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
  height: 30px;
  margin-top: 10px;
}
.bandeaux-eligibilite .adress-text.sppb-addon-content img {
  display: inline-block;
  margin-top: -10px;
  margin-right: 5px;
}
.bandeaux-eligibilite .adress-text.sppb-addon-content a {
  color: #fff;
  font-weight: 100;
}
.verifiez-eligibilite {
  margin: 25px auto;
  width: 100%;
  float: left;
  position: relative;
}
.verifiez-eligibilite .content {
  margin: 0 auto;
  width: 780px;
}
.verifiez-eligibilite .content .col {
  width: 25%;
  float: left;
}
.verifiez-eligibilite .content .col h1.sppb-addon-title {
  font-size: 1.3em;
}
.verifiez-eligibilite .content .col .eligibilite.btn {
  font-size: 1.3em !important;
}
.verifiez-eligibilite .content .titre-veligibilite {
  width: 175px;
  margin-right: 25px;
}
.verifiez-eligibilite .content .input-veligibilite {
  width: 220px;
}
.verifiez-eligibilite .content .btn-veligibilite {
  width: 130px;
  margin: 0 25px;
}
.verifiez-eligibilite .content .adresse-veligibilite {
  width: 180px;
}
.image-feature .sppb-addon.sppb-addon-articles {
  background-image: url(../images/bg-banniere-milieu.png);
  background-repeat: repeat;
}
.image-feature .sppb-addon-article .blog_content {
  border: 0;
  background-color: transparent;
  color: #fff;
}
.image-feature .sppb-addon-article .blog_content h3,
.image-feature .sppb-addon-article .blog_content h3 a {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-transform: inherit;
}
.image-feature .sppb-readmore {
  font-size: 15px;
  color: #fff;
  float: right;
  padding-left: 25px;
  background-image: url(../images/icone-plus.png);
  background-repeat: no-repeat;
  height: 22px;
  font-weight: 100;
  background-size: 20px 20px;
  background-position: bottom left;
}
.bg-blanc {
  background-image: url("../images/bg-blanc.png");
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -49px !important;
  background-size: 100% 100% !important;
  height: 50px;
}
.bg-blanc .sppb-divider.sppb-divider-border {
  border: 0;
}
.home-border-top {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#f0f2f5 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#f0f2f5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f0f2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f2f5',GradientType=0);
  text-align: center;
}
.home-border-top input[type="submit"] {
  padding: 10px 30px;
  font-size: 1.8em !important;
  font-weight: 100;
}
.box-etape-title {
  color: #156bb4;
  text-align: center;
  font-weight: 200;
  text-transform: initial;
  letter-spacing: 1px;
}
.etape-title {
  text-align: center;
  font-weight: 200;
  font-size: 25px;
  text-transform: initial;
}
.etape-texte {
  text-align: center;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0;
}
.feature-titre h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 100;
  color: #156bb4;
  margin: 20px 0 70px 0;
}
.feature-titre h2 span {
  font-weight: 400;
}
.actu-item .blog_content {
  border: 0;
  padding: 22px 0;
}
.actu-item h3 {
  margin-bottom: 15px;
}
.actu-item h3 a {
  color: #156bb4 !important;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: initial;
}
.actu-item .sppb-article-introtext {
  line-height: 1.7em;
  margin-bottom: 15px;
}
.actu-item .sppb-article-introtext strong {
  font-weight: 400;
}
.actu-item .sppb-readmore {
  float: right;
}
.sppb-article-introtext strong {
  font-weight: normal !important;
  margin-bottom: 15px;
}
.blog p {
  text-align: justify;
}
.blog .intro-image {
  float: left;
  margin: 0 20px 10px 0;
  min-width: 170px;
  max-width: 170px;
}
.blog .intro-image > a > img {
  max-height: 110px;
  max-width: 170px;
  margin: auto;
}
.blog div.blog-content {
  padding: 0 0;
}
.blog article.item {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.blog .items-leading {
  border-bottom: 0 !important;
}
.blog .items-leading h2 a {
  color: #c026e1 !important;
}
.blog .items-leading article.item {
  border-bottom: 1px solid #eee;
}
.blog .readmore {
  font-weight: 400;
}
.blog .readmore .btn,
.blog .readmore .btn:hover {
  background-image: url("../images/readmore.png") !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90% center;
}
.blog .plus-articles {
  color: #156bb4;
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 50px;
}
.blog .entry-header h2 {
  line-height: 1em !important;
  text-transform: inherit;
}
.blog .entry-header h2 a {
  color: #156bb4;
  font-size: 0.8em;
  font-weight: 100;
}
.blog .entry-header h2 .title-plus {
  height: 90px;
}
.blog .items-leading strong,
.blog .items-row strong {
  font-weight: 100;
}
.blog .sub-content {
  height: 148px !important;
  float: left;
  overflow-y: hidden;
  position: relative;
  text-align: justify;
}
.blog .sub-content img {
  display: none;
}
.entry-header {
  margin-bottom: 0;
}
.entry-header h2 a {
  color: #c026e1;
  font-size: 1em;
  font-weight: 400;
}
.entry-header.has-post-format {
  margin-left: 0;
}
.entry-header.has-post-format .post-format {
  display: none;
}
article p {
  text-align: justify;
}
article.item {
  box-shadow: none;
}
article.item-page {
  overflow: auto;
}
article.item-page a {
  z-index: 99;
  width: auto;
}
article.item-page a:hover {
  width: auto;
}
article.item-page h1,
article.item-page h2,
article.item-page h3,
article.item-page h4,
article.item-page h5,
article.item-page h6 {
  padding: 10px 0;
  margin: 10px 0;
}
article.item-page .entry-image {
  float: left;
}
article.item-page .entry-image img {
  max-width: 250px;
  max-height: 250px;
  margin-right: 20px;
  display: block;
}
article.item-page h1 {
  color: #2f7bbb;
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.3em;
}
article.item-page h2 {
  color: #c026e1;
  font-size: 1.6em;
  font-weight: 100;
  line-height: 1.6em;
}
article.item-page .entry-header.has-post-format h2,
article.item-page .entry-header h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
article.item-page h3 {
  color: black;
  font-size: 1.6em;
  font-weight: 100;
  line-height: 1.3em;
}
article.item-page h4 {
  color: #c026e1;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.3em;
}
article.item-page img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
article.item-page ul {
  list-style-type: none;
}
article.item-page ul li {
  border-bottom: 0;
  padding-left: 25px;
  position: relative;
}
article.item-page ul li:before {
  background-image: url(../images/ul-li.png);
  width: 14px;
  height: 20px !important;
  background-position: 0 5px;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
  left: 10px;
}
article.item-page .sp-social-share {
  display: none;
}
.items-more ol {
  list-style-type: none;
  padding: 0;
}
.items-more ol li:before {
  background-image: url(../images/point.png);
  width: 2px;
  height: 15px !important;
  background-position: bottom center;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
}
.items-more ol li a {
  padding-left: 20px;
  font-size: 1.1em;
}
div.blog-content p.readmore {
  margin-top: 10px;
}
div.blog-content p.readmore a {
  border-width: 0;
}
div.blog-content p.readmore a:hover {
  background: none;
  color: inherit;
}
.block-text {
  margin-top: 60px;
}
.block-text span {
  color: #156bb4;
  font-weight: 600;
}
.block-text > .phone {
  font-size: 2.3em;
}
.resultat-eligibilite {
  text-align: center;
}
.resultat-eligibilite .zonegrise img {
  max-width: unset;
}
.eligibilite-form {
  text-align: center;
}
.eligibilite-form .pos-left {
  float: right;
}
.eligibilite-form form {
  margin: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px;
  width: 400px;
  min-height: 235px;
}
.eligibilite-form .title {
  color: #fff;
  font-size: 1.5em;
}
.eligibilite-form .title.adresse {
  margin: 0 0 20px 0;
}
.eligibilite-form input[type="text"] {
  margin: auto;
  color: #156bb4;
  width: 300px;
  text-align: center;
}
.eligibilite-form input[type="submit"] {
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
}
.eligibilite-form input[type="submit"]:hover {
  background: #fff;
  color: #156bb4;
}
.eligibilite-form select {
  margin: auto;
  color: #156bb4;
  width: 300px;
  text-align: center;
}
.center-text .sppb-addon-content {
  max-width: 400px;
}
.center-text .pos-left .sppb-addon-content {
  float: right;
}
ul.color-bleu {
  list-style: none;
}
ul.color-bleu li {
  border-bottom: 0;
  padding-left: 20px;
  position: relative;
}
ul.color-bleu li:before {
  background-image: url(../images/point.png);
  width: 2px;
  height: 17px !important;
  background-position: bottom center;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
  left: 10px;
}
.tester-commander {
  margin: 30px 0;
}
.tester-commander .tester img {
  float: right;
}
.tester-commander .commander {
  padding: 50px;
}
.items-more {
  margin-top: 30px;
}
.centent-img .intro-image {
  margin: 0;
  max-width: 100%;
}
.centent-img .intro-image img {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.title-plus {
  float: left;
  padding: 10px 0 20px 0 !important;
  width: 100%;
}
#sp-parallax #sp-parallax {
  background-image: none;
}
.page-parallax {
  color: #fff;
}
.page-parallax .sp-module .sp-module-title {
  margin: 0;
  display: none;
}
.page-parallax .bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
  min-height: 300px;
}
.page-parallax .bg-parallax .bg-parallax {
  padding: 50px 0 70px 0;
}
.page-parallax.center {
  text-align: center !important;
}
.page-parallax img {
  margin: auto;
}
.page-parallax .sppb-col-sm-6:nth-child(2n) {
  text-align: left;
}
.page-parallax .sppb-col-sm-6:nth-child(2n) a {
  margin-top: 10px;
  float: left;
}
.page-parallax .sppb-col-sm-6:nth-child(2n+1) {
  text-align: right;
}
.page-parallax .sppb-col-sm-6:nth-child(2n+1) a {
  margin-top: 10px;
  float: right;
}
.page-parallax h3,
.page-parallax h4,
.page-parallax h3 a {
  color: #fff;
  padding: 0;
  font-weight: 100;
}
.page-parallax a.readmore {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
}
.page-parallax a.readmore:hover {
  background-color: #fff;
  color: #156bb4;
}
.page-parallax .bg-parallax {
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.page-parallax .trois-colonnes .bg-parallax {
  padding: 50px 0 70px 0;
}
.page-parallax .trois-colonnes h2 {
  font-size: 3em;
  text-align: center;
  font-weight: 100;
  margin-bottom: 80px;
}
.page-parallax .trois-colonnes img {
  margin: auto;
  width: 80px;
  height: 80px;
}
.page-parallax .trois-colonnes h3 {
  font-weight: 400;
}
.page-parallax .trois-colonnes h3,
.page-parallax .trois-colonnes p {
  text-align: center;
}
.page-parallax .creative .bg-parallax {
  padding: 50px 0 50px 0;
}
.page-parallax .creative img {
  margin: 0;
  display: inline-block;
}
.page-parallax .creative .col-sm-6:nth-child(2n) {
  text-align: left;
  margin-bottom: 20px;
}
.page-parallax .creative .col-sm-6:nth-child(2n) h3 {
  margin-left: -30px;
  font-weight: 100;
}
.page-parallax .creative .col-sm-6:nth-child(2n) a.readmore {
  margin-top: 10px;
  float: left;
}
.page-parallax .creative .col-sm-6:nth-child(2n+1) {
  text-align: right;
  margin-bottom: 20px;
}
.page-parallax .creative .col-sm-6:nth-child(2n+1) h3 {
  margin-right: -30px;
  font-weight: 100;
}
.page-parallax .creative .col-sm-6:nth-child(2n+1) a.readmore {
  margin-top: 10px;
  float: right;
}
.page-parallax .btn-bg-bleu a.readmore {
  border: 0 solid #fff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  background: #0066cc;
}
.page-parallax .btn-bg-bleu a.readmore:hover {
  background: rgba(0,102,153,0.6);
}
.page-parallax.center h3,
.page-parallax.center p,
.page-parallax.center a {
  text-align: center !important;
}
.carte-block {
  background-image: url(../images/bg-mape.jpg);
  background-color: #197fc2;
  background-repeat: repeat-x;
  height: 570px !important;
}
.carte-block .carte {
  padding-left: 0;
  background-image: url(../images/bg-mape-box.jpg);
  background-position: center top;
}
.carte-block .carte img {
  width: 100%;
  padding: 0;
  overflow-y: hidden;
  height: 570px;
}
.carte-block .block {
  background-image: url(../images/bg-mape-box.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  height: 100%;
}
.carte-block .block .text {
  margin-top: 150px;
  color: #fff;
}
.carte-block .block .text h3 {
  font-size: 1.2em;
  padding: 0 0;
  font-weight: 400;
  color: white;
}
.carte-bottom {
  font-weight: 400;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.carte-bottom a {
  color: #156bb4;
  font-weight: 400;
  font-style: italic;
}
.box-mape-full {
  background-color: #197ec2;
  color: #fff;
  text-align: center;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}
.box-mape-full .mape img {
  width: 100%;
  padding: 0;
}
.box-mape-full h3 {
  padding: 0 !important;
}
.pagination-wrapper {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  margin: 0 3px;
  font-weight: 600;
  color: #c2c2c2 !important;
  border: 1px solid #fff !important;
  cursor: pointer;
}
.pagination > li:first-child > a,
.pagination li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination li.page-item > a,
.pagination > .active > a,
.pagination li > a:hover,
.pagination li > a:focus,
.pagination li > span:hover,
.pagination li > span:focus {
  border: 1px solid #156bb4 !important;
  color: #156bb4 !important;
  background: #fff !important;
}
.pagination .disabled > span,
.pagination .disabled > span:hover,
.pagination .disabled > span:focus,
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination li.disabled > a:focus {
  border: 1px solid #eee !important;
}
.titre-expertise {
  color: #156bb4;
  font-size: 3em;
  text-align: center;
  font-weight: 100;
}
.expertise-box {
  text-align: center;
}
.expertise-box img {
  margin: auto;
}
.expertise-box h3 {
  color: #156bb4;
  font-size: 1.2em;
  padding: 0;
}
.expertise-box p {
  margin: 0 0 10px;
  min-height: 100px;
}
.expertise-box .readmore {
  float: inherit;
  border: 1px solid;
  padding: 4px 30px 5px 10px;
  background-image: url("../images/chevron-right.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90% center;
  border-radius: 7px;
}
.expertise-box .readmore:hover {
  color: #fff;
  background-image: url("../images/chevron-right-blc.png");
  background-color: #156bb4;
  border-color: #156bb4;
}
.carte-fibre-optique {
  background-color: #1a8aca;
  background-image: url("../images/bg-carte-bleu.jpg");
  color: #fff;
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 0 40px 0;
}
.carte-fibre-optique h3 {
  font-size: 2.2em;
  font-weight: 300;
}
.carte-fibre-optique .content {
  float: left;
  margin: 40px 50px 50px 50px;
  width: 300px;
}
.carte-fibre-optique .content .readmore {
  float: inherit;
  border: 1px solid;
  padding: 4px 30px 5px 10px;
  background-image: url("../images/chevron-right-blc.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90% center;
  border-radius: 7px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.carte-fibre-optique .content .readmore:hover {
  color: #156bb4;
  background-image: url("../images/chevron-right.png");
  background-color: #fff;
  border-color: #156bb4;
}
form.calcul-bande-passante #div_sauvegarde input {
  display: inline;
}
form.calcul-bande-passante #div_sauvegarde select {
  display: inline;
}
form.calcul-bande-passante .panel h4 {
  color: #156bb4;
  font-weight: 600;
  width: 100%;
}
.resultat-bande-passante .sdc-content h1 {
  color: #c026e1;
  width: 100%;
  text-align: center;
}
.resultat-bande-passante .sdc-content h4 {
  color: #000000;
  font-weight: 600;
  font-size: 1.1em;
}
.calcul-bande-passante input[type="checkbox"],
.calcul-bande-passante input[type="radio"] {
  margin-right: 5px;
}
.nb-ordi {
  width: 100%;
  margin-top: 30px;
}
.nb-ordi form {
  margin: 40px auto 40px auto;
  padding: 40px;
  max-width: 400px;
  background-color: #eef3f7;
  border: 1px solid #d5e5f2;
  border-radius: 4px;
}
.nb-ordi form .row img {
  margin: auto;
}
.nb-ordi form .row h4 {
  color: #156bb4;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.nb-ordi form .row input {
  display: inline;
  border: 0;
  width: 100%;
}
.nb-ordi form .row input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
}
.box-shadow {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 99;
}
.shadow:before,
.shadow:after {
  bottom: 10px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-shadow:before,
.box-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
  display: inherit;
}
.shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
#sp-flash-info {
  margin: -45px 0 0 17%;
  position: absolute;
  z-index: 200;
  width: auto;
}
.rappel-flash {
  margin: auto;
  display: block;
  width: 680px;
  position: relative;
}
custom.rappel-flash {
  position: absolute;
  left: 20%;
  top: -23px;
}
.rappelflash {
  text-align: center;
  width: 680px;
  height: 95px;
  margin: auto;
  background-color: #e9e9e9;
  position: relative;
  float: left;
  font-weight: 400;
}
.rappelflash:before,
.rappelflash:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.flashshadow:before,
.flashshadow:after {
  bottom: 8px;
  left: 0;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.flashshadow:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.flashshadow div {
  float: left;
  height: 100%;
  padding: 30px 0;
}
.flashshadow .flash-icone {
  background: #1d6db2 url("../images/tel.png") no-repeat;
  background-position: center;
  width: 75px;
  height: 100%;
}
.flashshadow .flash-label {
  color: #156bb4;
  font-size: 1.7em;
  width: 155px;
  line-height: 1.4em;
}
.flashshadow .flash-input {
  width: 290px;
}
.flashshadow .flash-input input {
  width: 270px;
  border-radius: 4px;
  border: none;
  color: rgba(0,102,153,0.6);
  font-size: 0.9em;
}
.flashshadow .flash-input span {
  font-size: 0.7em;
  color: #156bb4;
}
@media screen and (max-width: 768px) {
  #sp-flash-info {
    margin: 0 0 -60px 0;
    position: relative;
    float: left;
    width: 100%;
  }
  .rappelflash {
    width: 100%;
    height: auto;
  }
  .rappelflash div {
    padding: 15px 0;
  }
  .rappelflash .flash-label {
    width: 80%;
    padding: 15px 0;
    background-color: #1d6db2;
    line-height: 22px;
    color: white;
  }
  .rappelflash .flash-input {
    width: 70%;
    max-width: 70%;
    float: left;
  }
  .rappelflash .flash-input input {
    margin: auto;
    max-width: 100%;
  }
  .rappelflash .flash-btn {
    width: 25%;
    max-width: 25%;
    float: left;
  }
  .rappelflash .flash-btn input {
    padding: 5px 10px;
  }
  .rappelflash .text {
    display: none;
  }
  .rappel-flash {
    left: 0;
    width: 100%;
  }
  .rappel-flash .flashshadow .flash-icone {
    width: 20%;
    float: left;
  }
}
.actu-item .blog_img {
  position: relative;
  z-index: 99;
}
.actu-item .blog_img:before,
.actu-item .blog_img:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.actu-item .blog_img:before,
.actu-item .blog_img:after {
  background-image: url("../images/ombre-image.png");
  bottom: -26px;
  left: 0;
  height: 26px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.commander-btn {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  margin-top: 10px;
  border-radius: 4px;
}
.commander-btn:hover {
  background-color: none !important;
  color: #FFF !important;
}
.sppb-btn.sppb-btn-default {
  border: 2px solid #0058a6;
  border-color: #0058a6 !important;
  background-color: #0058a6 !important;
  color: #fff;
  font-weight: 100;
}
.sppb-btn:hover {
  position: relative;
}
.sppb-btn:hover:before,
.sppb-btn:hover:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.sppb-btn.sppb-btn-default:hover {
  background-color: #f4f4f4 !important;
  color: #156bb4;
  border: 2px solid #f4f4f4 !important;
}
.sppb-btn-success:hover:before,
.sppb-btn-default:hover:before,
.sppb-btn-success:hover:after,
.sppb-btn-default:hover:after {
  bottom: 16px;
  left: 4px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  content: "";
}
.sppb-btn-success:hover:after,
.sppb-btn-default:hover:after {
  right: 4px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.testez-eligibilite {
  text-align: center;
  border-radius: 4px;
  padding: 20px 0 0 0;
  background-color: #f1f1f1;
  max-width: 160px;
}
.testez-eligibilite:after,
.testez-eligibilite:before {
  box-sizing: border-box;
}
.testez-eligibilite a {
  z-index: 99;
  position: relative;
}
.testez-eligibilite img {
  padding: 0 0 0 0;
  margin: auto;
}
.testez-eligibilite #box {
  position: relative;
  width: 60%;
  background: #0066cc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0,0.8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 60px auto;
}
.testez-eligibilite #box:hover {
  background: #f4f4f4;
}
.testez-eligibilite #box:hover:before,
.testez-eligibilite #box:hover:after {
  content: "";
  background-image: url(../images/ombre-btn.png);
  position: absolute;
  bottom: -10px;
}
#boxshad {
  background-color: #156bb4;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 35px;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
}
#boxshad:hover:before,
#boxshad:hover:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 30%;
  max-width: 300px;
  height: 10px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  box-shadow: 0 15px 10px rgba(0,0,0,0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#boxshad:hover:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.box-row {
  padding-left: 15px;
}
.nspArt.nspCol1 {
  position: relative;
  padding: 0 !important;
}
.nspArt.nspCol1 .box {
  position: absolute;
  z-index: 200;
  bottom: 3px;
  left: 0.55% !important;
  background: rgba(255,255,255,0.7);
  width: 99%;
  height: auto;
}
.nspArt.nspCol1 h4.nspHeader {
  padding: 20px;
}
.nspArt.nspCol1 h4.nspHeader a {
  color: inherit;
}
.nspArt.nspCol1 a.nspImageWrapper {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.nspArt.nspCol1 a.nspImageWrapper img {
  height: auto;
  width: 100% !important;
}
.nspArt.nspCol1 a.readon.fright {
  color: inherit;
  padding: 0 20px;
  float: right;
}
.nspArt.nspCol1 .animated-img {
  float: left;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.nspArt.nspCol1 .img-actu-article {
  overflow: hidden;
}
.nspArt.nspCol1 .img-actu-article:hover .animated-img {
  -webkit-transform: scale3d(1.15,1.15,1);
  transform: scale3d(1.15,1.15,1);
}
.nspLinks .top {
  margin-top: 5px;
}
.nspLinks .top:first-child {
  margin-top: 0;
}
.nspLinks strong {
  font-weight: 500;
}
.nspLinks p {
  margin: 0;
}
.nspLinks .nspLinkScroll1 ul li {
  border-top: 0;
  padding: 0 3px 10px 3px;
}
.nspLinks .nspImageWrapper {
  margin: 0 !important;
}
.nspLinks h4 {
  margin: 0;
}
.nspLinks h4 a {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}
.nspLinks a.readon {
  float: right !important;
}
.actu-title h3 {
  color: #156bb4;
}
.actu-title h3 img {
  display: inline;
}
.actu-title h3 a {
  float: right;
  color: #156bb4;
  font-size: 0.8em;
}
.nspBotInterface {
  display: none;
}
.responsive-table-line table {
  text-align: center;
  border-collapse: collapse;
  border-radius: 6px;
}
.responsive-table-line table > thead {
  border-top-left-radius: 6px;
}
.responsive-table-line table > thead > tr {
  border: 0;
  border-top-left-radius: 6px !important;
}
.responsive-table-line table > thead > tr:first-child > th:first-child,
.responsive-table-line table > thead:hover > tr:hover:first-child > th:hover:first-child {
  border-top-left-radius: 6px;
}
.responsive-table-line table > thead > tr:first-child > th:last-child,
.responsive-table-line table > thead:hover > tr:hover:first-child > th:hover:last-child {
  border-top-right-radius: 6px;
}
.responsive-table-line .table-bordered {
  border: 0 solid #ddd;
}
.responsive-table-line th {
  height: 50px;
  line-height: 50px !important;
  background-color: #156bb4 !important;
  color: #fff;
  text-align: center;
  border: 0 !important;
}
.responsive-table-line th:hover:first-child {
  border-top-left-radius: 14px;
}
.responsive-table-line tr:nth-child(2n) {
  background-color: #eee;
}
.responsive-table-line tbody tr:hover {
  background-color: #2379c4;
  color: #fff;
}
.responsive-table-line td {
  line-height: 30px !important;
}
@media (max-width: 500px) {
  .responsive-table-line td:before {
    content: attr(data-title);
  }
  .responsive-table-line table,
  .responsive-table-line thead,
  .responsive-table-line tbody,
  .responsive-table-line th,
  .responsive-table-line td,
  .responsive-table-line tr {
    display: block;
  }
  .responsive-table-line thead tr {
    display: none;
    text-align: center !important;
  }
  .responsive-table-line td {
    position: relative;
    border: 0 solid transparent;
    padding-left: 50% !important;
    white-space: normal;
    text-align: center !important;
  }
  .responsive-table-line td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    text-align: center !important;
    color: inherit;
    padding: 2px;
  }
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,102,153,0.6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #156bb4;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
#sp-bottom {
  background-image: url("../images/bg-footer.gif");
  background-repeat: repeat-x;
  background-size: inherit;
  background-attachment: inherit;
  background-position: 0 0;
  background-color: #187bc0 !important;
  color: #ffffff;
  padding: 70px 0 30px 0 !important;
  border-bottom: 1px solid #3282c1;
}
#sp-bottom .sp-module {
  margin-top: 25px;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 5px;
}
#sp-bottom .sp-module ul > li {
  border-bottom: 0;
}
#sp-bottom .sp-module ul > li > a,
#sp-bottom .sp-module ul > li > a:hover {
  color: #ffffff;
  line-height: 1.2em;
}
#sp-bottom #sp-bottom4 ul > li {
  margin-bottom: 20px;
}
#sp-bottom #sp-bottom4 ul > li:before {
  width: 28px;
  height: 32px !important;
  background-position: bottom left;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
}
#sp-bottom #sp-bottom4 ul > li.espace-client:before {
  background-image: url(../images/icone-espace-clients.png);
}
#sp-bottom #sp-bottom4 ul > li.partenaires:before {
  background-image: url(../images/icone-partenaire.png);
}
#sp-bottom #sp-bottom4 ul > li.salons:before {
  background-image: url(../images/icone-salon.png);
}
#sp-bottom #sp-bottom4 ul > li > a,
#sp-bottom #sp-bottom4 ul > li > a:hover {
  padding-left: 40px;
}
#sp-bottom #sp-bottom4 ul > li span {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}
#sp-footer {
  background-color: #187bc0;
  border-top: 1px solid #2178bb;
  text-align: left;
}
#sp-footer a {
  color: #fff;
}
#sp-footer ul.social-icons > li a {
  border: 0;
  font-size: 1.2em;
  width: 25px;
}
#sp-footer ul.social-icons > li a:hover {
  background: none;
  border: 0;
  color: #fff;
}
#sp-footer .sp-module {
  margin-top: 0;
}
#sp-footer .sp-module ul > li {
  display: inline-block;
  border-bottom: 0;
  margin: 0 3px;
}
#sp-footer .sp-module ul > li:first-child {
  margin: 0 3px 0 0;
}
#sp-footer .sp-module ul > li a {
  line-height: 0;
}
#sp-footer .sp-module ul > li.divider {
  text-indent: -9999px;
}
#sp-footer .sp-module ul > li.divider:before {
  width: 2px;
  height: 16px !important;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  text-indent: 0;
  background-position: center bottom;
  background-image: url("../images/icone-divider.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #sp-flash-info {
    margin: -45px 0 0 11%;
  }
  .carte-block {
    height: auto !important;
    background: none;
    margin: 0;
  }
  .carte-block .carte {
    padding: 0;
    width: 100%;
  }
  .carte-block .block {
    padding-bottom: 20px;
    background-size: cover;
    width: 100%;
  }
  .carte-block .block .text {
    margin: 0;
    padding-top: 110px;
  }
  .carte-block.shadow:before,
  .carte-block.shadow:after {
    bottom: 13px;
  }
  .expertise-box p {
    min-height: 160px;
  }
}
@media screen and (max-width: 991px) {
  #sp-header {
    padding: 20px 0;
  }
  #sp-logo a {
    margin: 0 !important;
  }
  #sp-flash-info {
    margin: -45px 0 0 2%;
  }
  #sp-right .sp-module {
    padding: 0;
  }
  .verifiez-eligibilite .content {
    width: 760px;
  }
  .verifiez-eligibilite .content .titre-veligibilite {
    width: 170px;
    margin-right: 15px;
  }
  .verifiez-eligibilite .content .input-veligibilite {
    width: 200px;
  }
  .verifiez-eligibilite .content .btn-veligibilite {
    width: 130px;
    margin: 0 15px;
  }
  .verifiez-eligibilite .content .adresse-veligibilite {
    width: 180px;
  }
  .expertise-box {
    padding: 20px 0;
  }
  .expertise-box h3 {
    min-height: 40px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
  #sp-logo .logo {
    height: inherit;
    transition: 400ms;
  }
  #sp-logo .logo img {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 990px) {
  #sp-logo .logo {
    height: inherit;
    transition: 400ms;
  }
  #sp-logo .logo img {
    max-height: 90px !important;
  }
  .nspArt.nspCol1,
  .nspLinks {
    width: 100%;
  }
  .nspLinks {
    margin-top: 20px;
    padding: 0;
  }
  .nspLinks .top {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.com-content section#sp-main-body {
    margin-bottom: 0;
  }
  #sp-header {
    padding: 10px 0;
  }
  header #sp-logo .logo {
    height: auto;
    width: 100%;
  }
  header #sp-logo .logo img {
    max-height: 73px;
    width: auto;
    height: auto;
    max-width: 350px;
  }
  .tp-caption.largetitreblanc,
  .largetitreblanc {
    font-size: 1.1em !important;
  }
  .bandeaux-eligibilite {
    height: auto;
  }
  .bandeaux-eligibilite .bandeauxeligibilite {
    margin: 0;
    text-align: center;
  }
  .bandeaux-eligibilite h1,
  .bandeaux-eligibilite input,
  .bandeaux-eligibilite .btn,
  .bandeaux-eligibilite .adress-text {
    margin-top: 20px !important;
  }
  .bandeaux-eligibilite .adress-text {
    background-position: 40px top;
    margin-bottom: 13px !important;
  }
  .verifiez-eligibilite {
    margin: 25px auto;
    width: 100%;
    float: left;
    text-align: center;
  }
  .verifiez-eligibilite .content {
    width: 100%;
  }
  .verifiez-eligibilite .content .col {
    width: 100%;
    float: left;
  }
  .verifiez-eligibilite .content .col h1.sppb-addon-title {
    font-size: 1.3em;
  }
  .verifiez-eligibilite .content .col .eligibilite.btn {
    font-size: 1.3em !important;
  }
  .verifiez-eligibilite .content .titre-veligibilite {
    width: 100%;
    margin-right: 0;
  }
  .verifiez-eligibilite .content .input-veligibilite {
    width: 100%;
  }
  .verifiez-eligibilite .content .btn-veligibilite {
    width: 100%;
    margin: 0;
  }
  .verifiez-eligibilite .content .adresse-veligibilite {
    width: 100%;
  }
  .blog_img img {
    width: 100%;
  }
  .menu-gauche,
  .custom-class {
    margin-top: 0;
  }
  .tester-commander .commander {
    padding: 50px 0;
  }
  .tester-commander .commander .sppb-btn {
    padding: 8px 15px;
  }
  .eligibilite-form form {
    margin: 0;
    width: 100%;
  }
  .eligibilite-form .pos-left,
  .eligibilite-form .pos_right {
    float: inherit;
    margin: 20px 0;
  }
  .center-text .pos-left .sppb-addon-content,
  .sppb-text-right {
    float: inherit;
    text-align: left;
  }
  .expertise-box {
    padding: 20px 0;
  }
  .expertise-box h3 {
    min-height: 10px;
  }
  .expertise-box p {
    margin: 0 0 20px;
    min-height: inherit;
  }
  #sp-parallax #sp-parallax {
    text-align: center;
  }
  #sp-parallax img {
    max-width: 100%;
    margin: 0;
  }
  #sp-parallax p {
    margin: 0 0 30px;
  }
  #sp-parallax a {
    float: inherit;
  }
  .bg-bandeauxrubriques {
    background-size: cover;
  }
  .pagination {
    width: 100%;
    margin: 20px 0;
    float: left;
  }
  .pagination > li > a,
  .pagination .pagination > li > span {
    margin: 5px 3px;
  }
  #fav-caption.favstyle-default {
    left: 10%;
    width: 60%;
  }
  #fav-caption.favstyle-default h3.favtitle {
    font-size: 2.5em !important;
    width: 100% !important;
  }
  #fav-caption.favstyle-default p.favdescription {
    line-height: 25px !important;
  }
  .actu-title h3 a {
    float: left;
    margin-bottom: 20px;
  }
  .box-row {
    padding-left: 0;
  }
  .nspArt.nspCol1,
  .nspLinks {
    width: 100%;
    padding: 0 15px !important;
  }
  .nspLinks {
    margin-top: 20px;
  }
  .nspLinks img {
    width: 100%;
  }
  .nspLinks .box {
    margin-top: 20px;
  }
  .nspLinksWrap {
    width: 100% !important;
    margin-top: 20px;
    padding: 0;
  }
  .nspLinksWrap .col-sm-4,
  .nspLinksWrap .col-md-4,
  .nspLinksWrap .col-sm-8,
  .nspLinksWrap .col-md-8 {
    padding: 0;
  }
  .nspLinksWrap h4 {
    margin-top: 20px;
  }
  .nspLinksWrap img {
    width: 100% !important;
  }
  .nspLinksWrap .top.col-sm-12.col-md-12 {
    padding: 0;
  }
  .blog .sub-content {
    height: 70px !important;
  }
  .page-parallax .creative .col-sm-6:nth-child(2n+1) {
    text-align: center;
  }
  .page-parallax .creative .col-sm-6:nth-child(2n) {
    text-align: center;
  }
  .page-parallax .creative .col-sm-6:nth-child(2n) h3 {
    margin-left: inherit;
    font-weight: 100;
  }
  footer .sp-copyright,
  footer ul.social-icons,
  footer ul.nav {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #fav-caption.favstyle-default {
    left: 10%;
    width: 80%;
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .body-innerwrapper > section:nth-child(2) {
    padding-top: 80px !important;
  }
  #sp-header {
    height: 80px;
  }
  #sp-logo {
    margin: -5px auto;
  }
  .box-sticky .dj-megamenu-accordion-light .dj-mobile-open-btn {
    margin-top: 3% !important;
  }
  .dj-accordion-in {
    margin-top: 5px !important;
  }
  #sp-menu-principale,
  #sp-menu-principal {
    margin-top: 10px !important;
  }
  input[type=checkbox].css-checkbox + label.css-label,
  input[type=checkbox].css-checkbox + label.css-label.clr {
    font-size: 12px;
  }
  .nb-ordi form {
    width: 100%;
    padding: 10px 0;
  }
  .nb-ordi form .box-ordi {
    margin: 10px;
    text-align: center;
  }
  .nb-ordi form h4 {
    height: auto;
    font-size: 1.3em;
    padding: 0 0 0 40px;
    min-height: 32px;
    text-align: left;
  }
  .nb-ordi form input[type="submit"] {
    margin: 20px auto;
  }
  .eligibilite-form input[type="text"] {
    width: 200px;
  }
  .carte-fibre-optique .content {
    margin: 0;
    width: 100%;
    padding: 20px;
  }
  #fav-caption.favstyle-default {
    left: 10%;
    width: 80%;
    top: 10px;
  }
  #fav-caption.favstyle-default h3.favtitle {
    font-size: 2em !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  #fav-caption.favstyle-default p.favdescription {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .blog .intro-image {
    max-width: 100%;
  }
}
#sp-menu-principale,
#sp-menu-principal {
  margin-top: 25px;
}
.espace-client .image-title {
  color: #fff !important;
  float: left !important;
  font-size: 11px;
  line-height: 25px !important;
  margin-right: 13px !important;
}
.espace-client img {
  float: left;
  margin: 5px 0 0 9px !important;
  width: 13px;
}
.dj-up_a.espace-client {
  background: #156bb4 none repeat scroll 0 0 !important;
  border-radius: 4px;
  height: 25px !important;
  margin-top: 10px !important;
  padding: 0 !important;
  margin-left: 17px !important;
}
.dj-up_a.espace-client:hover {
  background: #c026e1 none repeat scroll 0 0 !important;
}
.divop .image-title {
  color: #fff !important;
  float: left !important;
  font-size: 11px;
  line-height: 25px !important;
  margin-right: 13px !important;
}
.divop img {
  float: left;
  margin: 5px 0 0 9px !important;
  width: 13px;
}
.dj-megamenu-default li a.dj-up_a.divop {
  background: #44bde0 none repeat scroll 0 0 !important;
  border-radius: 4px;
  height: 25px !important;
  margin-top: 10px !important;
  padding: 0 !important;
  margin-left: 17px !important;
  margin-right: 17px !important;
  line-height: 25px;
}
.dj-megamenu-default li a.dj-up_a.divop:hover {
  color: white !important;
  background: #c026e1 none repeat scroll 0 0 !important;
}
.dj-megamenu-default li a.dj-up_a.divop > span {
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  color: white !important;
}
.sp-module ul > li {
  border-bottom: none !important;
}
.dj-megamenu-sticky .dj-megamenu-default {
  float: none !important;
  padding: 0 !important;
}
.dj-megamenu-default .dj-submenu li.parent:hover,
.dj-megamenu-default .dj-submenu li.parent.hover {
  box-shadow: none !important;
}
.dj-megamenu-default li:nth-child(2).dj-up .dj-subcol li {
  float: left;
  width: 180px;
}
.dj-megamenu-default li:nth-child(2) .dj-subcol .dj-subtree li {
  width: 136px !important;
  float: left;
}
.dj-megamenu-default li:nth-child(3).dj-up .dj-subcol li {
  float: left;
  width: 145px;
}
.dj-megamenu-default li:nth-child(3) .dj-subcol .dj-subtree li {
  width: 136px !important;
  float: left;
}
.dj-subcol {
  margin-bottom: 15px;
}
.dj-megamenu-default > li.parent.hover > a:after {
  display: block !important;
  position: absolute !important;
  background: #fff !important;
  width: 100% !important;
  height: 20px !important;
  z-index: 999 !important;
  left: 0 !important;
  top: 75% !important;
  content: "" !important;
  border-top: 0 !important;
}
.dj-megamenu-sticky .dj-megamenu-default li:nth-child(1) .dj-subwrap.single_column.subcols1 {
  left: -439px !important;
}
.dj-megamenu-sticky .dj-megamenu-default li:nth-child(2) .dj-subwrap.single_column.subcols1 {
  left: -525px !important;
}
.dj-megamenu-sticky .dj-megamenu-default li:nth-child(3) .dj-subwrap.single_column.subcols1 {
  left: -610px !important;
}
.dj-mobileitem.itemid-923 {
  display: none;
}
.dj-megamenu-sticky .dj-megamenu.dj-megamenu-default {
  padding-top: 7px !important;
}
.sp-module ul > li {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.sp-module ul > li > a {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.sp-module ul > li.hover > a {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.dj-megamenu-default li.parent:hover,
.dj-megamenu-default li.parent.hover {
  -webkit-animation-duration: 0ms;
  animation-duration: 0ms;
}
.dj-megamenu-default li.parent:hover {
  box-shadow: none !important;
  border-radius: 0;
}
.dj-megamenu-default li ul.dj-submenu > li.parent > a.active {
  background-color: transparent !important;
}
.dj-megamenu-default li ul.dj-submenu > li.parent:hover > a.active,
.dj-megamenu-default li ul.dj-submenu > li.parent.hover > a.active {
  color: #c026e1 !important;
}
.dj-megamenu-default li ul.dj-subtree > li.active > a {
  text-decoration: none !important;
}
.dj-megamenu-default .dj-stickylogo img {
  margin-left: 30px;
}
.dj-megamenu-default li a.dj-up_a {
  font-weight: 600 !important;
}
.dj-megamenu-default.dj-megamenu-sticky {
  padding: 2px 0 0 0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
#dj-megamenu204placeholder {
  display: none;
  left: -130px;
  opacity: 0;
}
#dj-megamenu151placeholder {
  display: none;
  left: -130px;
  opacity: 0;
}
.box-sticky {
  position: relative;
}
.box-sticky .sp-module ul {
  list-style: none;
  padding: 0;
  margin-right: 100px;
}
.scrolling .box-sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.scrolling .box-sticky > ul.dj-megamenu-default:first-child {
  display: none;
  opacity: 1;
}
.scrolling .box-sticky #dj-megamenu204placeholder,
.scrolling .box-sticky > ul#dj-megamenu204,
.scrolling .box-sticky #dj-megamenu151placeholder,
.scrolling .box-sticky > ul#dj-megamenu151 {
  display: block;
}
.dj-megamenu-sticky {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative !important;
  margin-top: 0;
  box-shadow: none !important;
  float: none !important;
}
.dj-megamenu-default .dj-stickylogo {
  position: relative !important;
  float: left;
  left: 0 !important;
}
.dj-megamenu-sticky .dj-megamenu.dj-megamenu-default {
  left: 131.797px !important;
}
@media (min-width: 1200px) {
  .dj-megamenu-sticky {
    width: 1170px !important;
  }
  .dj-megamenu-sticky .dj-megamenu.dj-megamenu-default {
    left: 220px !important;
    position: inherit;
  }
}
@media (max-width: 996px) {
  .dj-megamenu-sticky {
    display: none;
  }
  .scrolling .box-sticky {
    position: inherit;
  }
  .box-sticky .dj-megamenu {
    display: none !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .dj-megamenu-default li a.dj-up_a {
    padding: 0 5px !important;
  }
  #sp-logo .logo img {
    padding: 10px 0;
  }
}
.dj-mobileitem.parent.active a:hover {
  color: #b9b9b9 !important;
}
.sp-module ul > li > a:hover {
  color: #1c8eef !important;
}
.right-input.tel {
  margin: 48px 0;
}
#sp-flash-info {
  left: 0;
  right: 0;
  margin-left: 0;
}
@media screen and (min-width: 980px) {
  .col-sm-3 .sub-content {
    height: 370px;
  }
}
.title-h1 {
  margin: 0 10px 10px 0 !important;
  padding: 0 10px 10px 0 !important;
}
.custommod-right {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}
.custommod-right h3 {
  color: #2f7bbb;
  font-weight: 100 !important;
  margin-top: 0;
  text-align: center;
}
.custommod-right p {
  text-align: center;
}
.item.item-page h1:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
}
.drop-shadow {
  margin: 0 auto;
  padding: 11px 0;
  position: relative;
  width: 250px;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.drop-shadow p {
  font-size: 16px;
  font-weight: bold;
}
.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px/0 0 6px 6px;
  border-radius: 0 0 120px 120px/0 0 6px 6px;
}
.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.5);
  box-shadow: 0 8px 12px rgba(0,0,0,0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  -webkit-box-shadow: -80px 0 8px rgba(0,0,0,0.4);
  -moz-box-shadow: -80px 0 8px rgba(0,0,0,0.4);
  box-shadow: -80px 0 8px rgba(0,0,0,0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
}
.curved-vt-2:before {
  right: 0;
}
.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}
.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}
.rotated {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotated > :first-child:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) inset;
  box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) inset;
}
.drop-shadow.lifted.rotated:hover > .rotated > :first-child:before {
  background: #000 !important;
}
a.commander-btn::before {
  background: #156bb4 !important;
}
a.commander-btn:hover:before {
  background: #2379c4 !important;
}
.rotated.test {
  width: 80%;
  text-align: center;
}
#sp-right .custom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding-bottom: 30px;
}
.body-innerwrapper > section:nth-child(2) {
  padding-top: 96px;
}
@media print {
  body {
    display: none;
  }
}
.dj-mobile-nav .espace-client .image-title {
  color: #2573b5 !important;
}
.dj-megamenu-default li a.dj-up_a,
.espace-client .image-title {
  font-size: 13px;
}
.sp-default-logo.hidden-xs {
  max-width: 111%;
  margin-top: 16px;
}
.dj-up_a.menu_eli span {
  background-color: #156bb4 !important;
  color: white !important;
  border-radius: 0.3em;
  height: 25px !important;
  padding: 10px 10px !important;
  margin-top: 10px;
  line-height: 25px !important;
  width: 175px;
  text-align: center;
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  div#sp-menu-principale {
    position: absolute;
    width: 100%;
  }
}
