@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/GOTHIC.woff") format("woff"), url("../fonts/GOTHIC.TTF") format("truetype");
}

@font-face {
  font-family: 'Aldrich-Regular';
  src: url("../fonts/Aldrich-Regular.woff") format("woff"), url("../fonts/Aldrich-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Imprima-Regular';
  src: url("../fonts/Imprima-Regular.woff") format("woff"), url("../fonts/Imprima-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Arual';
  src: url("../fonts/Arual.woff") format("woff"), url("../fonts/Arual.ttf") format("truetype");
}

@font-face {
  font-family: 'Abel-Regular';
  src: url("../fonts/Abel-Regular.woff") format("woff"), url("../fonts/Abel-Regular.ttf") format("truetype");
}

.gothic {
  font-family: "Century Gothic";
}

.aldrich {
  font-family: "Aldrich-Regular";
}

.imprima {
  font-family: "Imprima-Regular";
}

.arual {
  font-family: "Arual";
}

.abel {
  font-family: "Abel-Regular";
}

/* #region HEADER */
.deco-top {
  background: url("../images/deco-top.png") no-repeat left top;
  margin-top: -40px;
  margin-left: -50px;
  line-height: 35px;
}

.deco-bottom {
  background: url("../images/deco-bottom2.png") no-repeat right bottom;
  margin-bottom: -40px;
  margin-left: 70px;
  line-height: 35px;
}

.socio-indiv {
  background: url("../images/socioindiv.jpg") no-repeat center top;
  background-size: cover;
  height: auto;
}

.page-header {
  background: url("../images/mains001.jpg") no-repeat center center;
  background-size: cover;
  height: auto;
}

.contacts-header {
  background: url("../images/header_contacts.jpg") no-repeat center center;
  background-size: cover;
  height: auto;
}

.services-header {
  background: url("../images/header_services03.jpg") no-repeat center center;
  background-size: cover;
  height: auto;
}

.nuage {
  background: url("../images/nuagemots03.png") no-repeat center top;
  background-size: cover;
  height: auto;
}

.socio-header {
  background: url("../images/header_socio.jpg") no-repeat center center;
  background-size: cover;
  height: auto;
}

.encore-header {
  background: url("../images/header_encore.jpg") no-repeat center top;
  background-size: cover;
  height: auto;
}

/* #endregion HEADER */
/* #region BODY */
body {
  background: #FBF5F0 url("../images/fd-page.jpg") repeat-y top left;
  font-family: "Aldrich-Regular";
  font-size: 1.3em;
}

/* #endregion BODY */
/* #region NAVBAR */
.navbar-toggle {
  background-color: #FBF5F0;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #a2185b;
}

.separ-menu {
  line-height: 47px;
}

.navbar-header {
  background-color: transparent;
}

.navbar-default .navbar-brand {
  color: #a2185b;
  font-family: Aldrich-Regular;
}

.navbar-brand {
  display: block;
  margin-top: -5px;
  /*border-bottom: $brand-clair 1px solid;*/
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  text-decoration: none;
  color: #a2185b;
}

.navbar-default .navbar-nav > li > a {
  font-size: 1.1em;
  font-family: Aldrich-Regular;
  color: #a2185b;
  text-transform: uppercase;
  font-weight: normal;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #e6549b;
}

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

.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* #endregion NAVBAR */
/* #region PANELS */
.panel-primary {
  border-color: #a2185b;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #a2185b;
  border-color: #a2185b;
}

.panel-primary > .panel-body {
  color: #a2185b;
  background-color: #FBF5F0;
  border-color: #a2185b;
}

/* #endregion PANELS */
/* #region HELPERS */
.rond {
  border-radius: 50%;
}

.rond-lg {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  padding-top: 30px;
}

.rond-md {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding-top: 30px;
}

.rond-sm {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  padding-top: 23px;
}

.rond-xs {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding-top: 10px;
}

a {
  color: #a2185b;
  text-decoration: none;
}

a:visited, a:hover, a:focus {
  color: #a2185b;
}

.right {
  float: right;
}

.left {
  float: left;
}

.quatrevingtdix {
  width: 90%;
}

.pad-5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-10b {
  padding: 0 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-15b {
  padding: 0 15px;
}

.pad-30 {
  padding: 0 30px;
}

.pad2-30 {
  padding: 30px;
}

.pad-60 {
  padding: 60px;
}

.pad-60-30 {
  padding: 60px 30px;
}

.pad-80 {
  padding: 80px;
}

.pad-80-30 {
  padding: 80px 30px;
}

.pad-bottom {
  padding-bottom: 15px;
}

.pad-top {
  padding-top: 15px;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.titre-primary {
  background-color: #a2185b;
  color: #EAEEE0;
  padding: 5px;
}

.smaller {
  font-size: 0.9em;
  margin-top: -10px;
}

.smaller2 {
  font-size: 0.6em;
  margin-top: -10px;
}

.smaller3 {
  font-size: 60%;
}

.lead {
  font-size: 1.5em;
}

.lead2 {
  font-size: 1.3em;
}

.huge {
  font-size: 8.0em;
}

.huge2 {
  font-size: 6.0em;
}

.huge3 {
  font-size: 4.0em;
}

.transparent {
  background-color: transparent;
}

.ombrage {
  -webkit-box-shadow: 2px 2px 8px #d3afac;
  box-shadow: 2px 2px 8px #d3afac;
}

.translucide {
  background-color: rgba(251, 245, 240, 0.5);
}

.translucide2 {
  background-color: rgba(58, 70, 63, 0.5);
}

.translucide3 {
  background-color: rgba(237, 237, 237, 0.5);
}

.bordered {
  border: 1px solid #a2185b;
}

.flat {
  border-radius: 0;
}

.no-border-top {
  border-top: none;
}

.no-border {
  border: none;
}

.border-bas {
  border-bottom: 1px solid #e96aa8;
  opacity: 0.6;
}

.border-bas::after {
  font-family: FontAwesome;
  content: "\f0d7";
  float: right;
  margin-top: 15px;
  opacity: 0.3;
}

.bordul {
  border-top: 1px solid #f6c3dc;
  border-left: 1px solid #f6c3dc;
  padding-top: 15px;
  padding-bottom: 30px;
}

.bordul::after {
  font-family: FontAwesome;
  font-size: 1.3em;
  content: "\f0da";
  float: left;
  opacity: 0.3;
}

.marger-5 {
  margin-top: 5px;
}

.marger-10 {
  margin-top: 10px;
}

.marger-15 {
  margin-top: 15px;
}

.marger-20 {
  margin-top: 20px;
}

.marger-25 {
  margin-top: 25px;
}

.marger-30 {
  margin-top: 30px;
}

.marger-40 {
  margin-top: 40px;
}

.marger-50 {
  margin-top: 50px;
}

.marger-0 {
  margin-left: 0;
  margin-right: 0;
}

.marger-minus-5 {
  margin-top: -5px;
}

.marger-minus-10 {
  margin-top: -10px;
}

.marger-minus-15 {
  margin-top: -15px;
}

.marger-minus-20 {
  margin-top: -20px;
}

.marger-minus-30 {
  margin-top: -30px;
}

.marger-minus-90 {
  margin-top: -90px;
}

.marger-right-15 {
  margin-right: 15px;
}

.marger-left-15 {
  margin-left: 15px;
}

.marger-right-minus-15 {
  margin-right: -15px;
}

.marger-left-minus-15 {
  margin-left: -15px;
}

.marger-left-minus-30 {
  margin-left: -30px;
}

.marger-left-minus-5 {
  margin-left: -5px;
}

.marger-bottom-15 {
  margin-bottom: 15px;
}

.marger-bottom-30 {
  margin-bottom: 30px;
}

.marger-bottom-minus-15 {
  margin-bottom: -15px;
}

.top-left {
  margin-left: -15px;
}

.top-right {
  margin-right: 0;
}

.separ-gris {
  height: 1px;
  background-color: #455b45;
  margin-top: 15px;
  margin-bottom: 15px;
}

.separ-gris-clair {
  height: 1px;
  background-color: #dce5dc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.separ-primary {
  height: 1px;
  background-color: #a2185b;
  margin-top: 15px;
  margin-bottom: 15px;
}

.separ-info {
  height: 1px;
  background-color: #791244;
  margin-top: 15px;
  margin-bottom: 15px;
}

.separ-success {
  height: 1px;
  background-color: #f096c2;
  margin-top: -15px;
  margin-bottom: 15px;
}

.separ-prix {
  height: 1px;
  background-color: #a2185b;
  margin-top: -15px;
  margin-bottom: 15px;
  opacity: 0.6;
}

.separ-plume {
  height: 50px;
  background: url("../images/sepplume.png") no-repeat center center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.separ-plume-clair {
  height: 50px;
  background: url("../images/sepplume-clair.png") no-repeat center center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* #endregion HELPERS */
/* #region ANIMATIONS */
@-webkit-keyframes rotate {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -720deg);
    transform: rotate3d(0, 0, 1, -720deg);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotate {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -720deg);
    transform: rotate3d(0, 0, 1, -720deg);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* #endregion ANIMATIONS */
/* #region FOOTER */
#footer {
  padding: 15px;
  color: #FBF5F0;
  /*position: fixed;*/
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  z-index: 1000;
  background-color: #a2185b;
}

/* #endregion FOOTER */
/* #region TEXTE */
.text-primary {
  color: #a2185b;
}

a .text-primary {
  color: #a2185b;
}

a .text-primary:hover, a .text-primary:focus {
  color: #5f0e36;
}

.text-primary2 {
  color: #df2781;
}

.text-success {
  color: #f096c2;
}

a .text-success {
  color: #f096c2;
}

a .text-success:hover, a .text-success:focus {
  color: #f9d9e9;
}

.text-info {
  color: #791244;
}

a .text-info {
  color: #791244;
}

a .text-info:hover, a .text-info:focus {
  color: #36081f;
}

.text-warning {
  color: #f0ad4e;
}

a .text-warning {
  color: #f0ad4e;
}

a .text-warning:hover, a .text-warning:focus {
  color: #df8a13;
}

.text-danger {
  color: #d9534f;
}

a .text-danger {
  color: #d9534f;
}

a .text-danger:hover, a .text-danger:focus {
  color: #b52b27;
}

.text-clair {
  color: #FBF5F0;
}

a.text-clair {
  color: #FBF5F0;
}

a.text-clair:hover, a.text-clair:focus {
  color: #e6549b;
}

.text-clair2 {
  color: #4d0b2b;
}

.text-ombre {
  text-shadow: 4px 4px 8px #D1987E;
}

.text-prix {
  opacity: 0.6;
}

/* #endregion TEXTE */
/* #region BACKGROUND-COLOR */
.bg-fiche {
  background: #FBF5F0 url("../images/fd-fiche.jpg") repeat-y right top;
}

.bg-primary {
  background-color: #a2185b;
}

.bg-primary2 {
  background-color: #df2781;
}

.bg-clair {
  background-color: #FBF5F0;
}

.bg-success {
  background-color: #f096c2;
}

.bg-info {
  background-color: #791244;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #1d1e1e;
}

.bg-alt {
  background-color: #F5E5E5;
}

.bg-contacts {
  background-color: #8c154f;
}

/* #endregion BACKGROUND-COLOR */
/* #region CAROUSEL */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-indicators {
  bottom: 50px;
}

/* #endregion CAROUSEL */
/* #region BTN */
.btn-primary {
  color: #fff;
  background-color: #df2781;
  border: 1px solid #df2781;
}

.btn-primary:visited, .btn-primary:hover, .btn-primary:focus {
  background-color: #df2781;
  border: 1px solid #df2781;
  color: #fff;
}

/* #endregion */
@media (max-width: 768px) {
  .deco-top {
    background: url("../images/deco-top.png") no-repeat left top;
    margin-top: -25px;
    margin-left: -10px;
    line-height: 35px;
  }
  .deco-bottom {
    background: url("../images/deco-bottom2.png") no-repeat right bottom;
    margin-bottom: -25px;
    margin-left: 25px;
    line-height: 35px;
  }
  ul.nav.navbar-nav.navbar-right {
    margin-right: 15px;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 30px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
}
/*# sourceMappingURL=plume.css.map */