@charset "UTF-8";
/**
 * Create variables for the media queries
 * @param  {string} $breakpoint The breakpoint
 * @param  {string} $type       Type of media query (up or down)
 * @return {string}             A media query expression
 */
@import "lib/normalize.css";
html {
  box-sizing: border-box;
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

html,
input,
select,
button,
textarea {
  font-family: "Fira Sans Condensed", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-size: 0.875em;
  color: #201f1f;
  background: #f2f0f0;
  line-height: 1.2;
  margin: 0;
}

img, svg {
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* avoid blue outline from android */
}

p,
ul,
ol,
blockquote {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 0;
  list-style: none;
}

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

h1,
h2,
h3,
h4 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-weight: 700;
}

sup {
  font-weight: 400;
  font-size: 60%;
  margin-left: 2px;
}

.o-grid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.o-grid__row {
  display: flex;
  flex-wrap: wrap;
}
.o-grid__col-m, .o-grid__col-m-12, .o-grid__col-m-11, .o-grid__col-m-10, .o-grid__col-m-9, .o-grid__col-m-8, .o-grid__col-m-7, .o-grid__col-m-6, .o-grid__col-m-5, .o-grid__col-m-4, .o-grid__col-m-3, .o-grid__col-m-2, .o-grid__col-m-1, .o-grid__col-s, .o-grid__col-s-12, .o-grid__col-s-11, .o-grid__col-s-10, .o-grid__col-s-9, .o-grid__col-s-8, .o-grid__col-s-7, .o-grid__col-s-6, .o-grid__col-s-5, .o-grid__col-s-4, .o-grid__col-s-3, .o-grid__col-s-2, .o-grid__col-s-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 0px) {
  .o-grid__col-m, .o-grid__col-m-12, .o-grid__col-m-11, .o-grid__col-m-10, .o-grid__col-m-9, .o-grid__col-m-8, .o-grid__col-m-7, .o-grid__col-m-6, .o-grid__col-m-5, .o-grid__col-m-4, .o-grid__col-m-3, .o-grid__col-m-2, .o-grid__col-m-1, .o-grid__col-s, .o-grid__col-s-12, .o-grid__col-s-11, .o-grid__col-s-10, .o-grid__col-s-9, .o-grid__col-s-8, .o-grid__col-s-7, .o-grid__col-s-6, .o-grid__col-s-5, .o-grid__col-s-4, .o-grid__col-s-3, .o-grid__col-s-2, .o-grid__col-s-1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1100px) {
  .o-grid__col-m, .o-grid__col-m-12, .o-grid__col-m-11, .o-grid__col-m-10, .o-grid__col-m-9, .o-grid__col-m-8, .o-grid__col-m-7, .o-grid__col-m-6, .o-grid__col-m-5, .o-grid__col-m-4, .o-grid__col-m-3, .o-grid__col-m-2, .o-grid__col-m-1, .o-grid__col-s, .o-grid__col-s-12, .o-grid__col-s-11, .o-grid__col-s-10, .o-grid__col-s-9, .o-grid__col-s-8, .o-grid__col-s-7, .o-grid__col-s-6, .o-grid__col-s-5, .o-grid__col-s-4, .o-grid__col-s-3, .o-grid__col-s-2, .o-grid__col-s-1 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 0px) {
  .o-grid__col-s {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .o-grid__col-s-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .o-grid__col-s-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .o-grid__col-s-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .o-grid__col-s-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__col-s-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .o-grid__col-s-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .o-grid__col-s-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__col-s-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .o-grid__col-s-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .o-grid__col-s-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__col-s-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .o-grid__col-s-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .o-grid__col-s-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__col--pull-s-0 {
    right: auto;
  }

  .o-grid__col--pull-s-1 {
    right: 8.3333333333%;
  }

  .o-grid__col--pull-s-2 {
    right: 16.6666666667%;
  }

  .o-grid__col--pull-s-3 {
    right: 25%;
  }

  .o-grid__col--pull-s-4 {
    right: 33.3333333333%;
  }

  .o-grid__col--pull-s-5 {
    right: 41.6666666667%;
  }

  .o-grid__col--pull-s-6 {
    right: 50%;
  }

  .o-grid__col--pull-s-7 {
    right: 58.3333333333%;
  }

  .o-grid__col--pull-s-8 {
    right: 66.6666666667%;
  }

  .o-grid__col--pull-s-9 {
    right: 75%;
  }

  .o-grid__col--pull-s-10 {
    right: 83.3333333333%;
  }

  .o-grid__col--pull-s-11 {
    right: 91.6666666667%;
  }

  .o-grid__col--pull-s-12 {
    right: 100%;
  }

  .o-grid__col--push-s-0 {
    left: auto;
  }

  .o-grid__col--push-s-1 {
    left: 8.3333333333%;
  }

  .o-grid__col--push-s-2 {
    left: 16.6666666667%;
  }

  .o-grid__col--push-s-3 {
    left: 25%;
  }

  .o-grid__col--push-s-4 {
    left: 33.3333333333%;
  }

  .o-grid__col--push-s-5 {
    left: 41.6666666667%;
  }

  .o-grid__col--push-s-6 {
    left: 50%;
  }

  .o-grid__col--push-s-7 {
    left: 58.3333333333%;
  }

  .o-grid__col--push-s-8 {
    left: 66.6666666667%;
  }

  .o-grid__col--push-s-9 {
    left: 75%;
  }

  .o-grid__col--push-s-10 {
    left: 83.3333333333%;
  }

  .o-grid__col--push-s-11 {
    left: 91.6666666667%;
  }

  .o-grid__col--push-s-12 {
    left: 100%;
  }

  .o-grid__col--offset-s-0 {
    margin-left: 0%;
  }

  .o-grid__col--offset-s-1 {
    margin-left: 8.3333333333%;
  }

  .o-grid__col--offset-s-2 {
    margin-left: 16.6666666667%;
  }

  .o-grid__col--offset-s-3 {
    margin-left: 25%;
  }

  .o-grid__col--offset-s-4 {
    margin-left: 33.3333333333%;
  }

  .o-grid__col--offset-s-5 {
    margin-left: 41.6666666667%;
  }

  .o-grid__col--offset-s-6 {
    margin-left: 50%;
  }

  .o-grid__col--offset-s-7 {
    margin-left: 58.3333333333%;
  }

  .o-grid__col--offset-s-8 {
    margin-left: 66.6666666667%;
  }

  .o-grid__col--offset-s-9 {
    margin-left: 75%;
  }

  .o-grid__col--offset-s-10 {
    margin-left: 83.3333333333%;
  }

  .o-grid__col--offset-s-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1100px) {
  .o-grid__col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .o-grid__col-m-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .o-grid__col-m-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .o-grid__col-m-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .o-grid__col-m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__col-m-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .o-grid__col-m-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .o-grid__col-m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__col-m-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .o-grid__col-m-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .o-grid__col-m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__col-m-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .o-grid__col-m-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .o-grid__col-m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__col--pull-m-0 {
    right: auto;
  }

  .o-grid__col--pull-m-1 {
    right: 8.3333333333%;
  }

  .o-grid__col--pull-m-2 {
    right: 16.6666666667%;
  }

  .o-grid__col--pull-m-3 {
    right: 25%;
  }

  .o-grid__col--pull-m-4 {
    right: 33.3333333333%;
  }

  .o-grid__col--pull-m-5 {
    right: 41.6666666667%;
  }

  .o-grid__col--pull-m-6 {
    right: 50%;
  }

  .o-grid__col--pull-m-7 {
    right: 58.3333333333%;
  }

  .o-grid__col--pull-m-8 {
    right: 66.6666666667%;
  }

  .o-grid__col--pull-m-9 {
    right: 75%;
  }

  .o-grid__col--pull-m-10 {
    right: 83.3333333333%;
  }

  .o-grid__col--pull-m-11 {
    right: 91.6666666667%;
  }

  .o-grid__col--pull-m-12 {
    right: 100%;
  }

  .o-grid__col--push-m-0 {
    left: auto;
  }

  .o-grid__col--push-m-1 {
    left: 8.3333333333%;
  }

  .o-grid__col--push-m-2 {
    left: 16.6666666667%;
  }

  .o-grid__col--push-m-3 {
    left: 25%;
  }

  .o-grid__col--push-m-4 {
    left: 33.3333333333%;
  }

  .o-grid__col--push-m-5 {
    left: 41.6666666667%;
  }

  .o-grid__col--push-m-6 {
    left: 50%;
  }

  .o-grid__col--push-m-7 {
    left: 58.3333333333%;
  }

  .o-grid__col--push-m-8 {
    left: 66.6666666667%;
  }

  .o-grid__col--push-m-9 {
    left: 75%;
  }

  .o-grid__col--push-m-10 {
    left: 83.3333333333%;
  }

  .o-grid__col--push-m-11 {
    left: 91.6666666667%;
  }

  .o-grid__col--push-m-12 {
    left: 100%;
  }

  .o-grid__col--offset-m-0 {
    margin-left: 0%;
  }

  .o-grid__col--offset-m-1 {
    margin-left: 8.3333333333%;
  }

  .o-grid__col--offset-m-2 {
    margin-left: 16.6666666667%;
  }

  .o-grid__col--offset-m-3 {
    margin-left: 25%;
  }

  .o-grid__col--offset-m-4 {
    margin-left: 33.3333333333%;
  }

  .o-grid__col--offset-m-5 {
    margin-left: 41.6666666667%;
  }

  .o-grid__col--offset-m-6 {
    margin-left: 50%;
  }

  .o-grid__col--offset-m-7 {
    margin-left: 58.3333333333%;
  }

  .o-grid__col--offset-m-8 {
    margin-left: 66.6666666667%;
  }

  .o-grid__col--offset-m-9 {
    margin-left: 75%;
  }

  .o-grid__col--offset-m-10 {
    margin-left: 83.3333333333%;
  }

  .o-grid__col--offset-m-11 {
    margin-left: 91.6666666667%;
  }
}
.o-grid--no-gutters {
  padding-right: 0;
  padding-left: 0;
}

.o-page {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

@media (max-width: 1099px) {
  .o-wrapper {
    width: 100%;
    padding: 25px 20px;
  }
}

@media (max-width: 1099px) {
  .o-section {
    padding: 25px 20px;
  }
  .o-section.c-description {
    padding: 25px 10px;
  }
}

.o-header {
  position: relative;
  height: auto;
}
@media (min-width: 1100px) {
  .o-header {
    background: #fff;
    height: 134px;
  }
}

.o-footer {
  text-align: center;
  padding: 25px;
  background: #fff;
}
@media (min-width: 1100px) {
  .o-footer {
    text-align: right;
    padding: 45px 80px;
  }
}
.o-footer__mentions {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .o-footer__mentions {
    font-size: 16px;
    float: left;
    margin-top: 20px;
  }
}
.o-footer__contact {
  background: url("../../img/ico-phone.png") no-repeat center left;
  background-size: 24px 40px;
  padding-left: 35px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1100px) {
  .o-footer__contact {
    margin-top: 0;
    padding-left: 45px;
    background-size: 36px 60px;
  }
}
.o-footer__contact .c-title--type11 {
  font-size: 17px;
}
.o-footer__ml {
  text-align: left;
  margin-top: 30px;
  font-size: 12px;
  color: #999;
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.slick-dots li button {
  border-radius: 50px;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin: 0 5px;
  outline: 0 !important;
}
.slick-dots li.slick-active button {
  background: #000;
  border: 1px solid #000;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.slick-arrow {
  position: absolute;
  top: calc(-28px + 50%);
  z-index: 89;
  right: 0;
  /*background: #fff;*/
  /*border: 1px solid #d7d7d7;*/
  border: none;
  width: 36px !important;
  height: 50px !important;
  overflow: hidden;
  text-indent: -9999px;
  /*@media (max-width: 800px) {
  	display: none !important;
  }*/
  background: transparent;
}
@media only screen and (min-width: 850px) {
  .slick-arrow {
    background: #fff;
  }
}
@media only screen and (min-width: 850px) {
  .slick-arrow:hover {
    background: #000;
    transition: background 0.4s;
    background: #000;
  }
  .slick-arrow:hover:before {
    border-color: #fff;
  }
}

.program__list .slick-arrow {
  top: auto;
  bottom: 0;
  height: 54px;
}

.slick-prev {
  left: 0;
  right: auto;
  transition: background 0.4s;
}
.slick-prev:before {
  content: "";
  position: absolute;
  left: 12px;
  top: calc(-9px + 50%);
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  z-index: 10;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(-9px + 50%);
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(135deg);
  z-index: 10;
}

.c-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}

.c-logo {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 15px 15px 10px;
}
@media (max-width: 1099px) {
  .c-logo {
    background: #fff;
  }
}
@media (min-width: 1100px) {
  .c-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0 0;
    position: absolute;
  }
}
@media (min-width: 1100px) {
  .c-logo__img {
    margin: 0 20px;
  }
}
@media (max-width: 1099px) {
  .c-logo__img {
    width: 98px;
  }
}

.c-banner {
  text-align: center;
  background: #fff;
}
@media (max-width: 1099px) {
  .c-banner {
    padding-top: 1px;
    padding-bottom: 35px;
    /*margin-top: -85px;*/
    z-index: 3;
    position: relative;
  }
}
@media (min-width: 1100px) {
  .c-banner {
    display: inline-block;
    width: auto;
    float: right;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1100px) {
  .c-banner__text {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.c-banner__button {
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  display: inline-block;
  font-weight: bold;
  background: url("../../img/arrow-right-red.png") no-repeat center right 15px;
  background-size: 6px 10px;
  margin-top: 20px;
  transition: background 0.2s, color 0.2s;
}
.c-banner__button:hover {
  background: #000 url("../../img/arrow-right-white.png") no-repeat center right 15px;
  background-size: 6px 10px;
  color: #fff;
}
@media (min-width: 1100px) {
  .c-banner__button {
    margin: 40px 20px 0;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
  }
}

.c-title--type1 {
  font-size: 23px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .c-title--type1 {
    font-size: 39px;
    margin: 25px 0 0;
    line-height: 1;
  }
}
.c-title--type2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media (min-width: 1100px) {
  .c-title--type2 {
    font-size: 28px;
    margin: 0;
    line-height: 1.2;
  }
}
.c-title--type2-2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media (min-width: 1100px) {
  .c-title--type2-2 {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.2;
  }
}
.c-title--type2-2 span {
  color: #6eb693;
}
.c-title--type3 {
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 1100px) {
  .c-title--type3 {
    font-size: 40px;
    line-height: 42px;
  }
}
.c-title--type4 {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .c-title--type4 {
    margin-top: 20px;
  }
}
@media (min-width: 1100px) {
  .c-title--type4 {
    font-size: 26px;
  }
}
.c-title--type5 {
  font-size: 16px;
}
@media (min-width: 1100px) {
  .c-title--type5 {
    font-size: 19px;
    font-weight: 700;
  }
}
.c-title--type6 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}
@media (min-width: 1100px) {
  .c-title--type6 {
    font-size: 25px;
  }
}
.c-title--type7 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .c-title--type7 {
    font-size: 45px;
  }
}
.c-title--type8 {
  font-size: 17px;
  font-weight: 100;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .c-title--type8 {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .c-title--type9 {
    font-size: 30px;
  }
}
.c-title--type10 {
  display: block;
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .c-title--type10 {
    font-size: 33px;
  }
}
.c-title--type11 {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 1100px) {
  .c-title--type11 {
    font-size: 16px;
  }
}
.c-title--type12 {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
}
.c-title--type13 {
  font-size: 40px;
  font-weight: 400;
}
.c-title--type14 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .c-title--type14 {
    font-size: 30px;
  }
}
.c-title--type15 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .c-title--type15 {
    font-size: 40px;
    line-height: 1;
  }
}

.c-text--type1 {
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-text--type1 {
    font-size: 18px;
  }
}
.c-text--type1.variant {
  margin: 10px 0 0 0;
}
@media (min-width: 1100px) {
  .c-text--type1.variant {
    margin: 0 0 0 50px;
  }
}
.c-text--type2 {
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-text--type2 {
    font-size: 16px;
  }
}
.c-text--type3 {
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 20px 20px;
  margin: 0;
  font-weight: 100;
}
.c-text--type3 strong {
  font-weight: 700;
}
@media (min-width: 1100px) {
  .c-text--type3 {
    margin: 0;
    font-size: 30px;
    padding: 30px 20px 40px;
  }
}
.c-text--type3 .selected--lot {
  display: block;
}
@media only screen and (min-width: 850px) {
  .c-text--type3 .selected--lot {
    display: inline-block;
  }
}
.c-text--type4 {
  font-weight: 100;
}
@media (min-width: 1100px) {
  .c-text--type4 {
    font-size: 30px;
  }
}

.c-description {
  background: url("../../img/visuel01.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
  height: 260px;
}
@media (min-width: 1100px) {
  .c-description {
    background-image: url("../../img/visuel01-desk.jpg");
    /*padding: 90px 12%;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 300px;
  }
}
.c-description__container {
  background: #000;
  color: #fff;
  padding: 10px 15px 15px;
  /*&::after {
  	position: absolute;
  	content: "";
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	background: rgba(40, 38, 38, 0.6);
  	z-index: 0;
  }
  > * {
  	position: relative;
  	z-index: 2;
  }*/
}
@media (min-width: 1100px) {
  .c-description__container {
    padding: 25px 65px;
    position: relative;
    display: flex;
    align-items: center;
  }
}
.c-description__container .c-title--type12 {
  text-transform: uppercase;
  position: relative;
  padding: 30px 20px 30px;
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 3rem;
}
.c-description__container .c-title--type12:after {
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 40%;
}
@media (min-width: 1100px) {
  .c-description__container .c-title--type12 {
    text-transform: uppercase;
    position: relative;
    padding: 0 80px 0 0;
    margin: 0 80px 0 0;
    width: 340px;
    text-align: left;
    font-size: 60px;
  }
  .c-description__container .c-title--type12:after {
    content: "";
    width: 1px;
    height: 60%;
    background: #fff;
    position: absolute;
    top: 20%;
    right: 0;
  }
}
.c-description__container__content {
  padding: 0 20px 30px;
  text-align: center;
}
@media (min-width: 1100px) {
  .c-description__container__content {
    padding: 0;
    text-align: left;
  }
}
.c-description__container__content h2 {
  text-transform: none;
}
.c-description__container__content h2 + h2 {
  font-weight: 100;
  margin-top: 0;
}
.c-description__container__content h2.second {
  margin-top: 15px;
}
@media only screen and (min-width: 850px) {
  .c-description__container__content h2.second {
    margin-top: 0;
  }
}

.c-price {
  text-align: center;
  background: #fff;
}
@media (min-width: 1100px) {
  .c-price__left {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 30px;
    text-align: left;
    align-items: center;
  }
}
.c-price__right {
  padding: 0;
}
@media (min-width: 1100px) {
  .c-price__right {
    padding: 50px;
  }
}
.c-price__list {
  margin-top: 25px;
}
.c-price__item {
  margin-top: 15px;
}
.c-price__item:nth-child(1) .c-price__header {
  background: #f1f0f0;
}
.c-price__item:nth-child(2) .c-price__header {
  background: #e2e0e0;
}
.c-price__item:nth-child(3) .c-price__header {
  background: #c5c3c3;
}
.c-price__item:nth-child(4) .c-price__header {
  background: #a3a0a0;
}
.c-price__item:nth-child(5) .c-price__header {
  background: #918c8c;
}
.c-price__header {
  background: #f2f0f0;
  padding: 10px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-price__header {
    padding: 22px;
    font-size: 16px;
  }
}
.c-price__type {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 1100px) {
  .c-price__type {
    font-size: 22px;
  }
}
.c-price__number {
  text-transform: uppercase;
  padding: 0 5px;
}
.c-price__footer {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  padding: 10px;
}
@media (min-width: 1100px) {
  .c-price__footer {
    padding: 22px;
    font-size: 22px;
  }
}
.c-price__fixed {
  background: #a1a1a1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  padding: 10px;
}
@media (min-width: 1100px) {
  .c-price__fixed {
    padding: 22px;
    font-size: 22px;
  }
}
.c-price__note {
  font-size: 12px;
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-price__note {
    font-size: 14px;
  }
}

.c-explanation {
  color: #575454;
  background: #e2e0e0;
  text-align: center;
}
@media (min-width: 1100px) {
  .c-explanation {
    padding: 25px;
  }
}

.c-delivered {
  background: #fff;
}
@media (min-width: 1100px) {
  .c-delivered {
    padding: 0;
  }
}
.c-delivered__container {
  text-align: center;
  background: url("../../img/visuel02.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 1100px) {
  .c-delivered__container {
    background-image: url("../../img/visuel02-desk.jpg");
    padding: 50px 0;
  }
}
.c-delivered__container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 38, 38, 0.6);
  z-index: 0;
}
.c-delivered__container > * {
  position: relative;
  z-index: 2;
}
.c-delivered__title {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 1100px) {
  .c-delivered__title {
    font-size: 28px;
  }
}
.c-delivered__box {
  background: #fff;
  border-radius: 5px;
  width: 50%;
  max-width: 140px;
  min-width: 110px;
  margin: auto;
}
.c-delivered__number {
  font-size: 55px;
  font-weight: 700;
  padding: 20px 0;
}
.c-delivered__text {
  font-size: 16px;
  margin: 0 5px;
  padding: 15px 0;
  border-top: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .c-delivered__text {
    font-size: 19px;
  }
}

.c-product {
  padding: 20px;
  background: #fff;
}
@media (min-width: 1100px) {
  .c-product {
    padding: 100px 100px 50px;
  }
}
.c-product__header {
  background: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
  position: relative;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  border: 2px solid #000;
}
@media (min-width: 1100px) {
  .c-product__header {
    font-size: 25px;
    padding: 22px;
    text-align: center;
  }
}
.c-product__header:first-child {
  margin-top: 0;
}
.c-product__header.closed:nth-child(1) {
  /*background: nth($colors, 1);*/
  background: #fff;
}
.c-product__header.closed:nth-child(3) {
  /*background: nth($colors, 2);*/
  background: #fff;
}
.c-product__header.closed:nth-child(5) {
  /*background: nth($colors, 3);*/
  background: #fff;
}
.c-product__header.closed:nth-child(7) {
  /*background: nth($colors, 4);*/
  background: #fff;
}
.c-product__header.closed:nth-child(9) {
  /*background: nth($colors, 5);*/
  background: #fff;
}
.c-product__header.closed:nth-child(11) {
  /*background: nth($colors, 6);*/
  background: #fff;
}
.c-product__header.closed:nth-child(13) {
  /*background: nth($colors, 7);*/
  background: #fff;
}
.c-product__header.closed:nth-child(15) {
  /*background: nth($colors, 8);*/
  background: #fff;
}
.c-product__header::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  right: 0;
  background: #000 url("../../img/arrow-down-white.png") no-repeat center;
  background-size: 19px 10px;
  transform: rotate(180deg);
}
@media (min-width: 1100px) {
  .c-product__header::after {
    width: 130px;
    background-size: 37px 20px;
  }
}
.c-product__header.closed {
  color: #000;
}
.c-product__header.closed::after {
  transform: rotate(0deg);
}
.c-product__content {
  /*max-height: 3000px;*/
  transition: max-height 0.2s, opacity 0.2s;
}
.c-product__content.closed {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.c-product__item {
  background: #f2f0f0;
  padding: 25px 40px;
}
.c-product__item + .c-product__item {
  margin-top: 10px;
}
.c-product__list {
  margin: 0;
  line-height: 1.8;
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-product__list {
    font-size: 20px;
  }
}
.c-product__info {
  margin-right: 15px;
}
.c-product__info span {
  font-weight: 700;
}
.c-product__info--tva {
  margin: 3px 0;
}
.c-product__info--tva span {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-family: "Fira Sans Condensed", sans-serif;
}
.c-product__info--terrasse {
  padding-left: 22px;
  background: url("../../img/ico-terrasse.png") no-repeat left center;
  background-size: 18px 14px;
}
@media (min-width: 1100px) {
  .c-product__info--terrasse {
    padding-left: 45px;
    background-size: 35px 25px;
  }
}
.c-product__info--orientation {
  padding-left: 23px;
  background: url(../../img/ico-orientation.png) no-repeat 2px center;
  background-size: 16px auto;
}
@media (min-width: 1100px) {
  .c-product__info--orientation {
    padding-left: 45px;
    background: url("../../img/ico-orientation.png") no-repeat 5px center;
    background-size: 25px 25px;
  }
}
.c-product__info--cave {
  padding-left: 22px;
  background: url("../../img/ico-cave.png") no-repeat 5px center;
  display: inline-block;
  background: url(../../img/ico-cave.png) no-repeat 0px center;
  background-size: 18px auto;
}
@media (min-width: 1100px) {
  .c-product__info--cave {
    padding-left: 45px;
    background: url("../../img/ico-cave.png") no-repeat 5px center;
    background-size: 29px 25px;
  }
}
.c-product__info--parking {
  padding-left: 22px;
  background: url("../../img/ico-parking.png") no-repeat 2px center;
  background-size: 15px 16px;
  display: inline-block;
}
@media (min-width: 1100px) {
  .c-product__info--parking {
    padding-left: 45px;
    background-size: 25px 25px;
  }
}
.c-product__info--garden {
  padding-left: 22px;
  background: url(../../img/ico-jardin.png) no-repeat 3px center;
  background-size: 14px auto;
  display: inline-block;
}
@media (min-width: 1100px) {
  .c-product__info--garden {
    background: url("../../img/ico-jardin.png") no-repeat 7px center;
    padding-left: 45px;
    background-size: 21px 28px;
  }
}
.c-product__info--balcony {
  padding-left: 25px;
  background: url(../../img/ico-balcon.png) no-repeat 0px center;
  background-size: 18px auto;
  display: inline-block;
}
@media (min-width: 1100px) {
  .c-product__info--balcony {
    padding-left: 45px;
    background: url("../../img/ico-balcon.png") no-repeat 5px center;
    background-size: 27px 23px;
  }
}
.c-product__infobulle {
  background: #4a4a4f;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  top: 40px;
  padding: 16px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  z-index: 10;
  width: 100%;
  left: 0;
  display: none;
}
@media (min-width: 1100px) {
  .c-product__infobulle {
    left: 15px;
    width: calc(-30px + 100%);
  }
}
.c-product__infobulle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #4a4a4f transparent;
  position: absolute;
  top: -5px;
  left: calc(-3px + 50%);
}
.c-product__button {
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-product__button {
    border-left: 1px solid #999;
    height: 44px;
  }
}
.c-product__button--plan {
  background: #000 url("../../img/ico-plan.png") no-repeat left 15px center;
  background-size: 19px 20px;
  border-radius: 99px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 10px 45px;
  display: inline-block;
  text-align: center;
  margin: 30px auto 20px;
  font-size: 15px;
}
@media (min-width: 1100px) {
  .c-product__button--plan {
    margin: 0;
    font-size: 20px;
  }
}
.c-product__button--choose {
  width: 142px;
  text-align: left;
  text-decoration: none;
  color: #999;
  font-weight: 700;
  font-size: 15px;
  padding-left: 40px;
  background: url("../../img/ico-check.png") no-repeat left center;
  background-size: 30px;
  display: inline-block;
  line-height: 44px;
  transition: color 0.2s, background 0.2s;
}
@media (min-width: 1100px) {
  .c-product__button--choose {
    margin: 0;
    font-size: 20px;
    width: auto;
  }
}
.c-product__button--choose.disabled {
  opacity: 0.5;
}
.c-product__button--choose.selected {
  background-image: url("../../img/ico-checked.png");
  color: #000;
}
.c-product__button--choose.selected .c-product__notselected {
  display: none;
}
.c-product__button--choose.selected .c-product__selected {
  display: inline;
}
.c-product__selected {
  display: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #201f1f;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #201f1f;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #201f1f;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #201f1f;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #201f1f;
}

.c-form {
  background: #000;
  color: #fff;
  text-align: center;
}
@media (max-width: 1099px) {
  .c-form {
    border-top: 20px solid #fff;
  }
}
@media (min-width: 1100px) {
  .c-form {
    padding: 70px 140px;
  }
}
@media (min-width: 1100px) {
  .c-form__content {
    margin: 0 -10px 30px -10px;
  }
}
@media (min-width: 1100px) {
  .c-form__row {
    padding: 0 10px;
  }
}
.c-form__separation {
  margin: 0 -20px 20px -20px;
}
@media (min-width: 1100px) {
  .c-form__separation {
    margin: 0 0px 20px 0px;
  }
}
.c-form__label {
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-form__label {
    font-size: 20px;
  }
}
.c-form__label.label-rgpd {
  font-size: 12px;
}
@media (min-width: 1100px) {
  .c-form__label.label-rgpd {
    font-size: 13px;
  }
}
.c-form__field {
  font-family: Roboto, sans-serif;
  background: #fff;
  border: 1px solid #fff;
  color: #201f1f;
  font-size: 14px;
  padding: 12px 15px;
  margin-top: 8px;
}
@media (min-width: 1100px) {
  .c-form__field {
    margin-top: 15px;
    font-size: 20px;
  }
}
.c-form__field.error {
  background: none;
  margin-bottom: 20px;
  text-align: left;
  color: #ff5050;
  padding: 8px 0;
  font-size: 0.875rem;
  border: none;
}
.c-form__field--text {
  width: 100%;
}
.c-form__field--radio {
  display: none;
}
.c-form__field--radio + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: top;
  background: #000;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 99px;
}
@media (min-width: 1100px) {
  .c-form__field--radio + label::before {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
  }
}
.c-form__field--radio:checked + label::before {
  background: #fff;
}
.c-form__field--checkbox {
  display: none;
}
.c-form__field--checkbox + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 10px;
  vertical-align: top;
  background: #000;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .c-form__field--checkbox + label::before {
    top: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
  }
}
.c-form__field--checkbox:checked + label::before {
  background: #fff;
}
.c-form__field--toggle {
  display: none;
}
.c-form__toggle {
  height: 16px;
  display: inline-block;
  width: 60px;
  background: #fff;
  border: 3px solid #fff;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 99px;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .c-form__toggle {
    height: 24px;
    border: 4px solid #fff;
    top: -2px;
    width: 60px;
  }
}
.c-form__toggle::after {
  content: "";
  position: absolute;
  height: 100%;
  background: #000;
  width: 10px;
  border-radius: 99px;
  top: 0;
  left: 0;
  transition: left 0.2s, margin 0.2s;
}
@media (min-width: 1100px) {
  .c-form__toggle::after {
    width: 16px;
    margin-left: 0;
  }
}
.c-form__toggle.on::after {
  left: 100%;
  margin-left: -10px;
}
@media (min-width: 1100px) {
  .c-form__toggle.on::after {
    margin-left: -16px;
  }
}
.c-form__cel {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-form__cel + .c-form__cel {
  margin-left: 10px;
}
.c-form__cel.label-rgpd {
  text-align: left;
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .c-form__cel.label-rgpd {
    padding-left: 35px;
    margin-bottom: 0;
  }
}
.c-form__cel.label-rgpd .error-rgpd {
  background: #fc5f5f;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  left: -11px;
  top: 28px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}
@media (min-width: 1100px) {
  .c-form__cel.label-rgpd .error-rgpd {
    padding: 16px;
    top: 40px;
  }
}
.c-form__cel.label-rgpd .error-rgpd:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fc5f5f transparent;
  position: absolute;
  top: -5px;
  left: 14px;
}
@media (min-width: 1100px) {
  .c-form__cel.label-rgpd .error-rgpd:before {
    left: 19px;
  }
}
.c-form__box {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 20px -20px;
  padding: 20px;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .c-form__box {
    margin: 20px 0;
  }
}
.c-form__button {
  background: #fff url("../../img/arrow-right-red.png") no-repeat right 30% center;
  background-size: 6px 10px;
  border: 0;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: Roboto, sans-serif;
}
@media (min-width: 1100px) {
  .c-form__button {
    max-width: 350px;
    margin: 40px auto 0;
    font-size: 30px;
    background-position: right 15% center;
    background-size: 11px 18px;
  }
}
.c-form__button:hover {
  background-color: #000;
  background-image: url("../../img/arrow-right-white.png");
  color: #fff;
}
.c-form__separation {
  border: 1px solid #fff;
  margin: 20px 0;
}

.c-map {
  background: #fff;
}
.c-map__program {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 30px 0;
}
.c-map__program strong {
  display: block;
  font-weight: bold;
}
.c-map__button {
  background: #fff url("../../img/arrow-right-red.png") no-repeat right 10% center;
  border: 1px solid #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 30px;
  cursor: pointer;
}
.c-map__button:hover {
  background-color: #000;
  background-image: url("../../img/arrow-right-white.png");
  color: #fff;
}
.c-map__right {
  padding-right: 0;
  padding-left: 0;
}
.c-map__left {
  padding-right: 0;
  padding-left: 0;
}
.c-map--title {
  font-size: 18px;
}
.c-map--address {
  font-size: 16px;
  line-height: 1.5;
}

.u-hide {
  display: none;
}

.u-none {
  display: none !important;
}

.u-block {
  display: block !important;
}

.u-flex {
  display: flex !important;
}

.u-ib {
  display: inline-block !important;
}

.u-table {
  display: table !important;
}

.u-cell {
  display: table-cell !important;
}

.u-inherit {
  display: inherit !important;
}

@media (min-width: 0px) {
  .u-none--s {
    display: none !important;
  }

  .u-block--s {
    display: block !important;
  }

  .u-flex--s {
    display: flex !important;
  }

  .u-ib--s {
    display: inline-block !important;
  }

  .u-table--s {
    display: table !important;
  }

  .u-cell--s {
    display: table-cell !important;
  }

  .u-inherit--s {
    display: inherit !important;
  }
}
@media (min-width: 1100px) {
  .u-none--m {
    display: none !important;
  }

  .u-block--m {
    display: block !important;
  }

  .u-flex--m {
    display: flex !important;
  }

  .u-ib--m {
    display: inline-block !important;
  }

  .u-table--m {
    display: table !important;
  }

  .u-cell--m {
    display: table-cell !important;
  }

  .u-inherit--m {
    display: inherit !important;
  }
}
@media print {
  .u-hide--print {
    display: none;
  }
}
/**
 * A class to hide labels and stuff
 * for accessibility
 * @author Facebook Accessibility Team
 * @source https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.u-hide-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

@media (min-width: 0px) {
  .u-tac--s {
    text-align: center !important;
  }

  .u-tal--s {
    text-align: left !important;
  }

  .u-tar--s {
    text-align: right !important;
  }
}
@media (min-width: 1100px) {
  .u-tac--m {
    text-align: center !important;
  }

  .u-tal--m {
    text-align: left !important;
  }

  .u-tar--m {
    text-align: right !important;
  }
}
.u-valign-middle {
  align-self: center;
}

.media {
  padding: 25px 0;
  background: white;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .media {
    padding: 40px 0;
  }
}
.media__wrapper {
  max-width: 1200px;
  margin: auto;
}
.media__title {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
}

.wrapper--media {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.grid-media {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 850px) {
  .grid-media {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
.grid-media .itemGal {
  position: absolute;
  width: 100%;
  height: 165px;
  z-index: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 850px) {
  .grid-media .itemGal {
    margin-bottom: 0;
    width: 25%;
  }
}
.grid-media .itemGal.itemGal-medium {
  width: 100%;
  height: 165px;
}
@media only screen and (min-width: 850px) {
  .grid-media .itemGal.itemGal-medium {
    width: 50%;
  }
}
.grid-media .itemGal.itemGal-large {
  width: 100%;
  height: 330px;
}
@media only screen and (min-width: 850px) {
  .grid-media .itemGal.itemGal-large {
    width: 50%;
  }
}
.grid-media .itemGal.muuri-item-hidden {
  z-index: 0;
}
.grid-media .itemGal.muuri-item-releasing {
  z-index: 2;
}
.grid-media .itemGal.muuri-item-dragging {
  z-index: 3;
}
.grid-media .legende {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  bottom: -100%;
  /*opacity: 0;*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /*padding-bottom: 20px;*/
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
  font-size: 0.875rem;
}
.grid-media .legende p {
  padding: 10px;
  color: #fff;
  background: #000;
}
.grid-media .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 50px;
  color: white;
  position: relative;
  overflow: hidden;
  /* SLIDER */
}
.grid-media .item-content a.js-popin-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.grid-media .item-content a.js-popin-link.legend-on:hover span {
  opacity: 0;
  top: calc(-84px + 50%);
}
.grid-media .item-content a.js-popin-link.legend-on:hover .legende {
  bottom: 20px;
  opacity: 1;
}
.grid-media .item-content .icon-container {
  position: absolute;
  left: calc(-25px + 50%);
  top: calc(-25px + 50%);
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: ease-in-out 0.3s;
  color: #fff;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 850px) {
  .grid-media .item-content .icon-container {
    left: calc(-42px + 50%);
    top: calc(-42px + 50%);
    width: 84px;
    height: 84px;
  }
}
.grid-media .item-content .icon-svg {
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 850px) {
  .grid-media .item-content .icon-svg {
    width: 45px;
    height: 45px;
  }
}
.grid-media .item-content .icon {
  font-size: 1.875rem;
  color: #201f1f;
}
@media only screen and (min-width: 850px) {
  .grid-media .item-content .icon {
    font-size: 2.5rem;
  }
}
.grid-media .item-content .slider__list {
  height: 100%;
  margin: 0;
}
.grid-media .item-content .slider__container {
  height: 100%;
  width: 100%;
}
.grid-media .item-content .slider__item {
  /*height: 165px;*/
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 500px) {
  .grid-media .item-content .slider__item {
    /*height: 300px;*/
  }
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  overflow: auto;
}
.popin--opened {
  overflow: hidden;
  margin-top: -50px;
}
@media only screen and (min-width: 500px) {
  .popin--opened .popin__media {
    display: flex;
    align-items: center;
  }
}
.popin__media__supraheader {
  box-shadow: 0 0 8px 0 #75797c;
  width: 100%;
  height: 84px;
  background: white;
  top: 0;
  z-index: 101;
}
@media only screen and (min-width: 500px) {
  .popin__media__supraheader {
    display: none;
  }
}
.popin__media__supraheader__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
.popin__media__supraheader__wrap img {
  max-width: 110px;
}
.popin__media__picture {
  position: relative;
  background-color: white;
  height: 100%;
}
.popin__media__picture .unslider-arrow {
  position: absolute;
  bottom: 5px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-image: url(../../img/program-slider-arrow.png);
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 500px) {
  .popin__media__picture .unslider-arrow {
    background-color: white;
  }
}
.popin__media__picture .unslider-arrow.next {
  right: 0;
  left: auto;
}
.popin__media__picture .unslider-arrow.prev {
  left: 0;
  transform: rotate(-180deg);
}
.popin__overlay {
  position: absolute;
  background: #201f1f;
  opacity: 0.7;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.popin__supraheader {
  height: 50px;
  width: 100%;
  background: white;
  position: absolute;
  top: 0;
}
.popin__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
  min-width: 200px;
  height: auto;
  background: white;
  max-height: 100%;
  overflow: auto;
}
@media only screen and (min-width: 500px) {
  .popin__wrapper {
    margin: 0 auto;
  }
}
.popin__wrapper--media {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: initial;
}
@media only screen and (min-width: 500px) {
  .popin__wrapper--media {
    width: 100%;
    max-width: 700px;
    min-height: auto;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media only screen and (min-width: 850px) {
  .popin__wrapper--media {
    max-width: 950px;
  }
}
@media only screen and (min-width: 1025px) {
  .popin__wrapper--media {
    max-width: 1200px;
  }
}
.popin__close__mob {
  font-size: 1rem;
  width: auto;
  display: block;
  padding: 10px 15px;
  color: white;
  background: #201f1f;
  position: relative;
  top: auto;
  right: auto;
  font-family: "Fira Sans Condensed", sans-serif;
  line-height: 1;
  border: none;
}
.popin__close__desk {
  font-size: 1rem;
  width: 30px;
  height: 30px;
  display: none;
  line-height: 30px;
  text-align: center;
  color: white;
  background: #201f1f;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50px;
  z-index: 100;
  border: none;
}
@media only screen and (min-width: 850px) {
  .popin__close__desk {
    display: block;
  }
}
.popin__content {
  /*display: flex;*/
  align-items: center;
  background-color: white;
  height: 100%;
}
.popin__content a {
  text-decoration: underline;
  color: #201f1f;
}
.popin__content__title {
  font-size: 1rem;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: #201f1f;
  margin: 10px auto 40px;
  text-align: center;
  font-weight: 400;
}

.program__wrapper__sticky {
  position: relative;
}
.program__slider__item {
  min-height: 480px;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 500px) {
  .program__slider__item {
    min-height: 500px;
    overflow: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .program__slider__item {
    min-height: 600px;
    margin: 0;
  }
}
.program__slider__item__legend {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 45px;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 500px) {
  .program__slider__item__legend {
    background: white;
    position: static;
    height: 50px;
    /*margin-top: -5px;*/
  }
}
.program__slider__item__img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 500px) {
  .program__slider__item__img {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1025px) {
  .program__slider__item__img {
    min-height: 600px;
  }
}
.program__slider__item__iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 500px) {
  .program__slider__item__iframe {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1025px) {
  .program__slider__item__iframe {
    min-height: 600px;
  }
}

@font-face {
  font-family: "ogic";
  src: url("../../fonts/ogic.eot");
  src: url("../../fonts/ogic.eot") format("embedded-opentype"), url("../../fonts/ogic.ttf") format("truetype"), url("../../fonts/ogic.woff") format("woff"), url("../../fonts/ogic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "ogic" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cube:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-360:before {
  content: "";
}

.icon-photo:before {
  content: "";
}

.icon-pin2:before {
  content: "";
}

.icon-house:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-budget:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-calendar2:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-checked2:before {
  content: "";
}

.icon-pen:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-plan:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-talk:before {
  content: "";
}

.icon-customer:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-write:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-customer2:before {
  content: "";
}

.icon-log_out:before {
  content: "";
}

.icon-letter2:before {
  content: "";
}

.icon-letter:before {
  content: "";
}

.icon-heart-circle:before {
  content: "";
}

.icon-magnifying:before {
  content: "";
}

.icon-cellphone:before {
  content: "";
}

.icon-checked:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-earphone:before {
  content: "";
}

.icon-trashcan:before {
  content: "";
}

.icon-profil:before {
  content: "";
}

.icon-agenda:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-cellphone2:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

/*@import '12.price';*/
.program__price__evol {
  background: #fff;
  /*padding: 30px 5px;
  @include resp('md'){
  	padding: 80px 0;
  }*/
}
.program__price__evol__legend {
  margin-top: 30px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__legend {
    margin-top: 40px;
  }
}
.program__price__evol__legend.top {
  margin-bottom: 30px;
  margin-top: 0;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__legend.top {
    margin-top: -20px;
  }
}
.program__price__evol__legend__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__legend__wrap {
    flex-direction: row;
  }
}
.program__price__evol__legend__box {
  font-size: 0.875rem;
  padding: 3px 6px 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 130px;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__legend__box {
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.program__price__evol__legend__box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__legend__box:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.program__price__evol__legend__box:nth-child(2) {
  background: #201f1f;
  color: white;
}
.program__price__evol__legend__box:nth-child(3) {
  background: #818181;
  color: white;
}
.program__price__evol__legend__box:nth-child(4) {
  background: #c1c1c1;
  color: white;
}
.program__price__evol__filter__title {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__filter__title {
    margin-bottom: 15px;
  }
}
.program__price__evol__filter__search {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__filter__search {
    margin-bottom: 50px;
  }
}
.program__price__evol__filter__search__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__filter__search__item {
    margin-top: 0;
  }
}
.program__price__evol__filter__search__item:last-child {
  margin-right: 0;
}
.program__price__evol__filter__search__item label {
  padding-left: 10px;
  font-size: 1.125rem;
}
.program__price__evol__filter input[type=checkbox]:checked, .program__price__evol__filter input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.program__price__evol__filter input[type=checkbox]:checked + label, .program__price__evol__filter input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding: 4px 0 0 25px;
  margin: 0 16px 0 0;
  cursor: pointer;
  display: inline-block;
}
.program__price__evol__filter input[type=checkbox]:checked + label::before, .program__price__evol__filter input[type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background-color: white;
  border: 1px solid #201f1f;
}
.program__price__evol__filter input[type=checkbox]:checked + label::after, .program__price__evol__filter input[type=checkbox]:not(:checked) + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: url(../../img/close.png) center center/contain;
  border-radius: 999px;
  transition: opacity 0.3s, transform 0.3s;
}
.program__price__evol__filter input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.program__price__evol__filter input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.program__price__evol__filter input[type=checkbox]:checked + label::before, .program__price__evol__filter input[type=checkbox]:not(:checked) + label::before {
  top: 4px;
  border-radius: 0;
}
.program__price__evol__filter input[type=checkbox]:checked + label::after, .program__price__evol__filter input[type=checkbox]:not(:checked) + label::after {
  top: 8px;
  border-radius: 0;
}
.program__price__evol__filter input[type=checkbox]:checked + label, .program__price__evol__filter input[type=checkbox]:not(:checked) + label {
  margin: 0 0 0 0;
}
.program__price__evol__line {
  /*border-left: 4px solid #f0f0f0;*/
  border-left: 4px solid transparent;
  transition: border-color 0.8s;
  background: white;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin-top: -2px;
}
.program__price__evol__line:nth-child(2n+2) {
  background: #f0f0f0;
}
.program__price__evol__line:first-child {
  margin-top: 0;
  border-top: none;
}
.program__price__evol__line.open {
  border-color: #000;
  transition: border-color 0.8s;
  margin-top: 20px;
  margin-bottom: 20px;
}
.program__price__evol__entete {
  font-size: 0.9375rem;
  padding: 15px 10px;
  color: black;
  margin-top: -2px;
  transition: padding 0.4s;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete {
    /*border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;*/
    /*border-top: 2px solid transparent;
    border-bottom: 2px solid #f0f0f0;*/
    font-size: 1.5rem;
    padding: 23px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol__entete {
    padding: 23px 25px;
  }
}
.program__price__evol__entete.panel-header {
  cursor: pointer;
}
.program__price__evol__entete .c-product__button--choose {
  background-size: 36px;
  padding-left: 35px;
  line-height: 26px;
  font-size: 0.875rem;
  white-space: nowrap;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete .c-product__button--choose {
    width: 100%;
    height: 26px;
    background-size: 26px;
    display: block;
    position: relative;
  }
}
.program__price__evol__entete .c-product__button--choose .c-product__selected {
  color: #000;
}
.program__price__evol__entete .c-product__button--choose .c-product__infobulle {
  white-space: normal;
}
.program__price__evol__entete .c-product__button--choose .c-product__infobulle {
  width: 100%;
  left: 0;
  top: 45px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete .c-product__button--choose .c-product__infobulle {
    top: 30px;
    width: calc(76px + 100%);
    left: -38px;
  }
}
.program__price__evol__entete .c-product__button--choose .c-product__infobulle:after {
  left: auto;
  right: 12px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete .c-product__button--choose .c-product__infobulle:after {
    left: calc(-3px + 50%);
  }
}
.program__price__evol__entete__wrap {
  text-transform: none;
  width: 100%;
  flex-flow: row wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program__price__evol__entete__sswrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete__sswrap {
    margin-top: 0;
  }
}
.program__price__evol__entete--arrow {
  transform: rotate(90deg);
  transition: transform 0.4s;
  margin-left: 20px;
}
.program__price__evol__entete--arrow .icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete--arrow .icon {
    width: 25px;
    height: 25px;
  }
}
.program__price__evol__entete--typology {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  height: 24px;
}
.program__price__evol__entete--surface {
  font-size: 0.875rem;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete--surface {
    padding-right: 0;
    border-right: none;
    font-size: 1rem;
    width: auto;
    text-align: left;
  }
}
.program__price__evol__entete--surface.right {
  text-align: right;
  font-size: 1.125rem;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete--surface.right {
    text-align: left;
    font-size: 1rem;
  }
}
.program__price__evol__entete--normal {
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete--normal {
    font-size: 0.875rem;
    line-height: 1.1;
  }
}
.program__price__evol__entete--promo {
  margin-top: 10px;
}
.program__price__evol__entete--promo.center {
  text-align: center;
}
.program__price__evol__entete--promo.no-marge {
  margin-top: 0;
}
.program__price__evol__entete--promo span {
  background: #6eb693;
  color: white;
  padding: 3px 4px 2px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 0.625rem;
}
.program__price__evol__entete--promo span:last-child {
  margin-right: 0;
}
.program__price__evol__entete--price {
  font-size: 1.125rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.program__price__evol__entete--price.left {
  justify-content: flex-start;
}
.program__price__evol__entete--price.flex {
  align-items: flex-start;
}
.program__price__evol__entete--price strong {
  font-size: 0.875rem;
  color: #201f1f;
  margin-right: 10px;
}
.program__price__evol__entete--price span {
  display: block;
  padding: 8px;
  background: #201f1f;
  margin-right: 5px;
  width: 33.333%;
  max-width: 74px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete--price span {
    font-size: 0.75rem;
    margin-right: 10px;
    padding: 10px;
    max-width: 94px;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol__entete--price span {
    font-size: 1rem;
  }
}
.program__price__evol__entete--price span + span {
  background-color: #818181;
}
.program__price__evol__entete--price span + span + span {
  background-color: #c1c1c1;
}
.program__price__evol__entete--price span:last-child {
  margin-right: 0;
}
.program__price__evol__entete--priceProgressive {
  width: 33.3333%;
  max-width: 74px;
  margin-right: 5px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete--priceProgressive {
    max-width: 94px;
  }
}
.program__price__evol__entete--priceProgressive:last-child {
  margin-right: 0;
}
.program__price__evol__entete--priceProgressive span {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.program__price__evol__entete--priceProgressive .program__price__evol__entete--promo {
  margin-top: 5px;
}
.program__price__evol__entete--priceProgressive .program__price__evol__entete--promo.center {
  text-align: center;
}
.program__price__evol__entete--priceProgressive .program__price__evol__entete--promo.no-marge {
  margin-top: 0;
}
.program__price__evol__entete--priceProgressive .program__price__evol__entete--promo span {
  background: #6eb693;
  color: white;
  padding: 3px 4px 2px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 0.625rem;
  white-space: initial;
}
.program__price__evol__entete--priceProgressive .program__price__evol__entete--promo span:last-child {
  margin-right: 0;
}
.program__price__evol__entete__variante {
  padding: 5px 30px 5px 8px;
  font-size: 0.875rem;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  background: #201f1f;
  color: white;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete__variante {
    margin-top: 0;
  }
}
.program__price__evol__entete__variante:after {
  content: "";
  width: 8px;
  height: 18px;
  background: url(../../img/arrow-right-white.png) no-repeat center center/contain;
  position: absolute;
  top: calc(-9px + 50%);
  right: 10px;
  transform: rotate(90deg);
  transition: transform 0.4s;
}
.program__price__evol__entete__variante .icon {
  fill: white;
}
.program__price__evol__entete__variante .hide_variantes {
  display: none;
}
.program__price__evol__entete.open {
  background: #201f1f;
  color: white;
  padding: 10px 15px;
  transition: padding 0.4s;
  border-top-color: #201f1f;
  height: auto;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__entete.open {
    padding: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol__entete.open {
    padding: 10px 25px;
  }
}
.program__price__evol__entete.open .icon {
  fill: white;
}
.program__price__evol__entete.open .icon--stroke {
  fill: transparent;
  stroke: white;
}
.program__price__evol__entete.open .program__price__evol__entete__variante {
  background: white;
  color: #201f1f;
}
.program__price__evol__entete.open .program__price__evol__entete__variante:after {
  background: url(../../img/arrow-right-red.png) no-repeat center center/contain;
  transform: rotate(-90deg);
  transition: transform 0.4s;
}
.program__price__evol__entete.open .program__price__evol__entete__variante .icon {
  fill: #201f1f;
}
.program__price__evol__entete.open .program__price__evol__entete--price span {
  color: #201f1f;
  background: white;
  padding: 6px 10px 5px;
  /*font-size: fz(12);
  width: auto;*/
  font-size: 0.75rem;
}
@media only screen and (min-width: 1025px) {
  .program__price__evol__entete.open .program__price__evol__entete--price span {
    font-size: 1rem;
  }
}
.program__price__evol__entete.open .program__price__evol__entete--price strong {
  color: white;
}
.program__price__evol__noresult {
  display: none;
  text-align: center;
  padding: 20px 20px 50px;
  font-size: 0.875rem;
  color: red;
  font-family: "Fira Sans Condensed", sans-serif;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__noresult {
    font-size: 1.25rem;
  }
}
.program__price__evol__body {
  padding: 15px 15px;
  background: white;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 0.875rem;
  display: none;
  border-bottom: 2px solid #e9e9e9;
  background: #f0f0f0;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body {
    padding: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol__body {
    padding: 20px 25px;
    font-size: 0.875rem;
  }
}
.program__price__evol__body__entete {
  display: none;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__entete {
    border-bottom: 1px solid red;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    font-weight: bold;
    color: red;
  }
}
.program__price__evol__body .column1 {
  display: none;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body .column1 {
    display: block;
  }
}
.program__price__evol__body .column2 {
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body .column2 {
    width: 5%;
  }
}
.program__price__evol__body__line {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
  }
}
.program__price__evol__body__line:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.program__price__evol__body__line .strong-500 {
  font-weight: 500;
}
.program__price__evol__body__line .price {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.22;
  padding: 5px 10px;
  border: 2px solid #000;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line .price {
    font-size: 1.125rem;
    padding: 7px 12px;
  }
}
.program__price__evol__body__line .c-product__button--choose {
  background-size: 36px;
  padding-left: 35px;
  line-height: 26px;
  font-size: 0.875rem;
  white-space: nowrap;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line .c-product__button--choose {
    width: 100%;
    height: 26px;
    background-size: 26px;
    display: block;
    position: relative;
  }
}
.program__price__evol__body__line .c-product__button--choose .c-product__selected {
  color: #000;
}
.program__price__evol__body__line .c-product__button--choose .c-product__infobulle {
  white-space: normal;
}
.program__price__evol__body__line .c-product__button--choose .c-product__infobulle {
  width: 100%;
  left: 0;
  top: 45px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line .c-product__button--choose .c-product__infobulle {
    top: 30px;
    width: calc(76px + 100%);
    left: -38px;
  }
}
.program__price__evol__body__line .c-product__button--choose .c-product__infobulle:after {
  left: auto;
  right: 12px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line .c-product__button--choose .c-product__infobulle:after {
    left: calc(-3px + 50%);
  }
}
.program__price__evol__body__line__flex {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line__flex.show__mob {
    display: none;
  }
}
.program__price__evol__body__line__flex.border {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line__flex.border {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.program__price__evol__body__line__flex__variante {
  position: absolute;
  top: 15px;
  right: -5px;
}
.program__price__evol__body__line__plan {
  background: url(../../img/ico-upload.svg) no-repeat center left/36px 36px;
  line-height: 26px;
  padding-left: 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 0.75rem;
  display: block;
  padding-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line__plan {
    width: auto;
    height: 26px;
    background-size: 26px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol__body__line__plan {
    font-size: 0.875rem;
  }
}
.program__price__evol__body__line__plan:hover {
  text-decoration: underline;
}
.program__price__evol__body__line--icon {
  position: absolute;
  right: -20px;
  top: 0;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
  }
}
.program__price__evol__body__line--icon .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background: red;
  border: 1px solid red;
  border-radius: 50px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol__body__line--icon .icon-wrap {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
}
.program__price__evol__body__line--icon .icon-wrap .icon {
  width: 15px;
  height: 15px;
}
.program__price__evol__body__line--icon .icon-wrap:hover {
  background: white;
}
.program__price__evol__body__line--icon .icon-wrap:hover .icon {
  fill: red;
}
.program__price__evol .hide__mob {
  display: none;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .hide__mob {
    display: block;
  }
}
.program__price__evol .column1 {
  width: 33.3333%;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .column1 {
    width: 9%;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol .column1 {
    width: 10%;
  }
}
@media only screen and (min-width: 1441px) {
  .program__price__evol .column1 {
    width: 8%;
  }
}
.program__price__evol .column2 {
  width: 33.3333%;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .column2 {
    width: 5%;
  }
}
.program__price__evol .panel-header.open + .panel-body .column2 {
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .panel-header.open + .panel-body .column2 {
    width: 5%;
  }
}
.program__price__evol .column3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 0.875rem;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .column3 {
    width: 20%;
    flex-direction: row;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-align: left;
    font-size: 0.6875rem;
  }
  .program__price__evol .column3 span {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol .column3 {
    font-size: 0.875rem;
    width: 20%;
  }
}
.program__price__evol .column4 {
  width: 8%;
}
.program__price__evol .column5 {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .column5 {
    width: 38%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol .column5 {
    width: 40%;
  }
}
@media only screen and (min-width: 1441px) {
  .program__price__evol .column5 {
    width: 31%;
  }
}
.program__price__evol .column6 {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .column6 {
    width: 20%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .program__price__evol .column6 {
    width: 18%;
  }
}
.program__price__evol .column7 {
  width: 21.7%;
}
.program__price__evol .line__mob {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 850px) {
  .program__price__evol .line__mob {
    display: block;
  }
}

.program__price {
  background: #f2f1ec;
  padding: 30px 5px;
}
@media only screen and (min-width: 850px) {
  .program__price {
    padding: 80px 0;
  }
}
.program__price__line {
  border-left: 4px solid #f0f0f0;
  transition: border-color 0.8s;
  margin-top: 10px;
}
.program__price__line:first-child {
  margin-top: 0;
}
.program__price__line.open {
  border-color: #000;
  transition: border-color 0.8s;
}
.program__price__entete {
  font-size: 0.9375rem;
  padding: 15px 15px;
  background: white;
  color: black;
  cursor: pointer;
  /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
  margin-top: 1px;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
@media only screen and (min-width: 850px) {
  .program__price__entete {
    font-size: 1.5rem;
    padding: 23px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.program__price__entete__wrap {
  text-transform: none;
}
@media only screen and (min-width: 850px) {
  .program__price__entete__wrap {
    display: flex;
    align-items: center;
  }
}
.program__price__entete__sswrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (min-width: 850px) {
  .program__price__entete__sswrap {
    margin-top: 0;
  }
}
.program__price__entete--arrow {
  transform: rotate(90deg);
  transition: transform 0.4s;
  margin-left: 20px;
}
.program__price__entete--arrow .icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 850px) {
  .program__price__entete--arrow .icon {
    width: 25px;
    height: 25px;
  }
}
.program__price__entete--typology {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 850px) {
  .program__price__entete--typology {
    width: 130px;
    font-size: 1.5rem;
  }
}
.program__price__entete--surface {
  font-size: 1rem;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #000;
}
@media only screen and (min-width: 850px) {
  .program__price__entete--surface {
    width: 100px;
    margin-right: 15px;
    padding-right: 0;
    border-right: none;
    font-size: 1.25rem;
  }
}
.program__price__entete--price {
  font-size: 1rem;
}
.program__price__entete--price strong {
  font-size: 1.125rem;
}
.program__price__entete__variante {
  padding: 5px 30px 5px 5px;
  border: 2px solid black;
  font-size: 0.875rem;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .program__price__entete__variante {
    margin-top: 0;
  }
}
.program__price__entete__variante:after {
  content: "";
  width: 8px;
  height: 18px;
  background: url(../../img/arrow-right-red.png) no-repeat center center/contain;
  position: absolute;
  top: 5px;
  right: 10px;
  transform: rotate(90deg);
  transition: transform 0.4s;
}
.program__price__entete.open {
  background: #f0f0f0;
  color: black;
}
.program__price__entete.open .icon {
  fill: white;
}
.program__price__entete.open .program__price__entete__variante:after {
  transform: rotate(-90deg);
  transition: transform 0.4s;
}
.program__price__noresult {
  display: none;
  text-align: center;
  padding: 20px 20px 50px;
  font-size: 0.875rem;
  color: red;
  font-family: "Fira Sans Condensed", sans-serif;
}
@media only screen and (min-width: 850px) {
  .program__price__noresult {
    font-size: 1.25rem;
  }
}
.program__price__body {
  padding: 15px 20px;
  background: white;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 0.875rem;
  display: none;
  border-bottom: 2px solid #f0f0f0;
}
@media only screen and (min-width: 850px) {
  .program__price__body {
    padding: 20px 40px;
    font-size: 1rem;
  }
}
.program__price__body__entete {
  display: none;
}
@media only screen and (min-width: 850px) {
  .program__price__body__entete {
    border-bottom: 1px solid red;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    font-weight: bold;
    color: red;
  }
}
.program__price__body__line {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  /*span{
  	font-weight: bold;
  	color: red;
  	@include resp('md'){
  		display: none;
  	}
  }*/
}
@media only screen and (min-width: 850px) {
  .program__price__body__line {
    display: flex;
    align-items: center;
    /*text-align: center;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.program__price__body__line:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.program__price__body__line .strong-500 {
  font-weight: 500;
}
.program__price__body__line .price {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.22;
  padding: 5px 10px;
  border: 2px solid #000;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line .price {
    font-size: 1.125rem;
    padding: 7px 12px;
  }
}
.program__price__body__line .c-product__button--choose {
  background-size: 36px;
  padding-left: 35px;
  line-height: 26px;
  font-size: 0.875rem;
  /*color: #dddddd;*/
  white-space: nowrap;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line .c-product__button--choose {
    width: 100%;
    height: 26px;
    background-size: 26px;
    display: block;
    position: relative;
  }
}
.program__price__body__line .c-product__button--choose .c-product__selected {
  color: #000;
}
.program__price__body__line .c-product__button--choose .c-product__infobulle {
  white-space: normal;
}
.program__price__body__line .c-product__button--choose .c-product__infobulle {
  width: 100%;
  left: 0;
  top: 45px;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line .c-product__button--choose .c-product__infobulle {
    top: 30px;
    width: calc(76px + 100%);
    left: -38px;
  }
}
.program__price__body__line .c-product__button--choose .c-product__infobulle:after {
  left: auto;
  right: 12px;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line .c-product__button--choose .c-product__infobulle:after {
    left: calc(-3px + 50%);
  }
}
.program__price__body__line__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line__flex.show__mob {
    display: none;
  }
}
.program__price__body__line__flex.border {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line__flex.border {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.program__price__body__line .hide__mob {
  display: none;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line .hide__mob {
    display: block;
  }
}
.program__price__body__line__plan {
  background: url(../../img/ico-upload.svg) no-repeat center left/36px 36px;
  line-height: 26px;
  padding-left: 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
  display: block;
  padding-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line__plan {
    width: auto;
    height: 26px;
    background-size: 26px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.program__price__body__line__plan:hover {
  text-decoration: underline;
}
.program__price__body__line--icon {
  position: absolute;
  right: -20px;
  top: 0;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
  }
}
.program__price__body__line--icon .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background: red;
  border: 1px solid red;
  border-radius: 50px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 850px) {
  .program__price__body__line--icon .icon-wrap {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
}
.program__price__body__line--icon .icon-wrap .icon {
  width: 15px;
  height: 15px;
}
.program__price__body__line--icon .icon-wrap:hover {
  background: white;
}
.program__price__body__line--icon .icon-wrap:hover .icon {
  fill: red;
}
.program__price__body .column1 {
  /*flex: 1 1 0;*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 12px 0;
  white-space: nowrap;
}
.program__price__body .column1:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 850px) {
  .program__price__body .column1 {
    margin: 0;
    padding-right: 70px;
  }
}
.program__price__body .column1.plan {
  width: calc(40px + 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 850px) {
  .program__price__body .column1.plan {
    display: block;
    width: inherit;
  }
}
.program__price__body .column2 {
  /*flex: 2 1 0;*/
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 5px 0;
  white-space: nowrap;
}
@media only screen and (min-width: 850px) {
  .program__price__body .column2 {
    margin: 0;
    padding-right: 70px;
  }
}
.program__price__body .column3 {
  /*flex: 3 1 0;*/
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 10px 0;
}
@media only screen and (min-width: 850px) {
  .program__price__body .column3 {
    margin: 0;
  }
}
.program__price__body .column4 {
  /*flex: 4 1 0;*/
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 15px 0;
}
@media only screen and (min-width: 850px) {
  .program__price__body .column4 {
    margin: 0;
    padding-right: 70px;
  }
}
.program__price__body .column7 {
  /*flex: 7 1 0;*/
  flex-grow: 5;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 5px 0;
}
@media only screen and (min-width: 850px) {
  .program__price__body .column7 {
    margin: 0;
    text-align: center;
    padding-right: 70px;
  }
}
.program__price__body .line__mob {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 850px) {
  .program__price__body .line__mob {
    display: block;
  }
}

.program__price__evol .icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.program__price__evol .icon-stroke {
  fill: transparent;
  stroke: #201f1f;
}

.switch {
  width: 100%;
  padding: 0 20px 20px 20px;
  background: white;
}
@media (min-width: 1100px) {
  .switch {
    padding: 80px 60px;
  }
}
.switch__wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  box-shadow: -11px 9px 21px 0 rgba(173, 182, 217, 0.17);
}
.switch__item {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}
.switch__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 850px) {
  .switch__item {
    order: 1;
    width: calc(-20px + 50%);
    margin-top: 0;
  }
}
.switch__item__picture {
  width: 100%;
  height: 200px;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .switch__item__picture {
    height: 320px;
  }
}
.switch__item__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.switch__item__picture__name {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.switch__item__picture__name span {
  padding: 10px 15px 10px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width: 850px) {
  .switch__item__picture__name span {
    font-size: 1.25rem;
    padding: 15px 15px 15px 30px;
  }
}
.switch__item__picture__name span:first-child {
  background: #201f1f;
  color: white;
}
.switch__item__picture__name span:last-child {
  background: white;
  color: #201f1f;
}
.switch__item__more {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  background: #201f1f;
  color: white;
  transition: background 0.4s;
}
@media only screen and (min-width: 850px) {
  .switch__item__more {
    font-size: 1.125rem;
  }
}
.switch__item__more p {
  width: calc(-50px + 100%);
  margin: 0;
}
@media only screen and (min-width: 850px) {
  .switch__item__more p {
    width: calc(-60px + 100%);
  }
}
.switch__item__more p.switch__item__more__close {
  display: none;
}
.switch__item__more span {
  display: block;
  width: 27px;
  height: 27px;
  border: 2px solid white;
  border-radius: 27px;
  position: relative;
  transition: transform 0.4s;
}
.switch__item__more span:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
}
@media only screen and (min-width: 850px) {
  .switch__item.inactive .switch__item__picture {
    opacity: 0.5;
    transition: opacity 0.4s;
  }
  .switch__item:hover .switch__item__picture {
    opacity: 1;
  }
  .switch__item:hover .switch__item__more {
    background: #6eb693;
  }
  .switch__item:hover .switch__item__more span {
    transform: rotate(180deg);
  }
}
.switch__item.open .switch__item__picture {
  opacity: 1;
}
.switch__item.open .switch__item__more {
  background: #6eb693;
}
.switch__item.open .switch__item__more span {
  transform: rotate(180deg);
}
@media only screen and (min-width: 850px) {
  .switch__item.open {
    margin-bottom: 40px;
  }
  .switch__item.open .switch__item__more:after {
    content: "";
    display: block;
    width: 100%;
    height: 41px;
    position: absolute;
    left: 0;
    bottom: -41px;
    background: white;
    border-left: 1px solid #6eb693;
    border-right: 1px solid #6eb693;
  }
}
.switch__item__media {
  margin-top: 40px;
  background: #201f1f;
  padding: 20px 0 0;
}
@media only screen and (min-width: 850px) {
  .switch__item__media {
    padding: 40px 0;
  }
}
.switch__item__media__title {
  color: white;
}
.switch__item__media__gal {
  border: 1px solid white;
  margin: 0 !important;
}
.switch__panel {
  width: 100%;
  padding: 0px 10px 20px;
  border: 1px solid #6eb693;
  display: none;
}
@media only screen and (min-width: 850px) {
  .switch__panel {
    order: 3;
    padding: 50px 20px;
  }
}

/*# sourceMappingURL=main.min.css.map */