@charset "UTF-8";
/* -------------------------- *    RESET CSS
\* -------------------------- */
/**
     * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
     * http://cssreset.com
     */
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Coustard:400,900);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, .form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form select,
.form textarea, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------- *    Général
\* -------------------------- */
*,
*:after,
*:before {
  box-sizing: border-box; }

.mw {
  max-width: 1240px;
  margin: 0 auto; }

.row {
  display: flex;
  flex-wrap: wrap; }

.row--reverse {
  flex-direction: row-reverse; }

.row--nowrap {
  flex-wrap: nowrap; }
  .row--nowrap > * {
    width: 100%; }

.row--center {
  justify-content: center; }

/* .row--end {
  justify-content: flex-end; } */

.row--arround {
  justify-content: space-around; }

.row--between {
  justify-content: space-between; }

.row--column {
  flex-direction: column; }

.row--row {
  flex-direction: row; }

.row--stretch {
  align-items: strech; }

.row--vCenter {
  align-items: center; }

.row--vEnd {
  align-items: flex-end; }

.row--vArround {
  align-items: space-around; }

.item--vStart {
  align-self: flex-start; }

.item--vEnd {
  align-self: flex-end; }

.item--vCenter {
  align-self: center; }

[class*='col-'] {
  padding: 0 15px; }

.col--collapse {
  padding-left: 0;
  padding-right: 0; }

/* ------------------------*  Responsive desktop first
\*-------------------------*/
.col-1-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.3333333333%; }

.col-2-3 {
  width: 66.6666666667%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-1-6 {
  width: 16.6666666667%; }

.col-5-6 {
  width: 83.3333333333%; }

.order-first {
  order: -1; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.hide {
  display: none !important; }

.s-show,
.t-show,
.m-show,
.j-show {
  display: none !important; }

@media (min-width: 1441px) {
  .col-j-1-1 {
    width: 100%; }
  .col-j-1-2 {
    width: 50%; }
  .col-j-1-3 {
    width: 33.3333333333%; }
  .col-j-2-3 {
    width: 66.6666666667%; }
  .col-j-1-4 {
    width: 25%; }
  .col-j-3-4 {
    width: 75%; }
  .col-j-1-5 {
    width: 20%; }
  .col-j-2-5 {
    width: 40%; }
  .col-j-3-5 {
    width: 60%; }
  .col-j-4-5 {
    width: 80%; }
  .col-j-1-6 {
    width: 16.6666666667%; }
  .col-j-5-6 {
    width: 83.3333333333%; }
  .order-j-first {
    order: -1; }
  .order-j-0 {
    order: 0; }
  .order-j-1 {
    order: 1; }
  .order-j-2 {
    order: 2; }
  .order-j-3 {
    order: 3; }
  .order-j-4 {
    order: 4; }
  .order-j-5 {
    order: 5; }
  .order-j-6 {
    order: 6; }
  .order-j-7 {
    order: 7; }
  .order-j-8 {
    order: 8; }
  .order-j-9 {
    order: 9; }
  .order-j-10 {
    order: 10; }
  .j-hide {
    display: none !important; }
  .j-show {
    display: block !important; } }

@media (max-width: 1240px) {
  .col-l-1-1 {
    width: 100%; }
  .col-l-1-2 {
    width: 50%; }
  .col-l-1-3 {
    width: 33.3333333333%; }
  .col-l-2-3 {
    width: 66.6666666667%; }
  .col-l-1-4 {
    width: 25%; }
  .col-l-3-4 {
    width: 75%; }
  .col-l-1-5 {
    width: 20%; }
  .col-l-2-5 {
    width: 40%; }
  .col-l-3-5 {
    width: 60%; }
  .col-l-4-5 {
    width: 80%; }
  .col-l-1-6 {
    width: 16.6666666667%; }
  .col-l-5-6 {
    width: 83.3333333333%; }
  .order-l-first {
    order: -1; }
  .order-l-0 {
    order: 0; }
  .order-l-1 {
    order: 1; }
  .order-l-2 {
    order: 2; }
  .order-l-3 {
    order: 3; }
  .order-l-4 {
    order: 4; }
  .order-l-5 {
    order: 5; }
  .order-l-6 {
    order: 6; }
  .order-l-7 {
    order: 7; }
  .order-l-8 {
    order: 8; }
  .order-l-9 {
    order: 9; }
  .order-l-10 {
    order: 10; }
  .l-hide {
    display: none !important; }
  .l-show {
    display: block !important; } }

@media (max-width: 1024px) {
  .col-m-1-1 {
    width: 100%; }
  .col-m-1-2 {
    width: 50%; }
  .col-m-1-3 {
    width: 33.3333333333%; }
  .col-m-2-3 {
    width: 66.6666666667%; }
  .col-m-1-4 {
    width: 25%; }
  .col-m-3-4 {
    width: 75%; }
  .col-m-1-5 {
    width: 20%; }
  .col-m-2-5 {
    width: 40%; }
  .col-m-3-5 {
    width: 60%; }
  .col-m-4-5 {
    width: 80%; }
  .col-m-1-6 {
    width: 16.6666666667%; }
  .col-m-5-6 {
    width: 83.3333333333%; }
  .order-m-first {
    order: -1; }
  .order-m-0 {
    order: 0; }
  .order-m-1 {
    order: 1; }
  .order-m-2 {
    order: 2; }
  .order-m-3 {
    order: 3; }
  .order-m-4 {
    order: 4; }
  .order-m-5 {
    order: 5; }
  .order-m-6 {
    order: 6; }
  .order-m-7 {
    order: 7; }
  .order-m-8 {
    order: 8; }
  .order-m-9 {
    order: 9; }
  .order-m-10 {
    order: 10; }
  .m-hide {
    display: none !important; }
  .m-show {
    display: block !important; } }

@media (max-width: 980px) {
  .col-t-1-1 {
    width: 100%; }
  .col-t-1-2 {
    width: 50%; }
  .col-t-1-3 {
    width: 33.3333333333%; }
  .col-t-2-3 {
    width: 66.6666666667%; }
  .col-t-1-4 {
    width: 25%; }
  .col-t-3-4 {
    width: 75%; }
  .col-t-1-5 {
    width: 20%; }
  .col-t-2-5 {
    width: 40%; }
  .col-t-3-5 {
    width: 60%; }
  .col-t-4-5 {
    width: 80%; }
  .col-t-1-6 {
    width: 16.6666666667%; }
  .col-t-5-6 {
    width: 83.3333333333%; }
  .order-t-first {
    order: -1; }
  .order-t-0 {
    order: 0; }
  .order-t-1 {
    order: 1; }
  .order-t-2 {
    order: 2; }
  .order-t-3 {
    order: 3; }
  .order-t-4 {
    order: 4; }
  .order-t-5 {
    order: 5; }
  .order-t-6 {
    order: 6; }
  .order-t-7 {
    order: 7; }
  .order-t-8 {
    order: 8; }
  .order-t-9 {
    order: 9; }
  .order-t-10 {
    order: 10; }
  .t-hide {
    display: none !important; }
  .t-show {
    display: block !important; } }

@media (max-width: 568px) {
  .col-s-1-1 {
    width: 100%; }
  .col-s-1-2 {
    width: 50%; }
  .col-s-1-3 {
    width: 33.3333333333%; }
  .col-s-2-3 {
    width: 66.6666666667%; }
  .col-s-1-4 {
    width: 25%; }
  .col-s-3-4 {
    width: 75%; }
  .col-s-1-5 {
    width: 20%; }
  .col-s-2-5 {
    width: 40%; }
  .col-s-3-5 {
    width: 60%; }
  .col-s-4-5 {
    width: 80%; }
  .col-s-1-6 {
    width: 16.6666666667%; }
  .col-s-5-6 {
    width: 83.3333333333%; }
  .order-s-first {
    order: -1; }
  .order-s-0 {
    order: 0; }
  .order-s-1 {
    order: 1; }
  .order-s-2 {
    order: 2; }
  .order-s-3 {
    order: 3; }
  .order-s-4 {
    order: 4; }
  .order-s-5 {
    order: 5; }
  .order-s-6 {
    order: 6; }
  .order-s-7 {
    order: 7; }
  .order-s-8 {
    order: 8; }
  .order-s-9 {
    order: 9; }
  .order-s-10 {
    order: 10; }
  .s-hide {
    display: none !important; }
  .s-show {
    display: block !important; } }

/* ------------------------*  Responsive mobile first
\*-------------------------*/
/* @include responsive-columns('');

@media (min-width: $medium) {
  @include responsive-columns('-m');
  .m-hide {display: none;}
}

@media (min-width: $large) {
  @include responsive-columns('-l');
  .l-hide {display: none;}
} */
/* -------------------------- *    Colors - RGB or RGBA
\* -------------------------- */
/* -------------------------- *    Mixins
\* -------------------------- */
/**
* Border-radius
**/
/* -------------------------- *    Types Styles
\* -------------------------- */
/**
* Fonts link
**/
html {
  font-size: 62.5%;
  height: 100%; }

/**
* Fonts declaration
**/
/**
* Font Sizes
**/
.text--center {
  text-align: center; }

/* -------------------------- *    Markdown style
\* -------------------------- */
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  font-weight: 500; }

.markdown h1, .markdown h2 {
  color: #697B32; }

.markdown h1 {
  font-size: 22px;
  font-size: 2.2rem; }

.markdown h2 {
  font-size: 20px;
  font-size: 2rem; }

.markdown h3 {
  color: #878787;
  font-size: 18px;
  font-size: 1.8rem; }

.markdown h4 {
  color: #AAA;
  font-size: 18px;
  font-size: 1.8rem; }

.markdown hr {
  border: none;
  border-top: 3px dotted rgba(159, 186, 74, 0.8); }

.markdown p {
  /* font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px; */
  margin-bottom: 15px; }

.markdown em {
  color: #755C9F;
  font-weight: 500; }

.markdown strong {
  color: #9FBA4A;
  font-weight: 500; }

.markdown a img {
  width: 350px; }

.markdown ol, .markdown ul {
  margin-bottom: 15px;
  padding-left: 30px; }
  .markdown ol li, .markdown ul li {
    padding: 5px 0; }
    .markdown ol li li:first-child, .markdown ul li li:first-child {
      margin-top: 5px; }

.markdown ol {
  list-style-type: decimal; }

.markdown ul li {
  position: relative; }
  .markdown ul li li::before {
    color: rgba(117, 92, 159, 0.6); }

.markdown ul li::before {
  content: "\f1b0";
  position: absolute;
  left: -20px;
  top: 6px;
  font-family: 'FontAwesome';
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(159, 186, 74, 0.6); }

/* -------------------------- *    Modules
\* -------------------------- */
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px; }

+ *,
button,
input,
textarea {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  background: #DEE9C4;
  color: #6F6E6E;
  font-weight: 300; }

body,
input,
select,
button,
textarea {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif; }

button,
.btn,
input,
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

main {
  overflow: hidden; }

select {
  -moz-appearance: window; }

img {
  width: 100%;
  vertical-align: middle; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #697B32;
  outline: 0; }
  a:hover .title {
    border-bottom: 1px solid #697B32; }

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

.content {
  background: #DEE9C4;
  min-height: 580px;
  min-height: 100vh;
  position: relative;
  z-index: 42; }

p {
  line-height: 16px;
  line-height: 1.6em; }
  @media screen and (min-width: 1200px) and (max-width: 1600px) and (max-height: 800px) {
    p {
      font-family: Helvetica, Arial, sans-serif !important; } }

.text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin-bottom: 15px; }
  .text strong {
    color: #9FBA4A;
    font-weight: 500; }

.strong {
  color: #9FBA4A;
  font-weight: 500; }

.title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  margin: 10px 0 15px;
  display: block;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.title-blocTitle {
  text-align: center;
  background: #755C9F;
  color: #fcfffc;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 30px;
  transform: skewX(1deg) skewY(-1deg); }

.title-textTitle {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #755C9F;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0; }

.text + .title-textTitle,
.basicList + .title-textTitle {
  margin-top: 30px; }

.noClick {
  pointer-events: none; }

.figure {
  margin-bottom: 30px; }

.figure-figcaption {
  margin-top: 15px;
  text-align: center;
  font-family: "Coustard", Helvetica, Arial, sans-serif;
  color: #697B32;
  line-height: 1.3; }

.figure-img {
  width: 100%;
  vertical-align: middle; }

.pageContainer {
  position: relative;
  margin: 70px auto;
  background: #fcfffc;
  padding: 50px 15px 10px 15px; }

.pageContainer a:not(.tabContainer-tab) {
  color: #755C9F; }

.generalSection {
  padding: 15px 0; }

.generalSection:not(:last-of-type) {
  border-bottom: 2px dotted #DEE9C4; }

.generalSection .title-blocTitle {
  margin: 15px 0 30px 0; }

.basicList {
  margin-bottom: $pad/2;
}
.basicList-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.basicList-item:before {
  content: '';
  position: relative;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(159, 186, 74, 0.6);
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  bottom: 2px; }
.basicList .listTitle {
  margin-bottom: 10px;
}
.wrong {
  color: #e54c3b !important; }

.roundedList-imgContainer, .roundedCatList-imgContainer {
  position: relative;
  border-radius: 200px;
  border: 5px solid #EFEFEF;
  overflow: hidden; }

@media (max-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem; } }

@media (max-width: 980px) {
  .pageContainer {
    margin-top: 100px; } }

@media (max-width: 568px) {
  .pageContainer {
    padding: 0;
    margin-top: 70px; }
  .textBloc {
    margin: 15px 0; } }

#cookie-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding: 15px !important;
  background: #9FBA4A !important;
}

#cookie-bar p {
  margin: 0 !important;
  padding-bottom: 10px !important;
  width: 100% !important;
  text-align: center !important;
}

#cookie-bar p a {
  display: inline-block;
}

#cookie-bar a,
#cookie-bar-prompt-content a,
#cookie-bar-prompt-content span {
  color: #755C9F !important;
}

a#cookie-bar-button {
  padding: 10px 15px;
  color: white !important;
  background-color: #755C9F;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

a#cookie-bar-button-no {
  padding: 10px 15px;
  color: white !important;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}



/* -------------------------- *    Headers
\* -------------------------- */
/**
* Site General header Style
**/
.siteHeader {
  width: 100%;
  height: 68px;
  line-height: 67px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #9FBA4A;
  font-weight: 400;
  padding: 0 30px; }
  .siteHeader h1 {
    display: inline; }

.catrescueLogo {
  position: relative;
  background: url("../img/catrescue.png");
  background: url("../img/catrescue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px; }

.catrescueLogo a {
  display: block;
  text-indent: -9999px;
  height: 100%;
  width: 100%; }

.mainTitle {
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.mainNav .navMenu-item a {
  border-bottom: 1px dotted #fcfffc; }

.navMenu {
  float: right; }

.navMenu-item {
  float: left;
  display: inline-block;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.mainNav .navMenu-item {
  font-weight: 700; }

.mainNav .navMenu-item:not(:last-of-type):after {
  content: '';
  position: relative;
  display: inline-block;
  margin: 0 6px;
  background: url("../img/paw.png");
  background: url("../img/paw.svg");
  background-size: contain;
  height: 12px;
  width: 12px; }

.navMenu-item a {
  color: #fcfffc;
  letter-spacing: 1px; }
  .navMenu-item a:hover, .navMenu-item a:active, .navMenu-item a.current {
    color: #697B32;
    border-color: #697B32; }

ul li ul.dropdown{
  display: none;
  position: absolute;
  top: 28px;

}
ul li:hover ul.dropdown{
  display: block;
}
ul li ul.dropdown li{
  display: block;
  float: none;
  height: 0px;
}

@media screen and (min-width: 1441px) {
  .siteHeader {
    font-size: 18px;
    font-size: 1.8rem;
    height: 85px;
    line-height: 84px; } }

@media screen and (max-width: 1240px) {
  .siteHeader {
    font-size: 14px;
    font-size: 1.4rem;
    height: 60px;
    line-height: 59px; } }

@media screen and (max-width: 1155px) {
  .siteHeader {
    font-size: 13px;
    font-size: 1.3rem; } }

@media screen and (max-width: 1024px) {
  .siteHeader {
    font-size: 12px;
    font-size: 1.2rem;
    height: 55px;
    line-height: 54px; }
  .homeSection-link {
    margin: 0 auto; } }

@media screen and (max-width: 980px) {
  .siteHeader {
    position: fixed;
    z-index: 300; }
  .miniBtn.menuBtn {
    position: fixed;
    top: 15px;
    right: 10px;
    height: 30px;
    line-height: 29px;
    z-index: 700; }
    .miniBtn.menuBtn.active {
      background: #8aa23e; }
  .mainNav .navMenu {
    position: fixed;
    padding: 15px;
    left: 0;
    top: 0;
    z-index: 500;
    background: #9FBA4A;
    font-size: 16px;
    font-size: 1.6rem;
    transition: all 350ms ease-in-out;
    transform: translateX(100%); }
  .mainNav .navMenu-item {
    clear: both;
    line-height: 40px;
    padding-left: 10px; }
  .mainNav .navMenu-item a {
    border: none;
    padding: 10px 0; }
    .mainNav .navMenu-item a:hover, .mainNav .navMenu-item a:active {
      color: #C3D994; }
    .mainNav .navMenu-item a.current {
      color: #697B32; }
  .mainNav .navMenu-item:not(:last-of-type):after {
    display: none; }
    ul li ul.dropdown{
      display: inherit;
      position: inherit;
      top: inherit;
    }
    ul li:hover ul.dropdown{
      display: inherit;
    }
    ul li ul.dropdown li{
      display: inherit;
      float: inherit;
      height: 30px;

    }
}






@media screen and (max-width: 568px) {
  .siteHeader {
    height: 50px;
    padding: 0 15px; }
    .siteHeader .catrescueLogo {
      top: 10px;
      max-width: 200px; } }

/* -------------------------- *    Footer style
\* -------------------------- */
.footer {
  position: relative;
  background: #9FBA4A;
  color: #fcfffc;
  z-index: 200;
  padding: 25px 30px 15px 30px;
  background-image: url("../img/paws02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 20px top 5px; }

.footer a {
  color: #fcfffc; }
  .footer a:hover {
    color: #697B32; }

.footer-infos {
  position: relative; }

.footer-infos .text {
  font-size: 14px;
  font-size: 1.4rem; }

.footerNav {
  border-bottom: 1px dotted #fcfffc;
  overflow: hidden;
  margin-bottom: 15px; }

.footerNav .navMenu-item {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  .footerNav .navMenu-item:last-of-type {
    padding-right: 0; }
  .footerNav .navMenu-item:first-of-type {
    padding-left: 0; }

.footer .catrescueLogo {
  position: absolute;
  text-indent: -9999px;
  display: block;
  width: 250px;
  height: 55px;
  top: -68px; }

.footer-topLink {
  display: block;
  height: 38px;
  width: 45px;
  right: 30px;
  background: rgba(159, 186, 74, 0.5);
  text-align: center;
  position: fixed;
  font-size: 30px;
  font-size: 3rem;
  bottom: -10px;
  border-radius: 100px 100px 0 0; }

.footer-social {
  margin-top: 15px; }

.footer-social .socialLink {
  background: #fcfffc;
  color: #9FBA4A; }

.footerNewsletter {
  margin: 0 50px 0 30px;
  width: 300px; }

@media (max-width: 568px) {
  .footerNewsletter {
    margin: 20px 0;
    width: 100%; } }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

@font-face {
  font-family: 'Glyphicons';
  src: url("../fonts/glyphicons.eot");
  src: url("../fonts/glyphicons.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons.woff2") format("woff2"), url("../fonts/glyphicons.woff") format("woff"), url("../fonts/glyphicons.ttf") format("truetype"), url("../fonts/glyphicons.svg#glyphicons_regular") format("svg"); }

.gl {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fl {
  font-family: Flaticon;
  font-style: normal; }

.fl-cat:before {
  content: "\e000"; }

.fl-crown:before, .fl-dog:before {
  content: "\e001"; }

/* -------------------------- *    Button Style
\* -------------------------- */
.form input[type="submit"].btn,
.btn {
  width: 100%;
  height: 50px;
  position: relative;
  line-height: 49px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fcfffc;
  background: #9FBA4A;
  cursor: pointer;
  border: none;
  display: block;
  text-align: center;
  border-radius: 3px; }
  .form input[type="submit"].btn:hover, .form input[type="submit"].btn:active,
  .btn:hover,
  .btn:active {
    color: #fcfffc;
    background: #8aa23e; }

.btn--w {
  width: 100%; }

.miniBtn {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 39px;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  cursor: pointer; }

/* -------------------------- *    List Style
\* -------------------------- */
/* -------------------------- *    Content Tab Style
\* -------------------------- */
.tabContainer {
  position: absolute;
  top: -25px; }

.tabContainer-tab {
  display: inline-block;
  background: #D1C6E3;
  padding: 10px 15px;
  margin-right: 25px;
  color: #fcfffc;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem; }

.tabContainer-tab.active,
.tabContainer-tab:hover {
  background: #755C9F;
  color: #fcfffc; }

@media (max-width: 1024px) {
  .tabContainer-tab {
    font-size: 16px;
    font-size: 1.6rem; } }

@media (max-width: 568px) {
  .tabContainer {
    position: relative;
    top: -10px;
    padding: 0 15px; }
  .tabContainer-tab {
    margin-bottom: 8px; }
  .newsDateTabs {
    margin-top: 15px; } }

/* -------------------------- *    Form
\* -------------------------- */
label  {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  appearance: none;
  border-radius: 0;
  outline: none; }

.form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form select,
.form textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #F5F5F5;
  padding: 0 15px;
  background: #EFEFEF; }

.form textarea {
  min-height: 130px;
  resize: vertical;
  padding-top: 10px; }

.form div {
  position: relative; }

.form .loader {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0; }

.profileContactForm {
  margin-top: 10px; }

.profileContactForm div {
  margin-bottom: 10px; }

.errorPage {
  text-align: center;
  padding-top: 30px; }

.errorPage .generalSection {
  margin: 0 auto;
  margin-top: 20px; }

.errorText {
  max-width: 600px;
  text-align: center;
  margin: 0 auto; }

.homeHeader {
  height: auto;
  padding: 30px; }

.homeHeader a {
  color: #fcfffc; }
  .homeHeader a:hover, .homeHeader a:active {
    color: #697B32; }

.homeHeader .mainTitle {
  font-size: 36px;
  font-size: 3.6rem;
  color: #9FBA4A;
  margin-bottom: 20px; }

.homeHeader-introContainer {
  padding: 30px; }

.headerAlert {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: rgba(245, 99, 145, 0.8);
  margin: 30px 0;
  color: #fcfffc; }
  .headerAlert .text, .headerAlert a {
    font-size: 20px;
    font-size: 2rem; }
  .headerAlert a {
    display: block;
    padding: 10px;
    text-decoration: underline;
    font-weight: 600;
    align-self: flex-end; }
    .headerAlert a:hover {
      color: #432E68; }

.homeHeader-subIntro {
  font-size: 30px;
  font-size: 3rem;
  color: #fcfffc;
  font-weight: 500;
  font-style: italic; }

.englishLink {
  display: block;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #9FBA4A;
  color: #fcfffc;
  text-transform: uppercase;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center; }

.headerTools-bloc {
  position: relative;
  padding: 30px 15px 20px 15px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 21px;
  margin-bottom: 30px; }

.headerTools-bloc .title-blocTitle {
  width: 185px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -20px; }

.shelterInfos {
  background: #C3D994;
  color: #697B32; }

.headerNewsletter {
  background: #D1C6E3; }

.shelterInfo-title {
  background: #9FBA4A; }

.shelterInfo-agrementNumber::after {
  content: '\f1b0';
  text-align: center;
  display: block;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-size: 1.4rem;
  color: #9FBA4A;
  padding-top: 9px; }

.shelterInfo-subTitle {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }

.shelterInfo-subTitle:first-of-type:after {
  content: "";
  display: block;
  background-image: url("../img/paws01.png");
  background-image: url("../img/paws01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 150px;
  margin: 10px auto;
  background-position: center; }

.shelterInfo-text {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px; }

.headerNewsletter-title {
  background: #755C9F; }

.socialList-item {
  margin-left: 5px; }

.socialLink {
  display: block;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  background: #9FBA4A;
  color: #fcfffc;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }

.homeSection {
  padding: 60px 30px; }
  .homeSection:last-of-type {
    border-bottom: none; }

.homeSection-link {
  display: flex;
  padding: 6px 10px 6px 20px;
  background: #9FBA4A;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  max-height: 43px;
  align-self: flex-end; }
  .homeSection-link:hover, .homeSection-link:active {
    color: #fcfffc; }

.homeSection-link .fa {
  display: inline-block;
  color: rgba(252, 255, 252, 0.7);
  transform: rotate(30deg);
  font-size: 28px;
  font-size: 2.8rem;
  margin-left: 10px; }

.homeSectionList {
  padding: 30px 0; }

.homeSeparator {
  background: #9FBA4A;
  padding: 15px;
  text-align: center;
  position: relative; }

.homeSeparator-container {
  display: inline-block;
  position: relative; }

.homeSeparator-text {
  display: inline-block;
  color: #fcfffc;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px; }

.homeSeparator-container:before,
.homeSeparator-container:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url("../img/pattes-02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.homeSeparator-container:before {
  left: -120px; }

.homeSeparator-container:after {
  right: -120px;
  transform: scaleX(-1); }

.homeSeparator-second .homeSeparator-container:before,
.homeSeparator-second .homeSeparator-container:after {
  background-image: url("../img/pattes-01.png");
  top: -25px;
  width: 160px;
  height: 82px; }

.homeSeparator-second .homeSeparator-container:before {
  left: -190px; }

.homeSeparator-second .homeSeparator-container:after {
  right: -190px;
  transform: scaleX(-1); }

.alertSection {
  background: #EFEFEF; }

.alertContainer {
  flex-direction: column; }
  .alertContainer .title-blocTitle {
    background: #f56391;
    margin-bottom: 50px; }
  .alertContainer .text:first-of-type, .alertContainer .text:last-of-type {
    font-weight: 600; }

.catHover-text {
  color: #fcfffc;
  font-family: "Coustard", Helvetica, Arial, sans-serif;
  text-align: center; }

.catHover-text .fa {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  transform: rotate(30deg);
  margin-bottom: 8px; }

.collectsContainer {
  background: #EFEFEF;
  border-bottom: 3px dotted #9FBA4A; }

.collectsList {
  margin-bottom: 15px; }
  .collectsList .figure-figcaption {
    min-height: 50px; }

.collectsList-img {
  background: #fcfffc;
  border: 3px solid #C3D994;
  padding: 15px; }

.homeEvent-description {
  padding-top: 30px; }

.event-title {
  text-transform: none;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid transparent; }

.homeEvent-date {
  margin-bottom: 15px;
  font-weight: 400;
  color: #a0a0a0; }

.homeEvent-imgContainer {
  position: relative;
  top: -15px;
  z-index: -1; }

/* Other Events style in newsEvent CSS sheet */
.newsletterSubscribe {
  padding-top: 10px; }

.newsletterSubscribe input[type="email"] {
  height: 34px;
  line-height: 33px;
  border: none;
  width: 60%;
  margin-right: 1%; }

.newsletterSubscribe .miniBtn {
  background: #755C9F;
  color: #fcfffc;
  height: 34px;
  line-height: 33px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 14px;
  width: 37%; }
  .newsletterSubscribe .miniBtn:hover {
    background: #907bb3; }

@media screen and (max-width: 1024px) {
  .homeHeader-tools {
    align-items: center;
    margin: 0 auto; }
  .homeHeader {
    padding-top: 30px; } }

@media screen and (max-width: 980px) {
  .homeHeader {
    padding: 50px 15px; }
  .homeHeader-intro {
    padding: 30px 15px; } }

@media screen and (max-width: 568px) {
  .homeSection {
    padding: 30px 15px; }
  .homeHeader-tools {
    padding: 0; }
  .headerTools-bloc {
    padding: 30px 10px 15px 10px; }
  .newsletterSubscribe .miniBtn {
    font-size: 12px;
    font-size: 1.2rem; } }

.catlist-cat:hover .catList-imgHover {
  display: block; }

.catList-imgHover {
  display: none;
  position: absolute;
  background: rgba(117, 92, 159, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 15px 30px; }

/* -------------------------- *    Adoptions Pages style
\* -------------------------- */
.searchCat {
  margin-bottom: 15px; }

.searchCat-container {
  padding: 0; }

.submitCat-container {
  padding-right: 0; }

.form.searchCat input.btn {
  border-radius: 0; }

.formCheckbox {
  background: #C3D994;
  color: #697B32;
  padding: 8px 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 24px; }
  .formCheckbox:hover, .formCheckbox:active {
    color: #fcfffc; }
  .formCheckbox input[type="checkbox"] {
    height: 10px;
    width: 10px;
    background: #fcfffc; }
    .formCheckbox input[type="checkbox"]:checked {
      background: #697B32; }

.formCheckbox-label {
  margin-left: 8px;
  cursor: pointer; }

.formCheckbox-label .icon {
  color: #fcfffc; }

.adoptionList {
  margin-top: 30px; }

.adoptionList-cat {
  position: relative;
  border-right: 3px dotted #C3D994;
  padding: 15px 40px 30px 15px; }


.adoptionList-cat:nth-child(2n+2) {
  border-right: 3px dotted #FFFFFF; }

/*
.adoptionList-cat:nth-child(2n+2) {
  padding-left: 40px;
  padding-right: 30px;
  border: none; }

.adoptionList-cat:nth-child(2n+2) .adoptionCat-infos {
  padding-right: 40px;} */

.adoptionList-imgContainer {
  z-index: 200;
  position: relative;
  width: 200px;
  float: left;
  border-radius: 200px;
  /* overflow: hidden; */
  margin-right: 10px;
  cursor: pointer; }
  .adoptionList-imgContainer .figcaption {
    display: none;
    border-radius: 200px;
    padding-top: 40px;
    background: rgba(159, 186, 74, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    border: 5px solid #9FBA4A; }
  .hasSponsor .adoptionList-imgContainer::after {
    content: "";
    background: url("../img/is-sponsored.png") no-repeat;
    background-size: cover;
    display: block;
    width: 175px;
    height: 50px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (max-width: 1024px) {
    .hasSponsor .adoptionList-imgContainer::after {
      width: 133px;
      height: 38px; } }

.adoptionList-imgContainer:hover .figcaption {
  display: block; }

.adoptionCat-img {
  border-radius: 200px;
  border: 5px solid #EFEFEF; }

.adoptionCat-infos {
  padding-top: 24px;
  margin-left: 50px; }

.adoptionCatInfos {
  background: #EFEFEF;
  padding: 15px; }

.adoptionCatInfos-info {
  line-height: 1.2;
  position: relative;
  padding: 0 4px 2px 25px;
  font-size: 20px;
  font-size: 2rem; }
  .adoptionCatInfos-info span {
    position: relative;
    padding: 0 4px 2px 25px;
    display: table; }
  .adoptionCatInfos-info .fa {
    position: absolute;
    left: 0; }

.adoptionCatInfos-name {
  padding-bottom: 10px;
  font-family: "Coustard", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  color: #697B32; }

a.adoptionCatInfos-name:hover,
a.adoptionCatInfos-name:active {
  text-decoration: underline; }

.pageContainer a.adoptionCatInfos-name {
  color: #697B32;
  display: block; }

.adoptionCatInfos-info .fa {
  color: #9FBA4A;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px; }
  .adoptionCatInfos-info .fa.fa-home {
    font-size: 20px;
    font-size: 2rem; }

  .adoptContainer .title-textTitle {
    color: #6F6E6E;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .adoptContainer .title-textTitle span {
    color: #9FBA4A;
    font-size: 30px;
  }

.adoptContainer {
  margin: 15px; }

.adoptionWay-item {
  margin-bottom: 15px; }

.adoptionWay-item:before {
  top: 8px;
  position:absolute}

.adoptionWay-list {
  padding-left: 15px; }

.adoptionWay-list .listTitle {
  color: #697B32; }

.adoptedCatList .roundedCatList-imgContainer {
  border: 3px solid #EFEFEF; }

.catList-end {
  padding: 15px; }

@media (max-width: 1024px) {
  .adoptionList-cat:nth-child(2n+2) {
    padding: 0; }
  .adoptionList-cat:nth-child(2n+2) .adoptionCat-infos {
    padding-right: 0; }
  .adoptionList-cat {
    border: none;
    padding: 0; }
  .adoptionList-imgContainer {
    width: 150px; }
  .adoptionCatInfos {
    padding: 10px; }
  .adoptionCat-infos {
    padding-top: 8px; } }

@media (max-width: 568px) {
  .searchCat {
    padding: 0 15px;
    margin-bottom: 30px; }
    .searchCat .searchCat-container {
      padding: 0;
      margin-bottom: 10px; }
    .searchCat .submitCat-container {
      padding: 0; }
  .catNeeds .formCheckbox {
    width: 49%; }
  .catNeeds .formCheckbox:nth-child(even) {
    margin-right: 2%; }
  .catNeeds .formCheckbox:nth-child(odd) {
    margin-right: 0; }
  .formCheckbox {
    padding: 8px 5px; }
  .formCheckbox-label .icon {
    display: none; }
  .formCheckbox-label {
    margin-left: 4px; }
  .formCheckbox:first-child {
    width: 100%; } }

/* -------------------------- *    Nos Actions Page style
\* -------------------------- */
.textPage .generalSection:first-of-type .title-blocTitle {
  position: absolute;
  top: -35px; }

@media (max-width: 568px) {
  .textPage .generalSection:first-of-type .title-blocTitle {
    position: relative;
    top: 0;
    width: 100%; } }

/* -------------------------- *    Cat Profil style
\* -------------------------- */
.catProfil-img-mainContainer {
  height: 100%;
  width: 100%; }

.catThumbs .adoptionCat-img {
  border-width: 3px;
  cursor: pointer; }

.catProfil .adoptionCatInfos-info {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4; }

.catProfil .adoptionCatInfos-info .fa {
  display: inline-block;
  height: 100%;
  margin-right: 10px; }

.adoptionCatInfos-name {
  padding: 0 0 10px;
  font-size: 22px;
  font-size: 2.2rem; }

.catTags {
  margin: 10px 0; }

.catTags-tag {
  padding: 10px;
  margin-right: 8px;
  background: #C3D994;
  color: #697B32; }
  .catTags-tag .icon {
    color: #fcfffc; }

.catDescription {
  margin-bottom: 30px; }

.catProfil-otherCatQualities {
  background: #f7f9f0;
  height: 100%;
  padding: 15px; }
  .catProfil-otherCatQualities .catList-imgHover {
    padding: 25% 15px 30px; }
  .catProfil-otherCatQualities .catHover-text {
    font-size: 14px;
    font-size: 1.4rem; }

.otherCatQualities-title {
  text-align: center; }

.catProfil-contactContainer {
  background: #F5F5F5;
  padding: 15px; }
  .catProfil-contactContainer i.phone {
    color: #755C9F; }
  .catProfil-contactContainer .catProfil-contactFormContainer {
    background: #fcfffc;
    border: 1px solid #D3D3D3;
    padding: 15px; }
    .catProfil-contactContainer .catProfil-contactFormContainer .text {
      font-size: 16px;
      font-size: 1.6rem; }
  .catProfil-contactContainer .profileContactForm .formCtrl {
    margin-bottom: 10px; }
  .catProfil-contactContainer .profileContactForm label, .catProfil-contactContainer .profileContactForm .form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .form .catProfil-contactContainer .profileContactForm input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .catProfil-contactContainer .profileContactForm
  .form select,
  .form .catProfil-contactContainer .profileContactForm select, .catProfil-contactContainer .profileContactForm
  .form textarea,
  .form .catProfil-contactContainer .profileContactForm textarea {
    margin-bottom: 5px; }

/* -------------------------- *    News & Event Page style
\* -------------------------- */
.eventList-itemList,
.newsletter-itemList {
  margin-bottom: 30px;
  text-align: center; }

.newsletter-itemList img,
.eventList-itemList img {
  max-height: 160px;
  width: auto;
  max-width: 100%;
  border: 4px solid #fcfffc; }

.newsletter-itemList a:hover .title {
  border: none;
  text-decoration: underline; }

.nextEvent {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .nextEvent .event-title:hover {
    border-color: #755C9F; }
  .nextEvent:nth-child(odd) .nextEvent-picture {
    order: 2; }

.eventList-itemList img {
  max-height: 200px; }

.eventList:hover .title .eventDate {
  border-color: #AAA; }

.event-img {
  border: 8px solid #fcfffc;
  box-shadow: 3px 3px 8px rgba(105, 123, 50, 0.2); }

.eventList .event-title {
  font-size: 26px;
  font-size: 2.6rem; }

.eventDate {
  display: block; }

/* -------------------------- *    FAQ Style
\* -------------------------- */
.faqForm p:not(:last-of-type) {
  margin-bottom: 10px; }

.categoryList-container {
  background: #9FBA4A;
  border-radius: 3px; }

.faqForm .categoryList {
  margin: 0 15px;
  background: #9FBA4A;
  color: #fcfffc;
  cursor: pointer;
  border: none; }
  .faqForm .categoryList option {
    color: #000000; }

.faqList-item {
  margin-bottom: 20px; }

.faqQuestion {
  color: #9FBA4A;
  font-weight: 700; }

.faqAnswer {
  padding: 5px 15px; }
  .faqAnswer img {
    max-width: 750px;
    display: block;
    margin: 0 auto; }

/* -------------------------- *    Contact Style
\* -------------------------- */
.contactInfos {
  margin-bottom: 50px; }

.contactForm {
  padding: 0;
  margin-bottom: 20px; }

.contactForm .formCtrl {
  margin-bottom: 20px; }
  .contactForm .formCtrl label, .contactForm .formCtrl .form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .form .contactForm .formCtrl input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .contactForm .formCtrl
  .form select,
  .form .contactForm .formCtrl select, .contactForm .formCtrl
  .form textarea,
  .form .contactForm .formCtrl textarea {
    margin-bottom: 5px; }
  .contactForm .formCtrl .textarea {
    height: 200px; }
  .contactForm .formCtrl input, .contactForm .formCtrl textarea {
    color: #6F6E6E; }

.contactSidebar .shelterInfos {
  margin: 23px auto; }

.transportInfos {
  padding-top: 20px;
  padding-bottom: 20px; }

.transportInfos-list {
  font-weight: 400; }

.transportInfos-list-item {
  margin-bottom: 10px; }
  .transportInfos-list-item::before {
    content: '';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    color: #9FBA4A; }

.transportInfos-sublist {
  font-weight: 300;
  padding: 10px; }

.transportInfos-sublist-item {
  padding: 3px 0; }
  .transportInfos-sublist-item::before {
    content: '';
    position: relative;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(159, 186, 74, 0.6);
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
    bottom: 2px; }

.contactMap {
  height: 450px; }

@media (max-width: 568px) {
  .textPage .contactSidebar .headerTools-bloc .title-blocTitle {
    position: absolute;
    width: auto;
    left: 57px;
    top: -35px; }
  .contactMap {
    height: 250px; } }

/*
Staff
*/
.staffList-item {
  padding: 0 30px; }

.staffList span {
  margin: 5px auto;
  word-wrap: break-word;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center; }

.staffList .staffList-name {
  margin: 10px auto;
  min-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.staffList .staffList-role {
  line-height: 1.2;
  text-align: center; }

.staffList figcaption {
  display: flex;
  flex-direction: column; }

@media (max-width: 1024px) {
  .staffList-item {
    padding: 0 8px; }
  .staffList span {
    margin: 3px auto; }
  .staffList .staffList-name {
    margin: 6px auto; }
  .staffList .staffList-role {
    min-height: 25px; }
  .staffList .staffList-email {
    font-size: 10px;
    font-size: 1rem;
    min-height: auto; } }
/*
Partners
*/
.partnersList-item, .partnersVetList-item {
  padding: 0 30px;
  margin-bottom: 30px; }

.partnersList img {
  max-height: 170px; }

.partnersList .partnersList-name {
  margin: 10px auto;
  min-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.parntersList .parntersList-role {
  line-height: 1.2;
  text-align: center; }

.parntersList figcaption {
  display: flex;
  flex-direction: column; }

.greenBox {
  max-height: 180px;
  max-width: 180px;
  border: solid 3px #b5d187;
  padding: 3px; }

.partnersVet {
  background-image: url("../img/partners-vet-bg.png");
  background-repeat: no-repeat; }
.partnersVet p {
  line-height: 20px;
  padding-left: 80px; }

.partnersList-item span, .partnersVetList-item span {
  margin: 5px auto;
  word-wrap: break-word;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center; }

@media (max-width: 1024px) {
  .partnersList-item, .partnersVetList-item {
    padding: 0 8px; }
  .parntersList span {
    margin: 3px auto; }
  .partnersList .partnersList-name {
    margin: 6px auto; }
  .parntersList .parntersList-role {
    min-height: 25px; }
  .partnersList .partnersList-email {
    font-size: 10px;
    font-size: 1rem;
    min-height: auto; }
}

/* Sponsored Cat */
.sponsored-cats {
  background: #9FBA4A;
  padding: 15px;
  text-align: center;
  position: relative;
}

.sponsored-cats__container {
  display: inline-block;
  position: relative;
}

.sponsored-cats__container:before,
.sponsored-cats__container:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url("../img/pattes-02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sponsored-cats__container:before {
  left: -120px;
}

.sponsored-cats__container:after {
  right: -120px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sponsored-cats__content {
  display: inline-block;
  color: #fcfffc;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
}

.sponsored-cats__content strong {
  font-weight: 600;
}

/* How To Adopt */
.how-to-adopt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .how-to-adopt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.how-to-adopt__item {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1024px) {
  .how-to-adopt__item {
    padding: 0 10px;
  }
}

.how-to-adopt__item:nth-child(odd) {
  border-right: 3px dotted #C3D994;
}

@media (max-width: 1024px) {
  .how-to-adopt__item:nth-child(odd) {
    margin-bottom: 40px;
    border-right: 0;
  }
}

.how-to-adopt__item:nth-child(odd) .how-to-adopt__steps li:before {
  color: #C3D994;
}

.how-to-adopt__item:nth-child(odd) .how-to-adopt__advantages {
  background-color: #C3D994;
}

.how-to-adopt__item:nth-child(odd) .how-to-adopt__advantages__title,
.how-to-adopt__item:nth-child(odd) .how-to-adopt__advantages__list li,
.how-to-adopt__item:nth-child(odd) .how-to-adopt__advantages__list li:before {
  color: #4f6117;
}

.how-to-adopt__item:nth-child(even) .how-to-adopt__steps li:before {
  color: #D1C6E3;
}

.how-to-adopt__item:nth-child(even) .how-to-adopt__advantages {
  background-color: #D1C6E3;
}

.how-to-adopt__item:nth-child(even) .how-to-adopt__advantages__title,
.how-to-adopt__item:nth-child(even) .how-to-adopt__advantages__list li,
.how-to-adopt__item:nth-child(even) .how-to-adopt__advantages__list li:before {
  color: #481d83;
}

.how-to-adopt__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin: 10px 0 25px;
  display: block;
  color: #6F6E6E;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.how-to-adopt__steps {
  margin-bottom: 30px;
  padding-left: 25px;
  min-height: 340px;
}

@media (max-width: 1024px) {
  .how-to-adopt__steps {
    padding-left: 10px;
    min-height: 0;
  }
}

.how-to-adopt__steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  color: #6F6E6E;
}

.how-to-adopt__steps li:before {
  content: '';
  position: relative;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
}

.how-to-adopt__advantages {
  margin-bottom: 40px;
  padding: 20px 25px;
  min-height: 260px;
  background-color: aliceblue;
}

@media (max-width: 1024px) {
  .how-to-adopt__advantages {
    min-height: 0;
  }
}

.how-to-adopt__advantages__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 10px 0 20px;
  display: block;
  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.how-to-adopt__advantages__list {
  margin-bottom: 15px;
}

.how-to-adopt__advantages__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

.how-to-adopt__advantages__list li:before {
  content: '';
  position: relative;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: rgba(159, 186, 74, 0.6);
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
}

.how-to-adopt__image img {
  width: 100%;
  height: auto;
}



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