/*! style.css | Marzin | horizon-bleu.com */

/* Drupal reset */
ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li.leaf {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}
ul.menu li.expanded {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}
ul.menu li.expanded,
ul.menu li.collapsed,
ul.menu li.leaf {
  margin: 0;
  padding: 0;
}
ul.primary {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  background: #33b9ff;
  border: none;
  z-index: 990;
}
ul li.collapsed {
  list-style: none;
}
div.error,
.error {
  color: #ed541d;
}
tbody {
  border-top: none;
}
.form-item,
.form-actions {
  margin-bottom: 0;
  margin-top: 0;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
}

/* Global */
body {
  font-family: Roboto, sans-serif;
  color: #2a5165;
}
a {
  color: #0074b0;
}
a:focus,
a:hover,
a.active {
  color: #33b9ff;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1 {
  margin-bottom: 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 60px;
  color: #0074b0;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 38px;
  color: #0074b0;
  text-transform: uppercase;
}
h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 26px;
  color: #0074b0;
  text-transform: uppercase;
}
th {
  border-bottom: none;
}
.offset-md-1 {
  margin-left: 8.33333333%;
}
.d-flex {
  display: flex;
}
.justify-content-space-between {
  justify-content: space-between;
}
.text-right {
  text-align: right;
}

/**** Header ****/
/* #header { height:50px; background:#0074b0; } */
#header {
  height: 100px;
  background: #0074b0;
}
/* #header .logo { position:absolute; z-index:1100; } */

/* Main menu */
#header .row {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
#header .container-menu {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
/* #header .menu { margin-top:14px; } */
#header .menu li {
  float: left;
}
/* #header .menu-left { float:right; } */
#header .menu-left {
  display: flex;
  gap: 30px;
}
#header .menu-right {
  display: flex;
  gap: 30px;
}
#header .menu-right .submenu .menu-right,
#header .menu-left .submenu .menu-left {
  display: block;
}
/* #header .menu-right { float:left; } */
#header .menu .level-1 {
  position: relative;
}
/* #header .menu .level-1 > a { padding:9px 16px; font-family:GothamMedium,Roboto,sans-serif; color:#fff; text-transform:uppercase; } */
#header .menu .level-1 > a {
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  transition: 0.3s;
}
#header .menu-right .level-1 > a {
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
/* #header .menu .level-1 > a:hover, #header .menu .level-1 > a:focus { background:#005c8b; } */
#header .menu .level-1 > a:hover,
#header .menu .level-1 > a:focus {
  font-weight: 700;
}
/* #header .submenu { display:none; position:absolute; top:26px; left:-26px; margin-top:0; padding:10px 5px 5px; background:url('../images/interface/bg_menu.png') no-repeat center top; z-index:1000; } */
#header .submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: -90px;
  margin-top: 0;
  padding: 12px 0px 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 116, 176, 1) 50%
  );
  z-index: 1000;
}
/* #header .submenu .menu { min-width:150px; margin-top:0; background:#fff; } */
#header .submenu .menu {
  min-width: 150px;
  margin-top: 0;
  background: #0074b0;
  padding: 15px 0;
}
#header .submenu .menu-left,
#header .submenu .menu-right {
  float: none;
}
#header .submenu li {
  float: none;
}
/* #header .submenu a { display:block; padding:2px 12px; font-family:GothamBook,Roboto,sans-serif; font-size:13px; color:#0074b0; background:#dcecf6; text-align:center; text-transform:uppercase; } */
#header .submenu a {
  display: block;
  padding: 5px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fff;
  background: #0074b0;
  transition: 0.3s;
}
#header .submenu a:hover {
  background: #006ca3;
}
/* #header .submenu li.first a { padding:10px 12px 2px; }
#header .submenu li.last a { padding:2px 12px 10px; } */

#header a.bt-menu {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  margin: 8px 20px 0 0;
  background: url("../images/interface/bt_menu.png") no-repeat;
  font-size: 0;
  text-indent: -999em;
}
/* #header .menu-mobile { position:absolute; display:none; top:49px; left:0; width:100%; margin-top:0; padding:70px 0; background:#0074b0; z-index:1000; } */
#header .menu-mobile.open {
  display: flex !important;
}
#header .menu-mobile {
  position: absolute;
  display: none;
  top: 100px;
  left: 0;
  width: 100%;
  margin-top: 0;
  background: #0074b0;
  z-index: 1000;
  min-height: calc(100vh - 100px);
  flex-direction: column;
  justify-content: center;
}
/* #header .menu-mobile li { float:none; } */
#header .menu-mobile li {
  float: none;
  padding: 5px 0;
}
/* #header .menu-mobile .level-1 > a { display:block; } */
#header .menu-mobile .level-1 > a {
  display: block;
  padding: 10px 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
#header .menu-mobile .level-1 > a.open {
  background-color: #006ca3;
}
#header .menu-mobile li.second a {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
}
#header .menu-mobile li.mt-20 {
  margin-top: 20px;
}
#header .menu-mobile .submenu {
  display: none;
  position: static;
  padding: 0;
  background: none;
}
/* #header .menu-mobile .submenu .menu { background:none; } */
#header .menu-mobile .submenu .menu {
  background: none;
  min-height: auto;
}
#header .menu-mobile .menu-mobile {
  position: static;
  padding: 0;
}
/* #header .menu-mobile .submenu a { text-align:left; } */
#header .menu-mobile .submenu a {
  text-align: left;
  padding: 5px 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
/* #header .menu-mobile .submenu a:focus, #header .menu-mobile .submenu a:hover { color:#fff; background:#99d1f3; } */
#header .menu-mobile .facebook a {
  position: relative;
  color: #0074b0;
  margin-top: 20px;
}
#header .menu-mobile .facebook a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("../images/interface/Facebook.svg");
  left: 50%;
  transform: translateX(-50%);
}

/**** Footer ****/
#footer {
  height: 50px;
  color: #fff;
  background: #0074b0;
}
#footer ul {
  float: right;
  list-style: none;
  margin: 14px 15px 0 0;
}
#footer ul li {
  float: left;
  margin: 0 10px;
  font-size: 12px;
}
#footer ul a {
  color: #fff;
}
#footer ul a.youtube {
  padding-left: 20px;
  background: url("../images/interface/ico_yt.png") no-repeat left center;
}
#footer ul a.fb {
  padding-left: 20px;
  background: url("../images/interface/ico_fb.png") no-repeat left center;
}

/* Slider */
#slider {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 45px;
}
#slider .mask {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 145px;
  margin-left: -70px;
  background: url("../images/interface/bg_slider.png") no-repeat;
}
#slider h1 {
  position: absolute;
  right: 20%;
  bottom: 28%;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px #333;
}
#slider h1 span {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #0074b0;
}
#slider .bx-wrapper .bx-caption {
  width: 25%;
  left: 55%;
  bottom: 18%;
  background: none;
  text-align: right;
}
#slider .bx-wrapper .bx-caption span {
  text-shadow: 2px 2px 4px #333;
}
#slider .legend {
  position: absolute;
  width: 25%;
  left: 55%;
  bottom: 20%;
  margin: 0;
  color: #fff;
  text-align: right;
  text-shadow: 2px 2px 4px #333;
}

/**** bxSlider ****/
ul.bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  width: 38px;
  height: 36px;
  margin-top: -18px;
  background-image: url("../images/interface/slider_nav.png");
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -999em;
  z-index: 900;
}
.bx-wrapper .bx-prev {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  background-position: -36px 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -36px 0;
}
.bx-wrapper .bx-pager {
  padding-top: 0;
  font-size: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: auto;
  padding: 0 10px;
  right: 25px;
  bottom: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background: #d9d9d9;
  border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0074b0;
}

/**** fancybox ****/
.fancybox-skin {
  border: 10px solid #0074b0;
  border-radius: 0;
}
.fancybox-title {
  font-family: Roboto, sans-serif;
}
.fancybox-title-float-wrap {
  margin-bottom: -28px;
}
.fancybox-title-float-wrap .child {
  font-weight: normal;
  text-shadow: none;
  background: #0074b0;
  border-radius: 0;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-color: #0074b0;
  background-image: url("../images/interface/fancybox_sprite.png");
}
.fancybox-close {
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  background-position: -60px 0;
}
.fancybox-prev span {
  left: 0;
  background-position: 0 0;
}
.fancybox-next span {
  right: 0;
  background-position: -30px 0;
}
.fancybox-nav span {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

/**** Main content ****/
/* Pages */
#content {
  padding: 30px;
  border-width: 0 40px;
  border-style: solid;
  border-color: #0074b0;
}
.inside {
  background: #e1e0d3;
}
#content .inside {
  padding-bottom: 50px;
}
#content .inside.text-alone {
  padding-top: 50px;
}
#content .inside.img-alone {
  padding-bottom: 0;
}
#body h1 {
  margin-top: 85px;
  margin-bottom: 40px;
  font-size: 52px;
  color: #fff;
}
#body h1 span {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #0074b0;
}
a.contact {
  display: block;
  padding: 5px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 125ms, border-color 125ms;
  transition: color 125ms, border-color 125ms;
}
a.contact:focus,
a.contact:hover {
  color: #0074b0;
  border-color: #0074b0;
}
a.back {
  padding: 5px 10px;
  font-family: GothamBook, Roboto, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #0074b0;
}

/* Home */
.page-home .inside {
  background: #e7f3f9;
}
.page-home .container {
  width: 80%;
  margin-top: 125px;
  margin-bottom: 75px;
}
.page-home .container .item {
  max-height: 350px;
  margin: 25px 0;
}
.page-home .container .item a {
  -webkit-transition: color 125ms;
  transition: color 125ms;
}
.page-home .container .item h3 {
  position: absolute;
  bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: 1px;
}
.page-home .container .item-1 h3 {
  left: 160px;
}
.page-home .container .item-2 h3 {
  left: 122px;
}
.page-home .container .item-3 h3 {
  left: 100px;
}

/* Histoire */
#history {
  position: relative;
  height: 660px;
  background: url("../images/interface/bg_histoire.png") no-repeat center top;
}
#history .body-1,
#history .body-2 {
  position: absolute;
  max-width: 350px;
  font-weight: 700;
}
#history .body-1 {
  top: 142px;
  right: 135px;
}
#history .body-2 {
  top: 470px;
  left: 135px;
  text-align: right;
}
#history .newspaper {
  position: absolute;
}
#history .j1 {
  top: 65px;
  left: 65px;
}
#history .j2 {
  top: 360px;
  right: 65px;
}

/* Produits */
.page-product .thumb {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 30px 30px 0;
}

/* Promotions */
.page-promotion a.download,
.promotions a.download {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  font-family: GothamBook, Roboto, sans-serif;
  color: #fff;
  background: #0074b0;
  text-transform: uppercase;
}
.promotions .form-item {
  margin-bottom: 10px;
}
.promotions .form-text {
  width: 100%;
  padding: 5px 8px;
  border: none;
  color: #0074b0;
  background: #e6f1f7;
}
.promotions .form-text:invalid,
.promitions .form-select:invalid {
  box-shadow: none;
}
.promotions .form-select {
  width: 100%;
  padding: 5px 4px;
  border: none;
  color: #0074b0;
  background: #e6f1f7;
  cursor: pointer;
}
.promotions .form-textarea {
  width: 100%;
  padding: 5px 4px;
  border: none;
  color: #0074b0;
  background: #e6f1f7;
  resize: none;
}
.promotions .form-submit {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  font-family: GothamBook, Roboto, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #0074b0;
  border: none;
}

/* Realisations */
.realisations .item {
  position: relative;
  height: 430px;
  background: #b0ab9f;
}
.realisations .item .img {
  position: relative;
}
.realisations .item .img .mask {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 80px;
  height: 83px;
  margin-left: -40px;
  background: url("../images/interface/bg_item_list.png") no-repeat;
}
.realisations h3 {
  padding: 50px 20px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GothamMedium, sans-serif;
  font-size: 14px;
}
.realisations h3 a {
  color: #1a1417;
}
.realisations .more {
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: url("../images/interface/bt_plus.png") no-repeat;
  font-size: 0;
  text-indent: -999em;
}
.page-realisation #body h1 {
  margin-top: 25px;
}

/* Conseils & astuces */
.conseils .item {
  height: 530px;
  margin: 10px 0;
  background: #b0ab9f;
}
.conseils .item .img {
  position: relative;
}
.conseils .item .img .mask {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 80px;
  height: 83px;
  margin-left: -40px;
  background: url("../images/interface/bg_item_list.png") no-repeat;
}
.conseils h3 {
  padding: 50px 20px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GothamMedium, sans-serif;
  font-size: 14px;
  color: #1a1417;
}
.conseils .text {
  height: 120px;
  padding: 0 20px 25px;
  font-size: 12px;
  color: #fff;
}

/* Actualites */
.actualites .item {
  position: relative;
  height: 530px;
  margin: 10px 0;
  background: #b0ab9f;
}
.actualites .item .img {
  position: relative;
}
.actualites .item .img .mask {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 80px;
  height: 83px;
  margin-left: -40px;
  background: url("../images/interface/bg_item_list.png") no-repeat;
}
.actualites h3 {
  padding: 50px 20px 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GothamMedium, sans-serif;
  font-size: 14px;
}
.actualites h3 a {
  color: #1a1417;
}
.actualites .date {
  padding: 0 20px;
  font-size: 12px;
  color: #666;
}
.actualites .more {
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: url("../images/interface/bt_plus.png") no-repeat;
  font-size: 0;
  text-indent: -999em;
}
.actualites .text {
  height: 120px;
  padding: 0 20px 15px;
  font-size: 12px;
  color: #fff;
}
.page-actualite #body h1 {
  margin-top: 25px;
}
.page-actualite #body h1.solo {
  margin-top: 75px;
}

/* Contact */
#map {
  width: 100%;
  min-height: 500px;
  height: auto;
  background: #e6f1f7;
}
.page-contact #body h1 {
  margin-top: 0;
}
.page-contact h3 {
  margin-top: 0;
}
.page-contact .form-item {
  margin-bottom: 10px;
}
.page-contact .form-text {
  width: 100%;
  padding: 5px 8px;
  border: none;
  color: #0074b0;
  background: #e6f1f7;
}
.page-contact .form-text:invalid,
.promitions .form-select:invalid {
  box-shadow: none;
}
.page-contact .form-select {
  width: 100%;
  padding: 5px 4px;
  border: none;
  color: #0074b0;
  background: #e6f1f7;
  cursor: pointer;
}
.page-contact .form-textarea {
  width: 100%;
  padding: 5px 4px;
  border: none;
  color: #0074b0;
  background: #e6f1f7;
  resize: none;
}
.page-contact .form-submit {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  font-family: GothamBook, Roboto, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #0074b0;
  border: none;
}

/**** Fonts ****/
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamMedium.woff") format("woff"),
    url("../fonts/GothamMedium.ttf") format("truetype"),
    url("../fonts/GothamMedium.svg#gothammedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamBook.woff") format("woff"),
    url("../fonts/GothamBook.ttf") format("truetype"),
    url("../fonts/GothamBook.svg#gothambook") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Media queries */
@media only screen and (max-width: 1420px) {
  #content .container {
    width: 100%;
  }
  #slider h1 {
    width: 100%;
    bottom: 32%;
    right: auto;
    text-align: center;
  }
  #slider .legend {
    bottom: 55px;
    left: auto;
    right: 50px;
  }
  #body h1 {
    font-size: 46px;
  }
  .realisations .item {
    height: 380px;
  }
  .conseils .item {
    height: 450px;
  }
  #history .j1 {
    top: 65px;
    left: 15px;
  }
  #history .j2 {
    top: 360px;
    right: 15px;
  }
  #history .body-1 {
    right: 25px;
  }
  #history .body-2 {
    left: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .container-menu {
    gap: 30px;
  }
  #header .menu-left,
  #header .menu-right {
    gap: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  h3 {
    font-size: 22px;
  }
  /* #header .menu .level-1 > a { padding:8px 10px; } */
  .page-home .container {
    margin-top: 75px;
    margin-bottom: 0;
  }
  .page-home .container .item-1 h3 {
    left: 95px;
  }
  .page-home .container .item-2 h3 {
    left: 74px;
  }
  .page-home .container .item-3 h3 {
    left: 40px;
  }
}

@media only screen and (max-width: 1080px) {
  #header .menu-left,
  #header .menu-right,
  #header .text-right svg {
    display: none;
  }
  #header a.bt-menu {
    display: block;
  }
  #slider .legend {
    width: 33%;
  }
  #body h1 {
    font-size: 42px;
  }
  .page-home .container .item h3 {
    bottom: 50px;
    font-size: 30px;
  }
  .realisations .item {
    height: 320px;
  }
  #history {
    background: none;
    text-align: center;
  }
  #history .newspaper {
    position: static;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  #history .body-1,
  #history .body-2 {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
  }
  #history .body-2 {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  h3 {
    margin-top: 0;
  }
  #header a.bt-menu {
    margin: 8px 10px 0 0;
  }
  #slider {
    margin: 0;
  }
  #slider .legend {
    width: 100%;
  }
  #content {
    border: none;
  }
  #body h1 {
    font-size: 42px;
  }
  .page-product .thumb {
    margin: 0 15px 25px;
  }
  .realisations .item {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  #slider {
    margin: 0;
  }
  #slider .legend {
    right: 5px;
  }
  #content {
    padding: 0;
  }
  #body h1 {
    margin-top: 100px;
    font-size: 36px;
  }
  .page-home .container {
    width: 80%;
    margin-top: 0;
    text-align: center;
  }
  .page-home .container img {
    display: inline;
  }
  .page-home .container .item h3 {
    left: 50%;
    bottom: 62px;
    margin-left: -20px;
  }
  #history {
    height: auto;
  }
  .page-product .thumb {
    margin: 0 10px 20px;
  }
  .realisations .item {
    height: auto;
    padding-bottom: 50px;
  }
  .realisations .item img {
    width: 100%;
  }
  .realisations h3 {
    padding: 20px;
  }
  .conseils h3 {
    padding: 20px 20px 10px;
  }
  .conseils .item {
    height: auto;
  }
  .conseils .text {
    height: auto;
  }
  .conseils .item img {
    width: 100%;
  }
  .actualites h3 {
    padding: 20px 20px 10px;
  }
  .actualites .item {
    height: auto;
    padding-bottom: 50px;
  }
  .actualites .item img {
    width: 100%;
  }
  .actualites .text {
    height: auto;
  }
  .page-contact .col-md-push-1 {
    margin-top: 25px;
  }
  #map {
    min-height: 350px;
  }
  #footer ul li {
    margin: 0 5px;
  }
}
