.vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.icon {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  position: relative; }

.icon.icon-tel:before {
  background: url("../img/phone.png") center left no-repeat;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0; }

.icon.icon-fax:before {
  background: url("../img/fax.png") no-repeat center left;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0; }

.icon.icon-tel.icon-tel-black:before {
  background: url("../img/phone_black.png") center left no-repeat;
  background-size: 20px; }

.icon.icon-fax.icon-fax-black:before {
  background: url("../img/fax_black.png") no-repeat center left;
  background-size: 20px; }

body {
  background: url("../img/bkg.jpg") #dcdcde repeat-x;
  padding-top: 90px; }

body.home {
  background: url("../img/background.jpg") center top no-repeat;
  padding-top: 0; }

.home-wrapper {
  min-height: 800px;
  padding-top: 120px; }
  .home-wrapper h2 {
    color: #0A3272 !important;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 2em;
    text-align: center;
    font-style: italic; }
    .home-wrapper h2 small {
      color: #0A3272 !important; }

.home-vertical-center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%); }
  .home-vertical-center h2 {
    color: #0A3272;
    font-style: italic;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

.form-radius h2 {
  color: #0A3272;
  border-bottom: 1px solid #0A3272;
  margin-bottom: 1em; }
.form-radius input {
  border-radius: 5px;
  height: 2em;
  padding: 0 .5rem !important; }
.form-radius em.required {
  color: #f04124; }
.form-radius .error ul {
  list-style: none;
  margin-left: 0;
  margin-top: .5em; }
  .form-radius .error ul li {
    color: #f04124;
    font-size: 0.8em; }

h5.title {
  border-bottom: 1px solid #0a3272;
  color: #0a3272;
  margin-bottom: 1em;
  padding-bottom: .2em;
  font-size: 1.5em;
  margin-top: 1.5em; }

.product-sheet .price {
  color: #0A3272;
  font-size: 2em;
  margin-bottom: 1em; }

.mentions {
  counter-reset: firstLevel; }
  .mentions section {
    counter-reset: secondLevel; }
  .mentions p, .mentions ul {
    font-size: .9rem;
    margin-left: 1rem; }
  .mentions ul {
    list-style-position: inside; }
  .mentions h1,
  .mentions h2,
  .mentions h3 {
    color: #0c3370; }
  .mentions h1 {
    font-size: 1.5rem;
    margin: 2rem 1rem 2rem 0; }
  .mentions h2 {
    font-size: 1.3rem;
    text-transform: uppercase; }
    .mentions h2::before {
      counter-increment: firstLevel;
      content: "" counter(firstLevel) ". "; }
  .mentions h3 {
    font-size: 1.1rem;
    margin-left: 1rem;
    text-transform: lowercase; }
    .mentions h3::before {
      counter-increment: secondLevel;
      content: "" counter(secondLevel) ". "; }

.header {
  background: #0A3272;
  border-bottom: 3px solid #FBC300;
  height: 83px;
  left: 0;
  margin-bottom: 2em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }

.header-menu {
  padding-top: 20px; }
  .header-menu svg {
    fill: #FBC300; }
    .header-menu svg:hover {
      fill: #e2af00; }

.footer-wrapper {
  border-top: 3px solid #FBC300; }

.footer-top {
  background: #061d43;
  padding: 2em 0; }
  .footer-top .button {
    margin-bottom: 0;
    height: 47px;
    line-height: 47px; }
  .footer-top input[type=text] {
    height: 47px;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0; }
    .footer-top input[type=text]:focus {
      background: rgba(255, 255, 255, 0.12);
      color: #FBC300; }

.footer {
  background: #0A3272;
  color: #fff;
  padding: 1em 1em .5em; }
  .footer-main-address, .footer-main-address ul {
    font-size: 14px; }
  .footer-secondary-address, .footer-secondary-address ul {
    font-size: 12px; }
  .footer a,
  .footer a:visited {
    color: #fff; }
  .footer a:hover {
    text-decoration: underline;
    color: #FBC300; }
  .footer h4, .footer h5 {
    color: #fff; }
  .footer h4 {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 1em; }
  .footer h5 {
    font-size: 14px; }
  .footer .dotcom {
    height: 20px;
    width: 20px; }
    .footer .dotcom:hover .dot {
      fill: magenta; }
    .footer .dotcom .d,
    .footer .dotcom .dot {
      fill: #fff; }

.footer-bottom-line {
  font-size: 12px; }
  .footer-bottom-line .inline-list {
    margin-bottom: 0; }
    .footer-bottom-line .inline-list li {
      font-size: 12px; }

.footer-contact-us {
  font-style: italic;
  margin-bottom: 1em;
  color: #FBC300; }

.footer-address-wrapper {
  border-bottom: 1px solid #08285b;
  margin-bottom: 1em; }
  @media only screen and (min-width: 40.063em) {
    .footer-address-wrapper {
      border: 0; } }

.splash-section-picker {
  background: url("../img/plate-l.jpg") #FFCE00 center left no-repeat !important;
  border: 2px solid #747576;
  color: #333;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 900; }

.product-sheet-group {
  margin-bottom: 2em; }
  .product-sheet-group h2 {
    border-bottom: 1px solid #0A3272;
    color: #0A3272;
    margin-bottom: 1em;
    padding-bottom: .2em;
    font-size: 1.5em; }

.product-sheet {
  position: relative; }
  .product-sheet h3 {
    font-size: 24px; }
  .product-sheet .inline-list li {
    display: inline-block;
    float: inherit; }
  .product-sheet button {
    margin-bottom: 0; }
  .product-sheet .delete {
    color: #FFCE00;
    border: 1px solid #666 !important;
    color: #999 !important;
    font-weight: 900;
    text-align: center;
    border-radius: 5px !important;
    font-size: 14px !important;
    max-width: 200px;
    display: inline-block !important;
    text-transform: uppercase;
    height: 28px !important;
    margin-bottom: 0; }

.product-sheet-info {
  margin: 1em 0 2em; }

.plate-input,
.plate-input:focus,
.plate-input:active {
  background: url("/img/fond_plaque.png") center center no-repeat !important;
  border: 0 !important;
  display: inline-block !important;
  padding: 10px 10px 10px 25px !important;
  font-weight: 900;
  text-align: center;
  width: 145px !important; }

.large-plate-input {
  background: url("../img/plate-l.jpg") #FFCE00 center left no-repeat !important;
  border: 1px solid #666 !important;
  color: #000 !important;
  font-weight: 900;
  text-align: center;
  border-radius: 5px !important;
  font-size: 14px !important;
  max-width: 200px;
  display: inline-block !important;
  padding-left: 28px !important;
  text-transform: uppercase; }

.checkout-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border: 1px solid #0A3272; }
  .checkout-table tr, .checkout-table td, .checkout-table th {
    border: 0; }
  .checkout-table thead tr th {
    background: #0A3272;
    color: #FBC300; }

.checkout-tabs {
  border-bottom: 2px solid #0A3272; }

.checkout-tabs-wrapper .content {
  margin: 0;
  padding: 0; }
  .checkout-tabs-wrapper .content ul {
    margin-bottom: 0; }
  .checkout-tabs-wrapper .content label {
    padding-top: 1em; }
.checkout-tabs-wrapper .content-delivery {
  padding-bottom: 0 !important; }
.checkout-tabs-wrapper .tabs-content {
  margin: 0; }
.checkout-tabs-wrapper .even {
  background: #fff; }
.checkout-tabs-wrapper .odd {
  background: #F9F9F9; }
.checkout-tabs-wrapper hr {
  margin: 0; }

.cart-link {
  position: relative;
  height: 83px; }
  .cart-link:hover .cart-wrapper {
    display: block; }

.cart-wrapper {
  background: #0A3272;
  border: 3px solid #FBC300;
  border-top: 3px solid #0A3272;
  color: #fff;
  display: none;
  position: absolute;
  top: 80px;
  z-index: 999;
  padding: 1em;
  right: 0;
  width: 340px; }

.custom-tab-wrapper {
  border: 1px solid #0A3272; }
  .custom-tab-wrapper .tab-title {
    width: 50% !important; }
    .custom-tab-wrapper .tab-title a {
      color: #0A3272 !important;
      background: #fff !important;
      border-bottom: 1px solid #0A3272 !important;
      text-align: center; }
    .custom-tab-wrapper .tab-title.active a {
      background: #0A3272 !important;
      color: #FBC300 !important; }
  .custom-tab-wrapper .wrapper {
    padding: 2em 1em; }

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