/*
Theme Name: 1 Step Design
Description: Theme personnalisé 1 Step Design (Child Theme)
Author: 1 Step Design
Author URI: https://1step-design.fr
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
:root {
  /* --blue: #196FC9; */
  --blue: #0059a9;
  --green: #8fc044;
  --green-text: #7ca83a;
}
.cesure {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}
.no-cesure {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
body.osd .hidden {
  display: none !important;
}
body.osd .no-margin {
  margin: 0 !important;
}
body.osd .mt0 {
  margin-top: 0 !important;
}
body.osd .mb0 {
  margin-bottom: 0 !important;
}
body.osd .mt-half {
  margin-top: 18px !important;
}
body.osd .mb-half {
  margin-bottom: 18px !important;
}
body.osd .mh-1x {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
body.osd .mt-1x {
  margin-top: 36px !important;
}
body.osd .mb-1x {
  margin-bottom: 36px !important;
}
body.osd .ml-1x {
  margin-left: 36px !important;
}
body.osd .mr-1x {
  margin-right: 36px !important;
}
body.osd .pt-half {
  padding-top: 18px !important;
}
body.osd .pt-1x {
  padding-top: 36px !important;
}
body.osd .row-flex .uncont {
  display: flex;
  gap: 36px;
}
body.osd .lg-sub-html h6:not([class*="fontsize-"]),
body.osd .lg-sub-html .h6:not([class*="fontsize-"]) {
  font-size: 17px;
  font-weight: 600;
}
body.osd .lg-outer img {
  border-radius: 10px;
}
body.osd .lg-outer .lg-thumb-item img {
  border-radius: 3px;
}
body.osd .lg-outer .lg-thumb {
  padding: 36px 0;
}
body.osd .lg-sub-html p {
  font-size: 22px;
  margin: 4px 0 0;
}
body.osd .widget-container .tagcloud a {
  font-weight: 600;
  font-size: 13px !important;
  border: 2px solid var(--ifb-accent);
  border-radius: 4px;
  background-color: var(--ifb-accent);
  color: #fff;
}
body.osd .widget-container .tagcloud a:hover {
  color: #fff;
}
.nav .btn {
  background-color: var(--blue);
  color: #fff !important;
}
body:not(.contact) #footer-bottom {
  border-top: 2px solid #ddd !important;
}
#footer-bottom > .row {
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer-bottom .social-icon {
  width: auto !important;
  margin-top: -2px !important;
}
.footer-scroll-top {
  bottom: 56px;
}
.onestep-first h6 {
  background-color: #0059a9;
  padding: 10px 50px 10px 20px;
}
.onestep-first h6 span {
  color: #fff !important;
}
.text-lead,
.text-lead:not(ul):not(ol) > *,
p {
  line-height: 1.55em;
}
.banner-presta h2 {
  color: #fff1cc;
  font-size: 16px !important;
  /* background-color: rgba(204, 183, 114, 0.2); */
  background-color: rgba(74, 68, 72, 0.5);
  padding: 7px 18px;
  border-radius: 20px;
}
.header-az .text-top-reduced p {
  font-weight: 500;
  margin-top: 4px;
}
.home-presta .row-inner > div:not(.last) .uncell:hover {
  background-color: var(--green);
  cursor: pointer;
}
.home-presta .row-inner > div:not(.last) .uncell:hover h3,
.home-presta .row-inner > div:not(.last) .uncell:hover p {
  color: #fff;
}
.home-presta .row-inner > div.last .uncell,
.home-presta .row-inner > div.last .uncell:hover {
  border-color: var(--green) !important;
  border-width: 4px !important;
}
.home-presta .row-inner > div.last .uncell h3,
.home-presta .row-inner > div.last .uncell p,
.home-presta .row-inner > div.last .uncell:hover h3,
.home-presta .row-inner > div.last .uncell:hover p {
  color: var(--green-text) !important;
}
.about-col .row-inner > div .uncell:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.style-light .btn-hover-white.btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover,
.style-dark .style-light .btn-hover-white.btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover {
  color: #fff !important;
  border-color: #fff !important;
}
#masthead .overlay.overlay-search {
  background-color: var(--green);
}
#masthead .overlay.overlay-search .search-container form {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
#masthead .overlay.overlay-search .search-container form input,
#masthead .overlay.overlay-search .search-container form input::placeholder {
  color: #fff;
  outline-color: unset !important;
}
.text-bg-blue .heading-text > *:first-child {
  background-color: var(--blue);
  padding: 10px 40px 10px 20px;
  color: #fff !important;
  margin-top: -18px !important;
}
.icon-tech .uncont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-box.icon-inline {
  width: 130px;
}
.icon-tech .icon-box-heading > *:first-child {
  margin-top: 9px;
  margin-bottom: 36px;
}
.icon-tech .icon-box.react .icon-box-heading > *:first-child {
  max-width: 120px;
  text-align: center;
}
@media only screen and (max-width: 1920px) {
  .banner-home .uncont.col-custom-width {
    max-width: 87% !important;
  }
  .banner-presta h2 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1800px) {
  .banner-home .uncont.col-custom-width {
    max-width: 80% !important;
  }
}
@media only screen and (max-width: 1600px) {
  .banner-home .uncont.col-custom-width {
    max-width: 85% !important;
  }
  body.osd .banner-presta > .row > .shift_y_neg_quad {
    margin-top: -130px !important;
  }
}
@media only screen and (max-width: 1520px) {
  .banner-home .uncont.col-custom-width {
    max-width: 95% !important;
  }
}
@media only screen and (max-width: 1366px) {
  body.osd .banner-presta > .row > .shift_y_neg_quad {
    margin-top: -160px !important;
  }
  .banner-presta h2 {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-home .uncont.col-custom-width {
    max-width: 100% !important;
  }
  body.osd .banner-presta > .row > .shift_y_neg_quad {
    margin-top: -200px !important;
  }
}
@media only screen and (max-width: 569px) {
  #main-logo .navbar-brand img {
    margin: unset;
    height: 94%;
  }
  .menu-horizontal-inner,
  .menu-horizontal-inner .navbar-main-after {
    padding-top: 18px !important;
  }
  .menu-horizontal-inner .navbar-main-after .search-icon .fa-search3 {
    font-size: 16px;
  }
  .menu-horizontal-inner .navbar-main-after .search-icon span {
    font-size: 13px;
    text-transform: uppercase;
  }
  .menu-horizontal-inner .navbar-main-after .search-icon .fa-dropdown {
    display: none;
  }
  .banner-home .row {
    padding: 0 0 36px !important;
  }
  .banner-home .uncode-single-media {
    margin-top: 0 !important;
  }
  body.osd .banner-presta > .row > .shift_y_neg_quad {
    margin-top: -18px !important;
  }
  .banner-presta {
    padding-bottom: 0px;
  }
  .banner-presta h2 {
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    background-color: var(--green);
  }
  .banner-presta .row-child > .row-inner > .column_child:not(.first-child) {
    padding-top: 18px !important;
  }
  body.osd .text-lead,
  body.osd .text-lead:not(ul):not(ol) > *,
  body.osd p {
    line-height: 1.7em;
  }
  body.osd .onestep-first h6 {
    display: block !important;
  }
  body.osd .what-needs .uncell {
    border-left-width: 4px !important;
  }
  body.osd h3 {
    font-size: 27px;
  }
  body.osd .about-col .uncell {
    border-width: 4px !important;
  }
  body.osd .customers h3 {
    font-size: 14px;
    line-height: 1.55em;
  }
  body.osd .customers .uncell {
    border-width: 2px !important;
  }
  body.osd .icon-tech .uncont {
    justify-content: space-evenly;
  }
  #menu-footer-bottom a {
    justify-content: center !important;
  }
  footer .menu-horizontal-inner {
    padding-top: 9px !important;
  }
  #footer-bottom .social-icon {
    margin-top: 9px !important;
  }
  .footer-scroll-top {
    bottom: 112px;
  }
  body.contact .text-lead p {
    font-size: 15px !important;
  }
  body.contact .icon-tech {
    padding-top: 72px !important;
  }
}
