html {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}

.zfd_alert {
  display: none;
}

::selection {
  /* Remove text-shadow in selection highlight */
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Nav */

.navbar.navbar-default {
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.navbar.navbar-default .navbar-brand {
  color: #777;
}
.navbar.navbar-default .navbar-brand img {
  max-height: 30px;
  width: auto;
}
.navbar.navbar-default .navbar-brand:focus, .navbar.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: red;
}

.nav.navbar-nav > li > a {
  font-size: 15px;
}
.nav.navbar-nav > .active > a,
.nav.navbar-nav > .active > a:hover,
.nav.navbar-nav > .active > a:focus {
  color: #111;
  background-color: #ccc;
}

.navbar-toggle {
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #ccc;
  border: none;
  border-radius: 3px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #000;
}
.navbar-toggle .icon-bar {
  background-color: #777;
}

.dropdown-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .divider {
  background-color: #ccc;
}

.navbar-default .navbar-form {
  margin-bottom: 0;
  border-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-form {
    padding-right: 0;
  }
}

/* Design */
.m2 {
  margin-top: 20px;
}
body {
  background: #00539f;
  font-family: 'Georgia', serif;
}
a {
  color: #00539f;
}
a:hover {
  color: #eca730;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;;
}
main {
  margin: 20px 0 80px;
}
article {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}
h1 {
  margin: 0 0 20px;
}
h2 {
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
h5 {

}
.intro {
  margin: 40px 0 40px;
}
.avocats {
  margin-top: 40px;
}
.avocats li {
  margin-bottom: 40px;
}
.avocats li p {
  padding: 0 10px;
}
.btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.btn:hover, .btn:focus {
  background: #e0e0e0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .avocats li {
    margin-bottom: 20px;
  }
  .intro {
    margin: 80px 0 40px;
  }
  article {
    padding: 60px;
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
