  @charset "UTF-8";

/*===== GENERIC ELEMENTS =====*/
body {
  font-family: "Avenir Next W04", "Avenir Next", "Avenir", "Helvectica Neue", Helvetica, Arial, sans;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  line-height: 1.5em;
  color: #4A4A4A;
}

::selection {
  background: lightyellow;
}

a {
  color: #b31e47;
}

a:hover, a:active, a:focus {
  color: #506580;
  outline: 0; /* Remove dotted border in Firefox */
}

.wp-caption-text {
  margin-top: 5px;
  font-style: italic;
  font-size: .8em !important; /* override default p style */
  color: grey;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

.menu {
  margin: 0;
  padding: 0;
  display: block;
}

.row {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: auto;
    min-width: 768px;
  }
}

/*===== HEADER =====*/
.navbar-toggle {
  margin-top: 28px;
}

.navbar-brand {
  font-weight: bold;
  font-size: 23px;
  color: #7C0529;
  line-height: 31px;
}
.navbar-default {
  background-color: transparent;
  border: none;
  margin-top: 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #4A4A4A;
}

.menu-header-container ul {
  margin: 0;
  padding: 0;
}
.menu-header-container ul li {
  list-style: none;
  display: inline-block;
  margin: 20px 10px;
}
/* Singular */

h1, h2 {
  color: #b31e47;
  font-weight: 400;
  margin-bottom: 30px;
}
h1 {
  font-size: 4em;
  font-weight: bold;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 1.5em;
}
p + h2,
ul + h2,
ol + h2 {
  margin-top: 40px;
}
.contenu img,
.wp-caption {
  margin: 0px 0;
  height: auto;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 4px 30px 20px 0!important;
}

.contenu img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/*===== FOOTER =====*/
footer {
  margin-top: 40px;
  padding: 40px 0;
  background: rgba(217, 217, 217, 0.10) url(images/footer.png) no-repeat;
  background: rgba(217, 217, 217, 0.17);
  background-size: cover;
  border: 1px solid rgba(150, 150, 150, 0.17);
  text-align: center;
  box-sizing: border-box;
}

footer .menu {
  margin: 0 auto;
  height: auto;
  text-align: center;
}

@media (min-width: 768px) {
  footer .menu {
    display: table;
    table-layout : fixed;
    width: 100%;
    text-align: left;
  }
  footer .container-menu .menu > li {
    display: table-cell;
  }
}

footer .container-menu ul li a {
  text-transform: uppercase;
  color: #9b9b9b;
  font-weight: 600;
}

footer .container-menu ul li.menu-item-has-children > a {
  pointer-events: none;
  display: block;
  margin-bottom: 10px;
}


footer .container-menu ul li {
  list-style: none;
  display: inline-block;
  width: auto;
  margin: 5px 5%;
  vertical-align: top;
}
footer .container-menu .sub-menu {
  padding: 0;
  margin: 0;
}
footer .menu .sub-menu li a {
  text-transform: initial;
  color: #9b9b9b;
  font-weight: 400;
}
footer .menu .sub-menu li {
  margin: 5px 0;
  display: block;
  width: 100%;
  padding: 0px;
}
/* Sidebar */

.bullets {
  color: #b31e47;
  font-weight: bold;
  margin-right: 10px;
}
.widget h1 {
  background-color: #7C0529;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  margin-bottom: 0;
}
.pages {
  padding-left: 0px;
  margin: 0px;
  width: 100%;
  list-style: none;
}
.pages li {
  border-bottom: 1px solid rgba(150, 150, 150, 0.17);
  width: 100%;
  margin: 0;
}

.pages li a {
  display: block;
  padding: 10px 20px;
  transition: all .1s ease-in-out;
}

.pages li a:hover {
  margin: 0 -1px; /* overriding 1px container border on each side */
  background: #b31e47;
  color: white;
}

.pages li a:hover:before {
  color: white;
}

.pages li a:before {
  content: ">";
  padding-right: 8px;
  color: #b31e47;
  font-weight: bold;
}
.social-sharing li {
  list-style: none;
  width: 49%!important;
  margin: 0;
  padding: 10px;
  display: inline-block;
  text-align: center;
}
.social-sharing li:first-of-type {
  border-right: 1px solid rgba(150, 150, 150, 0.17);
}
.social-sharing li img {
  width: 25px;
  padding: 0;
  margin: 0!important;
}
.social-sharing {
  padding: 0!important;
  width: 100%;
  margin: 0px!important;
}
.more {
  border-top: 1px solid rgba(150, 150, 150, 0.17);
  color: #9B9B9B;
  font-weight: 600;
  padding: 5px 10px;
}
.more a {
  color: #9B9B9B;
}

@media (max-width: 1170px) {
  .social-sharing li {
    list-style: none;
    width: 48%!important;
    margin: 0;
    padding: 10px;
    display: inline-block;
    text-align: center;
  }
  .caption {
    position: absolute;
    width: 100%;
    background: url(/wp-content/themes/enyo/images/pattern.png);
    height: 100%;
    font-size: 15px;
    color: #EFEFEF;
    line-height: 25px;
    top: 0;
  }
  footer .container-menu ul li {
    list-style: none;
    width: auto;
    margin: 5px 4%;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  footer {
    text-align: center;
    padding: 30px 0;
  }
  footer .menu {
    width: auto;
    padding: 0 0 0 0%!important;
    text-align: center;
    margin: auto;
  }
  footer .container-menu ul li a {
    text-transform: uppercase;
    color: #9b9b9b;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    display: block;
  }
  footer .container-menu ul li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  footer .container-menu .sub-menu {
    padding: 0;
    margin: 0;
  }
  footer .menu .sub-menu li a {
    text-transform: capitalize;
    color: #9b9b9b;
    font-weight: 400;
  }
  footer .menu .sub-menu li {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}

/*===== TOPBAR =====*/
.topbar {
  border: 1px solid rgba(150, 150, 150, 0.17);
  padding: 3px 0 4px 0;
  background: #F6F6F6;
  font-size: 12px;
  line-height: 25px;
  color: #BABABA;
}

.topbar ul {
  padding: 0;
  margin: 0;
}

.topbar ul li {
  display: inline-block;
}

.topbar ul li:first-child {
  margin-right: 30px;
}

.topbar a {
  color: #bababa;
  text-decoration: underline;
}

.topbar .search {
  text-align: right;
}


/*===== SEARCH-FORM =====*/
.search-form.form-inline {
  display: inline-block;
  line-height: 1em;
}

.search-field.form-control {
  height: 24px;
  padding-right: 25px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group .glyphicon {
  position: absolute;
  right: 8px;
  top: 6px;
}

.search-form input {
  background: rgba(128, 128, 128, 0.1);
  max-width: 150px;
  transition: all .2s ease-in-out;
}

.search-form input:focus {
  max-width: 250px;
  background: white;
}

/*===== HERO =====*/
.hero {
  position: relative;
  padding: 40px 0 240px 0;
}

.hero-image {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /*background-position: center;*/
}

.hero-pattern {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/enyo/images/hero-pattern.png');
  background-size: cover;
  background-position: center -2px;
}

.hero-pattern-full {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/enyo/images/pattern.png');
  background-position: center;
}

.hero-bottom-curved {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/enyo/images/hero-bottom-curved.png');
  /*background-image: url('/wp-content/themes/enyo/images/hero-bottom-curved.svg'), linear-gradient(transparent, transparent);*/
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero-content {
  position: relative;
  z-index: 99;
}


.hero h1, .hero p {
  color: white;
}

.hero p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 12px;
}

.hero a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .hero {
    padding: 10px 0 20px 0;
  }
}

/*===== PAGE-TOP =====*/
.page-top {
  position: relative;
  overflow: hidden;
}

.page-top-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/enyo/images/hero-default.jpg');
  background-position: center;
  background-size: cover;
}

.ppage-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
}

.header-top-curved {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/enyo/images/header-top-curved.png');
  background-image: url('/wp-content/themes/enyo/images/header-top-curved.svg'), linear-gradient(transparent, transparent);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

/*===== MAIN-CONTENT =====*/
.main-content {
  position: relative;
  z-index: 9;
  padding-top: 20px;
  color: #4A4A4A;
}

@media (max-width: 768px) {
  .main-content {
    margin-top: 0;
  }
}

/*===== SIDEBAR =====*/
.sidebar {
  margin-top: 20px;
}

/*===== PAGE-CONTENT =====*/
.page-content {
  padding-right: 80px;
}

.page-content p, .page-content ul, .page-content ol {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.page-content ul {
  margin-left: 0;
  padding-left: 17px;
  text-indent: -18px;
}

.page-content ul li {
  list-style: none;
}

.page-content ul li:before {
  content: "▸";
  padding-right: 10px;
  vertical-align: top;
  color: #b31e47;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  clear: both;
  margin-top: 40px;
}

.page-content h2 {
  position: relative;
  font-size: 2em;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(150, 150, 150, 0.17);
  padding-bottom: 10px;
  font-family: "PF Centro Slab W01", Georgia, serif;
  font-style: italic;
}

.page-content h3 {
  font-family: "PF Centro Slab W01", Georgia, serif;
  font-style: italic;
  font-size: 22px;
}

.page-content h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 43px;
  background: white;
}

.page-content h2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  left: 0;
  width: 40px;
  background: #b31e47;
}

.page-content h1 + h2, .page-content h1 + h3, .page-content h1 + h4, .page-content h1 + h5 {
  margin-top: 0;
}

@media (max-width: 992px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-content ul li {
    list-style-position: inside;
    padding-left:0;
  }
}

/*===== PULL-QUOTE =====*/
.aside-pull-quote {
  float: right;
  width: 300px;
  font-size: 2em;
  padding: 20px 10px;
  font-family: "PF Centro Slab W01", Georgia, serif;
  font-style: italic;
}

/*===== WIDGETS =====*/
.home-widgets {
  position: relative;
  z-index: 99;
  margin-top: -190px;
}

@media (max-width: 992px) {
  .home-widgets {
    margin-top: 20px;
  }
}

.home-widgets .col-sm-6 {
  margin-bottom: 40px;
}

.ti-widget {
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.ti-widget {
  border-radius: 2px 2px 0 0;
}

@media (min-width: 992px) {
  .home .ti-widget {
    transform: scale(1);
    transition: all .05s ease-in-out;
  }

  .home .ti-widget:hover {
    transform: scale(1.05);
  }
}

.ti-widget a {
  color: inherit;
  text-decoration: none;
}

.ti-widget-image {
  display: none;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ti-widget-image:after {
  content: "";
  display: block;
}

.ti-widget-image img {
  display: none;
}

.ti-widget-title {
  text-align: center;
  margin: 0;
  background-color: #b31e47;
  padding: 12px 10px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  border-radius: 2px 2px 0 0;
}

.ti-widget-title img {
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  height: 40px;
  padding-bottom: 15px;
}

.ti-widget-content {
  border-left: 1px solid rgba(150, 150, 150, 0.17);
  border-right: 1px solid rgba(150, 150, 150, 0.17);
  border-bottom: 4px solid #b31e47;
  background-color: #F7F7F7;
}

.ti-widget-content p {
  color: #4A4A4A;
  text-align: left;
  padding: 15px;
  margin-bottom: 0;
  word-wrap: break-word;
}

.ti-widget-content .read-more {
  display: block;
  text-align: right;
  font-size: .8em;
  border-top: 1px solid rgba(150, 150, 150, 0.17);
  padding: 5px 10px 5px 5px;
  color: #9B9B9B;
  font-weight: bold;
  text-transform: uppercase;
}


@media (min-width: 768px) {
  .ti-widget-content p {
    min-height: 156px;
  }
}

/*===== POST-SUMMARY =====*/
div.post-summary {
  font-size: inherit;
  margin-bottom: 60px;
}

.post-summary h2 a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}

/*===== POST-META =====*/
p.post-meta {
  font-style: italic;
  color: #aaa;
}

h1 + p.post-meta {
  margin-top: -30px;
}

/*===== HEADER-NAV =====*/
.header-nav.navbar-default {
  margin-top: 0;
  font-size: 1.2em;
}

.header-nav.navbar {
  margin-bottom: 0;
}

.header-nav .navbar-nav > li > a {
  padding: 35px 15px;
  cursor: pointer;
}

.header-nav .navbar-nav > li:last-child > a {
  padding-right: 0;
}

.header-nav .navbar-nav > li > .dropdown-menu {
  margin-top: -2px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
  background: #b31e47;
}


@media (max-width: 768px) {
  .navbar-nav {
    margin: 0 -15px;
  }

  .header-nav .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
  }

  .header-nav .navbar-nav > li > a {
    padding: 15px;
  }
}

.dropdown-menu > li > a {
  transition: background-color .1s ease-in-out;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: white;
  background-color: #b31e47;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #777;
  background-color: inherit;
}

.dropdown-menu > .active > a {
  color: inherit;
  background: inherit;
}

.dropdown-menu > li.active > a {
  color: white;
  background-color: #b31e47;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  background-color: #b31e47;
}


/*===== LOGO-HOME =====*/
.logo-home {
  padding: 20px 0;
}

.logo-home img {
  max-height: 50px;
  margin-left: -5px; /* align on the | of the E with the other containers */
}

@media (max-width: 768px) {
  .logo-home img {
    padding: 0 0 0 15px;
  }
}

/*===== POST-BOTTOM =====*/
.post-bottom {
  margin-top: 40px;
  border-top: dotted 1px #b31e47;
  border-bottom: dotted 1px #b31e47;
  padding: 5px 0;
}

/*===== SHORTCODE: TI-ASIDE =====*/
.ti-aside {
  float: right;
  width: 42%;
  margin: 10px 30px;
  border-top: solid 2px #b31e47;
  border-bottom: solid 2px rgba(150, 150, 150, 0.17);
  padding: 10px 20px;
  font-size: .8em;
  background: #FBFBFB;
}

@media (max-width: 992px) {
  .ti-aside {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}

.ti-aside h4 {
  margin-top: 20px;
  color: #b31e47;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

.ti-aside p {
  margin: 10px 0;
}

/*
 * Override Bootstrap default
 */
h4 small {
  color: inherit;
  font-weight: inherit;
}

/*===== SHORTCODE: TI-BIG-NUMBER =====*/
.ti-big-number {
  float: right;
  max-width: 42%;
  margin: 10px 30px;
  padding: 10px 20px;
  background: #FBFBFB;
}

@media (max-width: 992px) {
  .ti-big-number {
    float: none;
    max-width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

.ti-big-number h4 {
  margin: 0;
  font-family: "PF Centro Slab W01", Georgia, serif;
  font-size: 4em;
  letter-spacing: -2px;
  color: #b31e47;
}

.ti-big-number p {
  margin: 0;
}


/*===== BLOCKQUOTE =====*/
blockquote {
  position: relative;
  text-align: center;
  border: none;
  font-style: italic;
  font-family: "PF Centro Slab W01", Georgia, serif;
  color: #b31e47;
}

@media (min-width: 992px) {
 blockquote {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
 }
}

blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 20px;
  background: #b31e47;
}

blockquote:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 20px;
  background: #b31e47;
}

/*===== CATEGORY-ICON =====*/
.category-container .row {
  height: 170px;
}

.category-icon {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 10px;
  min-width: 110px;
  background: #b31e47;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.category-icon a {
  display: inline-block;
  padding: 12px 10px;
  text-decoration: none;
}

.category-icon img {
  height: 50px;
  padding-bottom: 5px;
}

.category-name {
  display: block;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 768px) {
  .category-container .row {
    height: auto;
    min-height: 60px;
  }

  .category-icon {
    position: relative;
    left: 0;
    top: 0;
  }

  .category-icon a {
    display: block;
  }
}

/*===== TANO-FILE =====*/
.tano-file {
  display: inline-block;
  margin-top: 20px;
  background: #b31e47;
  padding: 15px 25px;
  border: solid 2px white;
  border-radius: 4px;
  color: white;
  transition: background-color .2s ease-in-out;
}

.tano-file:hover {
  text-decoration: none;
  border-color: #b31e47;
  border-radius: 2px;
  background: white;
  color: #b31e47;
}

.tano-file:active {
  text-decoration: none;
  color: white;
  background: #b31e47;
}

.tano-file:focus {
  text-decoration: none;
  color: white;
  background: #b31e47;
}


/*===== PAGINATION =====*/
ul.pagination {
  padding-left: 0;
  text-indent: 0;
}

.pagination li:before {
  display: none;
}

.pagination > li > a, .pagination > li > span {
  color: #b31e47;
  border-color: #b31e47;
}

.pagination > li > span.current {
  color: white;
  background-color: #b31e47;
}

.pagination > li > span.current:hover, .pagination > li > span.current:focus {
  color: white;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #b31e47;
  border-color: #b31e47;
}


/*===== LEGAL-MENTIONS =====*/
.legal-mentions {
  background-color: #506580;
  padding: 7px 0;
  font-size: .8em;
  color: rgba(255,255,255,.7);
}

@media (max-width: 768px) {
  .legal-mentions {
    text-align: center;
  }
}

/*===== WPML =====*/
.ti-wpml-menu-item img {
  vertical-align: bottom;
}


/*===== MIMESIS STYLES ======*/
.alternative-background {
  background-color: #dfedf5;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
}
  .alternative-background:after {
    content: " ";
    display: block;
    clear: both;
  }

  .alternative-background h2 {
    margin-top: 10px;
  }
  .page-content .alternative-background h2:before {
    background: #dfedf5;
  }

  .alternative-background h3 {
    margin-top: 0;
  }

  .alternative-background p:last-child {
    margin-bottom: 0;
  }

@media (max-width: 700px) {
  .alternative-background img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
    clear: both;
  }
}


/*===== SHORTCODE: TI-TEXT-AND-IMAGE =====*/
.ti-text-and-image {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px;
}

.ti-text-and-image--odd {
  flex-direction: row;
  background-color: #dfedf5;
  border-radius: 5px;
}

  .ti-text-and-image div {
    margin: 5px 20px 0 0;
  }
  
  .ti-text-and-image--odd div {
    margin: 5px 0 0 20px;
  }

  .ti-text-and-image h3 {
    margin-top: 0;
  }

  .ti-text-and-image img {
    height: 100%;
  }
@media (max-width: 700px) {
  .ti-text-and-image {
    display: block;
  }

    .ti-text-and-image div {
      margin: 0;
    }

    .ti-text-and-image img {
      margin-bottom: 20px;
    }
}

/*===== SHORTCODE: TI-ASIDE-FULL =====*/
.ti-aside-full {
  display: flex;
  margin: 15px 0;
  border-top: solid 2px #b31e47;
  border-bottom: solid 2px rgba(150, 150, 150, 0.17);
  padding: 15px 20px;
  font-size: .8em;
  background: #FBFBFB;
}

  .ti-aside-full img {
    height: 100%;
  }

  .ti-aside-full div {
    margin-left: 15px;
  }

  .ti-aside-full h4 {
    margin-top: 3px;
    color: #b31e47;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
  }

  .ti-aside-full p {
    margin: 10px 0;
  }


@media (max-width: 700px) {
  .ti-aside-full {
    display: block;
  }
  .ti-aside-full img {
    margin-bottom: 20px;
  }
  .ti-aside-full div {
    width: 100%;
    margin-left: 0;
  }
}

/*===== NEWSLETTER WIDGET =====*/
.newsletter-widget {
  padding: 15px;
}
  .newsletter-widget .mc_custom_border_hdr {
    padding-bottom: 5px;
  }

  .newsletter-widget input[type="text"] {
    border: 1px solid #bbb;
    border-radius: 3px;
  }

  .newsletter-widget input[type="submit"] {
    border: none;
    background: #b31e47;
    padding: 10px 10px;
    color: white;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
  }

  .newsletter-widget .mc_success_msg {
    height: 20px;
    display: block;
    overflow: hidden;
  }

  .newsletter-widget .mc_success_msg:before {
    content: "Inscription réussie.";
    display: block;
  }