/*---------------------------------------
:: General
---------------------------------------*/
::-moz-selection {
  background: #eeeeee;
}
::-moz-placeholder {
  opacity: 1;
}
body {
  color: #555555;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
h1 {
  font-size: 30px;
  font-weight: 400;
  color: #A82A3C;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 37px;
  }
}
h2 {
  font-size: 25px;
  color: #A82A3C;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 27px;
  }
}
h3 {
  font-size: 22px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  color: #1A1A1A;
  font-size: 20px;
}
h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #711623;
}
h6 {
  font-size: 17px;
  color: #1A1A1A;
}
.manage-neighborhood-section h1,
.manage-neighborhood-section h2,
.manage-neighborhood-section h5 {
  color: #3a6e8f;
}
a {
  font-weight: 500;
  color: #A82A3C;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #711623;
}
.manage-neighborhood-section a {
  color: #3a6e8f;
}
.manage-neighborhood-section a:focus,
.manage-neighborhood-section a:hover {
  color: #214358;
}
p {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 1em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 17px;
  }
}
hr {
  border-top: 1px solid rgba(168, 42, 60, 0.15);
}
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}
.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 15px 15px;
  max-width: 50%;
}
.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 15px auto;
  position: relative;
}
figure {
  display: table;
  width: 1px;
  margin: 1em 0;
}
figure img {
  display: table-row;
  margin-bottom: 0.5em;
}
figure figcaption {
  display: table-row;
  font-size: smaller;
  color: #777;
  line-height: 1.4em;
}
.center-block {
  float: none;
}
.container-fluid {
  max-width: 1920px;
}
#main {
  min-height: 400px;
}
@media screen and (min-width: 768px) {
  #main {
    min-height: 500px;
  }
}
.main {
  padding-top: 75px;
}
@media screen and (min-width: 1200px) {
  .main {
    padding-top: 135px;
  }
}
.text-center-mobile {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-mobile {
    text-align: left;
  }
}
.text-primary {
  color: #A82A3C;
}
.text-secondary {
  color: #1A1A1A;
}
.text-utility {
  color: #646464;
}
.w-100 {
  width: 100%;
}
.padding-top {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .padding-top {
    padding-top: 60px;
  }
}
.padding-bottom {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
.padding-top-45 {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .padding-top-45 {
    padding-top: 45px;
  }
}
.padding-bottom-45 {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .padding-bottom-45 {
    padding-bottom: 45px;
  }
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.margin-top {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .margin-top {
    margin-top: 60px;
  }
}
.margin-bottom {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
.padding-element {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .padding-element {
    padding: 30px;
  }
}
.padding-element-xs {
  padding: 10px;
}
.position-relative {
  position: relative;
}
.margin-bottom-element {
  margin-bottom: 15px;
}
.padding-bottom-element {
  padding-bottom: 15px;
}
.padding-top-element {
  padding-top: 15px;
}
.margin-bottom-mobile {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .margin-bottom-mobile {
    margin-bottom: 0;
  }
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.border-radius {
  border-radius: 10px;
}
.scrollreveal {
  visibility: hidden;
}
.offset-img {
  margin-left: -45px;
  margin-top: -45px;
}
.offset-img img {
  width: 100%;
}
.img-inline {
  float: left;
  width: 50%;
}
.img-inline img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .flex-sm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .flex-sm .flex-sm-margin {
    width: 48%;
    margin: 0 2% 30px 2%;
  }
  .flex-sm .flex-sm-margin:nth-child(2n) {
    margin-right: 0;
  }
  .flex-sm .flex-sm-margin:nth-child(2n+1) {
    margin-left: 0;
  }
}
/*---------------------------------------
:: Css table
---------------------------------------*/
table {
  width: 100%;
  max-width: 100%!important;
  margin-top: 10px;
  margin-bottom: 20px;
}
table tr th,
table tr td {
  border: 1px solid #D5D5D5;
  padding: 10px;
}
/*---------------------------------------
:: Css blockquote
---------------------------------------*/
blockquote {
  border-left: 0;
  margin: 45px 0;
  padding: 0 45px;
  position: relative;
  font-size: 15px;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  blockquote {
    padding: 0 85px;
  }
}
blockquote:before,
blockquote:after {
  position: absolute;
  color: rgba(168, 42, 60, 0.15);
  font-size: 35px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  blockquote:before,
  blockquote:after {
    font-size: 55px;
  }
}
blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
}
blockquote:after {
  content: "\f10e";
  font-family: "FontAwesome";
  bottom: 30px;
  right: 0;
}
.manage-neighborhood-section blockquote:before,
.manage-neighborhood-section blockquote:after {
  color: #214358;
}
/*---------------------------------------
  :: Background-color
  ---------------------------------------*/
.background-primary {
  background-color: #F4F4F4;
}
.background-secondary {
  background-color: #EFEFEF;
}
.background-utility {
  background-color: #D9D9D9;
}
.background-bright {
  background-color: #A82A3C;
}
.background-dark {
  background-color: #711623;
}
.background-white {
  background-color: white;
}
.background-light {
  background-color: #fafafa;
}
.background-tertiary {
  background-color: #3a6e8f;
}
.background-quaternary {
  background-color: #214358;
}
.background-gradient {
  overflow: hidden;
}
.background-gradient .background-gradient-inner {
  position: relative;
}
.background-gradient .background-gradient-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
}
.background-gradient .background-gradient-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  left: 100%;
}
@media screen and (min-width: 768px) {
  .background-gradient .background-gradient-inner:after {
    display: none;
  }
}
.background-gradient .background-gradient-inner.background-gradient-light {
  background-color: #efefef;
}
.background-gradient .background-gradient-inner.background-gradient-light:before {
  background-color: #efefef;
}
.background-gradient .background-gradient-inner.background-gradient-light:after {
  background-color: #efefef;
}
.background-gradient .background-gradient-inner.background-gradient-dark {
  background-color: #A82A3C;
  position: relative;
}
.background-gradient .background-gradient-inner.background-gradient-dark:before {
  background-color: #A82A3C;
}
.background-gradient .background-gradient-inner.background-gradient-dark:after {
  background-color: #A82A3C;
}
.background-gradient .background-gradient-inner.background-gradient-invert:before {
  right: auto;
  left: 100%;
}
.background-gradient .background-gradient-inner.background-gradient-invert:after {
  left: auto;
  right: 100%;
}
@media screen and (min-width: 768px) {
  .background-gradient .background-gradient-inner.background-gradient-invert:after {
    display: none;
  }
}
.color-white {
  color: white !important;
}
.color-primary {
  color: #A82A3C !important;
}
.manage-neighborhood-section .color-primary {
  color: #3a6e8f !important;
}
.color-text-secondary {
  color: #1A1A1A !important;
}
/*---------------------------------------
:: Css Button
---------------------------------------*/
.btn-primary {
  display: inline-block;
  padding: 12px 17px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  position: relative;
  border-radius: 2px;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  background-color: white;
  border: 1px solid #A82A3C;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-primary i {
  color: #A82A3C;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-primary i.fa-angle-right,
.btn-primary i.fa-angle-down {
  font-size: 20px;
  line-height: 11px;
  vertical-align: top;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #A82A3C;
  border: 1px solid #A82A3C;
  color: white;
}
.btn-primary:hover i,
.btn-primary:focus i,
.btn-primary:active i,
.btn-primary.active.focus i,
.btn-primary.active:focus i,
.btn-primary.active:hover i,
.btn-primary.focus:active i,
.btn-primary:active:focus i,
.btn-primary:active:hover i {
  color: white;
}
.btn-primary.btn-bright {
  color: white;
  background-color: #A82A3C;
  border: 1px solid #A82A3C;
}
.btn-primary.btn-bright i {
  color: white;
}
.btn-primary.btn-bright:hover,
.btn-primary.btn-bright:focus,
.btn-primary.btn-bright:active,
.btn-primary.btn-bright.active.focus,
.btn-primary.btn-bright.active:focus,
.btn-primary.btn-bright.active:hover,
.btn-primary.btn-bright.focus:active,
.btn-primary.btn-bright:active:focus,
.btn-primary.btn-bright:active:hover {
  background-color: rgba(168, 42, 60, 0.6);
  border: 1px solid rgba(168, 42, 60, 0.6);
  color: white;
}
.btn-primary.btn-bright:hover i,
.btn-primary.btn-bright:focus i,
.btn-primary.btn-bright:active i,
.btn-primary.btn-bright.active.focus i,
.btn-primary.btn-bright.active:focus i,
.btn-primary.btn-bright.active:hover i,
.btn-primary.btn-bright.focus:active i,
.btn-primary.btn-bright:active:focus i,
.btn-primary.btn-bright:active:hover i {
  color: white;
}
.btn-primary.btn-dark {
  color: white;
  background-color: #711623;
  border: 1px solid #711623;
}
.btn-primary.btn-dark i {
  color: white;
}
.btn-primary.btn-dark:hover,
.btn-primary.btn-dark:focus,
.btn-primary.btn-dark:active,
.btn-primary.btn-dark.active.focus,
.btn-primary.btn-dark.active:focus,
.btn-primary.btn-dark.active:hover,
.btn-primary.btn-dark.focus:active,
.btn-primary.btn-dark:active:focus,
.btn-primary.btn-dark:active:hover {
  background-color: rgba(113, 22, 35, 0.6);
  border: 1px solid rgba(113, 22, 35, 0.6);
  color: white;
}
.btn-primary.btn-dark:hover i,
.btn-primary.btn-dark:focus i,
.btn-primary.btn-dark:active i,
.btn-primary.btn-dark.active.focus i,
.btn-primary.btn-dark.active:focus i,
.btn-primary.btn-dark.active:hover i,
.btn-primary.btn-dark.focus:active i,
.btn-primary.btn-dark:active:focus i,
.btn-primary.btn-dark:active:hover i {
  color: white;
}
.manage-neighborhood-section .btn-primary {
  border: 1px solid #3a6e8f;
}
.manage-neighborhood-section .btn-primary i {
  color: #3a6e8f;
}
.manage-neighborhood-section .btn-primary:hover,
.manage-neighborhood-section .btn-primary:focus,
.manage-neighborhood-section .btn-primary:active,
.manage-neighborhood-section .btn-primary.active.focus,
.manage-neighborhood-section .btn-primary.active:focus,
.manage-neighborhood-section .btn-primary.active:hover,
.manage-neighborhood-section .btn-primary.focus:active,
.manage-neighborhood-section .btn-primary:active:focus,
.manage-neighborhood-section .btn-primary:active:hover {
  background-color: #3a6e8f;
  border: 1px solid #3a6e8f;
  color: white;
}
.manage-neighborhood-section .btn-primary:hover i,
.manage-neighborhood-section .btn-primary:focus i,
.manage-neighborhood-section .btn-primary:active i,
.manage-neighborhood-section .btn-primary.active.focus i,
.manage-neighborhood-section .btn-primary.active:focus i,
.manage-neighborhood-section .btn-primary.active:hover i,
.manage-neighborhood-section .btn-primary.focus:active i,
.manage-neighborhood-section .btn-primary:active:focus i,
.manage-neighborhood-section .btn-primary:active:hover i {
  color: white;
}
.manage-neighborhood-section .btn-primary.btn-bright {
  background-color: #3a6e8f;
  border: 1px solid #3a6e8f;
}
.manage-neighborhood-section .btn-primary.btn-bright:hover,
.manage-neighborhood-section .btn-primary.btn-bright:focus,
.manage-neighborhood-section .btn-primary.btn-bright:active,
.manage-neighborhood-section .btn-primary.btn-bright.active.focus,
.manage-neighborhood-section .btn-primary.btn-bright.active:focus,
.manage-neighborhood-section .btn-primary.btn-bright.active:hover,
.manage-neighborhood-section .btn-primary.btn-bright.focus:active,
.manage-neighborhood-section .btn-primary.btn-bright:active:focus,
.manage-neighborhood-section .btn-primary.btn-bright:active:hover {
  background-color: rgba(58, 110, 143, 0.6);
  border: 1px solid rgba(58, 110, 143, 0.6);
}
.manage-neighborhood-section .btn-primary.btn-dark {
  background-color: #214358;
  border: 1px solid #214358;
}
.manage-neighborhood-section .btn-primary.btn-dark:hover,
.manage-neighborhood-section .btn-primary.btn-dark:focus,
.manage-neighborhood-section .btn-primary.btn-dark:active,
.manage-neighborhood-section .btn-primary.btn-dark.active.focus,
.manage-neighborhood-section .btn-primary.btn-dark.active:focus,
.manage-neighborhood-section .btn-primary.btn-dark.active:hover,
.manage-neighborhood-section .btn-primary.btn-dark.focus:active,
.manage-neighborhood-section .btn-primary.btn-dark:active:focus,
.manage-neighborhood-section .btn-primary.btn-dark:active:hover {
  background-color: rgba(33, 67, 88, 0.6);
  border: 1px solid rgba(33, 67, 88, 0.6);
}
.btn-secondary {
  display: inline-block;
  padding: 10px 15px;
  font-size: 13px !important;
  line-height: 13px;
  font-weight: 500;
  position: relative;
  border-radius: 2px;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  background-color: #F4F4F4;
  border: 0;
  margin-right: 10px;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-secondary i {
  color: #A82A3C;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-secondary i.fa-angle-right,
.btn-secondary i.fa-angle-down {
  font-size: 20px;
  line-height: 11px;
  vertical-align: top;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background-color: #A82A3C;
  border: 0;
  color: white !important;
  text-decoration: none !important;
}
.btn-secondary:hover i,
.btn-secondary:focus i,
.btn-secondary:active i,
.btn-secondary.active.focus i,
.btn-secondary.active:focus i,
.btn-secondary.active:hover i,
.btn-secondary.focus:active i,
.btn-secondary:active:focus i,
.btn-secondary:active:hover i {
  color: white;
}
.btn-secondary.btn-bright {
  color: white;
  background-color: #A82A3C;
  border: 1px solid #A82A3C;
}
.btn-secondary.btn-bright i {
  color: white;
}
.btn-secondary.btn-bright:hover,
.btn-secondary.btn-bright:focus,
.btn-secondary.btn-bright:active,
.btn-secondary.btn-bright.active.focus,
.btn-secondary.btn-bright.active:focus,
.btn-secondary.btn-bright.active:hover,
.btn-secondary.btn-bright.focus:active,
.btn-secondary.btn-bright:active:focus,
.btn-secondary.btn-bright:active:hover {
  background-color: rgba(168, 42, 60, 0.6);
  border: 1px solid rgba(168, 42, 60, 0.6);
  color: white;
}
.btn-secondary.btn-bright:hover i,
.btn-secondary.btn-bright:focus i,
.btn-secondary.btn-bright:active i,
.btn-secondary.btn-bright.active.focus i,
.btn-secondary.btn-bright.active:focus i,
.btn-secondary.btn-bright.active:hover i,
.btn-secondary.btn-bright.focus:active i,
.btn-secondary.btn-bright:active:focus i,
.btn-secondary.btn-bright:active:hover i {
  color: white;
}
.btn-secondary.btn-dark {
  color: white;
  background-color: #711623;
  border: 0;
}
.btn-secondary.btn-dark i {
  color: white;
}
.btn-secondary.btn-dark:hover,
.btn-secondary.btn-dark:focus,
.btn-secondary.btn-dark:active,
.btn-secondary.btn-dark.active.focus,
.btn-secondary.btn-dark.active:focus,
.btn-secondary.btn-dark.active:hover,
.btn-secondary.btn-dark.focus:active,
.btn-secondary.btn-dark:active:focus,
.btn-secondary.btn-dark:active:hover {
  background-color: rgba(113, 22, 35, 0.6);
  border: 0;
  color: white;
}
.btn-secondary.btn-dark:hover i,
.btn-secondary.btn-dark:focus i,
.btn-secondary.btn-dark:active i,
.btn-secondary.btn-dark.active.focus i,
.btn-secondary.btn-dark.active:focus i,
.btn-secondary.btn-dark.active:hover i,
.btn-secondary.btn-dark.focus:active i,
.btn-secondary.btn-dark:active:focus i,
.btn-secondary.btn-dark:active:hover i {
  color: white;
}
.group-btn .btn-primary {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .group-btn .btn-primary {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.group-btn .btn-primary:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .group-btn .btn-primary:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.btn-toggle {
  background-color: #696969;
  font-weight: 200;
  color: white !important;
}
.btn-toggle:after {
  font-family: FontAwesome;
  content: "\f00c";
  margin-left: 3px;
}
.btn-info {
  background-color: #A82A3C;
  border-color: #A82A3C;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #A82A3C;
  border-color: #A82A3C;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
iframe {
  max-width: 100%;
}
.col-align {
  float: none;
  display: inline-block;
}
.col-align--top {
  vertical-align: top;
}
.col-align--center {
  vertical-align: middle;
}
.col-align--bottom {
  vertical-align: bottom;
}
/* PADDING */
.col- .pa30 {
  padding: 30px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* NO PADDING */
.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.no-padding > [class^="col-"],
.no-padding > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* TRANSITION CLASS */
.transit {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* IMAGE HOVER */
@media screen and (min-width: 1200px) {
  a .img-hover {
    overflow: hidden;
    background: -moz-linear-gradient(top, #711623 0%, #A82A3C 100%);
    background: -webkit-linear-gradient(top, #711623 0%, #A82A3C 100%);
    background: linear-gradient(to bottom, #711623 0%, #A82A3C 100%);
  }
  a .img-hover:before {
    left: 50%;
    margin-left: -56px;
    width: 112px;
    height: 112px;
    position: absolute;
    content: url(/site/templates/styles/images/fleche.svg);
    color: white;
    font-size: 6em;
    top: 50%;
    margin-top: -56px;
  }
  a .img-hover img {
    width: 100%;
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe88006', endColorstr='#cce64413', GradientType=0);
  }
  a:hover .img-hover img,
  a:focus .img-hover img {
    opacity: .2;
    transform: scale(1.05);
  }
  .manage-neighborhood-section a .img-hover {
    background: -moz-linear-gradient(top, #214358 0%, #3a6e8f 100%) !important;
    background: -webkit-linear-gradient(top, #214358 0%, #3a6e8f 100%) !important;
    background: linear-gradient(to bottom, #214358 0%, #3a6e8f 100%) !important;
  }
}
.map {
  height: 50vh;
}
/*---------------------------------------
:: Css pagination
---------------------------------------*/
ul.MarkupPagerNav,
ul.pagination {
  display: table;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.MarkupPagerNav,
  ul.pagination {
    font-size: 16px;
  }
}
ul.MarkupPagerNav li,
ul.pagination li,
ul.MarkupPagerNav li.page-item,
ul.pagination li.page-item {
  display: table-cell;
  height: 40px;
  list-style: outside none none;
  padding: 0 10px;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
}
ul.MarkupPagerNav li:before,
ul.pagination li:before,
ul.MarkupPagerNav li.page-item:before,
ul.pagination li.page-item:before {
  display: none;
}
ul.MarkupPagerNav li a,
ul.pagination li a,
ul.MarkupPagerNav li.page-item a,
ul.pagination li.page-item a {
  background-color: transparent;
  display: table;
  width: 25px;
  height: 25px;
  color: #555555;
  padding: 0;
  border: 1px solid #A82A3C;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  ul.MarkupPagerNav li a,
  ul.pagination li a,
  ul.MarkupPagerNav li.page-item a,
  ul.pagination li.page-item a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
ul.MarkupPagerNav li a span,
ul.pagination li a span,
ul.MarkupPagerNav li.page-item a span,
ul.pagination li.page-item a span {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  ul.MarkupPagerNav li a span,
  ul.pagination li a span,
  ul.MarkupPagerNav li.page-item a span,
  ul.pagination li.page-item a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
ul.MarkupPagerNav li a span i,
ul.pagination li a span i,
ul.MarkupPagerNav li.page-item a span i,
ul.pagination li.page-item a span i {
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  ul.MarkupPagerNav li a span i,
  ul.pagination li a span i,
  ul.MarkupPagerNav li.page-item a span i,
  ul.pagination li.page-item a span i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
ul.MarkupPagerNav li a:hover,
ul.pagination li a:hover,
ul.MarkupPagerNav li.page-item a:hover,
ul.pagination li.page-item a:hover,
ul.MarkupPagerNav li a:focus,
ul.pagination li a:focus,
ul.MarkupPagerNav li.page-item a:focus,
ul.pagination li.page-item a:focus {
  color: white;
  background-color: #A82A3C;
}
ul.MarkupPagerNav li.MarkupPagerNavOn a,
ul.pagination li.MarkupPagerNavOn a,
ul.MarkupPagerNav li.page-item.MarkupPagerNavOn a,
ul.pagination li.page-item.MarkupPagerNavOn a,
ul.MarkupPagerNav li.paginationNavOn a,
ul.pagination li.paginationNavOn a,
ul.MarkupPagerNav li.page-item.paginationNavOn a,
ul.pagination li.page-item.paginationNavOn a {
  background-color: #A82A3C;
  color: white;
}
ul.MarkupPagerNav li.MarkupPagerNavPrevious a,
ul.pagination li.MarkupPagerNavPrevious a,
ul.MarkupPagerNav li.page-item.MarkupPagerNavPrevious a,
ul.pagination li.page-item.MarkupPagerNavPrevious a,
ul.MarkupPagerNav li.MarkupPagerNavNext a,
ul.pagination li.MarkupPagerNavNext a,
ul.MarkupPagerNav li.page-item.MarkupPagerNavNext a,
ul.pagination li.page-item.MarkupPagerNavNext a,
ul.MarkupPagerNav li.paginationNavNext a,
ul.pagination li.paginationNavNext a,
ul.MarkupPagerNav li.page-item.paginationNavNext a,
ul.pagination li.page-item.paginationNavNext a,
ul.MarkupPagerNav li.paginationNavPrevious a,
ul.pagination li.paginationNavPrevious a,
ul.MarkupPagerNav li.page-item.paginationNavPrevious a,
ul.pagination li.page-item.paginationNavPrevious a {
  color: #555555;
  border: none;
}
ul.MarkupPagerNav li.MarkupPagerNavPrevious a i,
ul.pagination li.MarkupPagerNavPrevious a i,
ul.MarkupPagerNav li.page-item.MarkupPagerNavPrevious a i,
ul.pagination li.page-item.MarkupPagerNavPrevious a i,
ul.MarkupPagerNav li.MarkupPagerNavNext a i,
ul.pagination li.MarkupPagerNavNext a i,
ul.MarkupPagerNav li.page-item.MarkupPagerNavNext a i,
ul.pagination li.page-item.MarkupPagerNavNext a i,
ul.MarkupPagerNav li.paginationNavNext a i,
ul.pagination li.paginationNavNext a i,
ul.MarkupPagerNav li.page-item.paginationNavNext a i,
ul.pagination li.page-item.paginationNavNext a i,
ul.MarkupPagerNav li.paginationNavPrevious a i,
ul.pagination li.paginationNavPrevious a i,
ul.MarkupPagerNav li.page-item.paginationNavPrevious a i,
ul.pagination li.page-item.paginationNavPrevious a i {
  font-size: 20px;
}
ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover,
ul.pagination li.MarkupPagerNavPrevious a:hover,
ul.MarkupPagerNav li.page-item.MarkupPagerNavPrevious a:hover,
ul.pagination li.page-item.MarkupPagerNavPrevious a:hover,
ul.MarkupPagerNav li.MarkupPagerNavNext a:hover,
ul.pagination li.MarkupPagerNavNext a:hover,
ul.MarkupPagerNav li.page-item.MarkupPagerNavNext a:hover,
ul.pagination li.page-item.MarkupPagerNavNext a:hover,
ul.MarkupPagerNav li.paginationNavNext a:hover,
ul.pagination li.paginationNavNext a:hover,
ul.MarkupPagerNav li.page-item.paginationNavNext a:hover,
ul.pagination li.page-item.paginationNavNext a:hover,
ul.MarkupPagerNav li.paginationNavPrevious a:hover,
ul.pagination li.paginationNavPrevious a:hover,
ul.MarkupPagerNav li.page-item.paginationNavPrevious a:hover,
ul.pagination li.page-item.paginationNavPrevious a:hover,
ul.MarkupPagerNav li.MarkupPagerNavPrevious a:focus,
ul.pagination li.MarkupPagerNavPrevious a:focus,
ul.MarkupPagerNav li.page-item.MarkupPagerNavPrevious a:focus,
ul.pagination li.page-item.MarkupPagerNavPrevious a:focus,
ul.MarkupPagerNav li.MarkupPagerNavNext a:focus,
ul.pagination li.MarkupPagerNavNext a:focus,
ul.MarkupPagerNav li.page-item.MarkupPagerNavNext a:focus,
ul.pagination li.page-item.MarkupPagerNavNext a:focus,
ul.MarkupPagerNav li.paginationNavNext a:focus,
ul.pagination li.paginationNavNext a:focus,
ul.MarkupPagerNav li.page-item.paginationNavNext a:focus,
ul.pagination li.page-item.paginationNavNext a:focus,
ul.MarkupPagerNav li.paginationNavPrevious a:focus,
ul.pagination li.paginationNavPrevious a:focus,
ul.MarkupPagerNav li.page-item.paginationNavPrevious a:focus,
ul.pagination li.page-item.paginationNavPrevious a:focus {
  color: #A82A3C;
  background-color: transparent;
}
.littleshadow {
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.2);
}
/*---------------------------------------
:: Css QUICKLINKS
---------------------------------------*/
.quicklinks {
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  border: 2px solid #FCBB36;
}
@media screen and (min-width: 768px) {
  .quicklinks {
    right: 20px;
    width: 300px;
    margin-bottom: -2px;
  }
}
.quicklinks .quicklinks-tab {
  display: block;
  font-weight: 400;
  padding: 15px;
  color: #000000;
  background-color: #FCBB36;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9em;
}
.quicklinks .quicklinks-tab.collapsed:after {
  content: "\f106";
}
.quicklinks .quicklinks-tab:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
}
.quicklinks .quicklinks-content {
  background-color: white;
}
.quicklinks .quicklinks-content a {
  display: block;
  padding: 15px;
  font-weight: 300;
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
}
.quicklinks .quicklinks-content a i {
  margin-right: 5px;
}
.quicklinks .quicklinks-content a:hover,
.quicklinks .quicklinks-content a:focus {
  background-color: #EFEFEF;
}
.quicklinks .godown {
  float: right;
}
/*---------------------------------------
:: Css Contact
---------------------------------------*/
.contact-bloc-infos {
  border: 1px solid #D9D9D9;
  background-color: white;
  z-index: 2;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact-bloc-infos {
    margin-top: 0;
    -webkit-box-shadow: 10px 10px 0px 0px #D9D9D9;
    -moz-box-shadow: 10px 10px 0px 0px #D9D9D9;
    box-shadow: 10px 10px 0px 0px #D9D9D9;
  }
}
.contact-bloc-infos h2 {
  color: #555;
  font-size: 0.9em;
}
.contact-bloc-infos h3 {
  font-size: 0.9em;
  font-weight: 300;
}
.contact-bloc-infos h3 i {
  color: #A82A3C;
  margin-right: 10px;
}
.contact-bloc-infos h4 {
  font-size: 0.9em;
  font-weight: 500;
}
.manage-neighborhood-section .contact-bloc-infos h3 {
  font-size: 0.9em;
  font-weight: 300;
}
.manage-neighborhood-section .contact-bloc-infos h3 i {
  color: #3a6e8f;
  margin-right: 10px;
}
/*---------------------------------------
:: Css Dropdown
---------------------------------------*/
.dropdown-menu .dropdown-item {
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid #F4F4F4;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus  {
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .contact-map .special-col {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .contact-map .special-col .col-align {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.font-family-dm {
  font-family: 'DM Serif Display', serif;
}
.advent-calendar-h1 {
  color: #1A1A1A !important;
  font-size: 45px !important;
  text-transform: none !important;
}
.advent-calendar-bg {
  overflow: hidden !important;
  position: relative;
}
.advent-calendar-link {
  display: block;
}
.advent-calendar-link img {
  transition: all 0.2s ease;
}
.advent-calendar-link:hover img,
.advent-calendar-link:focus img {
  filter: brightness(110%);
}
.advent-calendar-no-link {
  filter: brightness(80%);
}
.advent-calendar-container {
  margin-bottom: 125px;
}
@media screen and (min-width: 768px) {
  .advent-calendar-container {
    margin-bottom: 250px;
  }
}
.banner-calendar {
  background-color: #E0ECFB;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .banner-calendar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.banner-calendar h1 {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-weight: normal !important;
}
@media screen and (min-width: 768px) {
  .banner-calendar h1 {
    font-size: 40px !important;
  }
}
.banner-calendar h1 span {
  background-color: #A82A3C;
  color: white !important;
  padding: 8px 22px;
  transition: all 0.2s ease;
}
.banner-calendar:hover h1 span,
.banner-calendar:focus h1 span {
  filter: brightness(115%);
}
@media screen and (min-width: 768px) {
  @-webkit-keyframes snowflakes-fall {
    0% {
      top: -10%;
    }
    100% {
      top: 100%;
    }
  }
  @-webkit-keyframes snowflakes-shake {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(80px);
      transform: translateX(80px);
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes snowflakes-fall {
    0% {
      top: -10%;
    }
    100% {
      top: 100%;
    }
  }
  @keyframes snowflakes-shake {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(80px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .snowflake {
    font-size: 3.8em;
    z-index: 1;
    position: fixed;
    top: -10%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
  }
  .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
  }
  .snowflake:nth-of-type(1) {
    left: 10%;
    font-size: 3.3em;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
  }
  .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
  }
  .snowflake:nth-of-type(3) {
    left: 30%;
    font-size: 3.3em;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
  }
  .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
  }
  .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
  }
  .snowflake:nth-of-type(6) {
    left: 60%;
    font-size: 3.3em;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
  }
  .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
  }
  .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
  }
  .snowflake:nth-of-type(9) {
    left: 90%;
    font-size: 3.3em;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
  }
}
/*---------------------------------------
:: Css header
---------------------------------------*/
header .navbar.navbar-default.navbar-fixed-top {
  min-height: 75px;
  background-color: white;
  border: none;
  border-bottom: 1px solid #DBDBDB;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top {
    min-height: 100px;
    height: 135px;
    -webkit-transition: height 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.3s;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-default-inner {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-default-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-brand {
  height: 75px;
  padding: 15px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-brand {
    height: 135px;
    display: block;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  height: 43px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
    height: 105px;
    display: block;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-toggle {
  margin: 0;
  padding: 30px 15px 15px 15px;
  border: 0;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-toggle:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-toggle:hover {
  background-color: transparent;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
  border: none;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-collapse-inner {
    text-align: right;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav {
    padding-right: 20px;
    border-top: 1px solid #DBDBDB;
    margin-right: 0;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li > a {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  background-color: #A82A3C;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li > a {
    background-color: transparent;
    border-bottom: none;
    color: #A82A3C;
    line-height: 59px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li > a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li > a:hover {
  background-color: #711623;
  color: white;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li > a:focus,
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li > a:hover {
    background-color: #A82A3C;
    color: white;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  color: white;
  background-color: white;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li a {
  background-color: white;
  color: #A82A3C;
  padding: 10px 15px;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li a:hover {
  color: #711623;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li a:focus,
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li a:hover {
    background-color: #A82A3C;
    color: white;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li.active a {
  color: #A82A3C;
  background-color: white;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li.active a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li .dropdown-menu li.active a:hover {
  color: #A82A3C;
  background-color: white;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.active > a {
  color: white;
  background-color: #A82A3C;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.active > a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.active > a:hover {
  color: #A82A3C;
  background-color: #F4F4F4;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item > a {
  background-color: #3a6e8f;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item > a {
    background-color: transparent;
    color: #3a6e8f;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item > a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item > a:hover {
  background-color: #214358;
  color: white;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item > a:focus,
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item > a:hover {
    background-color: #3a6e8f;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li a {
  color: #3a6e8f;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li a:hover {
  color: #214358;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li a:focus,
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li a:hover {
    background-color: #3a6e8f;
    color: white;
  }
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li.active a {
  color: #3a6e8f;
  background-color: white;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li.active a:focus,
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .navbar-nav > li.manage-neighborhood-nav-item .dropdown-menu li.active a:hover {
  color: #3a6e8f;
  background-color: white;
}
header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav {
    text-align: right;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li {
    display: inline-block;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li a {
    color: #555555;
    line-height: 15px;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li a:focus,
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li a:hover {
    background-color: transparent;
    color: #A82A3C;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li.active a {
    background-color: transparent;
    color: #A82A3C;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li.active a:focus,
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li.active a:hover {
    background-color: transparent;
    color: #A82A3C;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar.navbar-default.navbar-fixed-top .navbar-collapse .secondary-nav li:last-child a {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  header.smaller .navbar.navbar-default.navbar-fixed-top {
    height: 100px;
    -webkit-transition: height 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  header.smaller .navbar.navbar-default.navbar-fixed-top .navbar-brand {
    height: 100px;
    padding: 15px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1200px) {
  header.smaller .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
    height: 80px;
    display: block;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1200px) {
  header.smaller .navbar.navbar-default.navbar-fixed-top .navbar-collapse {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  header.smaller .navbar.navbar-default.navbar-fixed-top .navbar-nav > li > a {
    line-height: 23px;
  }
}
@media screen and (min-width: 1200px) {
  header.smaller .sb-search {
    bottom: 10px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.manage-neighborhood-link {
  background-color: #3a6e8f !important;
}
@media screen and (min-width: 1200px) {
  .manage-neighborhood-link {
    background-color: transparent !important;
    color: #3a6e8f !important;
  }
}
.manage-neighborhood-link:focus,
.manage-neighborhood-link:hover {
  background-color: #214358 !important;
}
@media screen and (min-width: 1200px) {
  .manage-neighborhood-link:focus,
  .manage-neighborhood-link:hover {
    background-color: transparent !important;
    color: #214358 !important;
  }
}
.build-neighborhood-link {
  background-color: #711623 !important;
}
@media screen and (min-width: 1200px) {
  .build-neighborhood-link {
    background-color: transparent !important;
    color: #A82A3C !important;
  }
}
.build-neighborhood-link:focus,
.build-neighborhood-link:hover {
  background-color: #711623 !important;
}
@media screen and (min-width: 1200px) {
  .build-neighborhood-link:focus,
  .build-neighborhood-link:hover {
    background-color: transparent !important;
    color: #711623 !important;
  }
}
/*---------------------------------------
:: Bootstrap modifs for menu burger tablet
---------------------------------------*/
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .dropdown-menu {
    position: relative;
    box-shadow: none;
    float: none;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .navbar-right {
    float: none !important;
    margin-right: -15px;
  }
}
/*---------------------------------------
:: Hamburger
---------------------------------------*/
.hamburger .line {
  width: 20px;
  height: 2.5px;
  background-color: #646464;
  display: block;
  margin: 2.5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-x.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-x.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
#hamburger-x.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
#hamburger-arrow.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hamburger-arrow.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#hamburger-arrow .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-arrow.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-arrow.is-active .line:nth-child(1),
#hamburger-arrow.is-active .line:nth-child(3) {
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#hamburger-arrow.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
#hamburger-arrow.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
#hamburger-xo {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hamburger-xo.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-xo:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 5px solid transparent;
  top: 0px;
  left: -3px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hamburger-xo.is-active:before {
  border: 5px solid #A82A3C;
}
#hamburger-xo.is-active .line {
  width: 35px;
}
#hamburger-xo.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-xo.is-active .line:nth-child(1) {
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -o-transform: translateY(14px);
  transform: translateY(14px);
}
#hamburger-xo.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}
/*
- - - E X T R A N E T - - - 
- - = G L O B A L = =  - -
*/
.extranet-header {
  background-color: #A82A3C;
}
.extranet-header .navbar {
  background-color: #A82A3C;
  border: 0;
  margin: 0 15px;
  border-radius: 0;
  line-height: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .extranet-header .navbar {
    line-height: 80px;
  }
}
.extranet-header .navbar * {
  vertical-align: middle;
  color: white;
}
.extranet-header .navbar .navbar-brand {
  height: 60px;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .extranet-header .navbar .navbar-brand {
    height: 83px;
  }
}
.extranet-header .navbar .navbar-collapse {
  border: 0;
}
.extranet-header .navbar .navbar-toggle {
  font-size: 2em;
  border: 0;
  margin: 0;
  padding: 0;
}
.extranet-header .navbar .navbar-toggle:hover,
.extranet-header .navbar .navbar-toggle:active,
.extranet-header .navbar .navbar-toggle:focus {
  background-color: transparent;
}
.extranet-header .navbar ul {
  line-height: 20px;
}
.extranet-header .navbar ul li a {
  text-align: left;
  line-height: 3em;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: white;
}
.extranet-header .navbar ul li a:hover {
  background-color: #711623;
  color: white;
}
.extranet-header .navbar ul li a i {
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .extranet-header .navbar ul li a {
    line-height: 84px;
    padding: 0 15px;
  }
}
.extranet-header .navbar .extranet-logo {
  margin: 0 20px;
}
.extranet-header .navbar .logo-white {
  float: left;
  height: auto;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .extranet-postheader {
    padding-top: 30px;
  }
}
.extranet-postheader .dropdown {
  display: inline-block;
}
.extranet-postheader .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid #F4F4F4;
}
.extranet-postheader .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F4F4F4;
}
.extranet-postheader p {
  font-size: .8em;
  display: none;
}
@media screen and (min-width: 768px) {
  .extranet-postheader p {
    display: inherit;
  }
}
.extranet-postheader .btn {
  padding: 10px;
  margin: 0 8px 15px 8px;
}
@media screen and (max-width: 768px) {
  .extranet-postheader .btn {
    border: none;
    float: right;
    padding: 0;
    font-size: 1.5em;
  }
  .extranet-postheader .btn span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .extranet-postheader .projet-intro {
    border-bottom: 1px solid #F4F4F4;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .extranet-postheader .projet-intro .dropdown {
    width: calc(100% - 80px);
  }
}
.extranet-postheader .projet-intro h1 {
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1.5em;
  margin: 0;
  display: block;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .extranet-postheader .projet-intro h1 {
    font-size: 1.3em;
  }
}
.extranet-postheader .projet-intro h1 i {
  color: gray;
  margin-left: 10px;
}
.extranet-postheader .extranet-postheader-btn .btn-primary {
  padding: 10px;
  margin: 0 8px 15px 8px;
}
.extranet-submenu a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 1.5em;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
}
.extranet-submenu a:hover,
.extranet-submenu a:focus,
.extranet-submenu a.active {
  background-color: #F4F4F4;
}
.extranet-submenu a i {
  color: #A82A3C;
  margin-right: 10px;
}
.extranet-submenu a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .extranet-submenu a {
    font-size: .9em;
    padding: 15px;
  }
  .extranet-submenu a span {
    display: initial;
  }
}
.main-extranet {
  min-height: calc(100vh - 407px);
  padding: 20px 0;
  border-top: 1px solid #F4F4F4;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1200px) {
  .main-extranet {
    min-height: calc(100vh - 365px);
    padding: 50px 0;
  }
}
.border-box {
  background-color: white;
  border: 1px solid #EFEFEF;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .border-box {
    margin-bottom: 30px;
  }
}
.material:hover,
.material:focus {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.extranet-footer {
  background-color: #A82A3C;
  padding-top: 15px;
}
.extranet-footer * {
  color: white !important;
  font-size: 14px !important;
  font-weight: 300;
}
/*
- - = = = É V É N E M E N T S = = = - -
*/
.sidebar .btn {
  width: 100%;
  padding: 20px;
}
.extranet-sidebar-filtres ul {
  list-style: none;
  padding: 0;
}
.extranet-sidebar-filtres ul li {
  margin-bottom: 10px;
}
.extranet-sidebar-filtres ul li a {
  color: #555555;
  font-weight: 300;
}
.extranet-sidebar-filtres ul li a:hover,
.extranet-sidebar-filtres ul li a:focus {
  color: #A82A3C;
}
.extranet-sidebar-filtres ul li a.active {
  color: #A82A3C;
  font-weight: 500;
}
.extranet-sidebar-filtres ul li a.active:after {
  margin-left: 10px;
  content: "\f00c";
  font-weight: 300;
  font-family: "FontAwesome";
}
/*
- - = = = É V É N E M E N T S = = = - -
*/
.extranet-events-date {
  font-size: 150%;
  text-transform: uppercase;
  color: #A82A3C;
}
.extranet-events-date .day,
.extranet-events-date .month {
  display: block;
  font-weight: 100;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .extranet-events-date .day,
  .extranet-events-date .month {
    text-align: center;
  }
}
.extranet-events-date .day {
  font-size: 150%;
}
.extranet-events-infos {
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .extranet-events-infos {
    border-left: 1px solid #e2e2e2;
    padding-left: 30px;
  }
}
.extranet-events-infos h2 {
  font-size: 20px;
  color: #A82A3C;
  font-weight: 300;
}
.extranet-tools {
  color: #555555;
  font-size: 14px;
}
.extranet-tools i {
  color: #A82A3C;
  margin: 0 10px;
}
.extranet-tools a {
  color: #555555;
}
.extranet-tools a:hover {
  color: #A82A3C;
  cursor: pointer;
}
.extranet-tools-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/*
- - = = = D O C U M E N T S & LIENS = = =  - -
*/
.extranet-doc-list .extranet-doc-item {
  min-height: 150px;
}
.extranet-doc-list .extranet-doc-item i {
  color: #555555;
  font-size: .8em;
}
.date-extranet {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
/*
- - = = = N E W S = = =  - -
*/
.extranet-news-list .thumb {
  border-left: 2px solid #A82A3C;
}
.extranet-news-list .extranet-news-image {
  text-align: center;
}
.extranet-news-list .extranet-news-image img {
  width: 100%;
}
.extranet-news-list .extranet-news-image i {
  color: #F4F4F4;
  font-size: 8em;
  width: 100%;
}
.categories {
  color: #646464;
  font-size: 14px;
}
.categories a,
.categories span {
  color: #646464;
  font-weight: 300 !important;
  font-size: 14px !important;
}
.categories a:after,
.categories span:after {
  content: ",";
}
.categories a:last-child:after,
.categories span:last-child:after {
  content: "";
}
/*
- - = = C O M M E N T A I R E S = =  - -
*/
.extranet-commentaires h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.extranet-commentaires strong {
  font-weight: 500;
}
.extranet-commentaires .extranet-commentaire {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
}
.main-extranet h1 {
  font-size: 30px;
  font-weight: 400;
}
.main-extranet .modal .modal-content {
  border-radius: 0;
}
.main-extranet .modal .modal-content .modal-header {
  background-color: #A82A3C;
  color: white;
  border: none;
}
.main-extranet .modal .modal-content .modal-header button.close {
  color: white;
  text-shadow: 0 0 0 transparent;
  opacity: 1;
}
.main-extranet .modal .modal-content .modal-body {
  border: none;
}
.main-extranet .modal form {
  width: 100%;
}
.main-extranet .modal form input,
.main-extranet .modal form label {
  width: 100%;
}
.main-extranet .modal form button {
  margin-right: 15px;
}
.extranet-users-list table thead {
  border: none;
  border-bottom: 1px solid #D5D5D5;
  color: #A82A3C;
}
.extranet-users-list table thead th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.extranet-users-list table tr th,
.extranet-users-list table tr td {
  border: none;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.extranet-users-list .modal .modal-content {
  border-radius: 0;
}
.extranet-users-list .modal .modal-content .modal-header {
  background-color: #A82A3C;
  color: white;
  border: none;
}
.extranet-users-list .modal .modal-content .modal-header button.close {
  color: white;
  text-shadow: 0 0 0 transparent;
  opacity: 1;
}
.extranet-users-list .modal .modal-content .modal-body {
  border: none;
}
.extranet-users-list .modal .modal-content .modal-body form {
  width: 100%;
}
.extranet-users-list .modal .modal-content .modal-body form input,
.extranet-users-list .modal .modal-content .modal-body form label {
  width: 100%;
}
.extranet-users-list .modal .modal-content .modal-body form button {
  margin-right: 15px;
}
.extranet-users-btn {
  padding: 0;
  margin: 0;
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #555555;
}
.extranet-users-btn:hover,
.extranet-users-btn:focus {
  color: #A82A3C;
  border: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.extranet-users-btn i {
  color: #A82A3C;
}
.extranet-users-input input {
  padding: 0;
  margin: 0;
  display: inline-block;
  background-color: transparent;
  border: none;
}
.extranet-users-input input:hover,
.extranet-users-input input:focus {
  color: #A82A3C;
  border: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.extranet-users-input i {
  padding-left: 5px;
  color: #A82A3C;
}
.content-comment {
  font-weight: 500;
  font-size: 14px;
}
.btn-comment {
  border: none;
  color: #A82A3C;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-weight: 500;
}
.btn-comment:hover,
.btn-comment:focus {
  color: #711623;
  border: none;
  background-color: transparent;
}
/*---------------------------------------
:: Footer
---------------------------------------*/
footer .footer-top {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-top {
    text-align: left;
  }
}
footer .footer-top h2 {
  color: white;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .footer-top .footer-section {
  position: relative;
  background: #A82A3C;
}
@media screen and (min-width: 768px) {
  footer .footer-top .footer-section {
    min-height: 230px;
  }
}
footer .footer-top .footer-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #A82A3C;
}
@media screen and (min-width: 768px) {
  footer .footer-top .footer-section:after {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
    background-color: #A82A3C;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -59px;
    height: 100%;
    width: 60px;
  }
}
footer .footer-top.footer-top-manage-neighborhood .footer-section {
  background: #214358;
}
footer .footer-top.footer-top-manage-neighborhood .footer-section:before {
  background: #214358;
}
@media screen and (min-width: 768px) {
  footer .footer-top.footer-top-manage-neighborhood .footer-section:after {
    background-color: #214358;
  }
}
footer .footer-top.footer-top-manage-neighborhood .btn-primary.btn-dark {
  background-color: #3a6e8f;
  border: 1px solid #3a6e8f;
}
footer .footer-top.footer-top-manage-neighborhood .btn-primary.btn-dark:hover,
footer .footer-top.footer-top-manage-neighborhood .btn-primary.btn-dark:focus {
  opacity: 0.8;
}
footer .footer-top.footer-top-manage-neighborhood .btn-primary.btn-bright {
  background-color: #214358;
  border: 1px solid #214358;
}
footer .footer-top.footer-top-manage-neighborhood .btn-primary.btn-bright:hover,
footer .footer-top.footer-top-manage-neighborhood .btn-primary.btn-bright:focus {
  opacity: 0.8;
}
footer .footer-social {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .footer-social {
    margin-bottom: 0;
  }
}
footer .footer-social li {
  display: inline;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  footer .footer-social li {
    padding: 0 15px 0 0;
  }
}
footer .footer-social li a {
  color: white;
  font-size: 21px;
}
footer .footer-social li a:hover,
footer .footer-social li a:focus {
  color: #A82A3C;
}
footer .footer-info {
  font-weight: 500;
}
footer .footer-info h3 {
  color: #A82A3C;
}
footer .footer-info .footer-address {
  color: #A82A3C;
}
footer .copyright {
  padding-bottom: 15px;
  font-size: 13px;
}
footer .copyright a {
  color: #555555;
  font-weight: 300;
}
footer .copyright img {
  padding-right: 3px;
  padding-bottom: 5px;
}
/*---------------------------------------
:: Css Form
---------------------------------------*/
form {
  font-size: 15px;
}
form .InputfieldContent p {
  color: #555555;
  opacity: 1;
  line-height: 1;
  padding-bottom: 10px;
}
form label,
form .Inputfield .InputfieldHeader {
  font-weight: 300;
  color: #555555;
}
form label span,
form .Inputfield .InputfieldHeader span {
  font-size: 15px;
}
form input,
form input.form-control {
  outline: none;
  border: 1px solid #CBCBCB;
  border-radius: 0;
  background-color: white;
  color: #555555;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
form input:hover,
form input.form-control:hover,
form input:focus,
form input.form-control:focus {
  border: 1px solid #CBCBCB;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
form textarea,
form textarea.form-control {
  outline: none;
  border: 1px solid #CBCBCB;
  border-radius: 0;
  background-color: white;
  color: #555555;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form textarea:hover,
form textarea.form-control:hover,
form textarea:focus,
form textarea.form-control:focus {
  border: 1px solid #CBCBCB;
}
form button,
form button.btn.btn-default {
  display: inline-block;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  color: #A82A3C;
  background-color: white;
  border: 1px solid #A82A3C;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
form button:hover,
form button.btn.btn-default:hover,
form button:focus,
form button.btn.btn-default:focus,
form button:active,
form button.btn.btn-default:active,
form button.active.focus,
form button.btn.btn-default.active.focus,
form button.active:focus,
form button.btn.btn-default.active:focus,
form button.active:hover,
form button.btn.btn-default.active:hover,
form button.focus:active,
form button.btn.btn-default.focus:active,
form button:active:focus,
form button.btn.btn-default:active:focus,
form button:active:hover,
form button.btn.btn-default:active:hover {
  background-color: #A82A3C;
  border: 1px solid #A82A3C;
  color: white;
}
form .Inputfield_contact_submit {
  text-align: left;
}
form select,
form select.form-control {
  outline: none;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  background-color: transparent;
  color: #555555;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 15px;
}
form select:hover,
form select.form-control:hover,
form select:focus,
form select.form-control:focus {
  border: 1px solid #DDDDDD;
}
form .InputfieldSelect .InputfieldContent {
  overflow: hidden;
  background: url('/site/templates/styles/images/select.png') white no-repeat right center;
  position: relative;
  z-index: 10;
}
form .InputfieldSelect .InputfieldContent select,
form .InputfieldSelect .InputfieldContent select.form-control {
  background-color: transparent;
  padding: 5px 45px 5px 5px;
  /* If you add too much padding here, the options won't show in IE */
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
form.InputfieldForm {
  margin: 0;
}
form#FormBuilder_contact_gerer_son_quartier button,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default {
  color: #214358;
  background-color: white;
  border: 1px solid #214358;
}
form#FormBuilder_contact_gerer_son_quartier button:hover,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default:hover,
form#FormBuilder_contact_gerer_son_quartier button:focus,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default:focus,
form#FormBuilder_contact_gerer_son_quartier button:active,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default:active,
form#FormBuilder_contact_gerer_son_quartier button.active.focus,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default.active.focus,
form#FormBuilder_contact_gerer_son_quartier button.active:focus,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default.active:focus,
form#FormBuilder_contact_gerer_son_quartier button.active:hover,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default.active:hover,
form#FormBuilder_contact_gerer_son_quartier button.focus:active,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default.focus:active,
form#FormBuilder_contact_gerer_son_quartier button:active:focus,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default:active:focus,
form#FormBuilder_contact_gerer_son_quartier button:active:hover,
form#FormBuilder_contact_gerer_son_quartier button.btn.btn-default:active:hover {
  background-color: #214358;
  border: 1px solid #214358;
  color: white;
}
/*---------------------------------------
:: Header search
---------------------------------------*/
form.search {
  width: 115px;
  max-width: 100%;
  margin: 0 0 0 auto;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1200px) {
  form.search {
    width: 140px;
    float: left;
    margin-left: 15px;
  }
}
form.search input {
  width: 75px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  color: #555555;
  outline: none;
  display: inline;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  form.search input {
    width: 100px;
  }
}
form.search button {
  background-color: transparent;
  display: inline;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  padding: 0;
  width: 40px;
  text-align: right;
}
form.search button:before,
form.search button:after {
  display: none;
}
form.search button i {
  padding-top: 3px;
}
@media screen and (min-width: 1200px) {
  form.search button i {
    color: #555555;
    font-size: 15px;
  }
}
form.search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
}
form.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}
form.search :-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
}
form.search :-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}
form.search:hover,
form.search:focus {
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 1200px) {
  form.search:hover,
  form.search:focus {
    width: 170px;
  }
  form.search:hover input,
  form.search:focus input {
    width: 130px;
  }
}
.sb-search {
  position: absolute;
  right: 60px;
  top: 22px;
  width: 0;
  min-width: 35px;
  max-width: 200px;
  height: 35px;
  float: right;
  overflow: hidden;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .sb-search {
    right: 0;
    top: auto;
    bottom: 29px;
  }
}
.sb-search .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background-color: white;
  width: 100%;
  height: 35px;
  margin: 0;
  z-index: 10;
  font-size: 14px;
  color: #646464;
}
.sb-search .sb-icon-search,
.sb-search .sb-search-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.sb-search .sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.sb-search .sb-icon-search {
  color: #555555;
  background-color: white;
  z-index: 90;
  font-size: 16px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-search .sb-icon-search:hover,
.sb-search .sb-icon-search:focus {
  color: #1A1A1A;
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-search-input,
.no-js .sb-search .sb-search-input {
  border: none;
  border-bottom: 1px solid #DBDBDB;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-radius: 5px;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  color: #1A1A1A;
  background-color: white;
  border: none;
  z-index: 11;
  border-bottom: 1px solid #DBDBDB;
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-radius: 0 5px 5px 0;
}
/*---------------------------------------
:: Homepage
---------------------------------------*/
.homepage-header {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 96%, 0 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 96%, 0 90%);
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .homepage-header {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 96%, 0 80%);
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 96%, 0 80%);
  }
}
.homepage-header .homepage-header-content {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
}
.homepage-header .homepage-header-content .btn-primary {
  border: 2px solid #a82a3c;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .homepage-header .homepage-header-content .btn-primary {
    width: auto;
    padding: 20px 25px;
    font-size: 17px;
  }
}
.homepage-header .homepage-header-map {
  opacity: 0.7;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}
.homepage-header .homepage-header-map .MarkupGoogleMap {
  height: 100% !important;
}
.homepage-header .homepage-header-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.homepage-header .homepage-header-inner h1 {
  text-transform: uppercase;
  color: #A82A3C;
  margin-bottom: 45px;
}
.homepage-header .homepage-header-inner h2 {
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 45px;
}
.homepage-links {
  position: relative;
}
.opacity-bg {
  background-color: rgba(255, 255, 255, 0.3);
}
.links-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 120px;
}
.links-box a {
  width: 50%;
  background-color: rgba(60, 60, 60, 0.7);
  position: relative;
  display: block;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .links-box a {
    width: 25%;
    height: 220px;
  }
}
.links-box a .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
  background-color: #D9D9D9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.links-box a .hover .hover-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #A82A3C;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.links-box a .hover h2 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #555555;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .links-box a .hover h2 {
    bottom: 45px;
    font-size: 20px;
  }
}
.links-box a .hover .hover-plus {
  display: none;
}
@media screen and (min-width: 768px) {
  .links-box a .hover .hover-plus {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: transparent;
    opacity: 0;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .links-box a .hover .hover-plus i {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .links-box a:nth-of-type(2n) .hover {
    background-color: #EFEFEF;
  }
}
@media screen and (min-width: 768px) {
  .links-box a:nth-of-type(2n) .hover {
    background-color: #EFEFEF;
  }
}
.links-box a:hover .hover,
.links-box a:focus .hover {
  background-color: #A82A3C;
}
@media screen and (min-width: 768px) {
  .links-box a:hover .hover,
  .links-box a:focus .hover {
    transform: translate(-20px, -20px);
  }
}
.links-box a:hover .hover .hover-bar,
.links-box a:focus .hover .hover-bar {
  width: 50px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .links-box a:hover .hover .hover-bar,
  .links-box a:focus .hover .hover-bar {
    width: 100px;
  }
}
.links-box a:hover .hover h2,
.links-box a:focus .hover h2 {
  font-weight: 500;
  color: white;
}
@media screen and (min-width: 768px) {
  .links-box a:hover .hover h2,
  .links-box a:focus .hover h2 {
    bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .links-box a:hover .hover .hover-plus,
  .links-box a:focus .hover .hover-plus {
    color: white;
    bottom: 30px;
    opacity: 1;
  }
}
.homepage-content {
  margin-top: -90px;
  border: 1px solid #959595;
}
@media screen and (min-width: 768px) {
  .homepage-content {
    -webkit-box-shadow: 7px 7px 0 0 rgba(69, 69, 69, 0.2);
    -moz-box-shadow: 7px 7px 0 0 rgba(69, 69, 69, 0.2);
    box-shadow: 7px 7px 0 0 rgba(69, 69, 69, 0.2);
  }
}
.privacywire {
  position: fixed;
  bottom: -250%;
  left: 0px;
  right: 0px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  background: #A82A3C;
  z-index: 100;
  padding: 1.5rem;
  transition: bottom 0.3s ease-in, opacity 0.3s ease;
  color: black;
}
.privacywire div {
  color: white;
}
.privacywire a {
  color: white;
  text-decoration: underline;
}
.privacywire .choose {
  background-color: #711623;
}
.show-banner .privacywire-banner,
.show-options .privacywire-options,
.show-message .privacywire-message {
  bottom: 0px;
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .privacywire {
    left: 20px;
    right: 20px;
  }
  .show-banner .privacywire-banner,
  .show-options .privacywire-options,
  .show-message .privacywire-message {
    bottom: 20px;
  }
}
.privacywire-header {
  font-weight: 700;
}
.privacywire-page-links {
  margin-top: 5px;
}
.privacywire-text ul {
  margin-bottom: 10px;
}
.privacywire-text ul li {
  padding-left: 0;
}
.privacywire-text ul li::before {
  border: none;
}
@media screen and (max-width: 640px) {
  .privacywire {
    height: 50vh;
    overflow-y: scroll;
  }
}
[data-ask-consent-rendered="1"],
.privacywire-ask-consent-blueprint,
.privacywire button[hidden] {
  display: none;
}
/*---------------------------------------
  :: Submenu
  ---------------------------------------*/
.submenu {
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .submenu {
    border-bottom: 1px solid #d9d9d9;
    border-top: none;
    height: 54px;
    margin-top: 30px;
  }
}
.submenu ul li a {
  font-size: 15px;
  color: #969696;
  padding: 15px;
  text-transform: uppercase;
  background-color: white;
  display: block;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .submenu ul li a {
    border-top: 1px solid white;
    bottom: -1px;
  }
}
.submenu ul li a i {
  display: inline;
}
.submenu ul li a:hover,
.submenu ul li a:focus {
  color: #A82A3C;
}
@media screen and (min-width: 768px) {
  .submenu ul li a:hover,
  .submenu ul li a:focus {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid white;
  }
}
.submenu ul li.active a {
  color: #A82A3C;
}
@media screen and (min-width: 768px) {
  .submenu ul li.active a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid white;
  }
}
.submenu ul li.active a:hover,
.submenu ul li.active a:focus {
  color: #A82A3C;
}
@media screen and (min-width: 768px) {
  .submenu ul li.active a:hover,
  .submenu ul li.active a:focus {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid white;
  }
}
@media screen and (min-width: 768px) {
  .display-desktop {
    display: block!important;
  }
}
.manage-neighborhood-section.submenu ul li a:hover,
.manage-neighborhood-section.submenu ul li a:focus {
  color: #3a6e8f;
}
.manage-neighborhood-section.submenu ul li.active a {
  color: #3a6e8f;
}
.manage-neighborhood-section.submenu ul li.active a:hover,
.manage-neighborhood-section.submenu ul li.active a:focus {
  color: #3a6e8f;
}
/*---------------------------------------
  :: Services
  ---------------------------------------*/
.cta {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.cta .cta-content {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: table;
}
.cta .cta-content .cta-content-inner {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .services {
    position: relative;
    z-index: 200;
    overflow: hidden;
  }
}
.bg-services {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-services {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .bg-services {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bg-services .img-inline img {
    border-top: 15px solid white;
  }
}
@media screen and (min-width: 992px) {
  .bg-services .img-inline:nth-of-type(odd) img {
    border-right: 7.5px solid white;
  }
}
@media screen and (min-width: 992px) {
  .bg-services .img-inline:nth-of-type(even) img {
    border-left: 7.5px solid white;
  }
}
.service-box {
  color: #1A1A1A;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .service-box {
    border-left: 15px solid white;
    border-bottom: 15px solid white;
    margin-bottom: 0;
  }
}
.service-box .service-box-hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 992px) {
  .service-box .service-box-hover .flex-sm {
    min-height: 200px;
  }
}
.service-box .service-box-hover h2 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #555555;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .service-box .service-box-hover h2 {
    font-size: 20px;
  }
}
.service-box .service-box-hover .hover-plus {
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-box .service-box-hover .hover-plus i {
  font-size: 12px;
}
.service-box.background-utility,
.service-box.background-primary {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-box:hover,
.service-box:focus {
  color: white;
}
@media screen and (min-width: 992px) {
  .service-box:hover .service-box-hover,
  .service-box:focus .service-box-hover {
    transform: translate(-20px, -20px);
  }
}
.service-box:hover .service-box-hover h2,
.service-box:focus .service-box-hover h2 {
  color: white;
}
.service-box:hover .service-box-hover .hover-plus,
.service-box:focus .service-box-hover .hover-plus {
  color: white;
}
.service-box:hover .background-utility,
.service-box:focus .background-utility,
.service-box:hover .background-primary,
.service-box:focus .background-primary {
  background-color: #A82A3C;
}
@media screen and (min-width: 992px) {
  .service-box:nth-of-type(1) {
    border-top: 15px solid white;
  }
}
@media screen and (min-width: 992px) {
  .service-box.featured-service-box {
    border-right: 15px solid white;
    border-left: none;
  }
}
.statistic {
  text-align: center;
  margin-bottom: 30px;
}
.statistic h3 {
  font-size: 30px;
  font-weight: 700;
  color: #A82A3C;
}
@media screen and (min-width: 768px) {
  .statistic h3 {
    font-size: 40px;
  }
}
.statistic p {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
}
.manage-neighborhood-section .service-box:hover .background-utility,
.manage-neighborhood-section .service-box:focus .background-utility,
.manage-neighborhood-section .service-box:hover .background-primary,
.manage-neighborhood-section .service-box:focus .background-primary {
  background-color: #3a6e8f;
}
.manage-neighborhood-section .statistic h3 {
  color: #3a6e8f;
}
/*---------------------------------------
  :: Carousel
  ---------------------------------------*/
@media screen and (min-width: 768px) {
  .section-carousel .section-carousel-inner {
    -webkit-box-shadow: 7px 7px 0 0 rgba(69, 69, 69, 0.2);
    -moz-box-shadow: 7px 7px 0 0 rgba(69, 69, 69, 0.2);
    box-shadow: 7px 7px 0 0 rgba(69, 69, 69, 0.2);
  }
}
.section-carousel .section-carousel-inner .carousel-indicators {
  width: auto;
  left: auto;
  right: 15px;
  bottom: 5px;
}
.section-carousel .section-carousel-inner .carousel-indicators li {
  background-color: #cccccc;
  border: 2px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .section-carousel .section-carousel-inner .item {
    height: 190px!important;
  }
}
@media screen and (min-width: 992px) {
  .section-carousel .section-carousel-inner .item {
    height: 250px!important;
  }
}
@media screen and (min-width: 1200px) {
  .section-carousel .section-carousel-inner .item {
    height: 250px!important;
  }
}
@media screen and (min-width: 768px) {
  .section-carousel .section-carousel-inner .slide-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 190px!important;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .section-carousel .section-carousel-inner .slide-item {
    height: 250px!important;
  }
}
@media screen and (min-width: 1200px) {
  .section-carousel .section-carousel-inner .slide-item {
    height: 250px!important;
  }
}
.section-carousel .section-carousel-inner .slide-item .slide-content {
  background-color: #2E5266;
  color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-carousel .section-carousel-inner .slide-item .slide-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 35%;
  }
}
.section-carousel .section-carousel-inner .slide-item .slide-content a {
  display: block;
  padding: 30px;
  color: white;
  height: 190px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-carousel .section-carousel-inner .slide-item .slide-content a {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.section-carousel .section-carousel-inner .slide-item .slide-content a h3 {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.section-carousel .section-carousel-inner .slide-item .slide-content a h4 {
  color: white;
  font-size: 16px;
  font-weight: 200;
}
.section-carousel .section-carousel-inner .slide-item .slide-content a .btn-plus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 30px 30px 30px;
  text-transform: uppercase;
  background-color: #2E5266;
}
.section-carousel .section-carousel-inner .slide-item .slide-content a .btn-plus:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(46, 82, 102, 0) 0%, #2e5266 100%);
  background: -webkit-linear-gradient(top, rgba(46, 82, 102, 0) 0%, #2e5266 100%);
  background: linear-gradient(to bottom, rgba(46, 82, 102, 0) 0%, #2e5266 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002e5266', endColorstr='#2e5266', GradientType=0);
}
.section-carousel .section-carousel-inner .slide-item .slide-img {
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .section-carousel .section-carousel-inner .slide-item .slide-img {
    width: 65%;
  }
}
.section-carousel .section-carousel-inner .slide-item .slide-img img {
  width: 100%;
}
/*---------------------------------------
:: Css Main title
---------------------------------------*/
.title-content {
  position: relative;
  padding-right: 45px;
}
@media screen and (min-width: 768px) {
  .title-content {
    padding-right: 0;
  }
}
.title-content p {
  font-size: 20px;
  font-weight: 200;
  color: #646464;
  margin-bottom: 5px;
}
.title-content .submenu-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  border: none;
  color: #A82A3C;
  background-color: transparent;
  font-size: 30px;
  line-height: 0;
}
.manage-neighborhood-section .title-content .submenu-btn {
  color: #3a6e8f;
}
/*---------------------------------------
:: Css team
---------------------------------------*/
.team-member {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 300px;
}
.team-member img {
  width: 100%;
}
.team-member .team-member-hover {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(168, 42, 60, 0.68);
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .team-member .team-member-hover {
    cursor: pointer;
    background-color: transparent;
    padding: 30px;
  }
}
.team-member .team-member-hover h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .team-member .team-member-hover h3 {
    color: transparent;
    opacity: 0;
  }
}
.team-member .team-member-hover h4 {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 0;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .team-member .team-member-hover h4 {
    color: transparent;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .team-member:hover .team-member-hover,
  .team-member:focus .team-member-hover {
    background-color: rgba(168, 42, 60, 0.68);
  }
  .team-member:hover .team-member-hover h3,
  .team-member:focus .team-member-hover h3 {
    color: white;
    opacity: 1;
  }
  .team-member:hover .team-member-hover h4,
  .team-member:focus .team-member-hover h4 {
    color: white;
    opacity: 1;
  }
}
.manage-neighborhood-section .team-member .team-member-hover {
  background-color: rgba(58, 110, 143, 0.68);
}
@media screen and (min-width: 768px) {
  .manage-neighborhood-section .team-member .team-member-hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .manage-neighborhood-section .team-member:hover .team-member-hover,
  .manage-neighborhood-section .team-member:focus .team-member-hover {
    background-color: rgba(58, 110, 143, 0.68);
  }
}
/*---------------------------------------
:: News article
---------------------------------------*/
.new-image {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.new-image img {
  width: 100%;
}
.new-infos {
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  background-color: #ffffff;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .new-infos {
    padding: 30px 30px 30px 30px;
    margin-left: -50px;
    margin-top: 0;
  }
}
.new-infos .back {
  color: #555555;
  font-size: 90%;
  display: inline-block;
  margin-bottom: 10px;
}
.new-infos .back i {
  color: #A82A3C;
  margin-right: 5px;
}
.new-infos h1 {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.new-infos p {
  margin-bottom: 5px;
  font-size: 90%;
  color: #555555;
  font-weight: 200;
}
.new-infos span {
  font-size: 120%;
}
.manage-neighborhood-section .new-infos .back i {
  color: #3a6e8f;
  margin-right: 5px;
}
.manage-neighborhood-section .news-item .news-info h3:hover {
  color: #3a6e8f;
}
/*---------------------------------------
:: News list
---------------------------------------*/
.news h1 {
  display: inline-block;
}
.news .btn-primary {
  margin: 0 0 10px 20px;
}
.news-image {
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  padding: 0;
}
.news-image img {
  width: 100%;
}
.news-item {
  margin-bottom: 50px;
}
.news-item .news-info {
  display: inline-block;
  vertical-align: middle;
  z-index: 0;
  background-color: #ffffff;
  margin-top: 20px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .news-item .news-info {
    padding: 30px 30px 30px 50px;
    margin-left: -20px;
    margin-top: 0;
  }
}
.news-item .news-info h3 {
  margin-bottom: 10px;
}
.news-item .news-info h3:hover {
  color: #A82A3C;
}
.news-item .news-info p {
  margin-bottom: 10px;
  font-size: 80%;
  color: #555555;
  font-weight: 200;
}
.news-item .news-info span {
  font-size: 120%;
}
.news-item:hover .news-info,
.news-item:focus .news-info {
  z-index: 1;
}
/*---------------------------------------
:: Projets
---------------------------------------*/
.projets-head h1 {
  display: inline-block;
}
.projets-head .btn-primary {
  margin: 0 0 10px 20px;
}
.projets-head .btn-primary i {
  margin-right: 5px;
}
.projets-liste {
  margin-bottom: 30px;
}
.projets-liste .l0 {
  left: 0;
}
.projet-phare-item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item {
    margin-top: 240px;
    position: relative;
  }
}
.projet-phare-item a .infos {
  padding: 20px;
  background-color: #A82A3C;
  color: white;
}
.projet-phare-item a .infos * {
  color: white;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a .infos {
    outline: 10px solid #ffffff;
    background-color: white;
    position: relative;
    margin-bottom: 60px;
    color: #A82A3C;
  }
  .projet-phare-item a .infos * {
    color: #A82A3C;
  }
}
.projet-phare-item a .infos h2 {
  font-weight: 400;
  color: white;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a .infos h2 {
    color: #555555;
  }
}
.projet-phare-item a .infos h3 {
  font-size: 1em;
  font-weight: 200;
  color: white;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a .infos h3 {
    color: #646464;
  }
}
.projet-phare-item a .infos h4 {
  font-size: 1em;
  color: white;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a .infos h4 {
    color: #A82A3C;
  }
}
.projet-phare-item a .infos p {
  margin: 20px 0;
  line-height: 1em;
}
.projet-phare-item a .infos b {
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a .image {
    outline: 20px solid #F4F4F4;
    margin-top: -210px;
    z-index: 1;
    top: 0;
    position: absolute;
  }
}
.projet-phare-item a .image img {
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a:hover .infos,
  .projet-phare-item a:focus .infos {
    outline: #A82A3C;
    background-color: #A82A3C;
  }
  .projet-phare-item a:hover .infos *,
  .projet-phare-item a:focus .infos * {
    color: white !important;
  }
}
.projet-phare-item a:hover .infos h2,
.projet-phare-item a:focus .infos h2 {
  color: white;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a:hover .infos h2,
  .projet-phare-item a:focus .infos h2 {
    color: #555555;
  }
}
.projet-phare-item a:hover .infos h3,
.projet-phare-item a:focus .infos h3 {
  color: white;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a:hover .infos h3,
  .projet-phare-item a:focus .infos h3 {
    color: #646464;
  }
}
.projet-phare-item a:hover .infos h4,
.projet-phare-item a:focus .infos h4 {
  color: white;
}
@media screen and (min-width: 1200px) {
  .projet-phare-item a:hover .infos h4,
  .projet-phare-item a:focus .infos h4 {
    color: #A82A3C;
  }
}
.projet-item {
  display: block;
  margin-bottom: 30px;
}
.projet-item h2 {
  font-weight: 400;
  color: #555555;
  margin-bottom: 10px;
}
.projet-item h3 {
  font-size: .9em;
  font-weight: 200;
}
.projet-item h4 {
  font-size: .8em;
  color: #A82A3C;
}
.projet-image {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.projet-image img {
  width: 100%;
}
.projet-infos {
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  background-color: #ffffff;
}
.projet .back {
  color: #555555;
  font-size: 90%;
  display: inline-block;
  margin-bottom: 10px;
}
.projet .back:hover {
  color: #A82A3C;
}
.projet .back i {
  color: #A82A3C;
  margin-right: 5px;
}
.projet h1 {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.projet h2 {
  font-size: 1.2em;
  font-weight: 300;
  color: #555555;
}
.projet h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: #A82A3C;
}
.projet p {
  margin-bottom: 5px;
  font-size: 90%;
  color: #555555;
  font-weight: 200;
}
.projet span {
  font-size: 120%;
}
.projet strong {
  font-weight: 600;
}
.gallery h3 {
  margin: 1em 0;
}
.gallery .img-hover {
  border: 10px solid white;
  position: relative;
}
.gallery .img-hover img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .gallery .img-hover:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-image: url("/site/templates/styles/images/zoom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    background-color: rgba(168, 42, 60, 0.75);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .gallery .img-hover:hover:before,
  .gallery .img-hover:focus:before {
    opacity: 1;
  }
}
.flink {
  display: block;
  font-size: 17px;
  color: #555555;
  margin-bottom: 20px;
}
.flink i {
  color: #711623;
  margin-left: 1rem;
  font-size: 120%;
}
.flink:hover {
  color: #A82A3C;
  cursor: pointer;
}
.filters a {
  margin-bottom: 10px;
}
.filters a:hover {
  cursor: pointer;
}
.filters .fselect {
  font-size: 14px;
  margin-bottom: 10px;
}
.filters .fselect span {
  margin-right: 5px;
}
.filters .fselect a {
  color: #555555;
  margin-right: 5px;
}
.filters .fselect a:hover {
  color: #A82A3C;
  text-decoration: underline;
}
.filters .fbtn {
  margin: 30px 0;
}
.filters .fbtn li {
  display: inline-block;
  margin: 0;
}
.filters .fbtn .fvalidate {
  text-transform: inherit;
  padding: 10px 10px;
  font-size: 80%;
  margin: 0;
}
.filters .fbtn .fvalidate:hover {
  color: white;
}
.filters .fbtn .fvalidate i {
  margin-left: 5px;
}
.filtres-dropdown {
  margin-bottom: 30px;
}
.filtres-dropdown .button-group {
  margin-top: 10px;
}
.filtres-dropdown .button-group button {
  width: 100%;
  text-align: left;
  padding: .8em .9em;
  font-size: .8em;
  position: relative;
}
.filtres-dropdown .button-group button i {
  font-size: 1.3em;
  font-weight: 500;
  color: #A82A3C;
  text-align: right;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}
.filtres-dropdown .button-group .dropdown-menu {
  min-width: 140px;
  font-size: .8em;
  left: inherit;
}
.filtres-dropdown .button-group .dropdown-menu > li > a {
  margin-bottom: 0;
  padding: 15px;
}
.filtres-dropdown .button-group .dropdown-menu > li input {
  float: right;
}
.manage-neighborhood-section .flink i {
  color: #214358;
}
.manage-neighborhood-section .flink:hover {
  color: #3a6e8f;
}
.manage-neighborhood-section .fselect a:hover {
  color: #3a6e8f;
}
.manage-neighborhood-section .filtres-dropdown .button-group button i {
  color: #3a6e8f;
}
.manage-neighborhood-section .filters .btn-secondary:hover,
.manage-neighborhood-section .filters .btn-secondary:focus,
.manage-neighborhood-section .filters .btn-secondary:active,
.manage-neighborhood-section .filters .btn-secondary.active {
  background-color: #214358 !important;
  color: white;
}
/*---------------------------------------
:: Css Call to action
---------------------------------------*/
.cta-buttons .cta-buttons-image-title {
  position: relative;
}
.cta-buttons .cta-buttons-image-title .cta-buttons-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.cta-buttons .cta-buttons-image-title .cta-buttons-title .cta-buttons-title-inner {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  padding: 30px 15px;
}
.cta-buttons .cta-buttons-image-title .cta-buttons-title .cta-buttons-title-inner h2 {
  color: #A82A3C;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .cta-buttons .cta-buttons-image-title .cta-buttons-title .cta-buttons-title-inner h2 {
    font-size: 24px;
  }
}
.cta-buttons .cta-buttons-image-title img {
  width: 100%;
}
.cta-map .MarkupGoogleMap {
  height: 400px !important;
}
.cta-map i.fa-map-marker {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .cta-map i.fa-map-marker {
    font-size: 30px;
    line-height: 40px;
  }
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.search .search-item {
  margin-bottom: 20px;
  background-color: white;
  border: 10px solid white;
  padding: 5px;
}
.search .search-item:hover {
  cursor: pointer;
  border: 10px solid #A82A3C;
  background-color: #A82A3C;
}
.search .search-item:hover * {
  color: white !important;
}
.search .search-infos {
  padding-left: 15px;
}
.search h4 {
  font-size: 1em;
  color: #646464;
}
.search p {
  color: #A82A3C;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tools-list .tool-item {
  padding: 10px;
  background-color: white;
  margin-bottom: 20px;
}
.tools-list .tool-item:hover {
  cursor: pointer;
  background-color: #A82A3C;
}
.tools-list .tool-item:hover * {
  color: white !important;
}
.tools-list .tool-item .tool-image {
  border: 1px solid #F4F4F4;
}
.tools-list .tool-item .tool-image img {
  width: 100%;
  overflow: hidden;
}
.tools-list .tool-item .tool-infos {
  margin-top: 15px;
}
.tools-list .tool-item .tool-infos h3 {
  height: 33px;
  font-size: 0.9em;
  color: #A82A3C;
  margin-bottom: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tools-list .tool-item .tool-infos h4 {
  font-size: 0.7em;
  margin-bottom: 1em;
  height: 25px;
  color: #711623;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tools-list .tool-item .tool-infos p {
  display: block;
  word-wrap: break-word;
  font-size: 0.7em;
  line-height: 0.9em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.circle-chart {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */
}
.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------------------
:: Css login extranet
---------------------------------------*/
.login form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login form ul li input {
  width: 100%;
}
.login form ul li button {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .end-right-row {
    width: 50vw;
    right: 0;
    top: 0;
    position: absolute;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.flex-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.flex-column img {
  width: 100%;
}
.margin-left-1 {
  margin-left: 10px;
}
.side-marker {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .side-marker {
    padding-left: 0;
  }
}
.side-marker:before {
  color: white;
  position: absolute;
  left: -5px;
  font-size: 30px;
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
}
@media screen and (min-width: 768px) {
  .side-marker:before {
    left: -35px;
  }
}
