a:focus, button:focus,
.btn:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.form-control:focus,
.reponse-libre:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, button {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-extralight-webfont.woff2") format("woff2"), url("../fonts/montserrat-extralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Allerta Stencil';
  src: url("../fonts/allertastencil-regular-webfont.woff2") format("woff2"), url("../fonts/allertastencil-regular-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.main-color {
  color: #305984 !important;
}

.second-color {
  color: #ff4892 !important;
}

.third-color {
  color: #b4b91f !important;
}

.firth-color {
  color: #3c97a3 !important;
}

.btn-primary {
  background-color: #305984;
  border: 0;
  border-radius: 50px;
  padding: 8px 30px;
}

.btn-primary:hover {
  background-color: #ff4892;
}

.form-control {
  padding: 30px 20px;
  border-radius: 50px;
  text-align: center;
}

.alert-danger {
  font-size: 0.9rem;
}

h1.main-title {
  font-family: "Allerta Stencil";
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

h1.main-title.picto::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("../img/title.png");
  background-repeat: no-repeat;
  left: -85px;
  top: -12px;
}

h2.subtitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.little-info {
  font-size: 0.7rem;
  font-weight: 600;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

.first-content.top-visual {
  background-image: url("../svg/header-visual.svg");
  background-size: 567px;
  background-repeat: no-repeat;
  background-position: right top;
}

p strong {
  font-weight: 600 !important;
}

.carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.carousel-control > a {
  margin: 10px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 2rem;
  color: #ccc;
  /*
    &.next{
      -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
      -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -o-transform:matrix(-1, 0, 0, 1, 0, 0);
    }

    &:hover > svg > path{
      fill:$main-color;
    }

    */
}

.carousel-control > a:hover {
  color: #305984;
}

.carousel-control.text-white > a {
  color: #fff;
}

.article-date {
  font-weight: 200;
  font-size: 1rem;
  margin-top: 80px;
  display: block;
}

.article-title {
  font-weight: 200;
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.article-subtitle {
  font-family: "Allerta Stencil";
  font-size: 1.75rem;
  text-transform: uppercase;
}

.article-text {
  font-weight: 200;
  color: #305984;
}

.btn-inline {
  color: #ff4892;
  text-decoration: underline;
}

.text-white .btn-inline {
  color: #fff;
}

.actualites,
.second-section {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.actualites::before,
.second-section::before {
  content: '';
  position: absolute;
  background-image: url("../svg/section1-top.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 252px;
  top: -250px;
}

.carousel-actualites,
.visual-actualites {
  margin-top: -120px;
}

.actualite-text {
  margin-top: -70px;
  line-height: 2rem;
}

.inscription-visual {
  margin-top: -230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sondages {
  position: relative;
  z-index: 7;
  background-color: #f3f3f3;
  margin-top: 220px;
  padding-bottom: 200px;
}

.sondages::before {
  content: '';
  position: absolute;
  background-image: url("../svg/section2-top.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 282px;
  top: -250px;
}

.sondages::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url("../svg/section3-top.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 305px;
  bottom: 76px;
}

.sondages .carousel-control {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.carousel-sondages,
.visual-sondages {
  margin-top: -150px;
}

.margin-second-section {
  margin-top: -150px !important;
}

.petitesannonces {
  position: relative;
  z-index: 8;
  background-color: #3c97a3;
  margin-top: -80px;
  padding-top: 161px;
}

.carousel-petitesannonces,
.visual-petitesannonces {
  margin-top: -220px;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  border: 4px solid #ccc;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.avatar > img {
  height: 100%;
}

/* ACTUALITES */
.img-actualite {
  position: relative;
}

.bloc-inscription {
  font-weight: 400;
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  max-width: 334px;
  margin: -45px auto 50px;
}

.bloc-inscription > span {
  color: #96b4c5;
  display: block;
  font-weight: 200;
  font-size: 1.2rem;
}

.event-calendar {
  width: 190px;
  height: 192px;
  position: absolute;
  right: -93px;
  margin: 0 auto;
  top: -98px;
}

.event-calendar.actualite {
  background-image: url("../img/event-calendar-actualite.png");
}

.event-calendar-month {
  position: absolute;
  font-weight: 700;
  color: #fff;
  top: 43px;
  left: 46px;
  right: 20px;
  text-align: center;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  font-size: 0.8rem;
}

.event-calendar-day {
  position: absolute;
  top: 79px;
  left: 37px;
  right: 28px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.background-shape-section {
  position: relative;
  background-color: #ffe1ed;
}

.background-shape-section::after {
  content: '';
  position: absolute;
  background-image: url("../img/shape-bottom-actualite.png");
  background-repeat: no-repeat;
  background-position: bottom;
}

.boutique-border-top {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.places-infos {
  font-size: 0.85rem;
  font-weight: 100;
  text-align: right;
}

.boutique-row {
  margin-bottom: 50px;
}

.boutique-image {
  max-height: 90px;
}

.boutique-prix {
  display: block;
  background-color: #ff4892;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
}

.boutique-texte {
  font-size: 0.9rem;
}

.panier {
  position: fixed;
  right: -300px;
  width: 300px;
  top: 0;
  height: 100vh;
  z-index: 10000;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-animation: all ease 400ms;
          animation: all ease 400ms;
}

.panier.open {
  right: 0;
  -webkit-animation: all ease 400ms;
          animation: all ease 400ms;
}

.btn-panier {
  position: absolute;
  bottom: 20px;
  left: -90px;
  width: 65px;
  height: 65px;
  border: 0;
  border-radius: 50px;
  font-size: 2rem;
  background-color: #ff4892;
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
}

.panier-titre {
  font-family: "Allerta Stencil";
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.panier-item {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}

.panier-item-del {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff4892;
  font-size: 0.9rem;
}

.panier-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.panier-item-title {
  font-size: 1rem;
  color: #305984;
  margin-right: 30px;
}

.panier-item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 400;
}

.panier-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.panier-footer-total {
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
}

.panier-footer-btn {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.panier-footer-btn:disabled {
  background-color: #ccc;
  color: #000;
  border-color: #ccc;
}

.list-produit-commande {
  font-size: 0.8rem;
}

.header-avatar {
  width: 90px;
  height: 90px;
  display: block;
  overflow: hidden;
  border-radius: 150px;
  margin-top: 73px;
  border: 8px solid #3c97a3;
  position: relative;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-avatar > img {
  width: 100%;
}

.header-avatar > span {
  position: absolute;
  background-color: #ff4892;
  bottom: -25px;
  left: 13px;
  right: 0;
  height: 50px;
  border-radius: 79px;
  color: #fff;
  width: 50px;
  font-weight: 700;
}

.header-avatar:hover {
  border-color: #b4b91f;
  -webkit-box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.notifications {
  position: absolute;
  width: 385px;
  right: 30px;
  top: 110px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0 20px 0;
  z-index: 1000;
  display: none;
}

.notifications.show {
  display: block;
}

.notification-del {
  color: #fff;
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

.notification-item {
  position: relative;
  background: #fff;
  margin-bottom: 1px;
  font-size: 0.9rem;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notification-item span {
  padding-left: 10px;
  font-weight: 200;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.notification-item span > strong {
  font-weight: 500;
}

.notification-item:hover {
  text-decoration: none;
}

.notification-item.success {
  background-color: #b4b91f;
  color: #fff;
}

.notification-item.info {
  background-color: #3c97a3;
  color: #fff;
}

.notification-item.danger {
  background-color: #ff4892;
  color: #fff;
}

.notification-item.warning {
  background-color: #EC7621;
  color: #fff;
}

.notifications-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notifications-action > a {
  color: #ccc;
}

.bloc-notifications-titre {
  font-size: 1rem;
  text-align: left;
  color: #ccc;
  border-bottom: 1px solid #ccc;
}

.header-content {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 114px;
  border-bottom: 1px solid #c9e6e9;
  background-color: #f7f7f7;
}

.header-content .link-header-logo {
  display: block;
  margin: 0 auto;
  width: 239px;
  text-align: center;
}

.header-content .header-logo {
  padding: 10px;
  max-width: 220px;
}

.header-content + .first-content {
  margin-top: 180px;
}

.header-content .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-content .nav-link {
  color: #3c97a3;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #c9e6e9;
  background-color: #fff;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.header-content .nav-link:hover {
  background-color: #ff4892;
  color: #fff;
}

.header-content .header-visual {
  max-height: 151px;
}

.header-content .header-avatar {
  position: absolute;
  border: 1px solid #c9e6e9;
  bottom: -25px;
  right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header {
  position: relative;
  z-index: 10;
  background-image: url("../svg/header-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 320px;
  padding: 30px;
}

.header .header-avatar {
  margin-top: -15px;
}

.header .header-logo {
  width: 100%;
  max-width: 280px;
}

.header .header-visual {
  width: 500px;
}

.header .header-nav-list-item-link {
  color: #305984;
  position: relative;
  padding: 10px 20px;
  font-weight: 500;
  background-color: #fff;
  margin-right: 12px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
  margin-top: 9px;
}

.header .header-nav-list-item-link:hover {
  background-color: #ff4892;
  color: #fff;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #154273;
  background-image: none;
  padding: 10px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.header.sticky .header-visual {
  display: none;
}

.header.sticky .header-logo {
  display: none !important;
}

.header.sticky .header-logo-sticky {
  display: block !important;
  height: 59px;
}

.header.sticky + .first-content {
  margin-top: 80px;
}

.header .notifications {
  top: 100px;
}

.header-visual-block {
  display: none;
}

@media (max-width: 992px) {
  .notifications {
    left: 10px;
    right: 10px;
    top: 10px;
    max-width: 100%;
    width: auto;
  }
  .header .header-nav-list-item.header-nav-list-item-avatar {
    display: none;
  }
  .header {
    position: fixed;
    bottom: 0;
    background-color: #154273;
    left: 0;
    right: 0;
    background-image: none;
    height: 90px;
    padding: 15px 10px 10px;
    z-index: 1000;
  }
  .header .header-logo {
    max-width: 170px;
  }
  .header .header-fixed-btn {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 3rem;
  }
  .header .header-nav {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 90px;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .header-nav-list {
    background-color: #3c97a3;
    width: 100%;
  }
  .header .header-nav-list-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .header .header-nav-list-item-link {
    color: #fff;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 20px;
    margin: 0;
    border-radius: 0;
  }
  .header .header-nav-list-item-link::after {
    content: none;
  }
  .header .header-nav-list-item-link:hover {
    color: #fff;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .header {
    height: 220px;
    padding: 10px;
  }
  .header .header-nav-list-item-link {
    margin: 9px 5px;
  }
}

@media (min-width: 1400px) {
  .header-visual-block {
    display: block;
    position: absolute;
    top: 0;
    left: 280px;
  }
}

.panoramique {
  position: relative;
  z-index: 9;
  height: 780px;
  padding-top: 200px;
  margin-top: -210px;
  color: #fff;
}

.panoramique.section-titre {
  padding-top: 124px;
  height: 650px;
}

.panoramique-date {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0px;
  display: block;
}

.panoramique-title {
  font-weight: 200;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.panoramique-subtitle {
  font-family: "Allerta Stencil";
  font-size: 3rem;
  text-transform: uppercase;
}

.panoramique-text {
  font-weight: 200;
}

.panoramique-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.4;
  background-color: #96b4c5;
  background-blend-mode: luminosity;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 992px) {
  .panoramique-date {
    margin-top: 0px;
  }
  .panoramique-title {
    font-size: 1.5rem;
  }
  .panoramique-subtitle {
    font-size: 2rem;
  }
  .homepage + .panoramique {
    height: 700px;
    padding-top: 200px;
    margin-top: -151px;
  }
  .panoramique.section-titre {
    height: 485px;
    margin-top: 0;
    padding-top: 45px;
  }
}

.compte-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: -120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.compte-menu-link {
  display: block;
  padding: 8px 20px;
  color: #fff;
  background-color: #f7f7f7;
  color: #000;
  margin: 10px 10px 0 0;
  border-radius: 20px;
}

.compte-menu-link:hover, .compte-menu-link.active {
  background-color: #3c97a3;
  color: #fff;
  text-decoration: none;
}

.compte-menu-link.deconnect {
  background-color: #ff4892;
  color: #fff;
}

.tab-content {
  margin-bottom: 80px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: #3c97a3;
  color: #fff;
}

.nav-tabs .nav-link {
  color: #154273;
}

.nav-tabs {
  margin-bottom: 20px;
}

.btn-child {
  border: 1px solid;
  margin-top: 17px;
}

.btn-child.del {
  border-color: #ff4892;
  color: #ff4892;
}

.btn-child.del:hover {
  background-color: #ff4892;
  color: #fff;
}

.btn-child.add {
  border-color: #b4b91f;
  color: #b4b91f;
}

.btn-child.add:hover {
  background-color: #b4b91f;
  color: #fff;
}

@media (max-width: 992px) {
  .compte-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -285px;
  }
  .compte-menu-link {
    margin-bottom: 6px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
  }
}

.btn {
  font-size: 0.8rem;
}

.btn-success {
  background-color: #b4b91f;
  border: none;
  margin: 0 10px;
}

.btn-success:hover {
  background-color: #8a8d18;
}

.btn-warning {
  background-color: #EC7621;
  border: none;
  margin: 0 10px;
  color: #fff;
}

.btn-warning:hover {
  background-color: #c95e11;
  color: #fff;
}

.form-main {
  margin: 40px 0;
}

.form-main .form-control {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-main .form-control:focus {
  background-color: #f7f7f7;
  padding-left: 10px;
  border-bottom: 2px solid #3c97a3;
}

.form-main .form-control.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f8d7da;
}

.form-main.form-shadow {
  -webkit-transition: -webkit-box-shadow ease .2s;
  transition: -webkit-box-shadow ease .2s;
  transition: box-shadow ease .2s;
  transition: box-shadow ease .2s, -webkit-box-shadow ease .2s;
  -webkit-box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.form-main.form-shadow:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.form-max {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

label {
  font-weight: 700;
  font-size: 0.8rem;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-main:hover label {
  opacity: 1;
}

.form-main section {
  padding: 20px;
  margin: 20px 0;
  /*
  &:nth-child(odd){
    border-left: 10px solid #f7f7f7;
  }

  &:nth-child(even){
    border-right: 10px solid #f7f7f7;
  }
*/
}

.form-main section > legend {
  font-weight: 500;
  font-size: 1rem;
  background-color: #f7f7f7;
  padding: 3px;
}

.custom-file-input ~ .custom-file-label:lang(fr)::after {
  content: "Parcourir...";
}

.form-inscription {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.form-contact {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
}

textarea.type-hand {
  font-family: 'Caveat', cursive;
  font-size: 1.5rem;
}

.form-boutique {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form_boutique_number {
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: 10px;
}

.moyen-paiement {
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.2);
}

span.ou {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Montserrat';
  margin: 10px;
  color: #ccc;
}

form.form-main.form-idee {
  width: 100%;
  max-width: 700px;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media (max-width: 992px) {
  .form-boutique {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .form-boutique .form-group {
    text-align: center;
  }
  .form-boutique button {
    padding: 20px 20px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
}

@font-face {
  font-family: StripeIcons;
  src: url(data:application/octet-stream;base64,d09GRk9UVE8AAAZUAAoAAAAAB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAADKAAAAx8AAAOKkWuAp0dTVUIAAAZIAAAACgAAAAoAAQAAT1MvMgAAAXAAAABJAAAAYGcdjVZjbWFwAAACvAAAAFYAAACUKEhKfWhlYWQAAAD8AAAAMAAAADYJAklYaGhlYQAAAVAAAAAgAAAAJAYoAa5obXR4AAABLAAAACQAAAAoEOAAWW1heHAAAAD0AAAABgAAAAYAClAAbmFtZQAAAbwAAAD%2FAAABuXejDuxwb3N0AAADFAAAABMAAAAg%2F7gAMgAAUAAACgAAeNpjYGRgYABifeaSpHh%2Bm68MzMwHgCIMl08yqyDo%2F95Mkcy8QC4zAxNIFAD8tAiweNpjfMAQyfiAgYEpgoGBcQmQlmFgYPgAZOtAcQZEDgCHaQVGeNpjYGRgYD7z34eBgSmCgeH%2Ff6ZIBqAICuACAHpYBNp42mNgZtzAOIGBlYGDqYDJgYGBwQNCMwYwGDEcA%2FKBUthBqHe4H4MDg4L6Imae%2Fz4MB5jPMGwBCjOC5Bi9mKYAKQUGBgAFHgteAAAAeNplkMFqwkAURU9itBVKF6XLLrLsxiGKMYH0B4IgoqjdRokajAmNUfolhX5Df7IvZhBt5zHMeffduQwDPPCFQbWM81mzyZ3uocEz95qtK0%2BTN140t2jzLk7DaotiEmk2eWSlucErH5otnvjW3OSTH82tSg8n8eaYRkVXOY4TzIaLURB2tDaPi0OSZ3Y9G09tx6lxm5erPDtVA%2BX7wT7axXm5Vmmy7ClXDfqe515CCJkQs%2BFIKk8t6KJwzhUwY8iCkVBI54%2FvvzKXruBAQk6GfZM0ZipKxdfqVpylfErlP11uKHypgL2k7iSz8qxFTSV5SU%2FIlT2gjyfl%2FgKN9EDsAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAHEEACj8QNOBhYGOyDNAYRMQFpBcZL6ov%2F%2Foaw5%2F%2F%2F%2Ff3kvH8iD2McCxExAO1kYWIE2cjCwAwAgUQwvAAB42mNgZgCD%2F1sZjBiwAAAswgHqAHjaNVFbbxNHGN2JMmtlNnIoZFFx1F2nDoTWgJLIhRQqWlRowyXiUkqE1IZLVW0dJzHYjpAhxnbYi8HXdWxsEKCIi0DdqjxVyhOKkBBS%2FdAX%2FkJfmiCe0Gz4orbjLNFo5uj79B19Z85BXGsLhxAiB7ef%2BFmZGj8XaVb9dgdn%2B5Dd02J%2F2JqFIXtpeQ5Lc6h1YzKbXcN2F%2F2qg373wZ3ly%2Bs5gpCwfpO3d8dnXwyfOheJhC9FgsovsanJ4MCuzw84sN%2BBb1Zh34ADfU7za6fq%2Fyl8Ib7K9E4Eo9HgpHLQu6aL45CB8ug6yqAbKIeyqMAhjjD1nM49596hbqQgHf2B%2Fm5xt3S8sqXlORFe%2FHuSvuD3vesUQ4eVxjgEfm08PWK5%2FoF14lBjDAJvXI0xMRS0%2BMVjbGLIbzV%2BP2y5aOC46IfAb7TzT5cFbSJwEKCc9eXifGgqtOBahN3vWy7aOS76f1zkrVNiaNw1NIpfhyBg8X%2FN428t3v2KJl6KtVqxWpXpCD2Bq5XZW3XPrWv1dMVHEmZy9pr8dhsGdQuhKt%2FTh9Mz6nTCE34Yeyy56byfUHMzqaWrEpRpHldmrpqJrosXPyV0N%2BzAsMJYKzwMwjacTmtXGe9%2B7InkrtPz3aRoaIWPSUEtGjL1wUcYFnoJXeChG7qwpmfUHkI30XsvRdMsmKZMs9TwEsjR67ik6%2Fk14hk4jVcGe4k9yMMojGDNyKiqRy1opi5phUrG7HLDnkfdxOHktZIu072wB9jFhpHReoj3UXNF3lmReb%2FC0eaMx%2BESO1NY1w2myfuMuXW7VKvJ9CQ9im9Wy3XmllpLVX0kWUzNpmW6E%2FrY8ePkjLaV%2FPCMWVTeTJidTYtyuJpuWhSOMYsuwBhMgNK0dCtxS3O7%2Fmtvy7YL9lKn7RfvbODaEerw%2BXfuPfT92WDkiopLpaJZ9pQNUy9JAlNdyjVVH6PDTDV7saB2TadSCVWQYIQeZ2F8QgTVM30zdZtFlcOVSmU1WYFXolFFeRB9Kgt8PJmMx2vJu7IwvZoOS9XRFwsLsXCylKjMyGxXrV5kXxb%2BBxsddR0AAAEAAAAAAAAAAAAA) format("woff");
}

/** Page-specific styles */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes void-animation-out {
  0%,
  to {
    opacity: 1;
  }
}

@keyframes void-animation-out {
  0%,
  to {
    opacity: 1;
  }
}

.main-stripe {
  position: relative;
  display: block;
  z-index: 1;
}

.stripes {
  position: absolute;
  width: 100%;
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
  height: 950px;
  top: -350px;
  background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));
}

.stripes .stripe {
  position: absolute;
  height: 190px;
}

.stripes .s1 {
  height: 380px;
  top: 0;
  left: 0;
  width: 24%;
  background: -webkit-gradient(linear, left top, right top, from(#e6ebf1), to(rgba(230, 235, 241, 0)));
  background: linear-gradient(90deg, #e6ebf1, rgba(230, 235, 241, 0));
}

.stripes .s2 {
  top: 380px;
  left: 4%;
  width: 35%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
}

.stripes .s3 {
  top: 380px;
  right: 0;
  width: 38%;
  background: -webkit-gradient(linear, left top, right top, from(#e4e9f0), to(rgba(228, 233, 240, 0)));
  background: linear-gradient(90deg, #e4e9f0, rgba(228, 233, 240, 0));
}

.main-stripe > .container-stripe {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.main-stripe > .container-stripe .cell {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
  min-width: 100%;
  padding: 0 40px;
  margin-top: -200px;
}

.main-stripe > .container-stripe .cell + .cell {
  margin-top: 70px;
}

.main-stripe > .container-stripe .cell.intro {
  padding: 0;
}

@media (min-width: 670px) {
  .main-stripe > .container-stripe .cell.intro {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }
  .optionList {
    margin-left: 13px;
  }
}

.main-stripe > .container-stripe .cell.intro > * {
  width: 100%;
  max-width: 700px;
}

.main-stripe > .container-stripe .cell.intro .common-IntroText {
  margin-top: 10px;
}

.main-stripe > .container-stripe .cell.intro .common-BodyText {
  margin-top: 15px;
}

.main-stripe > .container-stripe .cell.intro .common-ButtonGroup {
  width: auto;
  margin-top: 20px;
}

.main-stripe > .container-stripe .bloc-stripe-paiement {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media (min-width: 670px) {
  .main-stripe > .container-stripe .bloc-stripe-paiement {
    padding: 40px;
  }
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted form,
.main-stripe > .container-stripe .bloc-stripe-paiement.submitting form {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success,
.main-stripe > .container-stripe .bloc-stripe-paiement.submitting .success {
  pointer-events: all;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitting .success .icon {
  opacity: 1;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success > * {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success > :nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success > :nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success > :nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success .icon .border,
.main-stripe > .container-stripe .bloc-stripe-paiement.submitted .success .icon .checkmark {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 15px 10px 0;
  color: #aab7c4;
  font-family: Roboto, "Open Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption .no-charge {
  color: #cfd7df;
  margin-right: 10px;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption a.source {
  text-align: right;
  color: inherit;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  margin-left: 10px;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption a.source:hover {
  color: red;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption a.source:active {
  color: #43458b;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption a.source svg {
  margin-right: 10px;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .caption a.source svg path {
  fill: currentColor;
}

.main-stripe > .container-stripe .bloc-stripe-paiement form {
  position: relative;
  width: 100%;
  max-width: 500px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-stripe > .container-stripe .bloc-stripe-paiement form input::-webkit-input-placeholder {
  opacity: 1;
}

.main-stripe > .container-stripe .bloc-stripe-paiement form input::-moz-placeholder {
  opacity: 1;
}

.main-stripe > .container-stripe .bloc-stripe-paiement form input:-ms-input-placeholder {
  opacity: 1;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .error {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-stripe > .container-stripe .bloc-stripe-paiement .error.visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .error .message {
  font-size: inherit;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
}

@media (min-width: 670px) {
  .main-stripe > .container-stripe .bloc-stripe-paiement .success {
    padding: 40px;
  }
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success > * {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .icon {
  margin: 15px 0 30px;
  -webkit-transform: translateY(70px) scale(0.75);
          transform: translateY(70px) scale(0.75);
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .icon svg {
  will-change: transform;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .icon .border {
  stroke-dasharray: 251;
  stroke-dashoffset: 62.75;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .icon .checkmark {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  -webkit-transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .message span {
  font-size: inherit;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .reset:active {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0.65;
}

.main-stripe > .container-stripe .bloc-stripe-paiement .success .reset svg {
  will-change: transform;
}

.bloc-stripe-paiement * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bloc-stripe-paiement fieldset {
  padding: 10px;
  border-style: none;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.bloc-stripe-paiement .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 15px;
}

.bloc-stripe-paiement .row + .row {
  border-top: 1px solid #ccc;
}

.bloc-stripe-paiement label {
  width: 100%;
  padding: 10px 0 0;
  color: #ccc;
  margin: 0;
}

.bloc-stripe-paiement input, .bloc-stripe-paiement button, .moyen-paiement button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.bloc-stripe-paiement input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  -webkit-transition: background-color 100000000s;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.bloc-stripe-paiement .StripeElement--webkit-autofill {
  background: transparent !important;
}

.bloc-stripe-paiement .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.bloc-stripe-paiement input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #000;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.bloc-stripe-paiement input::-webkit-input-placeholder {
  color: #4d4b4b;
}

.bloc-stripe-paiement input::-moz-placeholder {
  color: #4d4b4b;
}

.bloc-stripe-paiement input:-ms-input-placeholder {
  color: #4d4b4b;
}

.bloc-stripe-paiement button, .moyen-paiement button {
  display: block;
  width: 200px;
  height: 46px;
  margin: 20px auto 20px;
  background-color: #FF4892;
  -webkit-box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ffb9f6;
          box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ffb9f6;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 1rem;
}

.bloc-stripe-paiement button:active {
  background-color: #d782d9;
  -webkit-box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #e298d8;
          box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #e298d8;
}

.bloc-stripe-paiement .error svg .base {
  fill: #FF4892;
}

.bloc-stripe-paiement .error svg .glyph {
  fill: #fff;
}

.bloc-stripe-paiement .error .message {
  color: #FF4892;
}

.bloc-stripe-paiement .success .icon .border {
  stroke: #87bbfd;
}

.bloc-stripe-paiement .success .icon .checkmark {
  stroke: #fff;
}

.bloc-stripe-paiement .success .title {
  color: #fff;
}

.bloc-stripe-paiement .success .message {
  color: #9cdbff;
}

.bloc-stripe-paiement .success .reset path {
  fill: #fff;
}

.blocs-annonce-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 280px;
}

.bloc-annonce {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23%;
          flex: 1 1 23%;
  max-width: 23%;
  border: 1px solid #f7f7f7;
  margin: 0 15px 10px 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloc-annonce:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.bloc-annonce.ajout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc-annonce.ajout:hover:focus, .bloc-annonce.ajout:focus {
  color: #cccccc;
}

.bloc-annonce.ajout > i {
  color: #cccccc;
  font-size: 4rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  position: absolute;
  top: 39%;
}

.bloc-annonce.ajout:hover > i {
  color: #aaaaaa;
}

.bloc-titre-annonce {
  margin-top: 100px;
}

.img-annonce {
  margin-top: -360px;
  border: 1px solid #ccc;
}

.text-annonce {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 10px;
}

.avatar-vendeur {
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  right: 0;
  top: 153px;
  border: 3px solid #f7f7f7;
}

.avatar-vendeur > img {
  height: 100%;
}

.bloc-annonce-container {
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 8px;
}

.bloc-annonce-container > a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.bloc-annonce-container-img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.bloc-annonce-content {
  margin-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloc-annonce-content-body {
  padding: 8px;
  line-height: 0.9rem;
}

.bloc-annonce-content-body > small {
  font-size: 0.6rem;
  color: #6c757d;
}

.bloc-annonce-content-body-title {
  font-size: 1rem;
}

.bloc-annonce-content-footer {
  border-top: 1px solid #f7f7f7;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloc-annonce-content-footer-price {
  font-size: 1rem;
  font-weight: 400;
}

.bloc-annonce-content-footer-links {
  border-left: 1px solid #f7f7f7;
}

.bloc-annonce-content-footer-links button, .bloc-annonce-content-footer-links a, .bloc-annonce-content-footer-links form {
  background: transparent;
  cursor: pointer;
  border: none;
  color: #aaaaaa;
  padding: 2px 10px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: inline;
  margin: 0;
  padding: 2px 4px;
}

.bloc-annonce-content-footer-links button:hover, .bloc-annonce-content-footer-links a:hover, .bloc-annonce-content-footer-links form:hover {
  color: #ff4892;
}

.bloc-annonce-etat {
  font-size: 0.6rem;
  font-weight: 200;
  border-radius: 0;
  padding: 4px 6px;
  position: absolute;
  z-index: 1;
  margin: 5px;
}

.bloc-annonce-etat.mod {
  top: 34px;
}

.bloc-cagnotte {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #f7f7f7;
  padding: 20px 20px 20px 60px;
  border-radius: 20px;
  width: 300px;
  position: relative;
  overflow: hidden;
  margin: 15px;
}

.bloc-cagnotte-reste {
  font-weight: 700;
  display: block;
  font-size: 2rem;
}

.bloc-cagnotte-title {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 900;
  font-size: 1rem;
  width: 164px;
  text-align: center;
  top: 46px;
  left: -63px;
  background-color: #b4b91f;
  padding: 15px 29px;
  color: #fff;
}

i.fas.fa-credit-card.warning {
  color: #ffc107;
}

@media (max-width: 992px) {
  .bloc-annonce {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bloc-annonce.ajout {
    height: 100px;
  }
  .bloc-annonce.ajout > i {
    top: 17%;
  }
  .bloc-annonce-container {
    height: 300px;
    width: 50%;
  }
  .avatar-vendeur {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    right: 11px;
    top: 340px;
  }
  .bloc-titre-annonce {
    margin-top: 50px;
  }
  .img-annonce {
    margin-top: 0px;
  }
}

.questions {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
}

.question {
  display: none;
}

.question.active {
  display: block;
}

.question-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question-num {
  background-image: url("../img/sondage-num.png");
  display: block;
  width: 130px;
  height: 129px;
  color: #fff;
  font-size: 2rem;
  padding: 31px 0 0 81px;
  font-weight: 500;
  margin-right: 20px;
}

.question-titre {
  color: #96b4c5;
  font-size: 1.8rem;
  max-width: 400px;
}

.question-choix {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  max-width: 800px;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  font-size: 1rem;
  font-weight: 300;
}

.question-choix:hover {
  background-color: #96b4c5;
  color: #fff;
}

.question-choix.select {
  background-color: #b4b91f;
  color: #fff;
}

.question-choix > input {
  opacity: 0;
}

.reponse-libre {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  max-width: 800px;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  border: 0;
}

.reponse-libre.select {
  background-color: #b4b91f;
  color: #fff;
}

.question-footer {
  max-width: 800px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question-count {
  font-size: 1rem;
  font-style: italic;
}

.btn-sondage-next {
  display: block;
  padding: 8px 20px;
  background-color: #96b4c5;
  border-radius: 50px;
  color: #fff;
}

.btn-sondage-next:hover {
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  background-color: #b4b91f;
  color: #fff;
  text-decoration: none;
}

.btn-sondage-fin {
  display: block;
  padding: 8px 20px;
  background-color: #ff4892;
  border-radius: 50px;
  color: #fff;
  border: 0;
}

.btn-sondage-fin:hover {
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  background-color: #b4b91f;
  color: #fff;
  text-decoration: none;
}

.footer-sub-container {
  background-color: #93c6cd;
  text-align: center;
  padding: 10px 0;
}

.footer-container {
  background-color: #305984;
  text-align: center;
  padding: 10px 0;
}

.footer-nav-list-item-link {
  color: #fff;
  font-size: 0.8rem;
}

.footer-mentions {
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 992px) {
  .footer {
    padding-bottom: 90px;
  }
  .footer-mentions {
    font-size: 0.8rem;
  }
}

@media (max-width: 992px) {
  .btn-panier {
    top: 250px;
    bottom: 250px;
    position: absolute;
    left: -65px;
    width: 65px;
    height: auto;
    border: 0;
    border-radius: 50px 0 0 50px;
    font-size: 2rem;
    background-color: #ff4892;
    color: #fff;
    -webkit-box-shadow: -6px 0 3px -3px rgba(0, 0, 0, 0.5);
            box-shadow: -6px 0 3px -3px rgba(0, 0, 0, 0.5);
  }
  .contenu-boutique {
    padding-right: 60px;
  }
  .inscription-visual {
    max-width: 180px;
  }
  .event-calendar {
    right: -56px;
  }
  .btn-primary {
    padding: 20px;
    width: 100%;
  }
  .carousel-control {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel-control > a {
    font-size: 4rem;
  }
  .parallax-object img {
    width: 100%;
  }
  .actualites {
    z-index: 9;
    padding-top: 90px;
  }
  .actualites::before {
    top: -150px;
  }
  .sondages {
    margin-top: 167px;
    padding-top: 20px;
  }
  .sondages .carousel-control {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=styles.css.map */