@charset "UTF-8";

.ma-container.maAside {
  position: relative;
  line-height: 1.3;
  padding: 2rem 0 4rem; }
.ma-container .maAside-image img {
  display: block; }
  .ma-container .maAside-image img[src*=".gif"] {
    height: auto !important; }
.ma-container .maAside-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.ma-container .maAside-news {
  width: 38.2rem;
  background: white;
  position: relative;
  padding-bottom: 2rem;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }
  .ma-container .maAside-newsContent > *:not(.maAside-image) {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ma-container .maAside-news:hover {
    opacity: 0.8; }
.ma-container .maAside-title {
  color: #193441;
  margin: .6em 0;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.15;
  text-align: center; }
  .ma-container .maAside-title::after {
    content: '';
    background-image: url("https://www.sea-mer.fr/default/CMS/css/common/../../images/dist/waves.svg");
    width: 4rem;
    height: .8rem;
    display: block;
    margin: 1rem auto 0; }
.ma-container .maAside-date {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: normal;
  float: right;
  color: white;
  -webkit-transform: translateY(calc(-100% - 1rem));
      -ms-transform: translateY(calc(-100% - 1rem));
          transform: translateY(calc(-100% - 1rem));
  text-shadow: 0.1em 0.1em 0.1em black; }
.ma-container .maAside-newstitle {
  margin: 0.5em 0;
  font-size: 1.2em;
  font-weight: 400;
  font-size: 2.7rem;
  font-family: "Times new roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #91aa9d; }
  .ma-container .maAside-newstitle a {
    font: inherit;
    color: #193441;
    text-decoration: none; }
.ma-container .maAside-resume {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  color: #91aa9d; }
.ma-container .maAside-knowmore {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  padding: 0;
  margin: 0; }
  .ma-container .maAside-knowmore a {
    color: #193441;
    display: block;
    height: 100%; }
.ma-container .maAside-allnewslink {
  text-align: center;
  margin-top: 3rem; }
  .ma-container .maAside-allnewslink a {
    display: inline-block;
    color: #193441;
    background: white;
    border: 1px solid white;
    border-radius: 1.5em;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1;
    margin: 0.5em 0;
    padding: 0.75em 3em 0.7em;
    text-transform: uppercase;
    font-size: 1.4rem;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-property: border, background, color;
    transition-property: border, background, color; }
    .ma-container .maAside-allnewslink a:hover {
      background: #193441;
      border-color: #193441;
      color: white; }
.ma-container .maAside-pagination {
  position: absolute;
  bottom: 2.6rem;
  left: 2rem;
  height: 1.2rem; }
  .ma-container .maAside-pagination .maAside-pager .bx-pager-item {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem; }
    .ma-container .maAside-pagination .maAside-pager .bx-pager-item a {
      display: inline-block;
      text-indent: -999rem;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 100%;
      background: #c8c8c8; }
      .ma-container .maAside-pagination .maAside-pager .bx-pager-item a.active {
        background: #193441; }
.ma-container .maAside .bx-controls-direction {
  position: absolute;
  bottom: 2rem;
  right: 2rem; }
  .ma-container .maAside .bx-controls-direction a {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: .6rem; }
    .ma-container .maAside .bx-controls-direction a::before {
      content: '';
      display: inline-block;
      width: 1rem;
      height: 1rem;
      margin: 0.7rem 0 0;
      line-height: 2.4rem;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ma-container .maAside .bx-controls-direction a.bx-prev {
      padding-left: 0.9rem; }
      .ma-container .maAside .bx-controls-direction a.bx-prev::before {
        border-top: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb; }
    .ma-container .maAside .bx-controls-direction a.bx-next {
      padding-left: 0.5rem; }
      .ma-container .maAside .bx-controls-direction a.bx-next::before {
        border-bottom: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb; }
.ma-container.maAllNews ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 1rem 0; }
.ma-container.maAllNews .maAllNews-news {
  *zoom: 1;
  padding-left: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eee; }
  .ma-container.maAllNews .maAllNews-news:before, .ma-container.maAllNews .maAllNews-news:after {
    content: ' ';
    display: table; }
  .ma-container.maAllNews .maAllNews-news:after {
    clear: both; }
  .ma-container.maAllNews .maAllNews-news--hasPicture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ma-container.maAllNews .maAllNews-image {
  display: inline-block;
  vertical-align: top;
  margin: .5rem 2rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .ma-container.maAllNews .maAllNews-image a {
    display: block; }
    .ma-container.maAllNews .maAllNews-image a img {
      max-width: 100%; }
      .ma-container.maAllNews .maAllNews-image a img[src*=".gif"] {
        height: auto !important; }
.ma-container.maAllNews div.ma-news-right {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
.ma-container.maAllNews .maAllNews-date {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: normal;
  margin: .4rem 0; }
.ma-container.maAllNews .maAllNews-newstitle {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  line-height: 1.3; }
  .ma-container.maAllNews .maAllNews-newstitle, .ma-container.maAllNews .maAllNews-newstitle a {
    font-weight: 400;
    text-decoration: none; }
.ma-container.maAllNews .maAllNews-resume {
  font-weight: normal;
  line-height: 1.4; }
.ma-container.maAllNews .maAllNews-knowmore {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: .8em;
  font-weight: 600; }
.ma-container.maAllNews .maAllNews-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1rem 0 0; }
.ma-container.maAllNews .maAllNews-links {
  font-size: .8em; }
  .ma-container.maAllNews .maAllNews-links a, .ma-container.maAllNews .maAllNews-links span {
    padding: .4em;
    display: inline-block; }
  .ma-container.maAllNews .maAllNews-links--prev, .ma-container.maAllNews .maAllNews-links--next {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%; }
  .ma-container.maAllNews .maAllNews-links--next {
    text-align: right; }
  .ma-container.maAllNews .maAllNews-links--pages {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%; }
    .ma-container.maAllNews .maAllNews-links--pages span, .ma-container.maAllNews .maAllNews-links--pages a {
      padding: .2em;
      font-weight: bold; }
.ma-container.maDetail .maDetail-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.maDetail .maDetail-resume {
  margin: .6rem 0;
  font-weight: 600; }
.ma-container.maDetail .maDetail-image {
  margin: 1.4rem 0; }
  .ma-container.maDetail .maDetail-image img {
    max-width: 100%; }

#zone-actus {
  background: #e7edef;
  position: relative;
  z-index: 5; }

.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"] {
  border-left: 8px solid #193441; }

#bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button,
.ip-bankTransfer-popup .ip-bankTransfer-finish a,
.bl-product .bl-product-picture.pager-active img {
  border: 1px solid #193441; }

.bl-list-categories [class|="bl-category-link"]:hover span,
.bl-list-category-detail .bl-category-link:hover span {
  background-color: #193441; }

.bl [class|="bl-category-label"] a,
.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"],
.bl-list-products-multiple-add-to-card-button,
.bl-product-add-to-cart-button,
.bl-list-products li .bl-product-add-to-cart,
.bl-list-items li .bl-product-add-to-cart,
.bl-my-cart-finish-order input.submit,
.bl-my-cart-finish-order button.submit,
.bl-list-items li.bl-item .bl-product-add-to-cart,
.bl-subscribe-user-submit input#bl-cart-information-request,
.bl-list-products-multiple-add-to-card-button input,
.bl-product-add-to-cart-button input,
.bl-subscribe-user-submit:before,
.bl-my-cart div.bl-my-cart-finish-order:before,
.bl-product .bl-product-add-to-cart-button:before,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart {
  color: #fff; }

.bl-product-price .bl-products-promoted,
.bl-list-items li div.bl-item-price div.bl-products-list-promoted,
.bl-list-products li div.bl-item-price div.bl-products-list-promoted,
.bl-list-items li div.bl-light-price-container div.bl-products-list-promoted,
.bl-list-products li div.bl-light-price-container div.bl-products-list-promoted,
.bl-label-input {
  color: #193441; }

.bl-product-price div + div {
  color: #193441; }

#bl-recap-payment-paymode #bl-recap-payment-finish > button,
.bl-list-products-multiple-add-to-card-button,
.bl-product-add-to-cart-button,
.bl-my-cart-finish-order input.submit,
.bl-my-cart-finish-order button.submit,
.bl-list-items li.bl-item .bl-product-add-to-cart,
.bl-subscribe-user-submit input,
.bl-subscribe-user-submit input#bl-cart-information-request,
.bl-popup-detail-contener a,
.bl-list-items li.bl-mode-list .bl-product-add-to-cart,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart,
.bl-list-items li.bl-mode-mosaic .bl-product-add-to-cart,
.bl-list-products li.bl-mode-list .bl-product-add-to-cart,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart,
.bl-list-products li.bl-mode-mosaic .bl-product-add-to-cart {
  background-color: #193441; }

#bl-recap-payment-paymode #bl-recap-payment-finish > button:hover,
#bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button > div.radio::before,
.bl-list-products-multiple-add-to-card-button:hover,
.bl-product-add-to-cart-button:hover,
.bl-my-cart-finish-order:hover input.submit,
.bl-my-cart-finish-order:hover button.submit,
.bl-subscribe-user-submit:hover input#bl-cart-information-request,
.bl-list-items li.bl-item .bl-product-add-to-cart:hover,
.bl-subscribe-user-submit input:hover,
.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"],
.bl-popup-detail-contener a:hover,
.bl-list-items li .bl-product-add-to-cart:hover {
  background-color: #193441; }

.bl-my-cart td.bl-my-cart-description div.bl-my-cart-title,
.bl-my-cart td.description div.title,
.bl-my-cart th.bl-my-cart-price,
.bl-my-cart th.price,
.bl-my-cart p.bl-recap-intertitre span,
.bl-my-cart-product-popup .bl-popup-product-title,
.bl-my-cart-product-popup div span,
.bl-recap-contener .bl-recap-etape.active,
div.bl-subscribe span#termsOfSale-label a,
div.bl-subscribe fieldset legend,
.bl-product-price,
.bl-list-products li h3 a,
.bl-list-items li h3 a,
.bl-product-price-list,
.bl-list-items li.bl-item div.bl-item-price,
.bl-product-shipping,
.bl-product-add-to-cart-quantity label,
.bl-list-sous-categories a:hover,
.bl-my-cart-product-popup .bl-popup-product-title a,
.bl-product-title-description,
.bl-product-price div,
.bl-product-price .promoted,
.bl-product-main-title h2,
.ip-checks-popup .ip-checks-finish a,
.ip-checks-popup .ip-checks-title,
.bl-my-cart-label.total,
.bl-my-cart-total,
div#bl-information-request-div fieldset legend,
.bl-product-criteria > .label,
.ip-bankTransfer-popup .ip-bankTransfer-finish a,
.bl-list-sous-categories a {
  color: #193441; }

.bl-list-items li.bl-mode-light h3 a:hover,
.bl-list-products li.bl-mode-light h3 a:hover,
.bl-list-items li.bl-mode-list2 h3 a:hover,
.bl-list-products li.bl-mode-list2 h3 a:hover,
.bl-list-items li.bl-mode-mosaic2 h3 a:hover,
.bl-list-products li.bl-mode-mosaic2 h3 a:hover,
.bl-product-price div + div,
.bl-product-price .promoted.new_price {
  color: #193441; }

.bl-recap-contener .bl-recap-etape {
  color: #193441; }

.encartsBl-list {
  margin: 3rem 0 4rem;
  display: flex;
  flex-wrap: wrap; }
  .encartsBl-list > div,
  .encartsBl-list > a {
    transition: opacity .25s ease-out; }
    .encartsBl-list > div:hover,
    .encartsBl-list > a:hover {
      opacity: 0.7; }
    .encartsBl-list > div:nth-child(1),
    .encartsBl-list > a:nth-child(1) {
      order: 4; }
    .encartsBl-list > div:nth-child(2),
    .encartsBl-list > a:nth-child(2) {
      order: 2; }
    .encartsBl-list > div:nth-child(3),
    .encartsBl-list > a:nth-child(3) {
      order: 6; }
    .encartsBl-list > div:nth-child(4),
    .encartsBl-list > a:nth-child(4) {
      order: 1; }
    .encartsBl-list > div:nth-child(5),
    .encartsBl-list > a:nth-child(5) {
      order: 5; }
    .encartsBl-list > div:nth-child(6),
    .encartsBl-list > a:nth-child(6) {
      order: 3; }
.encartsBl-item,
.encartsBl .cms_bloc_bl {
  width: calc(100% / 3);
  height: 41rem; }
.encartsBl-item {
  text-decoration: none;
  position: relative; }
  .encartsBl-item h3 {
    font-size: 4.6rem;
    color: #fcfff5;
    font-family: "Times new roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-weight: 400; }
.encartsBl .cms_bloc_bl .bl,
.encartsBl .cms_bloc_bl .bl-list-items,
.encartsBl .cms_bloc_bl .bl-list-products,
.encartsBl .cms_bloc_bl .bl-mode-list {
  display: block;
  height: 100%;
  padding: 0 !important;
  margin: 0; }
.encartsBl .cms_bloc_bl .bl-product-detail {
  display: flex !important;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #faf9f7; }
  .encartsBl .cms_bloc_bl .bl-product-detail h3,
  .encartsBl .cms_bloc_bl .bl-product-detail h3 a,
  .encartsBl .cms_bloc_bl .bl-product-detail .product-category,
  .encartsBl .cms_bloc_bl .bl-product-detail .product-category a {
    font-size: 1.9rem;
    text-decoration: none;
    font-weight: 600;
    color: #3e606f;
    text-transform: uppercase; }

.bl .bl-list-items li.bl-mode-light .bl-light-price-container {
  display: none; }
.bl-product-main-title {
  color: #193441;
  margin: .6em 0;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.15;
  text-align: center; }
  .bl-product-main-title::after {
    content: '';
    background-image: url("https://www.sea-mer.fr/default/CMS/css/common/../../images/dist/waves.svg");
    width: 4rem;
    height: .8rem;
    display: block;
    margin: 1rem auto 0; }
.bl-list-items, .bl-list-products, .bl-list-categories {
  display: flex;
  flex-wrap: wrap; }
  .bl-list-items li, .bl-list-products li, .bl-list-categories li {
    float: none; }
  .bl-list-items .bl-item-picture, .bl-list-products .bl-item-picture, .bl-list-categories .bl-item-picture {
    margin: 5px 0 0 0 !important;
    position: relative;
    height: 20rem;
    width: 100%;
    overflow: hidden; }
    .bl-list-items .bl-item-picture img, .bl-list-products .bl-item-picture img, .bl-list-categories .bl-item-picture img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .4s ease-out;
      object-fit: cover;
      width: 100% !important;
      height: 100%; }
  .bl-list-items .bl-product-description, .bl-list-products .bl-product-description, .bl-list-categories .bl-product-description {
    padding: 1rem 1rem; }
  .bl-list-items .product-category, .bl-list-products .product-category, .bl-list-categories .product-category {
    padding: 1rem 1rem;
    display: block;
    font-size: 1.8rem;
    transition: .4s ease-out;
    text-decoration: none; }
    .bl-list-items .product-category:hover, .bl-list-products .product-category:hover, .bl-list-categories .product-category:hover {
      color: #d2344e; }
  .bl-list-items h3, .bl-list-products h3, .bl-list-categories h3 {
    height: auto;
    line-height: 1;
    margin-bottom: 1rem; }
    .bl-list-items h3 a, .bl-list-products h3 a, .bl-list-categories h3 a {
      padding: .5rem 1rem;
      display: block;
      font-size: 2.1rem !important;
      transition: .4s ease-out; }
      .bl-list-items h3 a:hover, .bl-list-products h3 a:hover, .bl-list-categories h3 a:hover {
        color: #d2344e !important; }
      .pageType .bl-list-items h3 a::after, .pageType .bl-list-products h3 a::after, .pageType .bl-list-categories h3 a::after {
        content: "";
        display: block;
        margin: auto;
        margin-top: .9rem;
        width: 2rem;
        height: .3rem;
        background: #d2344e; }
  .bl-list-items li.bl-mode-light, .bl-list-products li.bl-mode-light, .bl-list-categories li.bl-mode-light {
    float: inherit;
    border-radius: 0; }
    .bl-list-items li.bl-mode-light h3 a, .bl-list-products li.bl-mode-light h3 a, .bl-list-categories li.bl-mode-light h3 a {
      display: flex;
      min-height: 6rem;
      flex-direction: column; }
  .bl-list-items .bl-product-detail, .bl-list-products .bl-product-detail, .bl-list-categories .bl-product-detail {
    display: block !important;
    text-align: center; }
    .bl-list-items .bl-product-detail h3, .bl-list-products .bl-product-detail h3, .bl-list-categories .bl-product-detail h3 {
      height: auto !important; }
    .bl-list-items .bl-product-detail > *, .bl-list-products .bl-product-detail > *, .bl-list-categories .bl-product-detail > * {
      text-align: left; }
  .bl-list-items .bl-products-list-more-details, .bl-list-products .bl-products-list-more-details, .bl-list-categories .bl-products-list-more-details {
    display: none !important; }
  .bl-list-items .bl-product-picture, .bl-list-products .bl-product-picture, .bl-list-categories .bl-product-picture {
    margin-bottom: 1.5rem !important; }
  .bl-list-items .bl-product-description, .bl-list-products .bl-product-description, .bl-list-categories .bl-product-description {
    text-align: center; }
.bl-list-products .bl-product-picture, .bl-list-items .bl-product-picture {
  float: inherit; }
  .bl-list-products .bl-product-picture img, .bl-list-items .bl-product-picture img {
    width: 150px; }
.bl-list-products .bl-product-detail, .bl-list-items .bl-product-detail {
  display: flex;
  align-items: flex-start; }
.bl .bl-product .bl-product-info-left {
  display: flex;
  align-items: center; }
.bl-product .bl-product-add-to-cart-button {
  text-decoration: none;
  padding: 1rem 3rem .7rem;
  background: #193441;
  display: inline-block;
  text-transform: uppercase;
  transition: .4s ease-out;
  min-width: 27.3rem;
  transition: .4s ease-out; }
  .bl-product .bl-product-add-to-cart-button::before {
    content: ''; }
  .bl-product .bl-product-add-to-cart-button input {
    background-color: transparent;
    border: medium none;
    font-size: 1.4rem;
    color: white;
    cursor: pointer;
    font-weight: 700;
    height: 28px;
    padding: 0;
    width: 100%;
    text-transform: uppercase; }
  .bl-product .bl-product-add-to-cart-button:hover {
    background: #d43c55; }
.bl-my-cart td.bl-my-cart-delete a {
  font-size: 0; }

div#bl-information-request-div {
  margin-top: 80px; }

.pageHome .bl-mode-list .product-category {
  display: none; }
.pageHome .encartsBl .bl-mode-light {
  width: 100% !important;
  height: 41rem;
  padding: 0 !important;
  border: none;
  margin: 0; }
  .pageHome .encartsBl .bl-mode-light .bl-product-description {
    display: none; }
  .pageHome .encartsBl .bl-mode-light img {
    width: auto; }

#zone-page .encartsBl .bl-list-items .bl-item-picture {
  height: auto; }
  #zone-page .encartsBl .bl-list-items .bl-item-picture img {
    width: auto !important;
    height: auto;
    position: inherit;
    transform: inherit;
    object-fit: inherit; }

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

@media (max-width: 800px) {
  .cms_bloc_GP-Mosaique .gp-container.gp-mosaique .gp-mosaique-page.col4 figure {
    width: calc(50% - 1rem); } }

#extranet fieldset {
  border: none; }
  #extranet fieldset > * {
    text-align: center; }
  #extranet fieldset > div {
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
#extranet input[type="text"],
#extranet input[type="password"] {
  padding: 0.7rem 2rem;
  min-width: 30rem;
  margin: .5rem;
  border-radius: 1.5em;
  border: none; }
#extranet input[type="submit"] {
  display: inline-block;
  color: white;
  background: #193441;
  border: 1px solid #193441;
  border-radius: 1.5em;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.1;
  margin: 0.5em 0;
  padding: 0.75em 3em 0.7em;
  text-transform: uppercase;
  font-size: 1.4rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transition-property: border, background, color;
  transition-property: border, background, color; }
  #extranet input[type="submit"]:hover {
    background: white;
    border-color: white;
    color: #193441; }
#extranet-connected {
  text-align: center;
  font-size: 1.7rem; }
  #extranet-connected-txt {
    font-size: 2.2rem; }