@import "../css/normalize.css";
/*!
 * Fluidable Grid System 1.2.5
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 24.10.2015
 */
/*
	
	Config

*/
/*
 	
	Mobile and up
 
*/
[class*="col-fixed-"] {
  float: left;
  width: 100%;
}
.col-group {
  padding: 0 20px;
}
.col-group:after {
  display: table;
  clear: both;
  content: " ";
}
.col-group .col-group {
  padding: 0;
}
.col-group [class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-group [class*="push-"],
.col-group [class*="pull-"] {
  position: relative;
}
.col-mb-12 {
  width: 100%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-11 {
  width: 91.66666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-10 {
  width: 83.33333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-9 {
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-8 {
  width: 66.66666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-7 {
  width: 58.33333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-6 {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-5 {
  width: 41.66666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-3 {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-1 {
  width: 8.33333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
/*
 	
	Tablet and up
 
*/
@media (min-width: 768px) {
  .container {
    max-width: 728px;
    margin: 0 auto;
  }
  .col-12 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  .col-11 {
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66666667%;
    float: left;
  }
  .col-10 {
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
    float: left;
  }
  .col-9 {
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    float: left;
  }
  .col-8 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
    float: left;
  }
  .col-7 {
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333333%;
    float: left;
  }
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .col-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66666667%;
    float: left;
  }
  .col-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
    float: left;
  }
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left;
  }
  .col-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
    float: left;
  }
  .col-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333333%;
    float: left;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-group {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
  }
  .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
/*
 	
	Desktop and up
 
*/
@media (min-width: 992px) {
  .container {
    max-width: 952px;
    margin: 0 auto;
  }
  .col-dt-12 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  .col-dt-11 {
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66666667%;
    float: left;
  }
  .col-dt-10 {
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
    float: left;
  }
  .col-dt-9 {
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    float: left;
  }
  .col-dt-8 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
    float: left;
  }
  .col-dt-7 {
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333333%;
    float: left;
  }
  .col-dt-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .col-dt-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66666667%;
    float: left;
  }
  .col-dt-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
    float: left;
  }
  .col-dt-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left;
  }
  .col-dt-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
    float: left;
  }
  .col-dt-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333333%;
    float: left;
  }
  .col-dt-offset-12 {
    margin-left: 100%;
  }
  .col-dt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-dt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-dt-offset-9 {
    margin-left: 75%;
  }
  .col-dt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-dt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-dt-offset-6 {
    margin-left: 50%;
  }
  .col-dt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-dt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-dt-offset-3 {
    margin-left: 25%;
  }
  .col-dt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-dt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-12 {
    right: 100%;
  }
  .col-dt-pull-11 {
    right: 91.66666667%;
  }
  .col-dt-pull-10 {
    right: 83.33333333%;
  }
  .col-dt-pull-9 {
    right: 75%;
  }
  .col-dt-pull-8 {
    right: 66.66666667%;
  }
  .col-dt-pull-7 {
    right: 58.33333333%;
  }
  .col-dt-pull-6 {
    right: 50%;
  }
  .col-dt-pull-5 {
    right: 41.66666667%;
  }
  .col-dt-pull-4 {
    right: 33.33333333%;
  }
  .col-dt-pull-3 {
    right: 25%;
  }
  .col-dt-pull-2 {
    right: 16.66666667%;
  }
  .col-dt-pull-1 {
    right: 8.33333333%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-12 {
    left: 100%;
  }
  .col-dt-push-11 {
    left: 91.66666667%;
  }
  .col-dt-push-10 {
    left: 83.33333333%;
  }
  .col-dt-push-9 {
    left: 75%;
  }
  .col-dt-push-8 {
    left: 66.66666667%;
  }
  .col-dt-push-7 {
    left: 58.33333333%;
  }
  .col-dt-push-6 {
    left: 50%;
  }
  .col-dt-push-5 {
    left: 41.66666667%;
  }
  .col-dt-push-4 {
    left: 33.33333333%;
  }
  .col-dt-push-3 {
    left: 25%;
  }
  .col-dt-push-2 {
    left: 16.66666667%;
  }
  .col-dt-push-1 {
    left: 8.33333333%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
}
/*
 	
	Large desktop and up
 
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
    margin: 0 auto;
  }
  .col-ld-12 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  .col-ld-11 {
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66666667%;
    float: left;
  }
  .col-ld-10 {
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
    float: left;
  }
  .col-ld-9 {
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    float: left;
  }
  .col-ld-8 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
    float: left;
  }
  .col-ld-7 {
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333333%;
    float: left;
  }
  .col-ld-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .col-ld-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66666667%;
    float: left;
  }
  .col-ld-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
    float: left;
  }
  .col-ld-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left;
  }
  .col-ld-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
    float: left;
  }
  .col-ld-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333333%;
    float: left;
  }
  .col-ld-offset-12 {
    margin-left: 100%;
  }
  .col-ld-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ld-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ld-offset-9 {
    margin-left: 75%;
  }
  .col-ld-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ld-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ld-offset-6 {
    margin-left: 50%;
  }
  .col-ld-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ld-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ld-offset-3 {
    margin-left: 25%;
  }
  .col-ld-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ld-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-12 {
    right: 100%;
  }
  .col-ld-pull-11 {
    right: 91.66666667%;
  }
  .col-ld-pull-10 {
    right: 83.33333333%;
  }
  .col-ld-pull-9 {
    right: 75%;
  }
  .col-ld-pull-8 {
    right: 66.66666667%;
  }
  .col-ld-pull-7 {
    right: 58.33333333%;
  }
  .col-ld-pull-6 {
    right: 50%;
  }
  .col-ld-pull-5 {
    right: 41.66666667%;
  }
  .col-ld-pull-4 {
    right: 33.33333333%;
  }
  .col-ld-pull-3 {
    right: 25%;
  }
  .col-ld-pull-2 {
    right: 16.66666667%;
  }
  .col-ld-pull-1 {
    right: 8.33333333%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-12 {
    left: 100%;
  }
  .col-ld-push-11 {
    left: 91.66666667%;
  }
  .col-ld-push-10 {
    left: 83.33333333%;
  }
  .col-ld-push-9 {
    left: 75%;
  }
  .col-ld-push-8 {
    left: 66.66666667%;
  }
  .col-ld-push-7 {
    left: 58.33333333%;
  }
  .col-ld-push-6 {
    left: 50%;
  }
  .col-ld-push-5 {
    left: 41.66666667%;
  }
  .col-ld-push-4 {
    left: 33.33333333%;
  }
  .col-ld-push-3 {
    left: 25%;
  }
  .col-ld-push-2 {
    left: 16.66666667%;
  }
  .col-ld-push-1 {
    left: 8.33333333%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
}
/*

	Fixed aspect ratio columns

*/
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
/*
 	
	Other
 
*/
.center-block {
  margin: 0 auto;
}
.clear:after {
  display: table;
  clear: both;
  content: " ";
}
.slider {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.slider video {
  display: block;
}
.slider__item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slider__item .container {
  position: relative;
}
.slider__item-content {
  position: absolute;
  top: 50px;
  left: 500px;
  z-index: 1;
}
.slider__item-message {
  position: relative;
  left: 0;
  font-size: 3.5em;
  color: #fff;
  opacity: 1;
  z-index: 1;
}
.slider__item-message.slider__item-message--invisible {
  opacity: 0;
  left: 200px;
}
.slider__item-input {
  display: inline-block;
  height: 3.6em;
  margin-bottom: 0.2em;
  border: 1px solid #fff;
  z-index: 1;
}
.slider__item-input input {
  height: 100%;
  width: 20em;
  margin-right: 0;
  padding: 0.5em;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  font-size: 1.4em;
  z-index: 1;
}
.slider__item-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.slider__item-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.slider__item-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.slider__item-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.slider__item-input button {
  display: inline-block;
  height: 100%;
  width: 5em;
  margin-left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}
.slider__play-video {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8em;
  height: 8em;
  padding: 0.3em;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.slider__play-video::after {
  font-family: FontAwesome;
  font-size: 7em;
}
.slider__play-video--play::after {
  content: '\f144';
}
.slider__play-video--pause::after {
  content: '\f28b';
}
.slider__item-illustration-wrapper {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.slider__item-illustration-wrapper > img,
.slider__item-illustration-wrapper > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
  height: 0 !important;
  width: auto !important;
  overflow-x: hidden;
  margin: auto;
  max-width: none;
}
.slider__item-illustration-wrapper > video {
  width: auto !important;
  height: auto !important;
}
.slider .owl-carousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 100%;
}
.slider .owl-theme .owl-nav {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
  transition: opacity 500ms;
}
.slider .owl-theme .owl-nav .owl-prev,
.slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -3em;
  margin: 0;
  padding: 0.2em;
  color: #2c849b;
  background-color: transparent;
}
.slider .owl-theme .owl-nav .owl-prev:after,
.slider .owl-theme .owl-nav .owl-next:after {
  font-family: "FontAwesome";
  font-size: 4em;
  line-height: 0.8em;
}
.slider .owl-theme .owl-nav .owl-prev.disabled:after,
.slider .owl-theme .owl-nav .owl-next.disabled:after {
  color: rgba(255, 255, 255, 0.2);
}
.slider .owl-theme .owl-nav .owl-prev:hover,
.slider .owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}
.slider .owl-theme .owl-nav .owl-prev {
  left: 20px;
}
.slider .owl-theme .owl-nav .owl-prev:after {
  content: '\f104';
}
.slider .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.slider .owl-theme .owl-nav .owl-next:after {
  content: '\f105';
}
.slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slider .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(196, 40, 112, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c42870;
}
.slider:hover .owl-theme .owl-nav {
  opacity: 1;
}
.slider:hover .slider__play-video {
  opacity: 0.5;
}
@media (max-width: 1400px) {
}
.form__fieldset {
  border: 0;
  padding: 0.5em;
  margin: 1em 0;
  min-width: 0;
  background-color: #f2f2f2;
}
.form__row {
  margin-bottom: 1em;
}
.form__row--required .form__label::after {
  content: '*';
  color: firebrick;
}
.form__row--error .form__control {
  border-color: firebrick;
}
.form__row--success .form__control {
  border-color: limegreen;
}
.form__row div:nth-child(2) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form__label {
  display: block;
  padding-top: 0.5em;
  text-align: right;
}
@media (max-width: 768px) {
  .form__label {
    text-align: left;
  }
}
.form__control {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0.5em;
  margin-right: 0.3em;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
}
.form__info {
  position: relative;
  padding: 0.5em 0.5em 0.5em 3em;
  background-color: #d3ecf3;
}
.form__info::before {
  content: '\f05a';
  font-family: FontAwesome;
  position: absolute;
  top: 0.15em;
  left: 0.5em;
  font-size: 1.4em;
}
.form__submit {
  padding: 0.5em 1em;
  border: none;
  border-radius: 4px;
  background-color: #c42870;
  color: #fff;
}
@media (max-width: 768px) {
  .form__submit {
    display: block;
    width: 100%;
  }
}
.form__error {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  color: firebrick;
}
.form__control-icon-wrapper {
  width: 1.2em;
}
.form__control-icon {
  font-size: 1.3em;
}
.form__control-icon--success {
  color: limegreen;
}
.form__control-icon--error {
  color: firebrick;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/***** Eléments *****/
html {
  height: 100%;
}
body {
  height: 100%;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
  background: #fff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 1em 0;
}
a {
  color: #c42870;
  text-decoration: none;
}
dt {
  float: left;
  clear: left;
  width: 20em;
  text-align: right;
  font-weight: bold;
  color: #777;
}
dt:after {
  content: " : ";
}
dd {
  margin: 0 0 0 21em;
  padding: 0 0 0.5em 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
legend {
  display: table;
  float: left;
  margin: 0 0 0.5em 0;
  padding: 0;
  width: 100%;
  font-size: 1.6em;
  color: #c42870;
}
legend + * {
  clear: both;
}
img,
video {
  max-width: 100%;
}
hr {
  border: 0;
  height: 1px;
  color: #999;
  background-color: #999;
  background-image: -webkit-linear-gradient(left, rgba(153, 153, 153, 0) 0, #999 50%, rgba(153, 153, 153, 0) 100%);
  background-image: linear-gradient(left, rgba(153, 153, 153, 0) 0, #999 50%, rgba(153, 153, 153, 0) 100%);
}
h3 {
  margin: 0.7em 0 0.5em 0;
}
input[type=checkbox] {
  margin-right: 0.5em;
}
/* Fluidable */
.col-group {
  padding: 0 10px;
}
/***** Librairie *****/
/* Icones */
.icon {
  display: inline-block;
}
.icon::before {
  font-family: FontAwesome;
}
.icon.user::before {
  content: '\f007';
}
.icon.cart::before {
  content: '\f07a';
}
.icon.logout::before {
  content: '\f08b';
}
.icon > span {
  display: inline-block;
  margin-left: 0.3em;
}
/* Boutons */
.button {
  padding: 0.5em 1.5em 0.8em 1.5em;
  color: #fff;
  font-size: 1.3em;
  background-color: #c42870;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}
.button span {
  vertical-align: middle;
}
.button[disabled] {
  background-color: #ea9bbf;
}
.button::before {
  margin-right: 0.6em;
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: 1.2em;
}
.button--type-subscribe::before,
.button--type-edit::before {
  content: '\f040';
}
.button--type-order::before {
  content: '\f00c';
}
.button--type-add::before {
  content: '\f067';
}
/* Boites de message */
.message {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5em 1em 1.5em 5em;
  font-size: 1.1em;
}
.message::before {
  position: absolute;
  top: 0.7em;
  left: 1em;
  font-family: FontAwesome;
  font-size: 2em;
  line-height: 1em;
}
.message--success {
  background-color: #d6f5d6;
}
.message--success::before {
  content: '\f00c';
  color: limegreen;
}
.message--info {
  background-color: #b7dbff;
}
.message--info::before {
  content: '\f05a';
}
.message p:first-child {
  margin-top: 0;
}
.message p:last-child {
  margin-bottom: 0;
}
/* Boîtes */
.box {
  padding: 0.5em;
  margin: 1em 0;
  background-color: #f2f2f2;
}
.box__title {
  margin: 0 0 0.5em 0;
  font-size: 1.6em;
  color: #c42870;
}
/* Bannières */
.banner {
  height: 710px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .banner {
    height: 510px;
  }
}
@media (max-width: 768px) {
  .banner {
    height: 410px;
  }
}
.banner--small {
  height: 510px;
}
@media (max-width: 992px) {
  .banner--small {
    height: 410px;
  }
}
.banner__illustration {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.banner__infos {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 5em;
}
.banner__infos::after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  .banner__infos {
    padding-left: 2em;
  }
}
@media (max-width: 768px) {
  .banner__infos {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }
}
.banner__infos > div {
  z-index: 2;
  width: 17em;
  font-size: 1.7em;
  color: #fff;
}
@media (max-width: 992px) {
  .banner__infos > div {
    font-size: 1.3em;
  }
  .banner__infos > div img {
    max-height: 9em;
  }
}
@media (max-width: 768px) {
  .banner__infos > div {
    font-size: 1.1em;
  }
  .banner__infos > div img {
    max-height: 7em;
  }
}
.banner__title {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
}
.banner__title h1 {
  margin-right: 2em;
  color: #fff;
  font-size: 4em;
  line-height: 1;
}
@media (max-width: 992px) {
  .banner__title h1 {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .banner__title h1 {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .banner__title {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .banner__title {
    width: 100%;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.banner__text {
  padding-left: 1em;
  border-left: 4px solid #fff;
}
.banner__accroche {
  font-size: 1.2em;
}
.banner__action {
  display: block;
  margin-top: 0.5em;
  padding: 0.2em 1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  background-color: #c42870;
}
/* Tuiles */
.tiles {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  color: #fff;
}
@media (max-width: 768px) {
  .tiles {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tiles__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 33.3333%;
}
@media (max-width: 768px) {
  .tiles__item {
    width: 100%;
  }
}
.tiles__item > div {
  padding: 2em 1em;
  text-align: center;
}
.tiles__item--pink {
  background-color: #c42870;
}
.tiles__item--blue {
  background-color: #2c849b;
}
.tiles__item--white {
  color: #2c849b;
}
.tiles__item--white .tiles__button {
  color: #2c849b;
  border-color: #2c849b;
}
.tiles__icon {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 7em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .tiles__icon {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  .tiles__icon {
    font-size: 6em;
  }
}
.tiles__button {
  display: inline-block;
  width: 15em;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  border: 2px solid #fff;
}
@media (max-width: 992px) {
  .tiles__button {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .tiles__button {
    display: block;
  }
}
/* Blocs produits */
.product-bloc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.product-bloc__image-content {
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-right: 2em;
}
.product-bloc__image-content a {
  display: block;
}
.product-bloc__image-capsule {
  position: relative;
}
.product-bloc__image-capsule:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product-bloc__image-capsule > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-bloc__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.product-bloc__price {
  color: #c42870;
}
.product-bloc__price strong {
  font-size: 1.3em;
}
.product-bloc__title {
  margin: 0.2em 0;
  font-size: 2em;
}
.product-bloc__title a {
  color: inherit;
}
.product-bloc__title em {
  display: inline-block;
  margin-left: 0.3em;
  padding: 0.1em 0.5em;
  background-color: #c42870;
  color: #fff;
  font-size: 0.6em;
  vertical-align: text-top;
  border-radius: 4px;
}
.product-bloc__more::before {
  font-family: FontAwesome;
  content: '\f067';
  display: inline-block;
  margin-right: 0.3em;
}
.product-bloc__more--showed::before {
  content: '\f068';
}
.product-bloc__more-text {
  display: none;
}
/***** Layout *****/
/* Wrapper */
.wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  width: 100%;
}
.main-wrapper {
  padding-top: 66px;
  min-height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 200ms ease-in;
}
.main-wrapper--pushed {
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
/* Header */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: 10;
  background-color: #2c849b;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in;
}
.main-header--pushed {
  left: -270px;
}
.main-header .container > .col-group > .col-12 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* Logo */
.header-logo {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/* Menu principal */
.main-nav {
  margin-left: 4em;
  font-size: 1.4em;
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
}
.main-nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
.main-nav ul:before,
.main-nav ul:after {
  content: "";
  display: table;
}
.main-nav ul:after {
  clear: both;
}
.main-nav ul li {
  float: left;
  height: 100%;
}
.main-nav a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0.4em 2em;
  color: #fff;
  text-decoration: none;
  transition: 400ms;
}
.main-nav a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #216273;
}
/* Infos user */
.user-infos {
  margin-left: auto;
  font-size: 1.4em;
}
@media (max-width: 768px) {
  .user-infos {
    display: none;
  }
}
.user-infos > ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
.user-infos > ul:before,
.user-infos > ul:after {
  content: "";
  display: table;
}
.user-infos > ul:after {
  clear: both;
}
.user-infos > ul > li {
  float: left;
  height: 100%;
}
.user-infos > ul > li:hover ul {
  display: block;
}
.user-infos ul ul {
  display: none;
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #c42870;
}
.user-infos a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0.4em 2em;
  color: #fff;
  text-decoration: none;
  transition: 400ms;
}
.user-infos a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #216273;
}
/* Menu mobile */
.menu-mobile-icon {
  display: none;
}
@media (max-width: 768px) {
  .menu-mobile-icon {
    display: block;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.3em;
    cursor: pointer;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  z-index: 100;
  overflow: scroll;
  margin-right: -270px;
  padding: 1em 0;
  transition: all 200ms ease-in;
  background-color: #c42870;
  color: #fff;
  -webkit-box-shadow: -2px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
}
.mobile-menu--visible {
  margin-right: 0;
}
.user-infos-mobile {
  padding: 0 1em;
  margin-bottom: 1em;
}
.user-infos-mobile > ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.user-infos-mobile > ul > li a {
  color: #fff;
}
.user-infos-mobile a {
  color: #fff;
}
.user-infos-mobile .icon::before {
  font-size: 1.6em;
}
.main-menu-mobile {
  font-size: 1.4em;
}
.main-menu-mobile > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu-mobile > ul > li {
  border-bottom: 1px solid #fff;
}
.main-menu-mobile > ul > li > a {
  display: block;
  padding: 0.5em;
  color: #fff;
  background-color: #2c849b;
}
.main-menu-mobile > ul > li:first-child {
  border-top: 1px solid #fff;
}
/* Contenu */
.main-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 2em;
  font-size: 1.2em;
}
/* Footer */
.main-footer {
  color: #999;
  background-color: #f2f2f2;
}
.main-footer .container {
  padding-top: 1em;
  padding-bottom: 1em;
}
/* Menu footer */
.footer-nav {
  color: #666;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
.footer-nav ul:before,
.footer-nav ul:after {
  content: "";
  display: table;
}
.footer-nav ul:after {
  clear: both;
}
.footer-nav ul li {
  float: left;
  margin-right: 0.5em;
}
.footer-nav ul li::after {
  content: '|';
  margin-left: 0.5em;
}
.footer-nav ul li:last-child::after {
  content: '';
}
.footer-nav a {
  text-decoration: none;
  color: #666;
}
.footer-nav a:hover {
  text-decoration: underline;
}
/* Prettyphoto */
.pp_social,
.pp_expand {
  display: none !important;
}
/***** Configurateur DaaS *****/
.daas-config-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .daas-config-footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.daas-config-recap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 1em;
  padding: 1em;
  color: #fff;
  background-color: #2c849b;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .daas-config-recap {
    margin-right: 0;
    margin-bottom: 0.5em;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.daas-config-recap__item {
  margin-right: 2em;
}
@media (max-width: 768px) {
  .daas-config-recap__item {
    margin-right: 0;
  }
}
.daas-config-recap__price {
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .daas-config-recap__price {
    font-size: 1.6em;
  }
}
.daas-config-buy {
  padding-right: 2em;
  padding-left: 2em;
  color: #fff;
  font-size: 1.5em;
  background-color: #c42870;
  border: none;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .daas-config-buy {
    white-space: nowrap;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.daas-config-buy span {
  vertical-align: middle;
}
.daas-config-buy::before {
  margin-right: 0.6em;
  content: '\f217';
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: 1.6em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .daas-config-buy::before {
    display: block;
  }
}
.daas-config-form input,
.daas-config-form textarea,
.daas-config-form select {
  -moz-flex: 0 0 15em;
  -ms-flex: 0 0 15em;
  -webkit-flex: 0 0 15em;
  flex: 0 0 15em;
  display: inline-block;
}
@media (max-width: 768px) {
  .daas-config-form input,
  .daas-config-form textarea,
  .daas-config-form select {
    -moz-flex: 0 0 10em;
    -ms-flex: 0 0 10em;
    -webkit-flex: 0 0 10em;
    flex: 0 0 10em;
  }
}
.daas-config-form .form__label {
  text-align: left;
}
/***** Login *****/
.login {
  height: 100%;
}
.login-block {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.login-form {
  width: 20em;
}
.login-form__row {
  margin-bottom: 1em;
}
.login-form__label {
  display: block;
}
.login-form__input {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
}
.login-form__submit-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.login-form__submit {
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.1em;
  background-color: #c42870;
  border: none;
  border-radius: 4px;
}
.login-form__error {
  color: firebrick;
  font-weight: bold;
}
/***** Inscription *****/
.subscription-form .form__control {
  width: 20em;
}
.subscription-form .form__label {
  text-align: right;
}
/***** Panier *****/
.cart-content {
  width: 100%;
}
.cart-content td,
.cart-content th {
  padding: 1em;
  vertical-align: top;
}
.cart-content th {
  background-color: #2c849b;
  color: #fff;
}
.cart-content tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.cart-content tbody tr:nth-child(even) td {
  background-color: #e9e9e9;
}
.cart-content__product-name {
  font-weight: bold;
  font-size: 1.2em;
}
.cart-total {
  text-align: right;
}
.cart-total__price {
  font-size: 1.4em;
}
.cart-total__price-value {
  color: #c42870;
  font-weight: bold;
  font-size: 1.1em;
}
/***** Compte *****/
.addresses-box__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
  background-color: #e1e1e1;
}
.addresses-box__item-name {
  font-size: 1.2em;
  font-weight: bold;
}
/***** Page produit *****/
.product-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  color: #fff;
}
@media (max-width: 768px) {
  .product-actions {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-actions__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
}
@media (max-width: 768px) {
  .product-actions__item {
    width: 100%;
  }
}
.product-actions__item > div {
  padding: 2em 1em;
  text-align: center;
}
.product-actions__item--pink {
  background-color: #c42870;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5em;
}
@media (max-width: 992px) {
  .product-actions__item--pink {
    padding-right: 2em;
  }
}
@media (max-width: 768px) {
  .product-actions__item--pink {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: inherit;
  }
}
.product-actions__item--blue {
  padding-left: 5em;
  background-color: #2c849b;
}
@media (max-width: 992px) {
  .product-actions__item--blue {
    padding-left: 2em;
  }
}
@media (max-width: 768px) {
  .product-actions__item--blue {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: inherit;
  }
}
.product-actions__icon {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 7em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-actions__icon {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  .product-actions__icon {
    font-size: 6em;
  }
}
.product-actions__button {
  display: inline-block;
  width: 16em;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  border: 2px solid #fff;
}
@media (max-width: 992px) {
  .product-actions__button {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .product-actions__button {
    display: block;
  }
}
/***** Page contact *****/
.contact-coords {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .contact-coords {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/***** Liste de produits *****/
.products-list {
  margin: 2em 0;
}
.products-list .product-bloc {
  margin-bottom: 1em;
}
