@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Fredoka One", cursive;
  font-size: 17px;
}

body {
  margin: 0 auto;
  background: rgba(254, 254, 254, 0.8);
  color: #333;
  overflow-x: hidden;
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.modal-content-inventory {
  background-color: transparent !important;
  border: unset !important;
}

@media (max-width: 75em) {
  .modal-content-inventory .formlead {
    width: 100%;
  }
}
.btn-close-inventory {
  float: right;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.navigation-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  height: 115px;
  -webkit-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.navigation-nav .navigationNavBox {
  transition: 0.4s all ease-in;
  margin-top: 15px;
  -webkit-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
}
.navigation-nav .navigationNavBox ul {
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.05);
  /*height: 80px;*/
  background-color: #fff;
  padding-left: 0;
}
.navigation-nav .navigationNavBox ul li {
  position: relative;
  flex: 1;
  text-align: center;
  height: 100%;
  padding: 25px 0;
}
.navigation-nav .navigationNavBox ul li:hover {
  background-color: #f2f2f2;
  color: #fff;
  box-shadow: inset 0 -5px 0 0 #002395;
}
.navigation-nav .navigationNavBox ul li a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2em;
  color: #333;
  display: block;
}
@media (max-width: 75em) {
  .navigation-nav .navigationNavBox ul {
    display: block;
    height: 100%;
  }
}
.navigation-nav .navigationNavBoxScroll {
  transition: 0.4s all ease-out;
  margin-top: 0;
  -webkit-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
}
.navigation-nav .navigationNavBoxScroll ul {
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 50px;
  background-color: #fff;
  padding-left: 0;
}
.navigation-nav .navigationNavBoxScroll ul li {
  position: relative;
  flex: 1;
  text-align: center;
  height: 100%;
  padding: 10px 0;
}
.navigation-nav .navigationNavBoxScroll ul li:hover {
  background-color: #f2f2f2;
  color: #fff;
  box-shadow: inset 0 -5px 0 0 #002395;
}
.navigation-nav .navigationNavBoxScroll ul li a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2em;
  color: #333;
  display: block;
}
@media (max-width: 75em) {
  .navigation-nav .navigationNavBoxScroll ul {
    display: block;
    height: 100%;
  }
}
.navigation-nav .navigation-logo {
  padding-top: 0px;
}
.navigation-nav .navigation-logo img {
  height: 115px;
}
.navigation-nav .navigationNavBox .menuonlymobiltablet, .navigation-nav .navigationNavBoxScroll .menuonlymobiltablet {
  display: none;
}
@media (min-width: 0em) and (max-width: 75em) {
  .navigation-nav .navigationNavBox .menuonlymobiltablet, .navigation-nav .navigationNavBoxScroll .menuonlymobiltablet {
    display: block;
  }
}
@media (max-width: 75em) {
  .navigation-nav .navigationNavBox ul li, .navigation-nav .navigationNavBoxScroll ul li {
    padding: 0;
  }
  .navigation-nav .navigation-logo {
    padding: 1em 0;
    text-align: center;
  }
  .navigation-nav .navigation-logo img {
    height: 85px;
  }
}
.navigation-nav .widget-agence {
  color: #000;
  padding-top: 30px;
  /* FADE */
}
.navigation-nav .widget-agence h4 {
  font-size: 0.9em;
  margin-bottom: 0px;
}
.navigation-nav .widget-agence a {
  text-decoration: none;
  color: #000;
}
.navigation-nav .widget-agence a:hover {
  color: #061e69;
}
.navigation-nav .widget-agence a.call {
  display: block;
  position: relative;
  float: left;
  width: 180px;
  padding: 0;
  margin: 0px 20px 10px 0;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #002395;
  border-radius: 5px;
  transition: all 0.2s;
}
.navigation-nav .widget-agence .btnLightBlue {
  background: #fff;
  border: 3px solid #002395;
}
.navigation-nav .widget-agence .btnFade.btnLightBlue:hover {
  color: #fff;
  background: #061e69;
  border: 3px solid #061e69;
}
@media (max-width: 75em) {
  .navigation-nav .widget-agence {
    display: none;
  }
  .navigation-nav .hamburger .menu-icon {
    display: none;
  }
}

.main .map-interactive {
  text-align: center;
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
}
.main .map-interactive path {
  fill: #002395;
  cursor: pointer;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.main .map-interactive path:hover {
  opacity: 0.85;
  fill: red;
}
.main .map-interactive .land {
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
}
.main .slide {
  height: 100%;
  margin: 0 0 50px 0;
  padding: 0;
}
.main .slide #slider {
  width: 100%;
}
.main .slide .slider {
  margin: 91px auto 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*.prev,

  .next{
    text-decoration: none;
    color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 42px;
    top: 43%;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
  .prev{
    left: 20px;
  }
  .next{
    right: 20px;
  }*/
}
.main .slide .slider ul.slides {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: table;
  position: absolute;
  top: 0;
  transition: left 800ms;
}
.main .slide .slider ul.slides li {
  list-style-type: none;
  display: table-cell;
}
.main .slide .slider ul.slides li img {
  width: 100%;
}
.main .slide .slider ul.bullets {
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
  z-index: 1;
}
.main .slide .slider ul.bullets li {
  list-style-type: none;
  display: inline;
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
  font-size: 20px;
  font-family: sans-serif;
}
.main .slide .slider .ontheslider {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
  z-index: 1;
}
.main .slide .slider .ontheslider h1 {
  color: #fff;
  text-shadow: 4px 4px 2px #002395;
  width: 90%;
  margin: 180px auto 0;
  font-size: 4em;
}
.main .slide .slider .ontheslider h2 {
  color: #fff;
  text-shadow: 4px 4px 2px #c81c44;
  font-size: 1.5em;
  line-height: 1.7em;
  text-transform: uppercase;
}
@media (max-width: 75em) {
  .main .slide .slider .ontheslider {
    top: 196px;
  }
}
@media (max-width: 75em) {
  .main .slide .slider {
    margin-top: 196px;
  }
}
@media (min-width: 48em) and (max-width: 75em) {
  .main .slide .slider {
    height: 650px;
  }
  .main .slide .slider .ontheslider {
    top: 50px;
  }
}
.main .page-particulier {
  background-image: url("../../assets/img/family.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-particulier {
    height: 550px;
    background-position: left center;
  }
}
.main .page-entreprise {
  background-image: url("../../assets/img/pro.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-entreprise {
    height: 550px;
    background-position: left center;
  }
}
.main .page-internationaux {
  background-image: url("../../assets/img/international.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-internationaux {
    height: 550px;
    background-position: left center;
  }
}
.main .page-cartons {
  background-image: url("../../assets/img/cartons.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-cartons {
    height: 550px;
    background-position: left center;
  }
}
.main .page-pricing {
  background-image: url("../../assets/img/comparative.jpg");
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-pricing {
    height: 550px;
    background-position: center center;
  }
}
.main .page-volume {
  background-image: url("../../assets/img/cartons-estimate.jpg");
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-volume {
    height: 550px;
    background-position: left center;
  }
}
.main .page-cgv {
  background-image: url("../../assets/img/cgv.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-cgv {
    height: 550px;
    background-position: left center;
  }
}
.main .page-declaration {
  background-image: url("../../assets/img/declaration-valeur.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 75em) {
  .main .page-declaration {
    height: 550px;
    background-position: left center;
  }
}
.main .slide-child-page .ontheslider-childpage {
  position: absolute;
  top: 150px;
  /*bottom: 0;*/
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
  /*z-index: 1;*/
}
.main .slide-child-page .ontheslider-childpage h1 {
  color: #fff;
  text-shadow: 4px 4px 2px #002395;
  width: 90%;
  margin: 180px auto 0;
  font-size: 4em;
}
.main .slide-child-page .ontheslider-childpage h2 {
  color: #fff;
  text-shadow: 4px 4px 2px #c81c44;
  font-size: 1.5em;
  line-height: 1.7em;
  text-transform: uppercase;
}
@media (max-width: 75em) {
  .main .slide-child-page .ontheslider-childpage h1 {
    font-size: 2em;
  }
}

.formlead {
  background-color:  #57a772;
  color: #fff;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  width: 350px;
}
.formlead input[type=text],
.formlead [type=email],
.formlead input[type=tel],
.formlead input[type=date],
.formlead .submit {
  font-size: 1em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 0.35em;
}
.formlead input[type=text]::webkit-input-placeholder,
.formlead [type=email]::webkit-input-placeholder,
.formlead input[type=tel]::webkit-input-placeholder,
.formlead input[type=date]::webkit-input-placeholder,
.formlead .submit::webkit-input-placeholder {
  color: red;
}
.formlead input[type=text]:placeholder,
.formlead [type=email]:placeholder,
.formlead input[type=tel]:placeholder,
.formlead input[type=date]:placeholder,
.formlead .submit:placeholder {
  color: red;
}
.formlead input[type=text]:-moz-placeholder,
.formlead [type=email]:-moz-placeholder,
.formlead input[type=tel]:-moz-placeholder,
.formlead input[type=date]:-moz-placeholder,
.formlead .submit:-moz-placeholder {
  color: red;
}
.formlead input[type=text]:-ms-input-placeholder,
.formlead [type=email]:-ms-input-placeholder,
.formlead input[type=tel]:-ms-input-placeholder,
.formlead input[type=date]:-ms-input-placeholder,
.formlead .submit:-ms-input-placeholder {
  color: red;
}
.formlead input[type=text] :hover,
.formlead [type=email] :hover,
.formlead input[type=tel] :hover,
.formlead input[type=date] :hover,
.formlead .submit :hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
.formlead input[type=text] :focus,
.formlead [type=email] :focus,
.formlead input[type=tel] :focus,
.formlead input[type=date] :focus,
.formlead .submit :focus {
  outline: 0;
  border: 1px solid #aaa;
}
.formlead .submit {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #f1545b;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
.formlead .submit :hover {
  background: #f1545b;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.formlead .submit :active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.formlead .copyright {
  text-align: center;
  font-size: 0.7em;
}
.formlead h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
.formlead h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 0.9em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.formlead fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.formlead .dirty {
  border-color: #5A5;
  background: #EFE;
}
.formlead .dirty:focus {
  outline-color: #8E8;
}
.formlead .error {
  border-color: white;
  background: orange;
}
.formlead .error:focus {
  outline-color: #F99;
}
.formlead .subventions {
  font-size: 0.7em;
  margin-bottom: 0;
}

.second-part .main-content-chidlpage {
  color: #000;
  height: 100%;
  padding: 3em 0;
}
.second-part .main-content-chidlpage .text-childpage {
  margin: 35px 0 50px 0;
}
.second-part .main-content-chidlpage .text-childpage h2 {
  color: #c81c44;
}
.second-part .main-content-chidlpage .text-childpage p {
  font-size: 1.3em;
  text-align: justify;
}
.second-part .main-content-chidlpage .text-childpage .home-container {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 2.4rem;
}
@media screen and (max-width: 600px) {
  .second-part .main-content-chidlpage .text-childpage .home-container {
    padding-left: 0.2rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .text-childpage .home-container .searchmobileinventory {
    text-align: center;
  }
  .second-part .main-content-chidlpage .text-childpage .home-container .searchmobileinventory input {
    width: 100%;
  }
  .second-part .main-content-chidlpage .text-childpage .home-container .searchmobileinventory .result {
    display: block;
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container h1 {
  padding-left: 0;
}
.second-part .main-content-chidlpage .text-childpage .home-container #search {
  margin: 1rem 1rem 2rem 0;
  height: 2.4rem;
  padding: 0 0.5rem;
  border-radius: 5px;
  transition: 0.4s ease;
  border: 2px solid rgba(51, 51, 51, 0.835);
}
.second-part .main-content-chidlpage .text-childpage .home-container #search:focus {
  outline: none;
  border: 2px solid #2eb7eb;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container {
  display: flex;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container {
  display: flex;
  flex-wrap: wrap;
  overflow-x: scroll;
  height: 800px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card {
  margin: 0.4rem 1rem 0.4rem 0;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 40px rgba(51, 51, 51, 0.15);
  transition: 0.2s ease;
  width: 202px;
}
@media screen and (max-width: 600px) {
  .second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card {
    margin-right: 0.2rem;
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card:hover {
  transform: scale(1.04);
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card:hover img {
  transform: scale(1.08);
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card:hover .card-text {
  opacity: 1;
  bottom: 2.3rem;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .img-container {
  overflow: hidden;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .img-container img {
  height: 210px;
  width: 100%;
  transition: 0.4s ease;
  padding: 30px;
  filter: invert(22%) sepia(29%) saturate(7092%) hue-rotate(331deg) brightness(85%) contrast(96%);
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.8rem;
  position: absolute;
  bottom: 1rem;
  opacity: 0;
  transition: 0.6s;
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, white 0%, transparent 100%);
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-text h3 {
  font-size: 1.2rem;
  padding-right: 4px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-text span {
  background: #2eb7eb;
  font-weight: bold;
  padding: 4px 6px;
  color: white;
  border-radius: 4px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons i {
  padding: 3px 5px;
  transition: 0.2s;
  cursor: pointer;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons i:hover {
  animation: scaler 0.8s infinite linear;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons .fa-heart:hover {
  color: rgba(251, 38, 38, 0.5);
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons .fa-shopping-cart {
  font-size: 16px;
  color: #2eb7eb;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons .fa-shopping-cart:hover {
  filter: brightness(125%);
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons .like-container input {
  display: none;
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card .card-icons .like-container input:checked + label i {
  color: #fb2626;
  animation: heart 1.3s forwards ease;
}
@keyframes heart {
  0% {
    filter: hue-rotate(0deg);
    transform: scale(1);
  }
  50% {
    filter: hue-rotate(-270deg);
    transform: scale(1.3);
  }
  100% {
    filter: hue-rotate(0deg);
    transform: scale(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .no-result {
  margin: 0 4rem 0 0.4rem;
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container {
    display: block;
  }
  .second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .shopping-cart {
    margin: 50px 0;
  }
  .second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container {
    height: 600px;
  }
  .second-part .main-content-chidlpage .text-childpage .home-container .card-cart-container .card-container .card {
    width: 100%;
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart {
  transition: 0.4s ease;
  background: #c81c44;
  color: white;
  padding: 1.4rem;
  border-radius: 4px;
  min-width: 290px;
  box-shadow: 0 1px 6px rgba(51, 51, 51, 0.25);
  height: 100%;
  margin: -5rem -1rem 0 0;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart h2 {
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 6px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group::-webkit-scrollbar {
  display: none;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item {
  margin-bottom: 2.4rem;
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 60% 40%;
  grid-template-areas: "a b" "a c";
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(85, 85, 85, 0.2);
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .img-container {
  grid-area: a;
  display: flex;
  align-items: center;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .img-container img {
  height: 80px;
  width: 80px;
  /*border-radius: 50%;*/
  filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(304deg) brightness(101%) contrast(104%);
  transform: scale(0);
  animation: img-scale 1s forwards;
}
@keyframes img-scale {
  to {
    transform: scale(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-description {
  grid-area: b;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 60px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-description h4 {
  margin: 0 0.9rem 0.9rem 0;
  font-family: "Raleway", sans-serif;
  /*background: rgba(51, 51, 51, 0.1);*/
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 0.9em;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.15);
  transform: scaleX(0);
  transform-origin: left;
  animation: img-scale 1s forwards;
}
@keyframes img-scale {
  to {
    transform: scaleX(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-description p {
  transform: translateY(3px);
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity {
  grid-area: c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity h6 {
  color: #fff;
  font-family: "Raleway", sans-serif;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons {
  display: flex;
  justify-content: space-between;
  width: 30%;
  margin-left: 10px;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons a {
  transform: scaleY(0);
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons a:nth-child(1) {
  animation: icon 0.5s ease forwards;
  animation-delay: 0.2s;
}
@keyframes icon {
  to {
    transform: scaleY(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons a:nth-child(2) {
  animation: icon 0.5s ease forwards;
  animation-delay: 0.4s;
}
@keyframes icon {
  to {
    transform: scaleY(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons a:nth-child(3) {
  animation: icon 0.5s ease forwards;
  animation-delay: 0.6s;
}
@keyframes icon {
  to {
    transform: scaleY(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons i {
  font-size: 0.55rem;
  padding: 5px;
  margin: 0 2px;
  background: white;
  border-radius: 50%;
  color: #2eb7eb;
  transition: 0.3s ease;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .item-group .item .item-quantity .cart-icons i:hover {
  background: #222;
  color: #2eb7eb;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .grand-total h6 {
  color: #fff;
  font-family: "Raleway", sans-serif;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .grand-total .total {
  display: flex;
  justify-content: space-between;
  margin: 1.4rem 0 0.4rem;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .grand-total .total h2 {
  color: white;
  margin-bottom: 0;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .send-inventory {
  margin: 1rem auto 0;
  width: 100%;
  text-align: center;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .send-inventory a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.2em;
  margin: 0 auto;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  color: #002395;
  border-radius: 5px;
  transition: all 0.2s ease;
  background: #fff;
  border: 3px solid #002395;
  cursor: pointer;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .send-inventory a:hover {
  animation: scaler 1.5s infinite linear;
  color: #fff;
  background: #061e69;
  border: 3px solid #061e69;
}
.second-part .main-content-chidlpage .text-childpage .home-container .shopping-cart .send-inventory a:active {
  transform: scale(0.92);
}
.second-part .main-content-chidlpage .text-childpage .home-container .cart-anim-enter-active, .second-part .main-content-chidlpage .text-childpage .home-container .cart-anim-leave-active {
  transition: 1.3s cubic-bezier(0.23, 0.66, 0.08, 0.93);
  transform: translateX(0px);
}
.second-part .main-content-chidlpage .text-childpage .home-container .cart-anim-enter, .second-part .main-content-chidlpage .text-childpage .home-container .cart-anim-leave-to {
  opacity: 0;
  transform: translateX(400px);
}
.second-part .main-content-chidlpage .text-childpage .home-container .item-anim-enter-active, .second-part .main-content-chidlpage .text-childpage .home-container .item-anim-leave-active {
  transform: scale(1);
  transition: 0.8s;
}
.second-part .main-content-chidlpage .text-childpage .home-container .item-anim-enter {
  transition: 0.8s;
}
.second-part .main-content-chidlpage .text-childpage .home-container .item-anim-leave-to {
  transform: scale(0);
  transition: 0.4s;
}
@keyframes scaler {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.second-part .main-content-chidlpage .text-childpage .formlead-pay {
  width: 100%;
}
@media (min-width: 48em) and (max-width: 75em) {
  .second-part .main-content-chidlpage h3 {
    margin-top: 30px;
  }
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .text-childpage {
    margin: 35px 0 0 0;
  }
  .second-part .main-content-chidlpage .text-childpage h2, .second-part .main-content-chidlpage .text-childpage h3 {
    text-align: center;
  }
}
.second-part .main-content-chidlpage .separator {
  background-color: #57a772;
  height: 100%;
  width: 100%;
  margin: 0 0 -50px 0;
  padding: 1em 0;
  position: relative;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  /* FADE */
}
.second-part .main-content-chidlpage .separator ul li {
  display: inline;
}
.second-part .main-content-chidlpage .separator img {
  height: 300px;
  position: absolute;
  right: 10%;
  top: -175px;
}
.second-part .main-content-chidlpage .separator h3 {
  color: #fff;
  font-size: 1.5em;
}
.second-part .main-content-chidlpage .separator h4 {
  font-size: 0.9em;
  margin-bottom: 0px;
}
.second-part .main-content-chidlpage .separator a {
  text-decoration: none;
  color: #000;
}
.second-part .main-content-chidlpage .separator a:hover {
  color: #061e69;
}
.second-part .main-content-chidlpage .separator i {
  font-size: 1em;
}
.second-part .main-content-chidlpage .separator a.call {
  display: block;
  position: relative;
  width: 80%;
  padding: 0.2em;
  margin: 0 auto;
  font-size: 2.2em;
  text-align: center;
  line-height: 50px;
  color: #002395;
  border-radius: 5px;
  transition: all 0.2s;
}
.second-part .main-content-chidlpage .separator .btnLightBlue {
  background: #fff;
  border: 3px solid #002395;
}
.second-part .main-content-chidlpage .separator .btnFade.btnLightBlue:hover {
  color: #fff;
  background: #061e69;
  border: 3px solid #061e69;
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .separator img {
    position: relative;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
  }
  .second-part .main-content-chidlpage .separator a.call {
    font-size: 1.7em;
  }
  .second-part .main-content-chidlpage .separator h3 {
    text-align: center;
  }
}
.second-part .main-content-chidlpage .separator-pay {
  margin-top: 200px;
}
.second-part .main-content-chidlpage .card-pay-center {
  background-color: #c81c44;
  height: 100%;
  padding: 1.5em 0 0 0;
  width: 50%;
  margin: 0 auto;
}
.second-part .main-content-chidlpage .card-pay-center ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-part .main-content-chidlpage .card-pay-center a {
  display: block;
  position: relative;
  float: left;
  width: 180px;
  padding: 0;
  margin: 0px 20px 10px 0;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #002395;
  border-radius: 5px;
  transition: all 0.2s;
  background: #fff;
  border: 3px solid #002395;
}
.second-part .main-content-chidlpage .card-pay-center a:hover {
  color: #fff;
  background: #061e69;
  border: 3px solid #061e69;
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .card-pay-center ul {
    flex-direction: column;
  }
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .card-pay-center {
    width: 100%;
  }
}
.second-part .main-content-chidlpage .card-pay-box .formlead {
  margin: 2em 0;
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .card-pay-box .formlead {
    width: 100%;
  }
}
.second-part .main-content-chidlpage .card-pay-options {
  background-color: #c81c44;
  height: 100%;
  padding: 1.5em 0 0 0;
  width: 90%;
  margin: 0 auto;
}
.second-part .main-content-chidlpage .card-pay-options ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-part .main-content-chidlpage .card-pay-options ul li {
  padding: 0 10px;
}
.second-part .main-content-chidlpage .card-pay-options h3 {
  margin: 1em 0 0;
}
.second-part .main-content-chidlpage .card-pay-options p {
  text-align: center;
}
.second-part .main-content-chidlpage .card-pay-options a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0px 20px 10px 0;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #002395;
  border-radius: 5px;
  transition: all 0.2s;
  background: #fff;
  border: 3px solid #002395;
}
.second-part .main-content-chidlpage .card-pay-options a:hover {
  color: #fff;
  background: #061e69;
  border: 3px solid #061e69;
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .card-pay-options .card-pay-options {
    width: 100%;
  }
}
.second-part .main-content-chidlpage .card-pay-options .pay-4x-warning {
  font-size: 0.7em;
  color: #fff;
}
.second-part .main-content-chidlpage .card-pay-options img {
  width: 274px;
  height: 150px;
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage .card-pay-options img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 75em) {
  .second-part .main-content-chidlpage {
    padding: 0 25px;
  }
  .second-part .main-content-chidlpage .card-pay-options ul {
    flex-direction: column;
  }
}
.second-part .inventory-item {
  height: 100px;
  width: 100px;
}
.second-part .products {
  margin: 250px 0 0;
}
.second-part .products .gr-1 {
  background: linear-gradient(170deg, #3f51b5 0%, #3f51b5 100%);
}
.second-part .products .gr-2 {
  background: linear-gradient(170deg, #e6e6e6 0%, #ffffff 100%);
}
.second-part .products .gr-3 {
  background: linear-gradient(170deg, #c81c44 0%, #daadb8 100%);
}
.second-part .products h2 {
  color: #c81c44;
}
.second-part .products * {
  transition: 0.5s;
}
.second-part .products .align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.second-part .products .column {
  margin-top: 3rem;
  padding-left: 3rem;
}
.second-part .products .column:hover {
  padding-left: 0;
}
.second-part .products .column:hover .card .txt {
  margin-left: 1rem;
}
.second-part .products .column:hover .card .txt h1,
.second-part .products .column:hover .card .txt p {
  color: white;
  opacity: 1;
}
.second-part .products .column:hover .card .txt .txt-gr2 {
  color: #002395;
  opacity: 1;
}
.second-part .products .column:hover a {
  color: white;
}
.second-part .products .column:hover a:after {
  width: 10%;
}
.second-part .products .column:hover .txt-gr2-link {
  color: #002395;
}
.second-part .products .card {
  min-height: 170px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: black;
  letter-spacing: 0.05rem;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
}
.second-part .products .card .txt {
  margin-left: -3rem;
  z-index: 1;
}
.second-part .products .card .txt h1 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.second-part .products .card .txt p {
  font-size: 0.7rem;
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 0;
  color: white;
}
.second-part .products .card a {
  z-index: 3;
  font-size: 0.7rem;
  color: black;
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
}
.second-part .products .card a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid white;
  transition: 0.5s;
}
.second-part .products .card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.second-part .products .card i {
  position: relative;
  right: -50%;
  top: 60%;
  font-size: 12rem;
  line-height: 0;
  opacity: 0.2;
  color: white;
  z-index: 0;
}
@media (max-width: 75em) {
  .second-part .products {
    margin: 115px 0 75px 0;
  }
  .second-part .products h2, .second-part .products h3 {
    text-align: center;
  }
  .second-part .products .align-middle {
    top: 2%;
    transform: translateY(-2%);
  }
}
.second-part .compagny {
  margin: 0 0 50px 0;
  background-color: #002395;
  background: #002395;
  background: linear-gradient(90deg, #1c2495 0%, #388998 71%);
  color: #fff;
  height: 100%;
  padding: 3em 0;
}
.second-part .compagny p {
  font-size: 1.3em;
  text-align: justify;
}
@media (max-width: 75em) {
  .second-part .compagny h3 {
    margin: 0 25px;
  }
  .second-part .compagny p {
    margin: 0 25px;
  }
}
.second-part .services {
  margin: 100px 0;
}
.second-part .services h2 {
  color: #c81c44;
}
.second-part .services .cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.second-part .services a {
  text-decoration: none;
  margin: 0 auto;
}
.second-part .services .card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
}
.second-part .services .card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}
.second-part .services .card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}
.second-part .services .card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 75%;
  margin: -105px auto 0;
}
.second-part .services .card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}
.second-part .services .title-white {
  color: #fff;
}
.second-part .services .title-white p {
  font-size: 0.75em;
  font-family: "Fredoka One", cursive;
}
.second-part .services .title-black {
  color: black;
}
@media all and (max-width: 500px) {
  .second-part .services .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}
@media (max-width: 75em) {
  .second-part .services {
    margin: 25px 0;
  }
  .second-part .services h2, .second-part .services h3 {
    text-align: center;
  }
}
.second-part .faq {
  margin: 100px 0;
  padding: 5em;
  background-color: #57a772;
}
.second-part .faq h1,
.second-part .faq h3 {
  font-size: 1.9em;
  color: #fff;
  text-align: center;
}
.second-part .faq form {
  text-align: center;
}
.second-part .faq .faq-ask {
  color: #fff;
}
.second-part .faq .searchquestion {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #002395;
}
.second-part .faq .toggle {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.8em;
  overflow: hidden;
  width: 50%;
  margin: 15px auto;
  border: 1px solid #e9eaed;
}
.second-part .faq .toggle:hover {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
.second-part .faq .toggle .toggle-title {
  display: block;
  position: relative;
}
.second-part .faq .toggle .toggle-title h3 {
  font-size: 1em;
  color: #000;
  margin: 0px;
  line-height: 1.4em;
  cursor: pointer;
  font-weight: 200;
}
.second-part .faq .toggle .toggle-inner {
  display: none;
  padding: 7px 25px 10px 25px;
  margin: 10px 0 6px;
}
.second-part .faq .toggle .toggle-inner div {
  max-width: 100%;
}
.second-part .faq .toggle .toggle-title {
  border-bottom: 1px solid #e9eaed;
}
.second-part .faq .toggle .toggle-title .title-name {
  display: block;
  padding: 25px 65px 25px 25px;
  border: 1px solid #002395;
}
.second-part .faq .toggle .toggle-title .active {
  border-bottom: 1px solid #e9eaed;
}
.second-part .faq .toggle .toggle-title .active i:before {
  content: "";
}
.second-part .faq .toggle .toggle-title a i {
  font-size: 1em;
  margin-right: 5px;
}
.second-part .faq .toggle .toggle-title i {
  font-size: 0.9em;
  position: absolute;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  right: 25px;
  top: 30px;
}
.second-part .faq .toggle .toggle-title i:before {
  content: "";
  display: block;
}
@media (max-width: 75em) {
  .second-part .faq {
    margin: 0 0 75px 0;
    padding: 0.3em;
  }
  .second-part .faq .searchquestion {
    width: 100%;
  }
  .second-part .faq .toggle {
    width: 100%;
  }
  .second-part .faq .title-name {
    font-size: 0.8em;
  }
}
.second-part .formlead-chilpage {
  margin: 100px 0;
  padding: 5em;
}
.second-part .formlead-chilpage form {
  text-align: center;
}
.second-part .formlead-chilpage .table-comprative {
  background-color: #fff;
}
@media (max-width: 75em) {
  .second-part .formlead-chilpage {
    margin: 20px 0;
    padding: 1em 0;
  }
}
.second-part .formlead-chilpage-particulier {
  background-image: url("../../assets/img/livingroom.jpg");
  background-position: top center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 75em) {
  .second-part .formlead-chilpage-particulier .formlead {
    width: 100%;
  }
}
.second-part .formlead-chilpage-entreprise {
  background-image: url("../../assets/img/empty-office.jpg");
  background-position: top center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 75em) {
  .second-part .formlead-chilpage-entreprise .formlead {
    width: 100%;
  }
}
.second-part .formlead-chilpage-internationaux {
  background-image: url("../../assets/img/airport-terminal.jpg");
  background-position: top center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 75em) {
  .second-part .formlead-chilpage-internationaux .formlead {
    width: 100%;
  }
}
.second-part .formlead-childpage-pricing {
  margin: 0 0 150px 0;
  padding: 0;
}
.second-part .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
  -webkit-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
}
.second-part .price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.second-part .price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
  font-size: 14px;
  text-align: center;
}
.second-part .price-table tr td:first-child {
  border-left: 0 none;
  font-family: "Raleway", sans-serif;
  padding: 5px;
}
.second-part .price-table tr td:first-child i {
  display: none;
}
.second-part .price-table tr td:not(:first-child) {
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.second-part .price-table tr:hover {
  background-color: #EEEEEE;
}
.second-part .price-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.second-part .price-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.second-part .price-table .fa-check {
  color: #3bc15e;
}
.second-part .price-table .fa-times {
  color: #D8D6E3;
}
.second-part .price-table tr.price-table-head td {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
}
.second-part .price-table tr.price-table-head {
  background-color: #f3f0ee;
  color: #000923;
}
.second-part .price-table td.price {
  color: #f43f54;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
}
.second-part .price-table td.price a {
  background-color: #000923;
  color: #000923;
  padding: 12px 32px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
}
.second-part .price-table td.price-table-popular {
  border-top: 3px solid #5336ca;
  color: #5336ca;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.second-part .price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}
@media (max-width: 75em) {
  .second-part .price-table {
    margin: 0;
  }
  .second-part .price-table tr td {
    padding: 0;
    font-size: 10px;
  }
  .second-part .price-table tr.price-table-head td {
    font-size: 10px;
    width: 25%;
  }
  .second-part .price-table tr.price-table-head i {
    font-size: 10px;
  }
  .second-part .price-table td.price {
    display: none;
  }
  .second-part .price-table td.price a {
    padding: 0;
    margin-top: 0;
    font-size: 10px;
  }
  .second-part .price-table td.price-table-popular {
    font-size: 10px;
    padding: 0;
  }
}

.footer-main {
  background-color: #333;
  padding: 45px 0 20px;
  font-size: 1em;
  line-height: 24px;
  color: #fff;
}
.footer-main hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.footer-main hr.small {
  margin: 20px 0;
}
.footer-main h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.footer-main a {
  color: #fff;
  text-decoration: none;
}
.footer-main a:hover {
  color: #002395;
  text-decoration: none;
}
.footer-main .footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-main .footer-links li {
  display: block;
}
.footer-main .footer-links a {
  color: #fff;
  font-family: "Raleway", sans-serif;
}
.footer-main .footer-links a:active,
.footer-main .footer-links a:focus,
.footer-main .footer-links a:hover {
  color: #002395;
  text-decoration: none;
}
.footer-main .footer-links.inline li {
  display: inline-block;
}
.footer-main .site-footer .social-icons {
  text-align: right;
}
.footer-main .site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.footer-main .copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .footer-main .footer-main [class^=col-] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-main .footer-main {
    padding-bottom: 0;
  }
  .footer-main .footer-main .copyright-text,
.footer-main .site-footer .social-icons {
    text-align: center;
  }
}
.footer-main .social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}
.footer-main .social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.footer-main .social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.footer-main .social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-main .social-icons a:active,
.footer-main .social-icons a:focus,
.footer-main .social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.footer-main .social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.footer-main .social-icons a.facebook:hover {
  background-color: #3b5998;
}
.footer-main .social-icons a.twitter:hover {
  background-color: #00aced;
}
.footer-main .social-icons a.linkedin:hover {
  background-color: #007bb6;
}
@media (max-width: 767px) {
  .footer-main .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.footer-main .businesscard {
  background-color: #f7f7f7;
  color: #002395;
  width: 400px;
  height: 229px;
  margin-top: -90px;
  padding: 1em 3em;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.75);
}
.footer-main .businesscard img {
  margin-left: -8px;
  margin-bottom: 8px;
  height: 62px;
}
.footer-main .businesscard p {
  font-size: 0.8em;
  margin: 5px 0;
}
.footer-main .businesscard i {
  padding-right: 20px;
}
@media (min-width: 48em) and (max-width: 75em) {
  .footer-main .businesscard {
    margin-top: 0;
  }
}
@media (max-width: 75em) {
  .footer-main .businesscard {
    width: 100%;
    padding: 1em;
    margin-bottom: 1.5em;
  }
  .footer-main .businesscard img {
    margin: 0 auto;
    width: 100%;
  }
  .footer-main .businesscard p {
    margin-left: 2em;
  }
}

@media (max-width: 75em) {
  .footer-main h6, .footer-main ul {
    margin-left: 25px;
    margin-right: 25px;
  }
  .footer-main .social-icons {
    margin-top: 10px;
  }
}
/* header */
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

/* menu */
.header .actions {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  /* FADE */
}
.header .actions div {
  float: left;
  padding: 0 10px;
}
.header .actions a.call {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0.2em;
  margin: 0 auto;
  font-size: 2.2em;
  text-align: center;
  line-height: 50px;
  color: #002395;
  border-radius: 5px;
  transition: all 0.2s;
}
.header .actions i {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .actions .btnLightBlue {
  background: #fff;
  border: 3px solid #002395;
}
.header .actions .btnFade.btnLightBlue:hover {
  color: #fff;
  background: #061e69;
  border: 3px solid #061e69;
}

@media (min-width: 75em) {
  .header .actions {
    display: none;
  }
}
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 75em) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 0;
  }

  .header .menu {
    clear: none;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}
.tablet-hide {
  display: block;
}

@media (min-width: 0em) and (max-width: 75em) {
  .tablet-center {
    width: 100% !important;
  }

  .tablet-hide {
    display: none;
  }
}
input {
  border: 1px solid silver;
  border-radius: 4px;
  background: white;
  padding: 5px 10px;
}

.dirty {
  border-color: #5A5;
  background: #EFE;
}

.dirty:focus {
  outline-color: #8E8;
}

.error {
  border-color: red;
  background: #FDD;
}

.error:focus {
  outline-color: #F99;
}

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