@charset "UTF-8";
/** ANCIEN FICHIER core.scss **/
/** IMPORT DES VARIABLES BOOTSTRAP PAR DEFAUT **/
/** BOOTSTRAP **/
/************** ONGLET **************/
/************** MENU DEROULANT **************/
/************** TOGGLER **************/
/************** ****** **************/
/************** OPTION **************/
/************** ****** **************/
/** typographie.scss **/
/** ANCIEN FICHIER mixin-buttons.scss  **/
/** ANCIEN FICHIER buttons-width.scss **/
/** ANCIEN FICHIER _core.scss **/
/** IMPORT DES VARIABLES BOOTSTRAP PAR DEFAUT **/
/** FIN DES IMPORT DES VARIABLES BOOTSTRAP PAR DEFAUT **/
/************** ************ **************/
/************** Variables CW **************/
/************** ************ **************/
.cw-breadcrumb {
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  background: #fff;
}
.cw-breadcrumb .breadcrumb {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  margin-bottom: 0;
}
.cw-breadcrumb a {
  color: #0c0c0c;
}
.cw-breadcrumb .active {
  font-weight: 500;
  color: rgb(219, 147, 40);
}
.cw-breadcrumb .active a {
  color: rgb(219, 147, 40);
}

.accordion {
  width: 100%;
}
.accordion .card {
  border-radius: 0;
}
.accordion .card-header {
  padding: 0;
}
.accordion .card-header button {
  background-color: #fff;
  width: 100%;
  text-align: left;
  border-radius: 0;
  text-decoration: none;
}
.accordion .card-header button i {
  width: 16px;
  text-align: center;
}
.accordion .card-header button[aria-expanded=true] i:before {
  display: none;
}
.accordion .card-header button[aria-expanded=true] i:after {
  content: "\f106";
  font-weight: 900;
  display: inline-block;
}
.accordion .card-header button[aria-expanded=false] i:after {
  display: none;
}
.accordion .card-header button i {
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  margin-right: 10px;
}
.accordion .card-header .card-title {
  display: block;
  margin: 0;
  font-weight: 800;
  text-transform: none;
  text-decoration: none !important;
  font-family: "Figtree", sans-serif;
  font-size: 1.15rem;
  line-height: 1em;
  letter-spacing: 0em;
  color: #222222;
}
.accordion .card-header .accordion-card-desc {
  font-weight: 300;
  margin-top: 1rem;
  color: #494949;
}
.accordion .card-body > h3 {
  margin-top: 1rem;
}
.accordion[class*=cw-bg-] {
  background-color: initial !important;
}
.accordion.cw-bg-one .card, .accordion.cw-bg-one .card-header button {
  background-color: rgb(219, 147, 40);
}
.accordion.cw-bg-two .card, .accordion.cw-bg-two .card-header button {
  background-color: #F7F4EE;
}
.accordion.cw-bg-gray .card, .accordion.cw-bg-gray .card-header button {
  background-color: rgb(252.45, 252.45, 252.45);
}
.accordion.cw-bg-dark .card, .accordion.cw-bg-dark .card-header button {
  background-color: #0c0c0c;
}
.accordion.text-white a {
  color: rgb(229.5, 229.5, 229.5);
  text-decoration: underline;
}

.accordion-1-col {
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-with-margin .card-header {
  border-bottom: initial;
}
.accordion-with-margin .card {
  border-block: 1px solid rgba(219, 147, 40, 0.6);
  border-inline: 0;
  border-radius: 0 !important;
}
.accordion-with-margin .card:first-child {
  margin-top: 0;
}
.accordion-with-margin .card:not(:first-child) {
  border-top: 0;
}
.accordion-with-margin .card-body {
  padding: 0 30px 24px;
}

.accordion-i-right-fa .card-header button {
  padding-right: 80px;
}
.accordion-i-right-fa .card-header button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3em;
  content: "\f067";
  position: absolute;
  right: 30px;
  color: rgb(219, 147, 40);
  transform: translateY(-50%);
  top: 50%;
}
.accordion-i-right-fa .card-header button[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
  content: "\f068";
}

.accordion .card-custom-one h1, .accordion .card-custom-one h2, .accordion .card-custom-one h3, .accordion .card-custom-one h4, .accordion .card-custom-one h5, .accordion .card-custom-one h6, .accordion .card-custom-one .h1, .accordion .card-custom-one .h2, .accordion .card-custom-one .h3, .accordion .card-custom-one .h4, .accordion .card-custom-one .h5, .accordion .card-custom-one .h6 {
  color: #fff;
}
.accordion .card-custom-one .card-header button {
  background-color: rgb(200.0099601594, 133.0298804781, 33.4900398406) !important;
  color: #fff;
}
.accordion .card-custom-one .card-body {
  background-color: rgb(219, 147, 40) !important;
  padding: 24px 30px;
  color: rgba(255, 255, 255, 0.72);
}
.accordion .card-custom-one .card-body a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.accordion .card-custom-two .card-header button {
  background-color: rgb(230.68, 221.56, 203.32) !important;
  color: #fff;
}
.accordion .card-custom-two .card-body {
  background-color: #F7F4EE !important;
  padding: 24px 30px;
  color: rgba(255, 255, 255, 0.72);
}
.accordion .card-custom-two .card-body a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.accordion .card-custom-two .card-body ul li:before {
  color: white;
}

.accordion .card.accordion-img-bg {
  border: none !important;
}
.accordion .card.accordion-img-bg button {
  background-color: #fff !important;
  padding: 24px 80px 24px 30px;
}
.accordion .card.accordion-img-bg button:after {
  color: #fff;
}
.accordion .card.accordion-img-bg .accordion-card-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: initial !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.accordion .card.accordion-img-bg .accordion-card-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 70%);
}
.accordion .card.accordion-img-bg .card-title, .accordion .card.accordion-img-bg .accordion-card-desc {
  color: #494949;
}
.accordion .card.accordion-img-bg .card-body {
  padding: 24px 30px;
}

.accordion .card.accordion-img-left {
  border: none !important;
}
.accordion .card.accordion-img-left button {
  background-color: #dedede;
  min-height: 200px;
}
.accordion .card.accordion-img-left button:after {
  color: #fff;
}
.accordion .card.accordion-img-left .accordion-card-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  display: initial !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.accordion .card.accordion-img-left .card-title {
  margin-top: 145px;
}
.accordion .card.accordion-img-left .card-body {
  padding: 24px 30px;
}

@media (min-width: 992px) {
  .accordion .card.accordion-img-bg .card-title, .accordion .card.accordion-img-bg .accordion-card-desc {
    width: 50%;
  }
  .accordion .card.accordion-img-bg .accordion-card-img {
    left: initial;
    right: 0;
    width: 80%;
  }
  .accordion .card.accordion-img-bg .accordion-card-img:after {
    background-image: linear-gradient(45deg, #fff 0%, #fff 20%, rgba(249, 249, 249, 0.8) 38%, rgba(249, 249, 249, 0) 70%);
  }
  .accordion .card.accordion-img-left button {
    padding: 24px 80px 24px 230px;
  }
  .accordion .card.accordion-img-left .card-title {
    margin-top: 0;
  }
  .accordion .card.accordion-img-left .accordion-card-img {
    left: 0;
    width: 200px;
    height: 100%;
  }
  .col-lg-6 .accordion .card-header .accordion-card-img:after {
    background-image: linear-gradient(66deg, #fff 0%, #fff 20%, rgba(249, 249, 249, 0.8) 38%, rgba(249, 249, 249, 0) 70%);
  }
  .col-lg-6 .accordion .card.accordion-img-bg .card-title, .col-lg-6 .accordion .card.accordion-img-bg .accordion-card-desc {
    width: 100%;
  }
}
.cw-context-xxx .cw-element-img {
  max-height: 120px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
.cw-context-xxx .cw-element-title {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  text-transform: none;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #494949;
}
.cw-context-xxx .cw-element-text {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #494949;
}
.cw-context-xxx .cw-element-adresse {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #494949;
}
.cw-context-xxx .cw-element-adresse a {
  color: #494949;
}
.cw-context-xxx .cw-element-adresse a:hover {
  color: rgb(98.5, 98.5, 98.5);
}
.cw-context-xxx .cw-element-horaire {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #494949;
}
.cw-context-xxx .cw-element-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #494949;
}
.cw-context-xxx .cw-element-tel a {
  color: #494949;
}
.cw-context-xxx .cw-element-tel a:hover {
  color: rgb(98.5, 98.5, 98.5);
}

@media (min-width: 0px) {
  .cw-flex-row-xs-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-center-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-center-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-around-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-around-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-between-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 0px) {
  .cw-flex-row-xs-between-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-center-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-center-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-around-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-around-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-between-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .cw-flex-row-sm-between-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-center-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-center-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-around-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-around-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-between-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cw-flex-row-md-between-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-center-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-center-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-around-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-around-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-between-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .cw-flex-row-lg-between-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-center-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-center-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-around-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-around-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-between-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .cw-flex-row-xl-between-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-center-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-center-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-around-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-around-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-between-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .cw-flex-row-xxl-between-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-center-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-center-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-around-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-around-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-between-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 0px) {
  .cw-flex-column-xs-between-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-center-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-center-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-around-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-around-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-between-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .cw-flex-column-sm-between-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-center-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-center-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-around-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-around-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-between-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cw-flex-column-md-between-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-center-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-center-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-around-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-around-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-between-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .cw-flex-column-lg-between-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-center-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-center-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-around-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-around-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-between-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .cw-flex-column-xl-between-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-center-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-center-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-around-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-around-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-between-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .cw-flex-column-xxl-between-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.cw-radius-sm-diag1 {
  border-radius: 0 5px 0 5px;
}

.cw-radius-md-diag1 {
  border-radius: 0 15px 0 15px;
}

.cw-radius-lg-diag1 {
  border-radius: 0 30px 0 30px;
}

.cw-radius-sm-diag2 {
  border-radius: 5px 0 5px 0;
}

.cw-radius-md-diag2 {
  border-radius: 15px 0 15px 0;
}

.cw-radius-lg-diag2 {
  border-radius: 30px 0 30px 0;
}

.cw-radius-small {
  border-radius: 5px;
}

.cw-radius-medium {
  border-radius: 15px;
}

.cw-radius-big {
  border-radius: 30px;
}

.cw-ibox {
  transition: 0.1s ease-in-out;
  border-radius: 0;
  padding: 20px;
  overflow: auto;
  background: rgb(252.45, 252.45, 252.45);
}
.cw-ibox > h4 {
  margin-top: 30px;
  text-transform: uppercase;
}
.cw-ibox h3 {
  margin-top: 0;
}
.cw-ibox .separation {
  margin-bottom: 10px;
}
.cw-ibox:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
  box-shadow: 0 0.8rem 1.4rem rgba(12, 12, 12, 0.08);
}
.cw-ibox ul:last-child, .cw-ibox p:last-child {
  margin-bottom: 0;
}
.cw-ibox ul {
  font-size: 0.8rem;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .cw-ibox {
    padding: 50px;
    margin: 0 auto;
  }
}
/* ------------ ZOOM SUR IMAGE b431 ------------ */
.cw-lazy img {
  transition: transform 0.3s ease-in-out;
}
.cw-lazy img:hover {
  transform: scale(1.1);
}

.cw-lazy-hide {
  overflow: hidden;
}

/* ------------ ------------ ------------ */
.cw-no-before-after::before, .cw-no-before-after::after {
  display: none;
}

.cw-content {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(12, 12, 12, 0.08);
  border-radius: 30px;
  padding: 20px;
}
.cw-content:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}

.cw-blend-mode-screen {
  mix-blend-mode: screen;
}

.cw-blend-mode-darken {
  mix-blend-mode: darken;
}

.cw-box-100 {
  width: 100%;
}

.cw-boxradius-none img {
  border-radius: 0 !important;
}

.cw-boxradius {
  border-radius: 15px !important;
}

.cw-boxradius-2 {
  border-radius: 30px !important;
}

.cw-boxradius-1x1x {
  border-radius: calc(100px / 2) 0 calc(100px / 2) 0 !important;
}

.cw-boxradius-x1x1 {
  border-radius: 0 calc(100px / 2) 0 calc(100px / 2) !important;
}

@media (min-width: 768px) {
  .cw-boxradius-1x1x {
    border-radius: 100px 0 100px 0 !important;
  }
  .cw-boxradius-x1x1 {
    border-radius: 0 100px 0 100px !important;
  }
}
.cw-boxshadow {
  box-shadow: 0 0.5rem 1rem rgba(12, 12, 12, 0.08);
}

.cw-boxshadow-1 {
  box-shadow: 0 0.125rem 0.25rem rgba(12, 12, 12, 0.1);
}

.cw-boxshadow-2 {
  box-shadow: 0 0.8rem 1.4rem rgba(12, 12, 12, 0.08);
}

.cw-drop-shadow {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
}

.cw-circle {
  border-radius: 50% !important;
}

.cw-square {
  height: 260px;
  width: 260px;
  max-height: 80vw;
  max-width: 80vw;
  margin: auto;
}

.cw-bg-drop_filter_blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.cw-border {
  border: solid 1px rgba(233, 233, 233, 0.52) !important;
}

.cw-border-top {
  border-top: solid 1px #e9e9e9 !important;
}

.cw-border-bottom {
  border-bottom: solid 1px #e9e9e9 !important;
}

.cw-line-vertical {
  width: 2px;
  background-color: #e9e9e9;
}

.cw-bg-one {
  background-color: rgb(219, 147, 40) !important;
}

.cw-bg-two {
  background-color: #F7F4EE !important;
}

.cw-bg-three {
  background-color: rgb(219, 147, 40) !important;
}

.cw-bg-one-tr {
  background: rgba(219, 147, 40, 0.2) !important;
}

.cw-bg-two-tr {
  background: rgba(247, 244, 238, 0.2) !important;
}

.cw-bg-three-tr {
  background: rgba(219, 147, 40, 0.2) !important;
}

.cw-bg-white-tr {
  background: rgba(255, 255, 255, 0.2) !important;
}

.cw-bg-black-tr, .cw-bg-dark-tr {
  background: rgba(12, 12, 12, 0.2) !important;
}

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

.cw-bg-black, .cw-bg-dark {
  background-color: #0c0c0c !important;
}

.cw-bg-gray {
  background-color: #f9f9f9 !important;
}

.cw-bg-img {
  background-image: url("../images/picto-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cw-bg-gradient-one {
  background: linear-gradient(to top, rgb(219, 147, 40) 0%, rgb(178.1673306773, 118.5019920319, 29.8326693227) 100%);
}

.cw-bg-gradient-two {
  background: linear-gradient(to top, #F7F4EE 0%, rgb(230.68, 221.56, 203.32) 100%);
}

.cw-bg-gradient-three {
  background: linear-gradient(to top, #A5A692 0%, rgb(86.7272727273, 87.5303030303, 71.4696969697) 100%);
  background: linear-gradient(to top, #A5A692 0%, rgb(86.7272727273, 87.5303030303, 71.4696969697) 100%);
}

.cw-bg-gradient-white {
  background: linear-gradient(to top, #fff 0%, #f9f9f9 100%);
}

.cw-bg-gradient-gray {
  background: linear-gradient(to top, #f9f9f9 0%, #e9e9e9 100%);
}

.cw-bg-gradient-dark {
  background: linear-gradient(to top, #343434 0%, #181818 100%);
}

[class*=cw-bg-gradient-] {
  position: relative;
}
[class*=cw-bg-gradient-]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cw-bg-gradient-one-transparent:before {
  background: linear-gradient(to top, rgba(219, 147, 40, 0.6) 0%, rgba(219, 147, 40, 0.6) 100%);
}

.cw-bg-gradient-two-transparent:before {
  background: linear-gradient(to top, rgba(247, 244, 238, 0.6) 0%, rgba(247, 244, 238, 0.6) 100%);
}

.cw-bg-gradient-three-transparent:before {
  background: linear-gradient(to top, rgba(165, 166, 146, 0.6) 0%, rgba(165, 166, 146, 0.6) 100%);
}

.cw-bg-gradient-white-transparent:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.cw-bg-gradient-gray-transparent:before {
  background: linear-gradient(to top, rgba(233, 233, 233, 0.6) 0%, rgba(233, 233, 233, 0.6) 100%);
}

.cw-bg-gradient-dark-transparent:before {
  background: linear-gradient(to top, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0.6) 100%);
}

.cw-before-after-full {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cw-filter-black:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.55;
  background-color: #0c0c0c;
}

.cw-img-grayscale {
  filter: grayscale(1);
}

.cw-newline {
  display: inline-block;
}

/* --- display none a partir de ... cf queries --- */
.front .xs-fr-hidden {
  display: none;
}

.not-front .xs-nfr-hidden {
  display: none;
}

@media (min-width: 576px) {
  .front .sm-fr-hidden {
    display: none;
  }
  .not-front .sm-nfr-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .front .md-fr-hidden {
    display: none;
  }
  .not-front .md-nfr-hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .front .lg-fr-hidden {
    display: none;
  }
  .not-front .lg-nfr-hidden {
    display: none;
  }
}
.all-img-grayscale img {
  filter: grayscale(100%);
  transition: 0.5s;
}
.all-img-grayscale img:hover {
  filter: grayscale(0%);
  transition: 0.5s;
}

.not-before:before {
  display: none;
}

.cw-container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

/************** ********************* **************/
/************** TEXTE CENTRER SUR IMG **************/
/************** ********************* **************/
#inner-page-section .cw-img-hover {
  position: relative;
}
#inner-page-section .cw-img-hover a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  opacity: 0;
  text-transform: uppercase;
}
#inner-page-section .cw-img-hover a:hover {
  color: #fff;
  opacity: 1;
  background-color: #f7f4ee;
  background-color: rgba(247, 244, 238, 0.86);
}

.parallax {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50% \9  !important;
  height: auto;
  background-size: cover;
}

.cw-no-gutters {
  margin-left: -21px;
  margin-right: -21px;
}

@media (min-width: 992px) {
  .cw-no-gutters {
    margin-left: -23px;
    margin-right: -23px;
  }
}
.cw-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.cw-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: calc(280px * 4 + 15px * (4 - 1));
  height: calc(280px * 2 + 15px * (2 - 1));
}
.cw-grid .cw-metier {
  background-color: rgba(219, 147, 40, 0);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cw-grid .cw-metier:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(219, 147, 40);
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all ease-out 0.3s;
}
.cw-grid .cw-metier:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f054";
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  margin: auto;
  transition: all ease-out 0.3s;
  transform: scale(0);
  opacity: 0;
  z-index: 1;
}
.cw-grid .cw-metier span {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 22px;
  transition: all ease-out 0.3s;
  z-index: 1;
  text-align: center;
}
.cw-grid .cw-metier a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.cw-grid .cw-metier .img-metier {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cw-grid .cw-metier .img-metier:before {
  background-image: linear-gradient(0, rgba(247, 244, 238, 0.5) 0, rgba(247, 244, 238, 0.5) 80%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
}
.cw-grid .cw-metier:hover {
  background-color: #db9328;
}
.cw-grid .cw-metier:hover:before {
  opacity: 1;
}
.cw-grid .cw-metier:hover:after {
  opacity: 1;
  transform: scale(1);
}
.cw-grid .cw-metier:hover span {
  transform: translateY(-20px);
}

@media (max-width: 1200px) {
  .cw-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: calc(280px * 2 + 15px * (2 - 1));
    height: calc(280px * 4 + 15px * (4 - 1));
  }
}
@media (max-width: 615px) {
  .cw-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: calc(280px * 1 + 15px * (1 - 1));
    height: calc(280px * 8 + 15px * (8 - 1));
  }
}
/* ------------  --------------- ------------ */
/* ------------  .CW-GRID-SIMPLE ------------ */
/* ------------  --------------- ------------ */
.cw-grid-simple {
  display: grid;
  grid-gap: 10px;
}
.cw-grid-simple a {
  width: 100%;
}

.cw-grid-simple-2 {
  display: grid;
  grid-gap: 20px;
}
.cw-grid-simple-2 a {
  width: 100%;
}

@media (min-width: 576px) {
  .cw-grid-simple-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cw-grid-simple-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cw-grid-simple-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cw-grid-simple-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .cw-grid-simple-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .cw-grid-simple-col-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
  .cw-grid-simple-col-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
  .cw-grid-simple-col-4-md {
    grid-template-columns: repeat(4, 1fr);
  }
  .cw-grid-simple-col-5-md {
    grid-template-columns: repeat(5, 1fr);
  }
  .cw-grid-simple-col-6-md {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* ------------  --------------- ------------ */
/* ------------  .CW-GRID-PUZZLE ------------ */
/* ------------  --------------- ------------ */
.cw-grid-puzzle {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.cw-grid-puzzle .row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3px;
}
.cw-grid-puzzle .content, .cw-grid-puzzle .cw-grid-puzzle-summary {
  height: 100%;
}
.cw-grid-puzzle {
  color: rgba(255, 255, 255, 0.85) !important;
}
.cw-grid-puzzle a {
  color: rgba(255, 255, 255, 0.85) !important;
}
.cw-grid-puzzle a:hover {
  color: #fff !important;
}
.cw-grid-puzzle .cw-grid-puzzle-title {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.cw-grid-puzzle .cw-grid-puzzle-text {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: none;
}
.cw-grid-puzzle .row .cw-grid-puzzle-summary {
  transition: opacity 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 135px;
  padding: 20px;
  opacity: 1;
  text-align: center;
}
.cw-grid-puzzle .row .cw-grid-puzzle-summary[href*="/"]:hover .cw-grid-puzzle-filtre {
  transition: opacity 0.15s ease-in-out;
  opacity: 0.85;
}
.cw-grid-puzzle .row .cw-grid-puzzle-title, .cw-grid-puzzle .row .cw-grid-puzzle-text {
  z-index: 1;
  width: 100%;
}
.cw-grid-puzzle .row .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .cw-grid-puzzle .row {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr);
    grid-template-areas: "one two" "three four" "five six";
    min-height: 630px;
  }
  .cw-grid-puzzle .row .one {
    grid-area: one;
  }
  .cw-grid-puzzle .row .two {
    grid-area: two;
  }
  .cw-grid-puzzle .row .three {
    grid-area: three;
  }
  .cw-grid-puzzle .row .four {
    grid-area: four;
  }
  .cw-grid-puzzle .row .five {
    grid-area: five;
  }
  .cw-grid-puzzle .row .six {
    grid-area: six;
  }
}
@media (min-width: 992px) {
  .cw-grid-puzzle .row {
    grid-gap: 20px;
    grid-template: repeat(3, 1fr)/repeat(4, 1fr);
    grid-template-areas: "one one two three" "one one six six" "four five six six";
  }
}
.cw-grid-puzzle .col .cw-grid-puzzle-bg-image {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cw-grid-puzzle .col:nth-child(0n+1) .cw-grid-puzzle-bg-image {
  background-image: url("../images/bg-puzzle1-mob.jpg");
}
.cw-grid-puzzle .col:nth-child(0n+2) .cw-grid-puzzle-bg-image {
  background-image: url("../images/bg-puzzle2-mob.jpg");
}
.cw-grid-puzzle .col:nth-child(0n+3) .cw-grid-puzzle-bg-image {
  background-image: url("../images/bg-puzzle3-mob.jpg");
}
.cw-grid-puzzle .col:nth-child(0n+4) .cw-grid-puzzle-bg-image {
  background-image: url("../images/bg-puzzle4-mob.jpg");
}
.cw-grid-puzzle .col:nth-child(0n+5) .cw-grid-puzzle-bg-image {
  background-image: url("../images/bg-puzzle5-mob.jpg");
}
.cw-grid-puzzle .col:nth-child(0n+6) .cw-grid-puzzle-bg-image {
  background-image: url("../images/bg-puzzle6-mob.jpg");
}

@media (min-width: 992px) {
  .cw-grid-puzzle .col:nth-child(0n+1) .cw-grid-puzzle-bg-image {
    background-image: url("../images/bg-puzzle1.jpg");
  }
  .cw-grid-puzzle .col:nth-child(0n+2) .cw-grid-puzzle-bg-image {
    background-image: url("../images/bg-puzzle2.jpg");
  }
  .cw-grid-puzzle .col:nth-child(0n+3) .cw-grid-puzzle-bg-image {
    background-image: url("../images/bg-puzzle3.jpg");
  }
  .cw-grid-puzzle .col:nth-child(0n+4) .cw-grid-puzzle-bg-image {
    background-image: url("../images/bg-puzzle4.jpg");
  }
  .cw-grid-puzzle .col:nth-child(0n+5) .cw-grid-puzzle-bg-image {
    background-image: url("../images/bg-puzzle5.jpg");
  }
  .cw-grid-puzzle .col:nth-child(0n+6) .cw-grid-puzzle-bg-image {
    background-image: url("../images/bg-puzzle6.jpg");
  }
}
.cw-grid-puzzle-filtre {
  transition: opacity 0.15s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(50deg, #181818 0, #181818 100%);
  opacity: 0.35;
}

/** VALEURS DE BOOTSTRAP **/
/** FIN VALEUR DE BOOTSTRAP **/
.cw-table-container {
  padding: 30px;
  background-color: rgba(219, 147, 40, 0.35);
  color: rgb(219, 147, 40);
}
.cw-table-container h2 {
  font-weight: 800;
  color: rgb(219, 147, 40);
}
.cw-table-container .btn {
  color: #fff !important;
}
.cw-table-container .btn:hover {
  color: #fff !important;
}
.cw-table-container .btn {
  background-color: #f7f4ee;
}
.cw-table-container .btn:hover {
  background-color: rgb(230.68, 221.56, 203.32);
}
.cw-table-container .btn {
  border: 0px solid #f7f4ee;
}
.cw-table-container .btn:hover {
  border: 0px solid rgb(230.68, 221.56, 203.32);
}
.cw-table-container .btn {
  padding: 7px 7px;
}
.cw-table-container thead tr td {
  padding: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
.cw-table-container thead tr td:first-child {
  text-align: left;
}
.cw-table-container .cw-table-mob {
  background-color: rgba(255, 255, 255, 0.7);
}
.cw-table-container .cw-table-mob tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: rgb(219, 147, 40);
}
.cw-table-container .cw-table-mob tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.4);
}
.cw-table-container .cw-table-mob tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  padding: 0px 20px 10px 20px;
}
.cw-table-container .cw-table-mob tbody tr td br {
  display: none;
}
.cw-table-container .cw-table-mob tbody tr td:last-child {
  padding-bottom: 20px;
}
.cw-table-container .cw-table-mob tbody tr td:first-child {
  padding: 20px !important;
}
.cw-table-container .cw-table-mob tbody tr td p {
  margin: 0px;
  text-align: center;
}

/***Tableau complexe - before - ajouter la classe .cw-table-complex ***/
.cw-table-container .cw-table-complex thead {
  display: none;
}
.cw-table-container .cw-table-complex tbody tr td:nth-child(2):before {
  content: "- Mini -";
}
.cw-table-container .cw-table-complex tbody tr td:nth-child(3):before {
  content: "- Standard -";
}
.cw-table-container .cw-table-complex tbody tr td:nth-child(4):before {
  content: "- Grande -";
}

/*** Deux tableau dans une carte_menu ***/
.cw-container-two-table {
  display: flex;
  flex-direction: column;
}
.cw-container-two-table .cw-table-container {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cw-table-mob tbody tr {
    display: table-row !important;
  }
  .cw-table-mob tbody td {
    display: table-cell !important;
    min-width: 90px;
    padding: 20px !important;
    text-align: center;
    white-space: nowrap;
  }
  .cw-table-mob tbody td:before {
    display: none;
  }
  .cw-table-mob tbody td:first-child {
    width: 55% !important;
    text-align: left;
    white-space: normal !important;
  }
  .cw-table-mob tbody td:first-child br {
    display: block !important;
  }
  /***Tableau complexe - thead - ajouter la classe .cw-table-complex ***/
  .cw-table-container .cw-table-complex thead {
    display: table-header-group;
  }
  /*** Deux tableau dans une carte_menu ***/
  .cw-container-two-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .cw-container-two-table .cw-table-container {
    width: 48%;
    margin: 0px;
  }
}
@media (max-width: 576px) {
  table.cw-table-responsive {
    background-color: #dedede;
  }
  table.cw-table-responsive thead {
    display: none;
  }
  table.cw-table-responsive tr {
    display: block;
    border-bottom: 0.5px dashed #e9e9e9;
  }
  table.cw-table-responsive tr td {
    display: block;
  }
  table.cw-table-responsive tr td:before {
    content: attr(data-label);
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }
  table.cw-table-responsive tr td:first-child {
    background: rgb(252.45, 252.45, 252.45) !important;
  }
}
/************** ****** **************/
/************** PICTOS **************/
/************** ****** **************/
.cw-pictos {
  display: flex;
  flex-wrap: wrap;
}
.cw-pictos.cw-pictos-mt-legend .picto-legende {
  margin-top: 1rem;
}
.cw-pictos > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-pictos > div > div {
  display: flex;
  justify-content: center;
}
.cw-pictos .picto {
  display: flex;
  align-items: center;
  flex-direction: column;
  fill: #fff;
  height: 220px;
  width: 220px;
  padding: 12%;
  overflow: hidden;
}
.cw-pictos .picto img {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cw-pictos .picto-image {
  min-height: 129px;
  display: flex;
  align-items: center;
}
.cw-pictos .picto-legende {
  max-width: 280px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: center;
}
.cw-pictos .picto-legende b {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}

.cw-pictos-xs > div {
  margin: 0 5px;
  width: 100%;
  max-width: 140px;
}
.cw-pictos-xs > div .picto {
  height: 140px;
  width: 100%;
}

.cw-pictos-sm > div {
  margin: 0 10px;
  width: 100%;
  max-width: 160px;
}
.cw-pictos-sm > div .picto {
  height: 160px;
  width: 100%;
}

.cw-pictos-md > div {
  margin: 0 15px;
  width: 100%;
  max-width: 180px;
}
.cw-pictos-md > div .picto {
  width: 100%;
  height: 180px;
}

.cw-pictos-lg > div {
  margin: 0 20px;
  width: 100%;
  max-width: 200px;
}
.cw-pictos-lg > div .picto {
  height: 200px;
  width: 100%;
}

.cw-pictos-rectangle > div {
  margin: 0 20px;
  width: 100%;
  max-width: 400px;
}
.cw-pictos-rectangle > div .picto {
  height: 200px;
  width: 100%;
  padding: 8%;
}

[class*=cw-follow-us-] {
  color: #494949;
}
[class*=cw-follow-us-] a {
  color: #494949 !important;
}
[class*=cw-follow-us-] a > i, [class*=cw-follow-us-] a > em i {
  transition: all 0.2s ease-in-out;
  width: 35px;
  height: 35px;
  background: rgb(219, 147, 40);
  color: #fff;
  font-size: 24px;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0 rgba(12, 12, 12, 0);
}
[class*=cw-follow-us-] a > i path, [class*=cw-follow-us-] a > em i path {
  transition: all 0.2s ease-in-out;
  fill: #fff;
}
[class*=cw-follow-us-] a > i:hover, [class*=cw-follow-us-] a > ifocus, [class*=cw-follow-us-] a > em i:hover, [class*=cw-follow-us-] a > em ifocus {
  transition: all 0.2s ease-in-out;
  background-color: #f9f9f9;
  color: rgb(219, 147, 40);
  box-shadow: 0 6px 6px 0 rgba(12, 12, 12, 0.1);
}
[class*=cw-follow-us-] a > i:hover path, [class*=cw-follow-us-] a > ifocus path, [class*=cw-follow-us-] a > em i:hover path, [class*=cw-follow-us-] a > em ifocus path {
  transition: all 0.2s ease-in-out;
  fill: rgb(219, 147, 40);
}
[class*=cw-follow-us-] a i.fab, [class*=cw-follow-us-] a .svg, [class*=cw-follow-us-] a em i.fab {
  display: flex;
  justify-content: center;
  align-items: center;
}
[class*=cw-follow-us-] i > svg {
  width: 21px;
  height: 18px;
  max-width: 100%;
  max-height: 100%;
}
[class*=cw-follow-us-] i > svg:hover, [class*=cw-follow-us-] i > svgfocus {
  fill: rgb(219, 147, 40);
}

.cw-follow-us-only {
  font-size: 18px;
  line-height: 1.2em;
}

.cw-follow-us-various {
  font-size: 0.9rem;
}
.cw-follow-us-various .cw-follow-us-various-content a {
  display: inline-block;
  margin: 5px;
}

/************** ****** **************/
/************** PUZZLE **************/
/************** ****** **************/
.puzzle-img-height-10.img-content {
  height: 10% !important;
}

.puzzle-col-width-10 {
  width: 10% !important;
}

.puzzle-img-height-20.img-content {
  height: 20% !important;
}

.puzzle-col-width-20 {
  width: 20% !important;
}

.puzzle-img-height-30.img-content {
  height: 33.33% !important;
}

.puzzle-col-width-30 {
  width: 33.33% !important;
}

.puzzle-img-height-50.img-content {
  height: 50% !important;
}

.puzzle-col-width-50 {
  width: 50% !important;
}

.puzzle-img-height-100.img-content {
  height: 100% !important;
}

.puzzle-col-width-100 {
  width: 100% !important;
}

.cw-imgs-puzzle .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cw-imgs-puzzle .content .img-content:nth-child(n+2) {
  padding-top: calc(7px * 2);
}
.cw-imgs-puzzle .content > div:nth-child(n+2) {
  padding-left: calc(7px * 2);
}
.cw-imgs-puzzle .img-background img {
  filter: brightness(1) blur(0px);
  transition: opacity 0.3s, transform 0.4s, filter 0.2s;
  border-radius: 0;
}
.cw-imgs-puzzle .img-background .show-more {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  color: #fff;
}
.cw-imgs-puzzle .img-background .show-more .icon {
  transform: rotate(225deg);
}
.cw-imgs-puzzle .img-background .show-more .icon:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 1.2rem;
  content: "\f0b2";
  display: block;
  transform: scale(1);
  transition: all 0.2s;
}
.cw-imgs-puzzle .img-background .show-more .title {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  display: block;
  opacity: 0;
  transition: all 0.8s 0.2s;
}
.cw-imgs-puzzle .img-background:hover img {
  transform: scale(1.6);
  filter: brightness(0.5) blur(1px);
}
.cw-imgs-puzzle .img-background:hover .show-more {
  opacity: 0.5;
  transition: all 0.2s;
}
.cw-imgs-puzzle .img-background:hover .show-more .icon:before {
  transform: scale(1.5);
  transition: all 0.6s;
}
.cw-imgs-puzzle .img-background:hover .title {
  opacity: 1;
}
.cw-imgs-puzzle .img-background {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 9px 46px 0px rgba(12, 12, 12, 0.27);
}
.cw-imgs-puzzle .img-background:hover .show-more {
  opacity: 0.7;
  border-radius: 15px;
  background-color: #db9328;
}
.cw-imgs-puzzle .col-puzzle-1, .cw-imgs-puzzle .col-puzzle-2 {
  height: calc(2 * 190px);
}
.cw-imgs-puzzle .col-puzzle-3 {
  height: 192.5px;
  margin-top: calc(7px * 2);
  padding-left: 0 !important;
}

/************** ****** **************/
/************** LOGOS **************/
/************** ****** **************/
.paragraph--type--bloc-logo-multiple .row {
  align-items: flex-start;
  justify-content: center;
}
.paragraph--type--bloc-logo-multiple .col-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
}
.paragraph--type--bloc-logo-multiple .col-logo-caption_out.flex-lg-row .logo-caption {
  margin-left: 30px;
}
.paragraph--type--bloc-logo-multiple .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 20px;
}
.paragraph--type--bloc-logo-multiple .logo.logo-square {
  min-height: 220px;
  max-width: 220px;
}
.paragraph--type--bloc-logo-multiple .logo.logo-rectangle {
  min-height: 150px;
  max-width: 250px;
}
.paragraph--type--bloc-logo-multiple .logo-caption {
  max-width: 300px;
}

@media (max-width: 576px) {
  .paragraph--type--bloc-logo-multiple .logo {
    margin: 10px 30px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .paragraph--type--bloc-logo-multiple .logo {
    margin: 2px 30px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--bloc-logo-multiple .logo-image {
    min-height: 71px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--bloc-logo-multiple .col-xl-2.custom-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.row {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 0) {
  .m-0 {
    margin: 0px !important;
  }
  .mt-0,
  .my-0 {
    margin-top: 0px !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0px !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0px !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0px !important;
  }
  .m-10 {
    margin: 10px !important;
  }
  .mt-10,
  .my-10 {
    margin-top: 10px !important;
  }
  .mr-10,
  .mx-10 {
    margin-right: 10px !important;
  }
  .mb-10,
  .my-10 {
    margin-bottom: 10px !important;
  }
  .ml-10,
  .mx-10 {
    margin-left: 10px !important;
  }
  .m-15 {
    margin: 15px !important;
  }
  .mt-15,
  .my-15 {
    margin-top: 15px !important;
  }
  .mr-15,
  .mx-15 {
    margin-right: 15px !important;
  }
  .mb-15,
  .my-15 {
    margin-bottom: 15px !important;
  }
  .ml-15,
  .mx-15 {
    margin-left: 15px !important;
  }
  .m-20 {
    margin: 20px !important;
  }
  .mt-20,
  .my-20 {
    margin-top: 20px !important;
  }
  .mr-20,
  .mx-20 {
    margin-right: 20px !important;
  }
  .mb-20,
  .my-20 {
    margin-bottom: 20px !important;
  }
  .ml-20,
  .mx-20 {
    margin-left: 20px !important;
  }
  .m-30 {
    margin: 30px !important;
  }
  .mt-30,
  .my-30 {
    margin-top: 30px !important;
  }
  .mr-30,
  .mx-30 {
    margin-right: 30px !important;
  }
  .mb-30,
  .my-30 {
    margin-bottom: 30px !important;
  }
  .ml-30,
  .mx-30 {
    margin-left: 30px !important;
  }
  .m-40 {
    margin: 40px !important;
  }
  .mt-40,
  .my-40 {
    margin-top: 40px !important;
  }
  .mr-40,
  .mx-40 {
    margin-right: 40px !important;
  }
  .mb-40,
  .my-40 {
    margin-bottom: 40px !important;
  }
  .ml-40,
  .mx-40 {
    margin-left: 40px !important;
  }
  .m-50 {
    margin: 50px !important;
  }
  .mt-50,
  .my-50 {
    margin-top: 50px !important;
  }
  .mr-50,
  .mx-50 {
    margin-right: 50px !important;
  }
  .mb-50,
  .my-50 {
    margin-bottom: 50px !important;
  }
  .ml-50,
  .mx-50 {
    margin-left: 50px !important;
  }
  .m-60 {
    margin: 60px !important;
  }
  .mt-60,
  .my-60 {
    margin-top: 60px !important;
  }
  .mr-60,
  .mx-60 {
    margin-right: 60px !important;
  }
  .mb-60,
  .my-60 {
    margin-bottom: 60px !important;
  }
  .ml-60,
  .mx-60 {
    margin-left: 60px !important;
  }
  .m-70 {
    margin: 70px !important;
  }
  .mt-70,
  .my-70 {
    margin-top: 70px !important;
  }
  .mr-70,
  .mx-70 {
    margin-right: 70px !important;
  }
  .mb-70,
  .my-70 {
    margin-bottom: 70px !important;
  }
  .ml-70,
  .mx-70 {
    margin-left: 70px !important;
  }
  .m-80 {
    margin: 80px !important;
  }
  .mt-80,
  .my-80 {
    margin-top: 80px !important;
  }
  .mr-80,
  .mx-80 {
    margin-right: 80px !important;
  }
  .mb-80,
  .my-80 {
    margin-bottom: 80px !important;
  }
  .ml-80,
  .mx-80 {
    margin-left: 80px !important;
  }
  .p-0 {
    padding: 0px !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0px !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0px !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0px !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0px !important;
  }
  .p-10 {
    padding: 10px !important;
  }
  .pt-10,
  .py-10 {
    padding-top: 10px !important;
  }
  .pr-10,
  .px-10 {
    padding-right: 10px !important;
  }
  .pb-10,
  .py-10 {
    padding-bottom: 10px !important;
  }
  .pl-10,
  .px-10 {
    padding-left: 10px !important;
  }
  .p-15 {
    padding: 15px !important;
  }
  .pt-15,
  .py-15 {
    padding-top: 15px !important;
  }
  .pr-15,
  .px-15 {
    padding-right: 15px !important;
  }
  .pb-15,
  .py-15 {
    padding-bottom: 15px !important;
  }
  .pl-15,
  .px-15 {
    padding-left: 15px !important;
  }
  .p-20 {
    padding: 20px !important;
  }
  .pt-20,
  .py-20 {
    padding-top: 20px !important;
  }
  .pr-20,
  .px-20 {
    padding-right: 20px !important;
  }
  .pb-20,
  .py-20 {
    padding-bottom: 20px !important;
  }
  .pl-20,
  .px-20 {
    padding-left: 20px !important;
  }
  .p-30 {
    padding: 30px !important;
  }
  .pt-30,
  .py-30 {
    padding-top: 30px !important;
  }
  .pr-30,
  .px-30 {
    padding-right: 30px !important;
  }
  .pb-30,
  .py-30 {
    padding-bottom: 30px !important;
  }
  .pl-30,
  .px-30 {
    padding-left: 30px !important;
  }
  .p-40 {
    padding: 40px !important;
  }
  .pt-40,
  .py-40 {
    padding-top: 40px !important;
  }
  .pr-40,
  .px-40 {
    padding-right: 40px !important;
  }
  .pb-40,
  .py-40 {
    padding-bottom: 40px !important;
  }
  .pl-40,
  .px-40 {
    padding-left: 40px !important;
  }
  .p-50 {
    padding: 50px !important;
  }
  .pt-50,
  .py-50 {
    padding-top: 50px !important;
  }
  .pr-50,
  .px-50 {
    padding-right: 50px !important;
  }
  .pb-50,
  .py-50 {
    padding-bottom: 50px !important;
  }
  .pl-50,
  .px-50 {
    padding-left: 50px !important;
  }
  .p-60 {
    padding: 60px !important;
  }
  .pt-60,
  .py-60 {
    padding-top: 60px !important;
  }
  .pr-60,
  .px-60 {
    padding-right: 60px !important;
  }
  .pb-60,
  .py-60 {
    padding-bottom: 60px !important;
  }
  .pl-60,
  .px-60 {
    padding-left: 60px !important;
  }
  .p-70 {
    padding: 70px !important;
  }
  .pt-70,
  .py-70 {
    padding-top: 70px !important;
  }
  .pr-70,
  .px-70 {
    padding-right: 70px !important;
  }
  .pb-70,
  .py-70 {
    padding-bottom: 70px !important;
  }
  .pl-70,
  .px-70 {
    padding-left: 70px !important;
  }
  .p-80 {
    padding: 80px !important;
  }
  .pt-80,
  .py-80 {
    padding-top: 80px !important;
  }
  .pr-80,
  .px-80 {
    padding-right: 80px !important;
  }
  .pb-80,
  .py-80 {
    padding-bottom: 80px !important;
  }
  .pl-80,
  .px-80 {
    padding-left: 80px !important;
  }
  .m-n10 {
    margin: -10px !important;
  }
  .mt-n10,
  .my-n10 {
    margin-top: -10px !important;
  }
  .mr-n10,
  .mx-n10 {
    margin-right: -10px !important;
  }
  .mb-n10,
  .my-n10 {
    margin-bottom: -10px !important;
  }
  .ml-n10,
  .mx-n10 {
    margin-left: -10px !important;
  }
  .m-n15 {
    margin: -15px !important;
  }
  .mt-n15,
  .my-n15 {
    margin-top: -15px !important;
  }
  .mr-n15,
  .mx-n15 {
    margin-right: -15px !important;
  }
  .mb-n15,
  .my-n15 {
    margin-bottom: -15px !important;
  }
  .ml-n15,
  .mx-n15 {
    margin-left: -15px !important;
  }
  .m-n20 {
    margin: -20px !important;
  }
  .mt-n20,
  .my-n20 {
    margin-top: -20px !important;
  }
  .mr-n20,
  .mx-n20 {
    margin-right: -20px !important;
  }
  .mb-n20,
  .my-n20 {
    margin-bottom: -20px !important;
  }
  .ml-n20,
  .mx-n20 {
    margin-left: -20px !important;
  }
  .m-n30 {
    margin: -30px !important;
  }
  .mt-n30,
  .my-n30 {
    margin-top: -30px !important;
  }
  .mr-n30,
  .mx-n30 {
    margin-right: -30px !important;
  }
  .mb-n30,
  .my-n30 {
    margin-bottom: -30px !important;
  }
  .ml-n30,
  .mx-n30 {
    margin-left: -30px !important;
  }
  .m-n40 {
    margin: -40px !important;
  }
  .mt-n40,
  .my-n40 {
    margin-top: -40px !important;
  }
  .mr-n40,
  .mx-n40 {
    margin-right: -40px !important;
  }
  .mb-n40,
  .my-n40 {
    margin-bottom: -40px !important;
  }
  .ml-n40,
  .mx-n40 {
    margin-left: -40px !important;
  }
  .m-n50 {
    margin: -50px !important;
  }
  .mt-n50,
  .my-n50 {
    margin-top: -50px !important;
  }
  .mr-n50,
  .mx-n50 {
    margin-right: -50px !important;
  }
  .mb-n50,
  .my-n50 {
    margin-bottom: -50px !important;
  }
  .ml-n50,
  .mx-n50 {
    margin-left: -50px !important;
  }
  .m-n60 {
    margin: -60px !important;
  }
  .mt-n60,
  .my-n60 {
    margin-top: -60px !important;
  }
  .mr-n60,
  .mx-n60 {
    margin-right: -60px !important;
  }
  .mb-n60,
  .my-n60 {
    margin-bottom: -60px !important;
  }
  .ml-n60,
  .mx-n60 {
    margin-left: -60px !important;
  }
  .m-n70 {
    margin: -70px !important;
  }
  .mt-n70,
  .my-n70 {
    margin-top: -70px !important;
  }
  .mr-n70,
  .mx-n70 {
    margin-right: -70px !important;
  }
  .mb-n70,
  .my-n70 {
    margin-bottom: -70px !important;
  }
  .ml-n70,
  .mx-n70 {
    margin-left: -70px !important;
  }
  .m-n80 {
    margin: -80px !important;
  }
  .mt-n80,
  .my-n80 {
    margin-top: -80px !important;
  }
  .mr-n80,
  .mx-n80 {
    margin-right: -80px !important;
  }
  .mb-n80,
  .my-n80 {
    margin-bottom: -80px !important;
  }
  .ml-n80,
  .mx-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important;
  }
  .m-sm-n70 {
    margin: -70px !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important;
  }
  .m-md-n70 {
    margin: -70px !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important;
  }
  .m-lg-n70 {
    margin: -70px !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important;
  }
  .m-xl-n70 {
    margin: -70px !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 0) {
  .m-0 {
    margin: 0 !important;
  }
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  .m-6 {
    margin: 4rem !important;
  }
  .mt-6,
  .my-6 {
    margin-top: 4rem !important;
  }
  .mr-6,
  .mx-6 {
    margin-right: 4rem !important;
  }
  .mb-6,
  .my-6 {
    margin-bottom: 4rem !important;
  }
  .ml-6,
  .mx-6 {
    margin-left: 4rem !important;
  }
  .m-7 {
    margin: 5rem !important;
  }
  .mt-7,
  .my-7 {
    margin-top: 5rem !important;
  }
  .mr-7,
  .mx-7 {
    margin-right: 5rem !important;
  }
  .mb-7,
  .my-7 {
    margin-bottom: 5rem !important;
  }
  .ml-7,
  .mx-7 {
    margin-left: 5rem !important;
  }
  .m-8 {
    margin: 6rem !important;
  }
  .mt-8,
  .my-8 {
    margin-top: 6rem !important;
  }
  .mr-8,
  .mx-8 {
    margin-right: 6rem !important;
  }
  .mb-8,
  .my-8 {
    margin-bottom: 6rem !important;
  }
  .ml-8,
  .mx-8 {
    margin-left: 6rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  .p-6 {
    padding: 4rem !important;
  }
  .pt-6,
  .py-6 {
    padding-top: 4rem !important;
  }
  .pr-6,
  .px-6 {
    padding-right: 4rem !important;
  }
  .pb-6,
  .py-6 {
    padding-bottom: 4rem !important;
  }
  .pl-6,
  .px-6 {
    padding-left: 4rem !important;
  }
  .p-7 {
    padding: 5rem !important;
  }
  .pt-7,
  .py-7 {
    padding-top: 5rem !important;
  }
  .pr-7,
  .px-7 {
    padding-right: 5rem !important;
  }
  .pb-7,
  .py-7 {
    padding-bottom: 5rem !important;
  }
  .pl-7,
  .px-7 {
    padding-left: 5rem !important;
  }
  .p-8 {
    padding: 6rem !important;
  }
  .pt-8,
  .py-8 {
    padding-top: 6rem !important;
  }
  .pr-8,
  .px-8 {
    padding-right: 6rem !important;
  }
  .pb-8,
  .py-8 {
    padding-bottom: 6rem !important;
  }
  .pl-8,
  .px-8 {
    padding-left: 6rem !important;
  }
  .m-n1 {
    margin: -0.25rem !important;
  }
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  .m-n2 {
    margin: -0.5rem !important;
  }
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  .m-n3 {
    margin: -1rem !important;
  }
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  .m-n4 {
    margin: -1.5rem !important;
  }
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  .m-n5 {
    margin: -3rem !important;
  }
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  .m-n6 {
    margin: -4rem !important;
  }
  .mt-n6,
  .my-n6 {
    margin-top: -4rem !important;
  }
  .mr-n6,
  .mx-n6 {
    margin-right: -4rem !important;
  }
  .mb-n6,
  .my-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-n6,
  .mx-n6 {
    margin-left: -4rem !important;
  }
  .m-n7 {
    margin: -5rem !important;
  }
  .mt-n7,
  .my-n7 {
    margin-top: -5rem !important;
  }
  .mr-n7,
  .mx-n7 {
    margin-right: -5rem !important;
  }
  .mb-n7,
  .my-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-n7,
  .mx-n7 {
    margin-left: -5rem !important;
  }
  .m-n8 {
    margin: -6rem !important;
  }
  .mt-n8,
  .my-n8 {
    margin-top: -6rem !important;
  }
  .mr-n8,
  .mx-n8 {
    margin-right: -6rem !important;
  }
  .mb-n8,
  .my-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-n8,
  .mx-n8 {
    margin-left: -6rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
  .m-md-n8 {
    margin: -6rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important;
  }
}
.cw-pt {
  padding-top: 3rem;
}

.cw-pb {
  padding-bottom: 3rem;
}

.cw-py {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cw-py .cw-my:first-child {
  margin-top: 0;
}
.cw-py .cw-my:last-child {
  margin-bottom: 0;
}

.cw-py-2 {
  padding-top: 1.95rem;
  padding-bottom: 1.95rem;
}
.cw-py-2 .cw-my-2:first-child {
  margin-top: 0;
}
.cw-py-2 .cw-my-2:last-child {
  margin-bottom: 0;
}

.cw-mt {
  margin-top: 3rem;
}

.cw-mb {
  margin-bottom: 3rem;
}

.cw-my {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cw-my-2 {
  margin-top: 1.95rem;
  margin-bottom: 1.95rem;
}

@media (min-width: 992px) {
  .cw-pt {
    padding-top: 4rem;
  }
  .cw-pb {
    padding-bottom: 4rem;
  }
  .cw-py {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cw-py-2 {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  .cw-mt {
    margin-top: 4rem;
  }
  .cw-mb {
    margin-bottom: 4rem;
  }
  .cw-my {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .cw-my-2 {
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
  }
}
.cw-scroll-margin-top {
  scroll-margin-top: calc(60px + 1rem);
}

div.cw-scroll-margin-top {
  line-height: 0;
}

@media (min-width: 992px) {
  .cw-scroll-margin-top {
    scroll-margin-top: calc(80px + 1rem);
  }
}
.cw-flex-1 {
  flex: 1 !important;
}

.not-front .cw-flex-1-nf {
  flex: 1 !important;
}

.cw-flex-2 {
  flex: 2 !important;
}

.not-front .cw-flex-2-nf {
  flex: 2 !important;
}

.cw-flex-3 {
  flex: 3 !important;
}

.not-front .cw-flex-3-nf {
  flex: 3 !important;
}

.cw-flex-4 {
  flex: 4 !important;
}

.not-front .cw-flex-4-nf {
  flex: 4 !important;
}

.cw-flex-5 {
  flex: 5 !important;
}

.not-front .cw-flex-5-nf {
  flex: 5 !important;
}

.cw-flex-6 {
  flex: 6 !important;
}

.not-front .cw-flex-6-nf {
  flex: 6 !important;
}

@media (min-width: 992px) {
  .cw-flex-lg-1 {
    flex: 1 !important;
  }
  .not-front .cw-flex-lg-1-nf {
    flex: 1 !important;
  }
  .cw-flex-lg-2 {
    flex: 2 !important;
  }
  .not-front .cw-flex-lg-2-nf {
    flex: 2 !important;
  }
  .cw-flex-lg-3 {
    flex: 3 !important;
  }
  .not-front .cw-flex-lg-3-nf {
    flex: 3 !important;
  }
  .cw-flex-lg-4 {
    flex: 4 !important;
  }
  .not-front .cw-flex-lg-4-nf {
    flex: 4 !important;
  }
  .cw-flex-lg-5 {
    flex: 5 !important;
  }
  .not-front .cw-flex-lg-5-nf {
    flex: 5 !important;
  }
  .cw-flex-lg-6 {
    flex: 6 !important;
  }
  .not-front .cw-flex-lg-6-nf {
    flex: 6 !important;
  }
}
/* ------------ FONT COLORS ------------ */
.cw-txt-primary {
  color: rgb(219, 147, 40) !important;
}

.cw-txt-secondary {
  color: #F7F4EE !important;
}

.cw-txt-white {
  color: #fff !important;
}

.cw-txt-body {
  color: #494949 !important;
}

.cw-txt-dark {
  color: #373737 !important;
}

.cw-txt-black {
  color: #0c0c0c !important;
}

/* ------------ ------------ ------------ */
.cw-font-base {
  font-family: "Outfit", sans-serif !important;
}

.cw-font-loud {
  font-family: "Outfit", sans-serif !important;
}

.cw-txt-uppercase {
  text-transform: uppercase;
}

.cw-txt-lowercase {
  text-transform: lowercase;
}

.cw-txt-capitalize::first-letter {
  text-transform: capitalize;
}

.cw-txt-up {
  font-size: 1.5em !important;
  line-height: 1.3 !important;
}

.cw-txt-up-2 {
  font-size: 1.35em !important;
  line-height: 1.3 !important;
}

.cw-txt-up-3 {
  font-size: 1.2em !important;
  line-height: 1.3 !important;
}

.cw-txt-shadow {
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.36);
}

.xs-text-justify {
  text-align: justify !important;
}

.xs-text-center {
  text-align: center !important;
}

.xs-text-right {
  text-align: right !important;
}

.cw-underline-before:before {
  display: block;
  content: "";
  height: 1px;
  background: rgb(219, 147, 40);
  margin: 10px auto 23px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.cw-underline-before.text-left:before {
  margin-left: 0;
}

.cw-underline-after:after {
  display: block;
  content: "";
  height: 1px;
  background: rgb(219, 147, 40);
  margin: 10px auto 23px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.cw-underline-after.text-left:after {
  margin-left: 0;
}

.cw-line-background {
  display: inline;
  background-image: linear-gradient(to bottom, #db9328 0, #db9328 100%);
  background-size: 100% 0.25em;
  background-position: 0 85%;
  background-repeat: no-repeat;
}

.cw-puce-under {
  position: relative;
  padding-top: 50px;
}
.cw-puce-under:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  height: 35px;
  margin-top: 1rem;
  margin-bottom: 60px;
  background-image: url("../images/puce-h1.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.cw-border-left {
  position: relative;
  left: 35px;
  padding-right: 35px;
}
.cw-border-left:after {
  content: "";
  position: absolute;
  top: calc((100% - 90%) / 2);
  height: 90%;
  width: 8px;
  background-color: rgb(219, 147, 40);
  border-radius: 15px;
  left: -35px;
}

.cw-border-right {
  position: relative;
  right: 35px;
  padding-left: 35px;
}
.cw-border-right:after {
  content: "";
  position: absolute;
  top: calc((100% - 90%) / 2);
  height: 90%;
  width: 8px;
  background-color: rgb(219, 147, 40);
  border-radius: 15px;
  right: -35px;
}

.field--name-body ul:not([class*=cw-inline-ul]) {
  font-family: "Outfit", sans-serif;
  padding-left: 20px;
  list-style: none;
}
.field--name-body ul:not([class*=cw-inline-ul]) ul {
  list-style: none;
}
.field--name-body ul:not([class*=cw-inline-ul]) li a {
  color: #494949 !important;
}
.field--name-body ul:not([class*=cw-inline-ul]) li a:hover {
  color: #A5A692 !important;
}
.field--name-body ul:not([class*=cw-inline-ul]) li:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 0.8rem;
  content: "\f192";
  margin-right: 10px;
  color: #F7F4EE;
}
.field--name-body ul:not([class*=cw-inline-ul]) > li > ul > li:before {
  font-size: 0.5rem;
  vertical-align: middle;
}

ul.cw-inline-ul {
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
ul.cw-inline-ul li {
  display: inline;
  padding: 0;
}
ul.cw-inline-ul li:first-child {
  padding-left: 0;
}
ul.cw-inline-ul li a {
  padding-right: 5px;
}
ul.cw-inline-ul li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  position: relative;
  left: 3px;
  top: -2px;
  margin-right: 15px;
  font-size: 0.5rem;
  font-weight: 800;
  color: #F7F4EE;
}
ul.cw-inline-ul li:not(:last-child) a {
  padding-right: 5px;
}

#page-header i.cw-fa-bg-circle {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #F7F4EE;
  text-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px !important;
}
#page-header i.cw-fa-bg-circle:hover, #page-header i.cw-fa-bg-circle:after {
  color: rgb(219, 147, 40);
}

@media (min-width: 576px) {
  .cw-list-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-inline-start: 0;
  }
  .cw-list-sm li {
    margin-left: 5%;
    width: 45%;
  }
}
.cw-opacity-100 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.cw-opacity-90 {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.cw-opacity-80 {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.cw-opacity-70 {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.cw-opacity-60 {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.cw-opacity-50 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.cw-opacity-40 {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.cw-opacity-30 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.cw-opacity-20 {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.cw-opacity-10 {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.cw-opacity-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.page-contact {
  padding: 3rem 1rem;
  background-color: #FCFCFA;
}
.page-contact i {
  color: rgb(219, 147, 40);
}

.page-node-2 #content {
  padding: 0;
}

.webform-container {
  background-color: #F7F4EE;
  padding: 3%;
  border-radius: 15px;
}
.webform-container .title-h2 {
  font-size: 2rem;
}

[class*=cw-follow-us-] a {
  margin: 0.3rem;
}

form.user-login-form, .node--type-webform .block-system-main-block {
  max-width: 100%;
  margin: inherit;
  padding: inherit;
}

.form-control:not([class*=button]), textarea.form-control {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #A5A692 !important;
  border-radius: 0;
  transition: color 0.2s ease-in-out;
  color: #282828;
}
.form-control:not([class*=button])::placeholder, textarea.form-control::placeholder {
  transition: color 0.2s ease-in-out;
  color: rgb(167.5, 167.5, 167.5);
  text-transform: initial;
}
.form-control:not([class*=button]):hover::placeholder, .form-control:not([class*=button]):focus::placeholder, textarea.form-control:hover::placeholder, textarea.form-control:focus::placeholder {
  color: #0c0c0c;
}

.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(73, 73, 73, 0.25);
}

textarea.form-textarea.webform-counter-warning {
  background-color: transparent;
}

.text-count-wrapper.webform-counter-warning {
  color: #282828;
  font-weight: 300;
}

.webform-flexbox {
  margin: 0 -0.3rem 0.6rem;
}

.webform-flex--container {
  margin: 0 0.3rem;
}

.form-item-acceptation-rgpd {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.form-item-acceptation-rgpd .webform-element-description {
  line-height: 1.3em;
  font-size: 0.69rem;
}

@media (min-width: 992px) {
  .page-node-2 .node__content {
    display: flex;
  }
}
button:focus, button:active:focus, button:focus-visible, .btn:focus, .btn:active:focus, .btn:focus-visible {
  outline: none;
}

.btn-dropdown .dropdown {
  display: inline-block;
}
.btn-dropdown button, .btn-dropdown .dropdown-menu {
  min-width: 100%;
}
.btn-dropdown .dropdown-menu {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: none;
  overflow: hidden;
}

/************** ******************* **************/
/************** PARAMETRAGE DE BASE **************/
/************** ******************* **************/
.btn {
  border-radius: 2rem;
  transition: 0.2s;
  display: inline-block;
  z-index: 1;
  position: relative;
  height: initial;
  padding: 24px 30px;
  border: none;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: none;
  text-align: center;
}
.btn:before, .btn:after {
  transition: 0.2s;
  content: "";
  z-index: -1;
}
.btn:hover, .btn:active, .btn:focus {
  border-radius: 2rem;
  transition: 0.2s;
}

.btn-primary, .button-primary {
  color: #fff !important;
  background-color: rgb(219, 147, 40);
  border: 2px solid rgb(219, 147, 40);
}
.btn-primary:hover, .button-primary:hover {
  background-color: rgb(226.3147410359, 168.9442231076, 83.6852589641);
  color: #F7F4EE !important;
  border: 2px solid rgb(226.3147410359, 168.9442231076, 83.6852589641);
}

.btn-secondary, .button-secondary {
  color: #fff !important;
}
.btn-secondary:hover, .button-secondary:hover {
  color: #fff !important;
}
.btn-secondary, .button-secondary {
  background-color: #f7f4ee;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: rgb(230.68, 221.56, 203.32);
}

@media (min-width: 992px) {
  .btn-tertiary {
    display: inline-block;
    position: relative;
  }
  .btn-tertiary:after, .btn-tertiary:before {
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 100%;
  }
  .btn-tertiary:after {
    border-bottom: 1px solid #818181;
    width: 100%;
    left: 0;
  }
  .btn-tertiary:before {
    border-bottom: 1px solid #fff;
    width: 0;
    left: 50%;
    z-index: 1;
  }
  .btn-tertiary:hover:before {
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    width: 100%;
    left: 0%;
  }
}
.btn-tertiary {
  padding: 7px 0;
  margin: 0 2px;
  border-radius: 0;
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
  border-radius: 0;
}

/************** BLOC ACTU **************/
.all-actus {
  color: #fff !important;
}
.all-actus:hover {
  color: #fff !important;
}
.all-actus {
  background-color: #db9328;
}
.all-actus:hover {
  background-color: rgb(226.3147410359, 168.9442231076, 83.6852589641);
}

/************** BLOC AVIS CLIENT (front)**************/
#avis-client .view-footer .btn-avis .btn-primary {
  color: #fff !important;
}
#avis-client .view-footer .btn-avis .btn-primary:hover {
  color: #fff !important;
}
#avis-client .view-footer .btn-avis .btn-primary {
  background-color: #db9328;
}
#avis-client .view-footer .btn-avis .btn-primary:hover {
  background-color: rgb(226.3147410359, 168.9442231076, 83.6852589641);
}

/************** AVIS CLIENT **************/
.page-node-add-message .form-actions .webform-submit, .page-node-add-message .form-actions #edit-submit {
  color: #fff !important;
}
.page-node-add-message .form-actions .webform-submit:hover, .page-node-add-message .form-actions #edit-submit:hover {
  color: #fff !important;
}
.page-node-add-message .form-actions .webform-submit, .page-node-add-message .form-actions #edit-submit {
  background-color: #db9328;
}
.page-node-add-message .form-actions .webform-submit:hover, .page-node-add-message .form-actions #edit-submit:hover {
  background-color: rgb(226.3147410359, 168.9442231076, 83.6852589641);
}

/* ************************************************************* */
/* ************************ BTN EXEMPLE ************************ */
/* ************************************************************* */
.btn-0 {
  color: #fff !important;
}
.btn-0:hover {
  color: #fff !important;
}
.btn-0 {
  background-color: #db9328;
}
.btn-0:hover {
  background-color: rgb(226.3147410359, 168.9442231076, 83.6852589641);
}

.btn-1 {
  color: #fff !important;
}
.btn-1:hover {
  color: #fff !important;
}
.btn-1 {
  background: linear-gradient(90deg, #db9328, transparent 70%) rgb(178.1673306773, 118.5019920319, 29.8326693227);
  transition: background-color 0.8s;
}
.btn-1:hover {
  background: linear-gradient(90deg, rgb(178.1673306773, 118.5019920319, 29.8326693227), transparent 70%) rgb(178.1673306773, 118.5019920319, 29.8326693227);
  background-color: rgb(222.6573705179, 157.9721115538, 61.8426294821);
  transition: background-color 1s;
}

.btn-2 {
  color: #fff !important;
}
.btn-2:hover {
  color: #fff !important;
}
.btn-2 {
  background: linear-gradient(90deg, #db9328, transparent 70%) rgb(226.3147410359, 168.9442231076, 83.6852589641);
  transition: background-color 0.8s;
}
.btn-2:hover {
  background-color: rgb(176.5909090909, 177.4621212121, 160.0378787879);
  transition: background-color 1s;
}

.btn-img {
  color: #fff !important;
}
.btn-img:hover {
  color: #fff !important;
}
.btn-img {
  background-image: url("../images/bg-bouton-2.jpg");
  background-position: center center;
  background-repeat: repeat;
}
.btn-img:hover {
  background-image: url("../images/bg-bouton.jpg");
}

/* *********************************************************************** */
/* ************************ BTN pour Font Awesome ************************ */
/* *********************************************************************** */
[class*=btn-fa-]::before, [class*=btn-fa-]::after {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  width: 0px;
  overflow: hidden;
  position: relative;
  top: 2px;
}
[class*=btn-fa-]:hover::before, [class*=btn-fa-]:hover::after {
  transition: all 0.2s ease-in-out;
  width: 10px;
}
[class*=btn-fa-]:hover::before {
  margin-right: 5px;
}
[class*=btn-fa-]:hover::after {
  margin-left: 5px;
}

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

.btn-fa-angle-right::after {
  content: "\f104";
}

.btn-fa-angle-center::before {
  content: "\f105";
}
.btn-fa-angle-center::after {
  content: "\f104";
}

.btn-group-xs > .btn, .btn-xs {
  padding: 0.4rem 0.5rem;
  font-size: 0.65rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.btn-warning {
  color: #181818;
  background-color: #ffc107;
  border-color: #ffc107;
  border-radius: 0 !important;
}
.btn-warning:hover {
  border-radius: 0 !important;
  background-color: #d39e00;
  border-color: #c69500;
}

/* ************************************************************ */
/* ************************ BTN slide ************************ */
/* ************************************************************ */
@media (max-width: 576px) {
  body .btn-slide {
    min-width: 250px !important;
  }
  body .btn-slide span {
    position: relative;
    right: 15px;
    color: #fff;
  }
  body .btn-slide:after {
    width: 100%;
  }
}
.btn-slide {
  text-align: left;
  box-shadow: none;
  padding: 15px;
  padding-left: 62px;
  min-height: 50px;
}
.btn-slide span {
  transition: color 0.2s ease-in-out, right 0.2s ease-in-out;
  z-index: 1;
  position: relative;
  right: 0;
}
.btn-slide:before {
  transition: all 0.2s ease-in-out;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 1px;
  width: 50px;
  min-height: 50px;
  color: #fff;
  font-size: 25px;
  padding: 7.5px;
}
.btn-slide:after {
  transition: width 0.2s ease-in-out;
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 50px;
  min-height: 50px;
  height: 100%;
  background-color: rgb(219, 147, 40);
  border-radius: 30px;
}
.btn-slide:hover span {
  transition: color 0.2s ease-in-out, right 0.2s ease-in-out;
  color: #fff !important;
  right: 15px;
}
.btn-slide:hover:after {
  width: 100%;
  height: 100%;
}

.btn-slide.btn-slide-white {
  color: #fff !important;
}
.btn-slide.btn-slide-white:after {
  background-color: #F7F4EE;
}

.btn-img {
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(1);
  filter: drop-shadow(0px 6px 6px rgba(12, 12, 12, 0.2));
}
.btn-img:hover {
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(1.05);
  filter: drop-shadow(0px 6px 12px rgba(12, 12, 12, 0.5));
}

@media screen and (min-width: 0) {
  .btn-xs-100 {
    width: 100px !important;
  }
  .btn-xs-120 {
    width: 120px !important;
  }
  .btn-xs-140 {
    width: 140px !important;
  }
  .btn-xs-160 {
    width: 160px !important;
  }
  .btn-xs-180 {
    width: 180px !important;
  }
  .btn-xs-200 {
    width: 200px !important;
  }
  .btn-xs-220 {
    width: 220px !important;
  }
  .btn-xs-240 {
    width: 240px !important;
  }
  .btn-xs-260 {
    width: 260px !important;
  }
  .btn-xs-280 {
    width: 280px !important;
  }
  .btn-xs-300 {
    width: 300px !important;
  }
  .btn-xs-320 {
    width: 320px !important;
  }
  .btn-xs-340 {
    width: 340px !important;
  }
  .btn-xs-360 {
    width: 360px !important;
  }
  .btn-xs-380 {
    width: 380px !important;
  }
  .btn-xs-400 {
    width: 400px !important;
  }
}
@media screen and (min-width: 576px) {
  .btn-sm-100 {
    width: 100px !important;
  }
  .btn-sm-120 {
    width: 120px !important;
  }
  .btn-sm-140 {
    width: 140px !important;
  }
  .btn-sm-160 {
    width: 160px !important;
  }
  .btn-sm-180 {
    width: 180px !important;
  }
  .btn-sm-200 {
    width: 200px !important;
  }
  .btn-sm-220 {
    width: 220px !important;
  }
  .btn-sm-240 {
    width: 240px !important;
  }
  .btn-sm-260 {
    width: 260px !important;
  }
  .btn-sm-280 {
    width: 280px !important;
  }
  .btn-sm-300 {
    width: 300px !important;
  }
  .btn-sm-320 {
    width: 320px !important;
  }
  .btn-sm-340 {
    width: 340px !important;
  }
  .btn-sm-360 {
    width: 360px !important;
  }
  .btn-sm-380 {
    width: 380px !important;
  }
  .btn-sm-400 {
    width: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .btn-md-100 {
    width: 100px !important;
  }
  .btn-md-120 {
    width: 120px !important;
  }
  .btn-md-140 {
    width: 140px !important;
  }
  .btn-md-160 {
    width: 160px !important;
  }
  .btn-md-180 {
    width: 180px !important;
  }
  .btn-md-200 {
    width: 200px !important;
  }
  .btn-md-220 {
    width: 220px !important;
  }
  .btn-md-240 {
    width: 240px !important;
  }
  .btn-md-260 {
    width: 260px !important;
  }
  .btn-md-280 {
    width: 280px !important;
  }
  .btn-md-300 {
    width: 300px !important;
  }
  .btn-md-320 {
    width: 320px !important;
  }
  .btn-md-340 {
    width: 340px !important;
  }
  .btn-md-360 {
    width: 360px !important;
  }
  .btn-md-380 {
    width: 380px !important;
  }
  .btn-md-400 {
    width: 400px !important;
  }
}
@media screen and (min-width: 992px) {
  .btn-lg-100 {
    width: 100px !important;
  }
  .btn-lg-120 {
    width: 120px !important;
  }
  .btn-lg-140 {
    width: 140px !important;
  }
  .btn-lg-160 {
    width: 160px !important;
  }
  .btn-lg-180 {
    width: 180px !important;
  }
  .btn-lg-200 {
    width: 200px !important;
  }
  .btn-lg-220 {
    width: 220px !important;
  }
  .btn-lg-240 {
    width: 240px !important;
  }
  .btn-lg-260 {
    width: 260px !important;
  }
  .btn-lg-280 {
    width: 280px !important;
  }
  .btn-lg-300 {
    width: 300px !important;
  }
  .btn-lg-320 {
    width: 320px !important;
  }
  .btn-lg-340 {
    width: 340px !important;
  }
  .btn-lg-360 {
    width: 360px !important;
  }
  .btn-lg-380 {
    width: 380px !important;
  }
  .btn-lg-400 {
    width: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .btn-xl-100 {
    width: 100px !important;
  }
  .btn-xl-120 {
    width: 120px !important;
  }
  .btn-xl-140 {
    width: 140px !important;
  }
  .btn-xl-160 {
    width: 160px !important;
  }
  .btn-xl-180 {
    width: 180px !important;
  }
  .btn-xl-200 {
    width: 200px !important;
  }
  .btn-xl-220 {
    width: 220px !important;
  }
  .btn-xl-240 {
    width: 240px !important;
  }
  .btn-xl-260 {
    width: 260px !important;
  }
  .btn-xl-280 {
    width: 280px !important;
  }
  .btn-xl-300 {
    width: 300px !important;
  }
  .btn-xl-320 {
    width: 320px !important;
  }
  .btn-xl-340 {
    width: 340px !important;
  }
  .btn-xl-360 {
    width: 360px !important;
  }
  .btn-xl-380 {
    width: 380px !important;
  }
  .btn-xl-400 {
    width: 400px !important;
  }
}
@media (max-width: 576px) {
  [class*=btn-] {
    width: 100%;
    clear: both;
  }
  [class*=btn-] .dropdown {
    width: 100%;
  }
}
#header {
  display: initial;
}

.cw-navbar {
  position: sticky;
  top: 0;
  z-index: 1070;
}

#navbar-top {
  background-color: #f9f9f9;
  background-color: #f9f9f9;
}
#navbar-top .content {
  color: #494949;
}
#navbar-top .content a {
  color: #494949;
}
#navbar-top .region-top-header {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#navbar-top #block-informationsnavbar {
  transition: all 0.2s ease-in-out;
  height: 35px;
  width: 100%;
}
#navbar-top #block-informationsnavbar .content {
  width: 100%;
}

.navbar {
  background-color: white;
  background-color: white;
  transition: all 0.4s ease-in-out;
  padding: 0;
  font-family: "Figtree", sans-serif;
}
.navbar .container {
  max-width: 1920px !important;
}
.navbar .navbar-logo {
  position: relative;
  z-index: 1000;
  transition-delay: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 15px;
}
.navbar .navbar-logo img {
  max-width: 150px;
  max-height: calc(60px - 20px);
}
.navbar .navbar-brand {
  display: flex;
  flex: 1 1 0;
  padding: 10px;
  margin-right: 0;
  white-space: normal;
}
.navbar .navbar-brand a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 1em;
  line-height: 1.1em;
  color: #0c0c0c;
}
.navbar .site-name {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0em;
}
.navbar .site-slogan {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0.8;
  margin-top: 2px;
}
.navbar .site-slogan:first-letter {
  text-transform: capitalize;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  transition: all 0.3s ease-in-out;
  display: block;
  background: rgb(219, 147, 40);
  width: 22px;
  height: 2px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background: rgb(219, 147, 40);
}
.navbar .navbar-toggler[aria-expanded=true] #toggler-line-1 {
  transform: translateY(7px) rotate(45deg);
}
.navbar .navbar-toggler[aria-expanded=true] #toggler-line-2 {
  opacity: 0;
}
.navbar .navbar-toggler[aria-expanded=true] #toggler-line-3 {
  transform: translateY(-7px) rotate(-45deg);
}
.navbar nav .nav li a {
  transition: all 0.2s ease-in-out;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  color: #0c0c0c;
  padding: 20px;
  width: 100%;
}
.navbar nav .nav > li > a.is-active,
.navbar nav .nav > li > a:hover,
.navbar nav .nav > li > a:focus,
.navbar nav .nav > li > a.active-trail,
.navbar nav .nav > li.active > a,
.navbar nav .nav > li.active > a:hover,
.navbar nav .nav > li.active > a:focus {
  color: rgb(219, 147, 40);
  background-color: transparent;
}
.navbar nav .nav .dropdown > a {
  display: flex;
  align-items: center;
}
.navbar nav .nav .dropdown-menu {
  transition: all 0.2s ease-in-out;
  background-color: white;
  background-color: white;
  border-radius: 0;
  max-height: 0;
  display: block;
  overflow: hidden;
  margin-top: 0;
  border: none;
  padding: 0;
  border-bottom: 0;
  box-shadow: 0px 2px 4px 0px rgba(12, 12, 12, 0.05);
}
.navbar nav .nav .dropdown-menu li.dropdown-item {
  padding: 0;
  border-bottom: 1px solid hsl(0, 0%, 115%);
}
.navbar nav .nav .dropdown-menu li.dropdown-item a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 10px 14px;
  color: #0c0c0c;
  color: #0c0c0c;
}
.navbar nav .nav .dropdown-menu li.dropdown-item:hover, .navbar nav .nav .dropdown-menu li.dropdown-item:active, .navbar nav .nav .dropdown-menu li.dropdown-item.active, .navbar nav .nav .dropdown-menu li.dropdown-item:focus {
  background: initial;
  background-color: hsl(0, 0%, 104%);
}
.navbar nav .nav .dropdown-menu li.dropdown-item:hover a, .navbar nav .nav .dropdown-menu li.dropdown-item:active a, .navbar nav .nav .dropdown-menu li.dropdown-item.active a, .navbar nav .nav .dropdown-menu li.dropdown-item:focus a {
  color: rgb(219, 147, 40);
}
.navbar nav .nav .dropdown-menu li.dropdown-item:last-child {
  border-bottom: none;
}
.navbar nav .nav .dropdown-menu.show {
  transition: all 0.4s ease-in-out;
  max-height: 100vh;
}
.navbar .navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .navbar-collapse {
  justify-content: flex-end;
  border-top: none;
}
.navbar .navbar-form {
  justify-content: flex-end;
}
.navbar .navbar-toggle.is-active .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar .navbar-toggle.is-active .icon-bar:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}
.navbar .navbar-toggle.is-active .icon-bar:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.affix-scroll .navbar {
  transition: all 0.2s ease-in-out;
  background-color: white;
  background-color: white;
}

#navbar-main {
  min-height: 60px;
}
#navbar-main .navbar-logo {
  padding: 10px;
}
@media (max-width: 992px) {
  #navbar-main .navbar-logo {
    position: absolute;
    display: block;
    width: auto;
    z-index: 209;
  }
  #navbar-main .navbar-logo img {
    margin-left: 60px;
    transition: all 0.3s ease;
  }
}
#navbar-main.expand .navbar-logo {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 209;
  transition-delay: 0.3s;
}
#navbar-main.expand .navbar-logo img {
  margin-left: calc(50% - 22.5px);
  transition: all 0.3s ease 0.3s;
}
#navbar-main .menu--secondary a {
  font-size: calc(1rem - 0.05rem);
  padding: 11px 20px;
}

@media (max-width: 576px) {
  .navbar .navbar-brand a {
    max-width: 170px;
  }
}
@media (max-width: 992px) {
  .cw-navbar {
    display: flex;
    flex-direction: column;
  }
  .navbar .dropdown .caret {
    transform: rotate(90deg);
    transition: all 0.1s ease-in-out;
  }
  .navbar .dropdown.open .caret {
    transform: rotate(0);
    transition: all 0.1s ease-in-out;
  }
  .navbar .dropdown-menu > li > a {
    white-space: initial;
  }
  .navbar .nav-menu-pr.container {
    width: 100%;
  }
  #navbar-top {
    order: 2;
  }
  #navbar-top #block-informationsnavbar {
    font-size: 1.2rem;
    overflow: hidden;
  }
  .affix-scroll #navbar-top #block-informationsnavbar {
    transition: all 0.2s ease-in-out;
    height: 0;
  }
  #navbar-main {
    order: 1;
    box-shadow: none !important;
  }
  .navbar-toggler {
    z-index: 210;
  }
  .navbar-collapse {
    transition: width 0.35s ease;
    transition-delay: 0s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 200;
    overflow: auto;
    background-color: #fff;
  }
  .navbar-collapse .navigation {
    padding: 50px;
    width: 100vw;
    max-width: 440px;
  }
  .navbar-collapse .navigation:nth-child(n+2) {
    padding-top: 20px;
  }
  .navbar-collapse .navigation.menu--secondary {
    background-color: #f9f9f9;
  }
  .navbar-collapse.collapsing {
    position: fixed;
    height: 100vh;
    width: 0;
    max-width: 440px;
    overflow: hidden;
    transition: width 0.35s ease;
    transition-delay: 0s;
  }
  .navbar-collapse.show {
    width: 100%;
    max-width: 440px;
    box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.4);
  }
  .navbar-nav > li > a {
    border-bottom: 1px solid hsl(0, 0%, 105%);
  }
  .navbar nav .nav .dropdown-menu li.dropdown-item {
    padding-left: 15px;
  }
  .navbar-collapse.show {
    max-width: inherit;
  }
  .navbar nav .nav li a, .navbar nav .nav .dropdown-menu li.dropdown-item a {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    text-transform: none;
    padding: 15px;
    letter-spacing: 0;
  }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    justify-content: flex-start;
  }
  .navbar-collapse .navigation {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .informations-navbar-mobile, .navbar .my-custom-social {
    display: none;
  }
  #navbar-main .navbar-nav > .nav-item.dropdown .dropdown-menu li.dropdown-item:first-child {
    position: relative;
  }
  #navbar-main .navbar-nav > .nav-item.dropdown .dropdown-menu li.dropdown-item:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border-top: 1px solid rgb(219, 147, 40);
  }
  .dropdown-item.active {
    position: relative;
  }
  .dropdown-item.active::after {
    position: absolute;
    top: 49%;
    transform: translateY(-51%);
    left: 4%;
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: rgb(219, 147, 40);
  }
  .dropdown-item.active a {
    margin-left: 4%;
    padding-right: 4% !important;
    text-wrap: auto;
  }
  .navbar .navbar-brand {
    min-width: 270px;
  }
  .navbar .dropdown-toggle::after {
    margin: 0.3em;
  }
  .navbar .nav-item > a.nav-link {
    display: flex;
    align-items: center !important;
    justify-content: center;
    height: 100%;
    padding: 10px 14px;
  }
  .navbar nav .nav > li > a.is-active,
  .navbar nav .nav > li > a:hover,
  .navbar nav .nav > li > a:focus,
  .navbar nav .nav > li > a.active-trail,
  .navbar nav .nav > li.active > a,
  .navbar nav .nav > li.active > a:hover,
  .navbar nav .nav > li.active > a:focus {
    color: rgb(219, 147, 40);
    background-color: transparent;
  }
  .navbar .navbar-collapse .nav:after {
    display: none;
  }
  .navbar .navbar-collapse > nav {
    width: 100%;
  }
  #navbar-top {
    z-index: 9999;
    height: 35px;
  }
  #navbar-top #block-informationsnavbar {
    width: auto;
  }
  .menu--main {
    min-height: 80px;
    transition: min-height 0.4s ease-in-out;
  }
  .menu--main .nav {
    min-height: calc(80px - 0px * 2);
  }
  #navbar-main .nav {
    justify-content: flex-start;
    transition: all 0.2s ease-in-out;
  }
  #navbar-main .navbar-logo {
    display: flex;
  }
  #navbar-main .navbar-logo img {
    max-height: calc(80px - 20px);
    transition: all 0.3s ease;
  }
  #navbar-main .site-name {
    display: initial;
  }
  #navbar-main .site-slogan {
    display: none;
  }
  #navbar-main .navbar-nav > .nav-item.dropdown .dropdown-menu {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 6px 6px 0px rgba(12, 12, 12, 0.05);
  }
  #navbar-main .navbar-nav > .nav-item:last-child.dropdown .dropdown-menu, #navbar-main .dropdown.dropdown-right .dropdown-menu {
    left: initial;
    right: 0;
  }
  .affix-scroll .menu--main {
    transition: min-height 0.2s ease-in-out;
    min-height: 60px;
  }
  .affix-scroll .menu--main .nav {
    transition: all 0.2s ease-in-out;
    min-height: calc(60px - 0px);
  }
  .affix-scroll #navbar-main .navbar-logo img {
    transition: all 0.3s ease;
    max-height: calc(60px - 20px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar nav .nav li a {
    padding: 10px 8px !important;
    font-size: 0.85rem;
  }
}
#block-informationsnavbar .btn {
  padding: 17px 30px;
  margin: 10px 10px;
  font-size: 1rem;
}

@media (min-width: 992px) and (max-width: 1600px) {
  #block-informationsnavbar .btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
@media (max-width: 540px) {
  #block-informationsnavbar .btn {
    padding: 10px 7px;
    margin: 6px 8px;
  }
}
.social-networks-navbar-block {
  display: none;
}

.cw-navbar .navbar-collapse.show .social-networks-navbar-block {
  display: block;
}
.cw-navbar .navbar-collapse.show .social-networks-navbar-block .cw-follow-us-various-content {
  justify-content: inherit !important;
  margin-left: 2%;
  margin-bottom: 1rem;
}
.cw-navbar .navbar-collapse.show .btn-contact .phone-icon {
  display: none;
}
.cw-navbar .navbar-collapse.show .btn-contact .text-nowrap {
  display: block;
}
.cw-navbar .navbar-collapse.show .btn-contact, .cw-navbar .navbar-collapse.show .btn-primary {
  border-radius: 2rem;
  background-color: rgb(219, 147, 40);
  width: 100%;
}
.cw-navbar .navbar-collapse.show .btn-contact:hover, .cw-navbar .navbar-collapse.show .btn-primary:hover {
  background-color: rgb(226.3147410359, 168.9442231076, 83.6852589641);
}

@media (min-width: 992px) {
  .navbar .cw-follow-us-various-content {
    justify-content: center !important;
    margin-left: auto;
  }
}
.btn-contact .phone-icon {
  display: none;
  color: rgb(219, 147, 40);
}

.btn-contact .text-nowrap {
  display: inline;
}

@media (max-width: 992px) {
  .btn-contact {
    position: relative;
    background-color: inherit;
  }
  .btn-contact .text-nowrap {
    display: none;
  }
  .btn-contact .phone-icon {
    display: inline-block;
  }
  .btn-contact {
    padding: 10px 15px;
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn-contact:hover {
    background-color: transparent;
  }
  .navbar-collapse .navigation {
    padding: 10px;
  }
}
.navbar-toggler, .btn-contact {
  border: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler.active, .btn-contact:focus, .btn-contact:hover, .btn-contact.active {
  box-shadow: none;
  border: 0;
}

.region-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.region-top-bar #block-navbartop {
  width: 100%;
}
.region-top-bar #block-navbartop ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.region-top-bar #block-navbartop ul li {
  padding-left: 15px;
}
.region-top-bar #block-navbartop ul li:before {
  content: none;
}
.region-top-bar #block-navbartop ul li a {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  color: #0c0c0c !important;
}
.region-top-bar #block-navbartop ul li a:active, .region-top-bar #block-navbartop ul li a:focus, .region-top-bar #block-navbartop ul li a:hover {
  color: rgb(219, 147, 40) !important;
}

@media (max-width: 992px) {
  .region-top-bar {
    display: none;
  }
}
.cw-navbar {
  box-shadow: 0px 6px 6px 0px rgba(12, 12, 12, 0.05);
}

.affix-scroll .cw-navbar {
  box-shadow: 0px 6px 6px 0px rgba(12, 12, 12, 0.05);
}

/** Déclarer ici les variables utilisées par les forward listés en dessous (sauf si déjà déclarer dans le core) **/
.contextual-region .contextual {
  z-index: 9999;
}
.contextual-region .contextual .contextual-links li {
  background-color: #fff;
  color: #373737;
}

.cke_editable {
  background-color: #fff !important;
}
.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6, .cke_editable p {
  color: #0c0c0c !important;
}
.cke_editable a, .cke_editable a:hover {
  color: red !important;
}
.cke_editable div {
  background-color: #fff !important;
}
.cke_editable .cw-ibox, .cke_editable .cw-ibox div {
  background-color: #e9e9e9 !important;
}

.toast {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1270;
  width: 350px;
  background-color: rgba(255, 255, 255, 0.98);
  font-size: 0.8rem;
  line-height: 1em;
}

@media (min-width: 992px) {
  .gin--vertical-toolbar #block-widgetsobox, .gin--vertical-toolbar #block-widgetbiimbox {
    left: 65px;
  }
}
@media (min-width: 992px) {
  #admin-toolbar-mobile-search-tab {
    display: none;
  }
  body:not(.toolbar-horizontal).toolbar-fixed.affix-top #navbar-main {
    top: 0;
  }
  body:not(.toolbar-horizontal).toolbar-fixed.affix-scroll #navbar-main {
    top: 39px;
  }
}
.field--name-field-avt-aprs-container-bloc {
  padding: 3rem 0 0;
}

.avant-apres-galerie-photo {
  display: flex;
  justify-content: center;
}

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  box-sizing: border-box;
}
.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 15px 30px;
  border-radius: 0;
  max-width: 540px;
  box-shadow: 0px 0.5rem 1rem 0px rgba(12, 12, 12, 0.15);
}
.beer-slider img, .beer-slider svg {
  vertical-align: bottom;
}
.beer-slider > * {
  height: 100%;
}
.beer-slider > img {
  max-width: 100%;
  height: auto;
}

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
}
.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
  height: 100%;
}
.beer-reveal > img:first-child {
  height: auto;
}

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}
.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}
.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  transform-origin: 0 0;
}
.beer-handle:before {
  left: 10px;
  transform: rotate(-45deg);
}
.beer-handle:after {
  right: 0;
  transform: rotate(135deg);
}

.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75);
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1;
}

.avisgo {
  color: #494949;
}

.avisgo-background {
  background-color: white;
  box-shadow: 3px 17px 20px 7px rgba(26, 70, 143, 0.0705882353);
}

.avisgo-border {
  border: 1px solid #fff;
}

.avisgo-avis-note b {
  color: #f68200;
}

.avisgo-avis .avisgo-avis-title a {
  color: #494949;
}

#main {
  padding-top: 3rem;
}

.not-front #main {
  padding-bottom: 3rem;
}

.block-page-title-block {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sf-articles-section, .sf-galerie-section, .cw-cards-section.galeries-section {
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

body.path-sitemap .content .sitemap {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-xs {
  max-width: 400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm {
  max-width: 520px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  max-width: 850px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-xl {
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-xxl {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-xxxl {
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.label-primary {
  display: inline-block;
  background-color: rgb(219, 147, 40);
  color: #fff;
  padding: 10px 30px;
  font-size: 0.7rem;
  line-height: 1;
  border-radius: 4px;
}

@media (min-width: 992px) {
  #main {
    padding-top: 4rem;
  }
  .not-front #main {
    padding-bottom: 4rem;
  }
}
body #tarteaucitronRoot {
  font-family: "Outfit", sans-serif;
}
body #tarteaucitronRoot button {
  margin-top: 10px !important;
}
body #tarteaucitronRoot button span::before {
  font: normal normal normal 14px/1 FontAwesome;
}
body #tarteaucitronRoot button.tarteaucitronAllow span::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #fff;
  content: "\f00c";
}
body #tarteaucitronRoot button.tarteaucitronDeny span::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #9d9d9d;
  content: "\f00d";
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-family: "Outfit", sans-serif;
  line-height: 1.5em;
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert .cookie-big-txt {
  font-weight: 300;
  font-size: 20px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow {
  color: #fff !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow:hover {
  color: #54483c !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow {
  background-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow:hover {
  background-color: #c3c3c3;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow {
  margin-left: 10px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow:hover span::before, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow:active span::before, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow:focus span::before {
  color: #54483c;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny {
  color: #373737 !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:hover {
  color: #54483c !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny {
  background-color: white;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:hover {
  background-color: #c3c3c3;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny {
  margin-left: 10px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:hover, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:active, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:focus {
  box-shadow: initial;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:hover span::before, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:active span::before, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:focus span::before {
  color: #54483c;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronCTAButton {
  border-radius: 2rem;
  padding: 15px 25px;
  box-shadow: 0px 4px 12px 0px rgba(12, 12, 12, 0.25);
  font-size: 14px !important;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 300;
  min-width: 130px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronCTAButton:hover span::before, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronCTAButton:active span::before, body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronCTAButton:focus span::before {
  transition: 0.2s;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert,
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
  background-color: transparent;
  color: #9d9d9d;
  border: unset;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Outfit", sans-serif;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert span::before,
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl span::before {
  padding-right: 3px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert::after,
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  opacity: 0;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover::after, body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert:focus::after, body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert:active::after,
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl:hover::after,
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl:focus::after,
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl:active::after {
  background-color: #9d9d9d;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  margin-top: 25px !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert span::before {
  font-family: "Font Awesome 5 free";
  color: #9d9d9d;
  font-weight: 900;
  content: "\f013";
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl span::before {
  font-family: "Font Awesome 5 free";
  color: #9d9d9d;
  font-weight: 900;
  content: "\f023";
}
body #tarteaucitronRoot #tarteaucitronServices {
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  background-color: #fff;
  margin-top: 5px;
  padding-bottom: 15px;
}
body #tarteaucitronRoot #tarteaucitronServices button::before {
  font: normal normal normal 14px/1 FontAwesome;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDetails {
  background: #ededed;
  color: #0c0c0c;
  box-shadow: 0px 4px 12px 0px rgba(12, 12, 12, 0.25);
  margin-left: 13px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine {
  background-color: #fff;
  border-color: transparent !important;
  padding-bottom: 15px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine:active {
  background-color: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH1, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH2 {
  font-weight: 300;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH1 {
  color: #373737;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH2 {
  color: #9d9d9d;
  margin-left: 33px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo {
  background-color: #fff;
  color: #373737;
  border: none;
  line-height: 1.6em;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog {
  background-color: transparent;
  font-size: 16px;
  color: #9d9d9d;
  text-transform: uppercase;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog::before {
  font-family: "Font Awesome 5 free";
  color: #9d9d9d;
  font-weight: 900;
  content: "\f023";
  padding-right: 3px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  opacity: 0;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog:hover::after, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog:focus::after, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog:active::after {
  background-color: #9d9d9d;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder {
  border-color: transparent !important;
  border-top: 2px solid #dfdfdf !important;
  margin: 20px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine {
  background-color: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle:active,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:hover,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:focus,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:active {
  background-color: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle > button {
  color: #0c0c0c;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 300;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronName .tarteaucitronH3, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronName .tarteaucitronListCookies {
  font-size: 14px;
  line-height: 1.6em;
  display: inline;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronName .tarteaucitronListCookies {
  color: #b9b9b9;
  position: relative;
  padding-left: 15px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronName .tarteaucitronListCookies:before {
  content: "-";
  position: absolute;
  left: 4px;
  top: -1px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronAsk {
  margin-right: 4px;
  padding-bottom: 15px;
  padding-top: 10px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder #tarteaucitronServicesTitle_mandatory {
  margin-top: 15px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder #tarteaucitronServicesTitle_mandatory .tarteaucitronListCookies::before {
  content: "";
}
body #tarteaucitronRoot #tarteaucitronServices {
  /**** STYLES DES BOUTONS DE LA POP UP COOKIE *****/
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
  border-radius: 2rem;
  padding: 15px 25px;
  box-shadow: 0px 4px 12px 0px rgba(12, 12, 12, 0.25);
  font-size: 14px !important;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 300;
  min-width: 125px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:active, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:active, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:focus,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:active,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:active, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:focus {
  transition: 0.2s;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:active span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:active span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:focus span::before,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover span::before,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:active span::before,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:active span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:focus span::before {
  transition: 0.2s;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  color: #fff !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
  color: #54483c !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  background-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
  background-color: #c3c3c3;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled {
  color: #fff !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled:hover {
  color: #fff !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled {
  background-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled:hover {
  background-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled:active span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled:focus span::before {
  color: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:active span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus span::before {
  color: #54483c;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed {
  border: 2px solid #9d9d9d;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:hover {
  border: 2px solid rgba(195, 195, 195, 0);
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed {
  color: #fff !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:hover {
  color: #54483c !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed {
  background-color: #9d9d9d;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed:hover {
  background-color: #c3c3c3;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
  border: 2px solid #9d9d9d;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover {
  border: 2px solid rgba(0, 0, 0, 0);
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
  box-shadow: none;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
  color: #373737 !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover {
  color: #54483c !important;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
  background-color: white;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover {
  background-color: #c3c3c3;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
  margin-left: 10px;
  margin-right: 10px;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:disabled, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:disabled {
  background-color: rgba(219, 147, 40, 0.2);
  box-shadow: none;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:active, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:active {
  box-shadow: none;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:active span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:hover span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:focus span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied:active span::before {
  transition: 0.2s;
  color: #54483c;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed #tarteaucitronAllAllowed {
  background-color: #909090;
  color: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed #tarteaucitronAllAllowed {
  border-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied #tarteaucitronAllDenied {
  background-color: #909090;
  color: #fff !important;
  box-shadow: none;
  border-color: transparent;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny span::before, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied #tarteaucitronAllDenied span::before {
  color: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow {
  background-color: #9d9d9d;
}
body #tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: #909090;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow:hover, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow:focus, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow:active,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:hover,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:focus,
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:active {
  opacity: 1 !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background: #fff;
  color: #9d9d9d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px;
  right: 5px;
  top: 28px;
  z-index: 100;
  width: 100px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel .close-cookie-x {
  color: #9d9d9d;
  padding: 5px;
  width: 9px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

#tarteaucitronManager {
  -webkit-appearance: initial;
}

/*** Tableau cookie ***/
.cw-table-container .cw-tab-cookie thead tr td {
  text-align: left;
}

.cw-table-container .cw-tab-cookie tbody tr td p {
  text-align: left;
}

@media (max-width: 992px) {
  html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
    position: relative;
  }
  html body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder {
    padding-bottom: 40px;
  }
  /*** Tableau cookie ***/
  .cw-table-container .cw-tab-cookie tbody tr td:before {
    font-weight: 600;
    font-size: 18px;
  }
  .cw-table-container .cw-tab-cookie tbody tr td:nth-child(1):before {
    content: "- Nom du cookie -";
  }
  .cw-table-container .cw-tab-cookie tbody tr td:nth-child(2):before {
    content: "- Editeur du cookie -";
  }
  .cw-table-container .cw-tab-cookie tbody tr td:nth-child(3):before {
    content: "- Finalite / Fonction -";
  }
  .cw-table-container .cw-tab-cookie tbody tr td:nth-child(4):before {
    content: "- Conservation -";
  }
}
@media (min-width: 768px) {
  body #tarteaucitronRoot button {
    margin-top: 0px !important;
  }
  body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
    padding: 15px 7px;
  }
  body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert .cookie-big-txt {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllAllowed, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied {
    padding: 15px 25px;
  }
  /*** Tableau cookie ***/
  .cw-table-container .cw-tab-cookie tbody tr td {
    white-space: unset !important;
    text-align: left !important;
    width: 25% !important;
  }
  .cw-table-container .cw-tab-cookie tbody tr td:nth-child(0n+1),
  .cw-table-container .cw-tab-cookie tbody tr td:nth-child(0n+2),
  .cw-table-container .cw-tab-cookie tbody tr td:last-child {
    max-width: 15%;
  }
}
.form-rgpd input.form-rgpd {
  margin-top: 1px;
}
.form-rgpd label {
  font-size: 12px;
  line-height: 1.3em;
  color: rgb(136.75, 136.75, 136.75);
}

.rappel-gratuit .content form .webform-component--telephone,
.flottant-rappel-gratuit .content form .webform-component--telephone,
.flottant-reservation .content form .webform-component--telephone {
  margin-bottom: 5px;
}
.rappel-gratuit .form-rgpd input.form-rgpd,
.flottant-rappel-gratuit .form-rgpd input.form-rgpd,
.flottant-reservation .form-rgpd input.form-rgpd {
  margin-top: -3px;
}

.juxtapose {
  max-width: 700px;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.juxtapose > div > a {
  display: none;
}

.juxtapose-no-logo > div > a {
  display: none;
}

.my-juxtapose {
  max-width: 500px;
  height: auto;
}

.my-juxtapose img {
  width: 100%;
  height: auto;
}

.juxtapose-small {
  max-width: 500px;
  margin: 0 auto;
}

.avant-apres-galerie-photo .juxtapose {
  margin: 1.5rem;
}

html {
  font-size: 14px;
}

body {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0em;
}

.table th {
  border: none;
}
.table th h1, .table th h2, .table th h3, .table th h4, .table th h5, .table th h6, .table th .h1, .table th .h2, .table th .h3, .table th .h4, .table th .h5, .table th .h6 {
  margin: 0;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
  .path-frontpage h1.title {
    font-size: 2.86rem;
  }
  .path-frontpage .title-h2, .path-frontpage .block-wf-contact .title-h2 {
    font-size: 2.21rem;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.node__content {
  font-size: 1rem;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  color: #222222;
}

.h1, h1 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0em;
  color: #222222;
  text-align: center;
  margin: 0 0 60px;
}
.h1 span, h1 span {
  display: inline-block;
  font-weight: 800;
}
.h2, h2, .title-h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  text-transform: none;
  font-size: 1.7rem;
  line-height: 1em;
  letter-spacing: 0em;
  margin: 30px 0 20px;
}
.h2 span, h2 span, .title-h2 span {
  display: inline-block;
}

.h3, h3, .title-h3 {
  font-size: 1.25rem;
}

.h4, h4, .title-h4 {
  font-size: 1.15rem;
}

.h5, h5, .title-h5 {
  font-size: 1.1rem;
}

.h6, h6, .title-h6 {
  font-size: 1rem;
}

a {
  transition: all 0.2s ease-in-out;
  color: #A5A692;
  text-decoration: none;
}
a:hover {
  color: rgb(188.1818181818, 188.9242424242, 174.0757575758);
  text-decoration: none;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.service {
  margin-top: 70px;
}

.btn-warning {
  color: white !important;
  text-decoration: none !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.active {
  color: white !important;
  text-decoration: none !important;
}

.field--type-image img {
  border-radius: 15px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 1.8rem;
}

.form-actions.mb-3 {
  margin-bottom: 0 !important;
}

small, .small {
  font-size: 80%;
  font-weight: inherit;
}

.rounded {
  border-radius: 15px !important;
}

#drupal-live-announce {
  height: 0;
}

.album-d11 .titre {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 120%;
  vertical-align: middle;
  color: #222222;
  margin: 0 0 10px 0;
  text-align: left;
}
.album-d11 .sous-titre {
  font-size: 1.375rem;
  font-weight: 400;
  color: #DB9328;
  line-height: 130%;
  vertical-align: middle;
  text-transform: uppercase;
}
.album-d11 .texte {
  margin-top: 1rem;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: -0.023em;
  line-height: 150%;
  vertical-align: middle;
  color: #333333;
}
.album-d11 .bloc-image {
  align-self: baseline;
}
.album-d11 .bloc-gauche .field__item {
  display: flex;
  justify-content: center;
}
.album-d11 .bloc-image img {
  width: 100%;
  height: auto;
  align-self: baseline;
  border-radius: 1rem;
}
.album-d11 .field--type-image .field__item .colorbox img {
  border-radius: 0;
}
.album-d11 .field--name-field-bouton a {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  width: 177.7px;
  height: 44px;
  background-color: #DB9328;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.023em;
  horiz-align: center;
  vertical-align: middle;
}

.bloc-avis-client h2, .bloc-avis-client .title-h2 {
  text-align: center;
  color: #222222;
  font-size: 1.7rem;
}

.bloc-avis-custom .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-avis-custom .swiper-pagination-bullet-active {
  background: #cecece;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.bloc-avis-custom .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  background-color: #0c0c0c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: auto;
}
.bloc-avis-custom .swiper-pagination-bullet {
  margin: 0 10px !important;
  position: relative;
}
.bloc-avis-custom .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
}
.bloc-avis-custom .avis-client {
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(12, 12, 12, 0.08);
  padding: 4%;
  height: 100%;
  background-color: #F7F4EE;
  text-align: center;
}
.bloc-avis-custom .avis-client .avis-nom {
  color: #0c0c0c;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.bloc-avis-custom .avis-client .avis-note-img img {
  max-width: 130px;
  margin: auto;
}
.bloc-avis-custom .avis-client .avis-body {
  position: relative;
}
.bloc-avis-custom .avis-client .avis-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/sites/based11/themes/cw11/images/export/quote.png");
  background-repeat: no-repeat;
  left: -15px;
  top: -5px;
}
.bloc-avis-custom .avis-swiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  max-width: 100%;
  box-sizing: border-box;
}
.bloc-avis-custom .avis-swiper .item-content {
  transition: opacity 0.3s ease;
  max-width: 400px;
  text-align: center;
}

.bloc-partenaire {
  background-color: #F7F4EE;
  padding: 5rem 0;
}
.bloc-partenaire .field__label {
  display: none;
}
.bloc-partenaire .field--type-image img {
  border-radius: 0;
}
.bloc-partenaire .field--name-field-type-paragraphe {
  margin-top: 3rem;
}
.bloc-partenaire .swiper-partenaire {
  margin: 2rem 0;
  padding: 0 5rem;
}
.bloc-partenaire .swiper-slide img {
  padding: 8%;
  margin: auto !important;
  width: auto !important;
}
.bloc-partenaire .swiper-slide {
  min-width: 250px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.bloc-partenaire .swiper-wrapper {
  align-items: center !important;
}
.bloc-partenaire .container-swiper {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.bloc-partenaire .container-swiper-slider {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bloc-partenaire .container-swiper-slider {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .bloc-partenaire .container-swiper-slider {
    max-width: 90%;
  }
}
@media (max-width: 1200px) {
  .bloc-partenaire .container-swiper {
    width: 93%;
  }
}

/* Vue Tabs */
.conseils-pratiques {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3rem;
  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.conseils-pratiques .cp-card {
  display: flex;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .conseils-pratiques .cp-card {
    min-height: 450px;
  }
}
.conseils-pratiques .cp-card .cp-date {
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
.conseils-pratiques .cp-card .cp-title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
.conseils-pratiques .cp-card .cp-text {
  font-size: 0.9rem;
  font-family: "Outfit", sans-serif;
}
.conseils-pratiques .cp-card .cp-image, .conseils-pratiques .cp-card .cp-summary {
  flex: 1;
}
.conseils-pratiques .cp-card .cp-image img {
  width: 100%;
  height: 100%;
  border-radius: 1rem 0 0 1rem !important;
}
.conseils-pratiques .cp-card .cp-summary {
  border-radius: 0 1rem 1rem 0 !important;
}
.conseils-pratiques .cp-card .cp-summary .content {
  padding: 12%;
  height: 100%;
}
.conseils-pratiques .cp-card .cp-card-show .btn {
  width: 100%;
}
.conseils-pratiques .username {
  color: rgb(219, 147, 40);
  text-decoration: underline;
}

.conseils-pratiques .col:nth-child(odd) .cp-summary, .conseils-pratiques [class^=col-]:nth-child(odd) .cp-summary {
  background-color: #333333;
  color: #fff;
}

.conseils-pratiques .col:nth-child(even) .cp-summary, .conseils-pratiques [class^=col-]:nth-child(even) .cp-summary {
  background-color: #F7F4EE;
}
.conseils-pratiques .col:nth-child(even) .cp-summary .cp-date, .conseils-pratiques [class^=col-]:nth-child(even) .cp-summary .cp-date {
  color: #717171;
}
.conseils-pratiques .col:nth-child(even) .cp-summary .cp-title, .conseils-pratiques [class^=col-]:nth-child(even) .cp-summary .cp-title {
  color: #0c0c0c;
}
.conseils-pratiques .col:nth-child(even) .cp-summary .cp-text, .conseils-pratiques [class^=col-]:nth-child(even) .cp-summary .cp-text {
  color: #232323;
}

@media (max-width: 768px) {
  .conseils-pratiques .cp-card {
    flex-direction: column;
  }
  .conseils-pratiques .cp-card .cp-image img {
    object-fit: cover;
    max-height: 200px;
    border-radius: 1rem 1rem 0 0 !important;
  }
  .conseils-pratiques .cp-card .cp-summary {
    border-radius: 0 0 1rem 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .conseils-pratiques .cp-card {
    max-height: 420px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .conseils-pratiques .cp-card .cp-title {
    font-size: 1.01rem;
  }
  .conseils-pratiques .cp-card .cp-date {
    font-size: 0.7rem;
  }
}
/* Vue block PA */
.conseils-pratiques .title-h2 {
  text-align: center;
  font-size: 1.7rem;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  color: #222222;
}
.conseils-pratiques .content .carousel .carousel-item {
  transition: transform 0.3s ease-in-out !important;
}

/* Vue content */
.conseils-pratiques .titre {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 120%;
  vertical-align: middle;
  color: #222222;
  margin: 0 0 10px 0;
  text-align: left;
}
.conseils-pratiques .sous-titre {
  font-size: 1.375rem;
  font-weight: 400;
  color: #DB9328;
  line-height: 130%;
  vertical-align: middle;
  text-transform: uppercase;
}
.conseils-pratiques .texte {
  margin-top: 1rem;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: -0.023em;
  line-height: 150%;
  vertical-align: middle;
  color: #333333;
}
.conseils-pratiques .bloc-image {
  align-self: baseline;
}
.conseils-pratiques .bloc-image img {
  width: 100%;
  height: auto;
  align-self: baseline;
}

.view-conseils-pratiques .views-exposed-form {
  margin-bottom: 20px;
}

.view-conseils-pratiques .form-item-field-categorie-value {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
}

.view-conseils-pratiques .form-item-field-categorie-value .form-radios {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.view-conseils-pratiques .form-item-field-categorie-value label {
  padding: 12px 24px;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
  transition: all 0.3s;
  background: #f5f5f5;
  margin-right: 2px;
}

.view-conseils-pratiques .form-item-field-categorie-value input[type=radio]:checked + label {
  background: white;
  border-color: #e0e0e0;
  border-bottom-color: white;
  position: relative;
  bottom: -2px;
}

.view-conseils-pratiques .form-item-field-categorie-value input[type=radio] {
  display: none;
}

.cw-pagination {
  display: flex;
  justify-content: center;
}
.cw-pagination .pagination {
  align-items: baseline;
}
.cw-pagination .pagination .page-item.active {
  background-color: #F7F4EE;
  border-radius: 5px;
}
.cw-pagination .pagination .page-item .page-link {
  background-color: inherit;
  border: inherit;
  border-radius: 5px;
  color: #494949;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 3px;
}
.cw-pagination .pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.15rem rgba(73, 73, 73, 0.25);
}
.cw-pagination .pagination .page-item .page-link span {
  color: rgb(219, 147, 40);
  font-size: 2rem;
}

.author-page .title-h2 {
  text-align: left;
}

.contact-accueil {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloc-content-image-droite .titre {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 120%;
  vertical-align: middle;
  color: #222222;
  margin: 0 0 10px 0;
  text-align: left;
}
.bloc-content-image-droite .sous-titre {
  font-size: 1.375rem;
  font-weight: 400;
  color: #DB9328;
  line-height: 130%;
  vertical-align: middle;
}
.bloc-content-image-droite .texte {
  margin-top: 1rem;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: -0.023em;
  line-height: 150%;
  vertical-align: middle;
  color: #333333;
}
.bloc-content-image-droite .bloc-image {
  align-self: baseline;
}
.bloc-content-image-droite .bloc-image img {
  width: 100%;
  height: auto;
  align-self: baseline;
}
.bloc-content-image-droite .field--name-field-bouton a {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  width: 177.7px;
  height: 44px;
  background-color: #DB9328;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.023em;
  horiz-align: center;
  vertical-align: middle;
}

.block-footer {
  width: 100%;
  padding: 3rem 1rem;
  background-color: #F7F4EE;
}

.ft-denomination {
  color: #494949;
}

.ft-slogan {
  color: #494949;
}

.ft-adresse {
  color: #494949;
}

.ft-telephone a {
  color: #494949;
}
.ft-telephone a:hover {
  color: #A5A692;
}

.ft-horaire {
  color: #494949;
}

.footer-bottom {
  background-color: #373737;
  padding-top: 1.95rem;
  padding-bottom: 1.95rem;
}
.footer-bottom p {
  font-family: "Outfit", sans-serif;
  font-size: 0.8rem;
  color: #fff;
}

.galerie-d11 {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.galerie-d11 .galerie-title {
  font-size: 2rem;
  color: #222222;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  vertical-align: middle;
  margin: 0 0 10px 0;
  text-align: left;
  height: 1.4em;
  overflow: visible;
  display: flex;
  align-items: flex-end;
}
.galerie-d11 .galerie-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  color: #DB9328;
  line-height: 130%;
  vertical-align: middle;
  text-transform: uppercase;
}
.galerie-d11 .galerie-text {
  margin-top: 1rem;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 150%;
  vertical-align: middle;
  color: #494949;
  padding: 0 4%;
}
.galerie-d11 .galerie-card {
  position: relative;
  padding: 3%;
  margin-top: 2rem;
}
.galerie-d11 .galerie-card:before {
  background: #fff;
  border-radius: 1.5rem;
  content: "";
  position: absolute;
  box-shadow: 0 0.5rem 1rem rgba(12, 12, 12, 0.08);
  left: 0;
  top: -10px;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.galerie-d11 .galerie-image img {
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .galerie-d11 .galerie-card {
    height: inherit;
  }
  .galerie-d11 .galerie-image {
    width: 100%;
    aspect-ratio: 48/50;
    overflow: hidden;
  }
  .galerie-d11 .galerie-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  .galerie-d11 .galerie-card {
    padding: 7% 5%;
  }
  .galerie-d11 .galerie-card:before {
    width: 85%;
    height: 95%;
  }
}
@media (min-width: 768px) {
  .galerie-d11 .galerie-image img {
    transform: scale(1.15);
  }
}
@media (min-width: 992px) {
  .galerie-d11 .galerie-image img {
    transform: scale(1.2);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .galerie-d11 .galerie-title {
    font-size: 1.6rem;
  }
  .galerie-d11 .galerie-subtitle {
    font-size: 1rem;
  }
  .galerie-d11 .galerie-card-show .btn {
    padding: 10px 30px;
  }
}

.field--type-image.field__item .image-item, .field--type-image .field__item .image-item {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  border-radius: 0.5rem;
}
.field--type-image.field__item .image-item img, .field--type-image .field__item .image-item img {
  filter: brightness(1) blur(0px);
  transition: opacity 0.3s, transform 0.4s, filter 0.2s;
  border-radius: 0;
}
.field--type-image.field__item .image-item .show-more, .field--type-image .field__item .image-item .show-more {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  color: #fff;
}
.field--type-image.field__item .image-item .show-more .icon, .field--type-image .field__item .image-item .show-more .icon {
  transform: rotate(225deg);
}
.field--type-image.field__item .image-item .show-more .icon:before, .field--type-image .field__item .image-item .show-more .icon:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 1.2rem;
  content: "\f0b2";
  display: block;
  transform: scale(1);
  transition: all 0.2s;
}
.field--type-image.field__item .image-item .show-more .title, .field--type-image .field__item .image-item .show-more .title {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  display: block;
  opacity: 0;
  transition: all 0.8s 0.2s;
}
.field--type-image.field__item .image-item:hover img, .field--type-image .field__item .image-item:hover img {
  transform: scale(1.6);
  filter: brightness(0.5) blur(1px);
}
.field--type-image.field__item .image-item:hover .show-more, .field--type-image .field__item .image-item:hover .show-more {
  opacity: 0.5;
  transition: all 0.2s;
}
.field--type-image.field__item .image-item:hover .show-more .icon:before, .field--type-image .field__item .image-item:hover .show-more .icon:before {
  transform: scale(1.5);
  transition: all 0.6s;
}
.field--type-image.field__item .image-item:hover .title, .field--type-image .field__item .image-item:hover .title {
  opacity: 1;
}
.field--type-image.field__item .image-item:hover, .field--type-image.field__item .image-item:active, .field--type-image.field__item .image-item:focus, .field--type-image .field__item .image-item:hover, .field--type-image .field__item .image-item:active, .field--type-image .field__item .image-item:focus {
  border-radius: 0.5rem;
}

.popup-overlay {
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: rgba(255, 255, 255, 0.3);
}
.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}
.popup-overlay .popup-description {
  font-size: 1rem;
  line-height: 1.4;
  color: #0c0c0c;
  text-align: left;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.popup-overlay .popup-description.active {
  min-width: 0;
}
.popup-overlay .popup-content {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: auto;
  width: auto;
  max-width: 1143px;
  max-height: 80vh;
  margin: 0 50px;
  background: #fff;
  border-radius: 20px;
  transition: width 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.popup-overlay .popup-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: transparent;
}
.popup-overlay .popup-content::-webkit-scrollbar-track {
  margin: 20px 0;
  background: transparent;
}
.popup-overlay .popup-content::-webkit-scrollbar-thumb {
  transition: background-color 1s ease;
  background: rgba(0, 0, 0, 0.35);
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 999px;
}
.popup-overlay .popup-content::-webkit-scrollbar-thumb:hover, .popup-overlay .popup-content::-webkit-scrollbar-thumb:active {
  transition: background-color 1s ease;
  border: 2px solid transparent;
}
.popup-overlay .popup-content::-webkit-scrollbar-track-piece {
  background: transparent;
}
.popup-overlay .popup-content::-moz-scrollbar-button, .popup-overlay .popup-content::-webkit-scrollbar-button {
  width: 0px;
}
@media (hover: none) and (pointer: coarse) {
  .popup-overlay .popup-content::-webkit-scrollbar {
    width: 12px;
  }
}
.popup-overlay .popup-content .popup-close-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 30;
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  transition: background-color 0.15s ease;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  font-size: 1.05rem;
  line-height: 1;
  color: #fff;
}
.popup-overlay .popup-content .popup-close-icon:hover {
  background: rgba(0, 0, 0, 0.3);
}
.popup-overlay .popup-content .popup-close-icon i {
  pointer-events: none;
}
.popup-overlay .popup-content .popup-image {
  object-fit: cover;
  width: 100%;
  max-height: 60vh;
}
.popup-overlay .popup-content .popup-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  background: #fff;
  color: #0c0c0c;
}
.popup-overlay .popup-content .popup-info .popup-close {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  outline: none;
  align-self: flex-start;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease;
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 0.3rem;
  font-size: 1rem;
  color: #0c0c0c;
}
.popup-overlay .popup-content .popup-info .popup-close:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}
.popup-overlay .popup-content .popup-info .popup-close:hover i {
  transform: translateX(-5px);
  transition: transform 0.2s ease;
}
.popup-overlay .popup-content .popup-info .popup-close i {
  margin-right: 10px;
  transition: transform 0.2s ease;
  color: rgb(219, 147, 40);
}
.popup-overlay.active .popup-content {
  transform: scale(1);
}
@media (max-width: 768px) {
  .popup-overlay .popup-content {
    max-width: 95%;
  }
  .popup-overlay .popup-content .popup-image {
    max-height: 50vh;
  }
  .popup-overlay .popup-content .popup-info {
    padding: 1rem;
  }
  .popup-overlay .popup-content .popup-description {
    margin-top: 1rem;
    padding: 0 2rem;
    line-height: 1.5;
    text-align: left;
  }
}

.popup-overlay.active {
  display: flex;
}

/* Flèches previous / next */
.popup-prev,
.popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(219, 147, 40);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.2s ease;
}
.popup-prev i,
.popup-next i {
  color: rgb(219, 147, 40);
}

.popup-prev:hover,
.popup-next:hover {
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.popup-prev {
  left: 7%;
}

.popup-next {
  right: 7%;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
  .popup-prev {
    left: 10px;
  }
  .popup-next {
    right: 10px;
  }
  .popup-prev,
  .popup-next {
    font-size: 1.5rem;
    padding: 8px 12px;
    top: 40%;
  }
}
/* Description et boutons de fermeture */
.popup-info {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.popup-close,
.popup-close-icon {
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
}

.bloc-header {
  position: relative;
  min-height: calc(100vh - 200px);
  overflow: hidden;
}

.carousel-background {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.carousel-background .swiper-slide {
  height: 100%;
}
.carousel-background .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}
.carousel-background .swiper-pagination {
  display: none !important;
}

.informations-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
  text-align: left;
  z-index: 2;
}
@media (min-width: 1200px) {
  .informations-header {
    left: 48%;
  }
}
@media (min-width: 1600px) {
  .informations-header {
    left: 40%;
  }
}

.h1-header {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-size: clamp(2rem, 7vw, 4rem);
  margin-bottom: 0;
}
.h1-header strong, .h1-header b {
  font-weight: 800;
}

.slogan-header {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.slogan-header strong, .slogan-header b {
  font-weight: 800;
}

.bloc-header .swiper .swiper-slide {
  position: relative;
}
.bloc-header .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .bloc-header {
    min-height: calc(100vh - 60px);
  }
}
@media (max-width: 767.98px) {
  .informations-header {
    width: 85%;
    text-align: center;
  }
  .h1-header {
    text-align: center;
  }
}
.bloc-infos-header {
  display: none;
}

@media (max-width: 991.98px) {
  .bloc-infos-header {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.55);
    z-index: 2;
    min-height: 52px;
    backdrop-filter: blur(2px);
  }
  .bloc-infos-header .content {
    padding: 15px 0.5rem;
    margin: auto;
    width: 70%;
  }
  .bloc-infos-header .content a {
    color: #fff;
  }
  .bloc-infos-header .content a i {
    font-size: 1.4rem;
  }
}
.services-cards {
  position: relative;
  z-index: 3;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .services-cards {
    margin-top: -120px;
  }
}
.services-cards .field__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .services-cards .field__items {
    gap: 20px;
  }
}
.services-cards .field__items .field__item .service-card {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 250px;
  max-width: 280px;
  flex: 0 1 280px;
}
@media (max-width: 767px) {
  .services-cards .field__items .field__item .service-card {
    min-width: 180px;
    max-width: 220px;
    flex: 0 1 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-cards .field__items .field__item .service-card {
    min-width: 200px;
    max-width: 250px;
    flex: 0 1 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-cards .field__items .field__item .service-card {
    min-width: 180px;
    max-width: 200px;
    flex: 0 1 200px;
  }
}
@media (min-width: 992px) {
  .services-cards .field__items:has(.field__item:nth-child(4)) .field__item .service-card {
    flex: 0 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

.service-card {
  border-radius: 8px;
  position: relative;
  min-height: 240px;
  perspective: 1000px;
}
.service-card .service-card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.service-card:hover .service-card-inner {
  transform: rotateY(180deg);
}
.service-card .service-card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-card .service-card-front {
  background: #F7F4EE;
  padding: 40px 20px;
}
@media (max-width: 480px) {
  .service-card .service-card-front {
    padding: 30px 15px;
  }
}
.service-card .service-card-back {
  background-color: #F7F4EE;
  transform: rotateY(180deg);
  padding: 0 2%;
}
.service-card .service-card-back .btn {
  cursor: pointer;
}
.service-card:hover .service-card-back .arrow-icon {
  transform: translateX(10px);
}
.service-card:hover .service-card-face {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.service-card .service-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}
.service-card .service-icon img {
  max-width: 100%;
  height: auto;
}
.service-card .service-title {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0c0c0c;
  margin: 1rem 0;
  text-transform: uppercase;
}

.not-front .bloc-header {
  min-height: 340px;
  max-height: 340px;
  position: relative;
}
.not-front .bloc-header .field--type-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  filter: blur(4px) brightness(0.9);
}
@media (min-width: 992px) {
  .not-front .bloc-header .field--type-image img {
    filter: blur(2px) brightness(0.9);
  }
}
.not-front .bloc-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 70%);
  z-index: 1;
  pointer-events: none;
}
.not-front .bloc-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(255, 255, 255, 0) 98%, rgb(255, 255, 255) 100%);
}

.introduction-acc {
  margin: 0 -21px;
}
@media (min-width: 992px) {
  .introduction-acc {
    margin-left: -23px;
    margin-right: -23px;
  }
}
.introduction-acc {
  position: relative;
}
.introduction-acc:before {
  background: #F7F4EE;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
.introduction-acc .container {
  padding: 3rem 1rem;
}
.introduction-acc h2 {
  color: #222222;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.introduction-acc .chiffres-cle {
  padding: 2%;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(12, 12, 12, 0.08);
  z-index: 3;
}
.introduction-acc .chiffre-cle {
  font-size: 1.5rem;
  font-family: "Figtree", sans-serif;
  text-align: center;
  line-height: 1.2;
}
.introduction-acc .chiffre-cle span {
  font-size: 3rem;
  font-weight: 800;
  color: rgb(219, 147, 40);
}

.introduction-acc .intro-img .field__items {
  display: flex;
  flex-direction: row;
}
.introduction-acc .intro-img .field__items .field__item:first-child {
  transform: translateX(15px);
  z-index: 2;
}
.introduction-acc .intro-img .field__items .field__item:last-child {
  transform: translate(-15px, -30px);
  z-index: 1;
}
.introduction-acc .field[class*=-galerie-photos] .field__item {
  width: 45%;
}
.introduction-acc .chiffres-cle {
  margin-top: 3rem;
}
.introduction-acc .btn {
  margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .introduction-acc .chiffre-cle {
    font-size: 1rem;
  }
  .introduction-acc .chiffre-cle span {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .introduction-acc h2 {
    text-align: left;
  }
  .introduction-acc .intro-img {
    transform: translateY(30px);
  }
  .introduction-acc .chiffres-cle {
    margin-top: inherit;
    position: relative;
    transform: translateY(-30px);
  }
}
@media (min-width: 576px) {
  .introduction-acc:before {
    height: 100%;
  }
}
.quicktabs-custom {
  margin-bottom: 3rem;
}
.quicktabs-custom ul.quicktabs-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.quicktabs-custom .list-group-item {
  border: none;
  border-bottom: 1px solid rgb(219, 147, 40);
}
.quicktabs-custom .list-group-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #494949;
  letter-spacing: 0.05rem;
  padding: 10px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.quicktabs-custom .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.quicktabs-custom .list-group-item.active {
  border: 1px solid rgb(219, 147, 40);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: inherit;
}
.quicktabs-custom .list-group-item.active a {
  color: rgb(219, 147, 40);
  font-weight: 500;
}

#invert .col:first-child {
  order: 2;
}
#invert .col:last-child {
  order: 1;
}

.field-carousel img {
  border-radius: 15px;
}
.field-carousel .carousel-inner {
  border-radius: 15px;
  overflow: hidden;
}

.paragraph-2col-text .paragraph-style-1 {
  margin: 3rem auto;
}
.paragraph-2col-text .paragraph-style-1 [class^=bloc-] {
  padding: 6%;
  border-radius: 15px;
}
.paragraph-2col-text .paragraph-style-1 .bloc-droite {
  background-color: #F7F4EE;
}
.paragraph-2col-text .paragraph-style-2 h2 {
  margin-top: 0;
}
.paragraph-2col-text .paragraph-style-2 .bloc-gauche {
  background-color: #F7F4EE;
  padding: 6%;
  border-radius: 15px;
}
.paragraph-2col-text .paragraph-style-2 .bloc-droite {
  background-color: #FCFCFA;
  padding: 6%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .paragraph-2col-text .paragraph-style-2 .bloc-gauche {
    transform: translateX(6%);
    position: relative;
    z-index: 1;
  }
  .paragraph-2col-text .paragraph-style-2 .bloc-droite {
    margin-top: 3rem;
    padding: 10% 8% 10% 14%;
    transform: translateX(-6%);
    position: relative;
    z-index: 0;
  }
  .paragraph-2col-text .paragraph-style-2 #invert .bloc-gauche {
    margin-top: 3rem;
    transform: translateX(-6%);
  }
  .paragraph-2col-text .paragraph-style-2 #invert .bloc-droite {
    margin-top: inherit;
    transform: translateX(6%);
    padding: 10% 14% 10% 8%;
  }
}

.paragraph-2col-text-image .bloc-droite {
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph-2col-text-image #invert {
    transform: translateX(-6%);
  }
  .paragraph-2col-text-image #invert .bloc-droite {
    text-align: center;
  }
}
.paragraph-2col-text-image .paragraph-style-1 h2 {
  margin-top: 0;
}
.paragraph-2col-text-image .paragraph-style-1 .bloc-gauche {
  background-color: #FCFCFA;
  padding: 6%;
  border-radius: 15px;
}
.paragraph-2col-text-image .paragraph-style-1 .bloc-droite, .paragraph-2col-text-image .paragraph-style-1 .bloc-droite img {
  border-radius: 15px;
}
.paragraph-2col-text-image .paragraph-style-1 .field--name-field-image .field__item {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 768px) {
  .paragraph-2col-text-image .paragraph-style-1 .row .col:first-child {
    position: relative;
    background-color: inherit;
  }
  .paragraph-2col-text-image .paragraph-style-1 .row .col:first-child:before {
    background: #FCFCFA;
    border-radius: 15px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 150%;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .paragraph-2col-text-image .paragraph-style-1 .bloc-gauche {
    transform: translateX(6%);
    padding: 10% 14% 10% 8%;
    position: relative;
    z-index: 0;
  }
  .paragraph-2col-text-image .paragraph-style-1 .bloc-droite {
    margin-top: 3rem;
    text-align: left;
    transform: translateX(-6%);
    position: relative;
    z-index: 1;
  }
  .paragraph-2col-text-image .paragraph-style-1 #invert .bloc-gauche {
    margin-top: inherit;
    transform: translateX(-6%);
    padding: 10% 8% 10% 14%;
  }
  .paragraph-2col-text-image .paragraph-style-1 #invert .bloc-droite {
    margin-top: 3rem;
    transform: translateX(6%);
    text-align: right;
  }
}
.paragraph-2col-text-image:has(.paragraph-style-2) {
  background-color: #F7F4EE;
  margin-left: -23px;
  margin-right: -23px;
  padding: 0.25rem 0;
}

.bloc-carousel .bloc-droite img {
  border-radius: 1rem;
}
@media (min-width: 1200px) {
  .bloc-carousel [class^=bloc-] {
    padding: 6%;
    border-radius: 1rem;
  }
}
@media (min-width: 992px) {
  .bloc-carousel {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 768px) {
  .bloc-carousel .bloc-gauche, .bloc-carousel .bloc-droite {
    padding: 0 30px;
  }
}

.paragraph-2col-carousel {
  position: relative;
  background-color: #F7F4EE;
  padding: 3rem 0 5rem 0;
}
.paragraph-2col-carousel .swiper-pagination {
  bottom: 25px !important;
}
@media (min-width: 576px) {
  .paragraph-2col-carousel .swiper-button-prev {
    left: 1%;
  }
  .paragraph-2col-carousel .swiper-button-next {
    right: 1%;
  }
}
@media (min-width: 1400px) {
  .paragraph-2col-carousel .swiper-button-prev {
    left: 8%;
  }
  .paragraph-2col-carousel .swiper-button-next {
    right: 8%;
  }
  .paragraph-2col-carousel .swiper-pagination {
    bottom: 30px !important;
  }
}

/**********************************************************************************************************/
/*****    NOTE: Le nombre de colonnes en "lg" est défini directement via la galerie dans drupal
          pour laisser le choix à l'utilisateur. Seul le nb de colonnes en mobile est défini ici.    *****/
/*** on détermine ici le nombre de colonnes par resolution ***/
/*** détermine espacement entre les img. Mettre 0 pour qu'elles soient collées ensemble.

/* ---- grid ---- */
.galerie-mansonary {
  margin-top: 60px;
}
.galerie-mansonary.grid {
  background: transparent;
  margin: 0 20px;
  padding: 3rem 0 0;
}
.galerie-mansonary {
  /* clear fix */
}
.galerie-mansonary.grid:after {
  content: "";
  display: block;
  clear: both;
}
.galerie-mansonary {
  /* ---- .grid-item ---- */
}
.galerie-mansonary .grid-sizer,
.galerie-mansonary .grid-item {
  width: 100%;
}
.galerie-mansonary .grid-item {
  padding: 5px;
  box-shadow: none;
}
.galerie-mansonary .grid-item .grid-item-link {
  background-image: url("../images/bg-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.galerie-mansonary .grid-item .grid-item-link img {
  display: block;
  width: 100%;
  transition: opacity 1s ease, transform 1.2s ease;
}
.galerie-mansonary .grid-item .grid-item-link img:hover {
  transform: scale(1.2);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.galerie-mansonary .grid-item .grid-item-link:hover {
  background-color: rgb(219, 147, 40);
}

/**** QUERIES ****/
@media (min-width: 576px) {
  .galerie-mansonary .grid-sizer,
  .galerie-mansonary .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .galerie-mansonary .grid-sizer,
  .galerie-mansonary .grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .galerie-mansonary.grid {
    margin: 0 auto;
  }
  .galerie-mansonary .nb_col_3 {
    width: 33.3333333333%;
  }
  .galerie-mansonary .nb_col_4 {
    width: 25%;
  }
  .galerie-mansonary .nb_col_5 {
    width: 20%;
  }
  .galerie-mansonary .nb_col_6 {
    width: 16.6666666667%;
  }
}

.galerie-standard {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 3rem 0 0;
}
.galerie-standard .field__item {
  padding: 5px;
  box-shadow: none;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .galerie-standard.nb_col_3 .field__item {
    width: 33.333%;
  }
  .galerie-standard.nb_col_4 .field__item {
    width: 25%;
  }
  .galerie-standard.nb_col_5 .field__item {
    width: 20%;
  }
  .galerie-standard.nb_col_6 .field__item {
    width: 16.666%;
  }
}

.swiper {
  width: 100%;
  margin: 0 auto;
  user-select: none; /* empêche la sélection du texte */
  -webkit-user-drag: none; /* empêche le drag involontaire */
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-realisations .swiper-slide img, .bloc-partenaire .swiper-slide img, .paragraph-2col-carousel .swiper-slide img, .carousel-background .swiper-slide img {
  border-radius: 15px;
}
.slider-realisations, .bloc-partenaire, .paragraph-2col-carousel, .carousel-background {
  /* Code réutilisé -> à optimiser */
}
.slider-realisations .swiper-button-next, .slider-realisations .swiper-button-prev, .bloc-partenaire .swiper-button-next, .bloc-partenaire .swiper-button-prev, .paragraph-2col-carousel .swiper-button-next, .paragraph-2col-carousel .swiper-button-prev, .carousel-background .swiper-button-next, .carousel-background .swiper-button-prev {
  background-color: rgba(64, 44, 29, 0.4);
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(12, 12, 12, 0.1);
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
}
.slider-realisations .swiper-button-prev:after, .bloc-partenaire .swiper-button-prev:after, .paragraph-2col-carousel .swiper-button-prev:after, .carousel-background .swiper-button-prev:after {
  background: url("/sites/based11/themes/cw11/images/part-arrow-left.svg") no-repeat center;
}
.slider-realisations .swiper-button-next:after, .bloc-partenaire .swiper-button-next:after, .paragraph-2col-carousel .swiper-button-next:after, .carousel-background .swiper-button-next:after {
  background: url("/sites/based11/themes/cw11/images/part-arrow-right.svg") no-repeat center;
}
.slider-realisations .swiper-pagination, .bloc-partenaire .swiper-pagination, .paragraph-2col-carousel .swiper-pagination, .carousel-background .swiper-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-realisations .swiper-pagination-bullet-active, .bloc-partenaire .swiper-pagination-bullet-active, .paragraph-2col-carousel .swiper-pagination-bullet-active, .carousel-background .swiper-pagination-bullet-active {
  background: #cecece;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.slider-realisations .swiper-pagination-bullet-active:before, .bloc-partenaire .swiper-pagination-bullet-active:before, .paragraph-2col-carousel .swiper-pagination-bullet-active:before, .carousel-background .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  background-color: #0c0c0c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: auto;
}
.slider-realisations .swiper-pagination-bullet, .bloc-partenaire .swiper-pagination-bullet, .paragraph-2col-carousel .swiper-pagination-bullet, .carousel-background .swiper-pagination-bullet {
  margin: 0 10px !important;
  position: relative;
}
.slider-realisations .swiper-pagination-bullet:after, .bloc-partenaire .swiper-pagination-bullet:after, .paragraph-2col-carousel .swiper-pagination-bullet:after, .carousel-background .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
}
.slider-realisations, .bloc-partenaire, .paragraph-2col-carousel, .carousel-background {
  /* Fin Code réutilisé -> à optimiser */
}

.zone-intervention {
  background-color: #fff;
  position: relative;
}
.zone-intervention:before {
  background: #F7F4EE;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
}
.zone-intervention .container, .zone-intervention .container-md, .zone-intervention .container-lg {
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.zone-intervention h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
}
.zone-intervention .zi-img iframe {
  border-radius: 1rem;
}
.zone-intervention .zi-content {
  text-align: center;
}

@media (min-width: 768px) {
  .zone-intervention:before {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 70%;
  }
  .zone-intervention .zi-content {
    text-align: left;
  }
}
#block-cw-sass-bs4-footercoordonneescustom [class*=cw-follow-us-] a > i, #block-cw-sass-bs4-footercoordonneescustom [class*=cw-follow-us-] a > em i {
  padding-left: 6px;
}

/* Correction cw-ibox */
.cw-ibox {
  margin: 1rem auto;
}

.cw-ibox > :first-child {
  margin-top: 0;
}

h2 {
  margin: 15px 0;
}

.carousel:not(.field-carousel) .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  bottom: -60px;
}

.swiper-pagination-bullet-active {
  backdrop-filter: blur(7px);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
}

.carousel:not(.field-carousel) .carousel-indicators button {
  margin: 0 10px !important;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  position: relative;
  border: none !important;
}
.carousel:not(.field-carousel) .carousel-indicators button.active {
  backdrop-filter: blur(7px);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
}
.carousel:not(.field-carousel) .carousel-indicators button:not(.active):before {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: auto;
}
.carousel:not(.field-carousel) .carousel-indicators button:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
}

.carousel:not(.field-carousel) .carousel-indicators button.active {
  background: #cecece;
  position: relative;
  min-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.carousel:not(.field-carousel) .carousel-indicators button.active:before {
  content: "";
  position: absolute;
  background-color: #0c0c0c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: auto;
}

.content img {
  max-width: 100%;
  height: auto;
}

.node > header > div button.trigger {
  display: none;
}

.font-family-title {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400;
}
.font-family-title strong, .font-family-title b {
  font-weight: 800;
}

.font-family-primary {
  font-family: "Outfit", sans-serif !important;
  font-weight: 300;
}
.font-family-primary strong, .font-family-primary b {
  font-weight: 500;
}

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