@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet
// Helpful articles on Sass file organization:
// http://thesassway.com/advanced/modular-css-naming-conventions
******************************************************************/
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Stylesheet: Alert Styles
******************************************************************/
/* line 7, ../sass/modules/_alerts.scss */
.alert-help {
  box-shadow: inset 4px 0px 0px #F4D03F;
  color: #F4D03F;
}



/* line 12, ../sass/modules/_alerts.scss */
.alert-info {
  box-shadow: inset 4px 0px 0px #03C9A9;
  color: #03C9A9;
}

/* line 17, ../sass/modules/_alerts.scss */
.alert-error, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
  display: inline-block;
  border: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  box-shadow: inset 4px 0px 0px #C90303;
  color: #C90303 !important;
}

/* line 26, ../sass/modules/_alerts.scss */
.alert-success, div.wpcf7-mail-sent-ok {
  box-shadow: inset 4px 0px 0px #03C9A9;
  color: #03C9A9;
}

.cookiebanner #cookie-law{

  padding: 10px;
  z-index: 9999999999999;
  position: fixed;
  top: auto;
  bottom: 0;
  transition:0.33s ease all;
  background: #eee;
  font-size: 12px;

}

#cookie-law .wrapper{

  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;

}

#cookie-law .content{

  width: 100%;
  float: none;

}

#cookie-law .btn{

  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  margin: 0; 
  background: #AAAAAA;
  border:none;

}

svg{

  shape-rendering:geometricPrecision;

}
/******************************************************************
Stylesheet: Flexible layout

SUMMARY

Hero
Bloc HTML
Bloc TAB
Bloc Testimonial
Bloc Team
Bloc Picto
Bloc Contact
Bloc Formulaire
Bloc map
Bloc Graphic
Bloc Text
Bloc Partner
Bloc Single News
Bloc Slider News
Bloc Menu Inter
Bloc Actus

******************************************************************/
/* line 25, ../sass/modules/_flexible.scss */
.flexible-title {
  color: #404040;
  font-size: 34px;
  font-weight: bold;
  margin-top: 9px;
  line-height: 40px;
}

/* line 35, ../sass/modules/_flexible.scss */
.flexible-overtitle {
  color: #bb2280;
  text-align: center;
  font-size: 27px;
  line-height: 35px;
}

/* line 44, ../sass/modules/_flexible.scss */
.flexible-layout {
  padding: 60px 0;
  background: #fff;
  z-index: 4;
}
/* line 51, ../sass/modules/_flexible.scss */
.flexible-layout ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 57, ../sass/modules/_flexible.scss */
.flexible-layout ul li:before {
  content: "";
  display: inline-block;
  background: #bb2280;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  position: absolute;
  top: 7px;
  left: 0;
}

/* line 78, ../sass/modules/_flexible.scss */
.hero {
  height: 660px;
  text-align: left;
  background: #404040;
  padding: 0;
  z-index: 2;
}
/* line 85, ../sass/modules/_flexible.scss */
.hero.theme-white, .hero.theme-white, .hero.theme-white {
  background: #404040;
}
/* line 92, ../sass/modules/_flexible.scss */
.hero a {
  color: #fff;
}
/* line 98, ../sass/modules/_flexible.scss */
.hero .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
/* line 112, ../sass/modules/_flexible.scss */
.hero svg {
  mix-blend-mode: multiply;
  z-index: 1;
  position: relative;
  position: absolute;
  top: 0;
  transition: 0.7s all ease;
  transition-delay: 0.3s;
  -moz-transform: translate3D(-1%, -210%, 0) scale(3);
  -ms-transform: translate3D(-1%, -210%, 0) scale(3);
  -webkit-transform: translate3D(-1%, -210%, 0) scale(3);
  transform: translate3D(-1%, -210%, 0) scale(3);
  transform-origin: 83% 49% 0;
}
/* line 130, ../sass/modules/_flexible.scss */
.hero.visible svg {
  -moz-transform: translate3D(-30%, 0%, 0) scale(3);
  -ms-transform: translate3D(-30%, 0%, 0) scale(3);
  -webkit-transform: translate3D(-30%, 0%, 0) scale(3);
  transform: translate3D(-30%, 0%, 0) scale(3);
}
/* line 138, ../sass/modules/_flexible.scss */
.hero .content {
  overflow: visible;
}
/* line 142, ../sass/modules/_flexible.scss */
.hero .content .title {
  font-size: 59px;
  line-height: 71px;
  margin-bottom: 24px;
  /*margin-bottom: 28px;*/
  text-align: left;
  font-weight: normal;
}
/* line 150, ../sass/modules/_flexible.scss */
.hero .content .title span {
  display: block;
}
/* line 158, ../sass/modules/_flexible.scss */
.hero .content .text {
  max-width: 720px;
  width: 100%;
  font-size: 23px;
  line-height: 27px;
}
/* line 169, ../sass/modules/_flexible.scss */
.hero .link-bottom {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 12;
}

.cycle-slide-active{

  opacity: 1 !important;
  visibility: visible !important;

}

.home .hero-slider .white .content {
  padding-top: 0 !important;
}
/* line 188, ../sass/modules/_flexible.scss */
.hero-slider {
  padding: 0;
  overflow: hidden;
  height: 660px;
}
/* line 193, ../sass/modules/_flexible.scss */
.hero-slider .flexible-layout {
  padding: 0;
}

.hero-slider .flexible-layout.cycle-slide-active{
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 199, ../sass/modules/_flexible.scss */
.hero-slider a {
  color: #fff;
}
/* line 210, ../sass/modules/_flexible.scss */
.hero-slider .content {
  padding-top: 72px;
}
/* line 214, ../sass/modules/_flexible.scss */
.hero-slider .content .title {
  color: #fff;
}
/* line 219, ../sass/modules/_flexible.scss */
.hero-slider .content .sub-title {
  color: #fff;
}
/* line 227, ../sass/modules/_flexible.scss */
.hero-slider .pager {
  color: #fff;
}
/* line 240, ../sass/modules/_flexible.scss */
.hero-slider .hero-video {
  position: relative;
}
/* line 244, ../sass/modules/_flexible.scss */
.hero-slider .hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 259, ../sass/modules/_flexible.scss */
.hero-slider .header-ref.hero {
  height: 660px;
}

.hero-slider .header-ref.hero .btn.btn-ghost-white{

  margin-bottom: 0;
  margin-top: 20px;

}
/* line 265, ../sass/modules/_flexible.scss */
.hero-slider .header-ref.hero .bg img {
  opacity: 1;
}
/* line 273, ../sass/modules/_flexible.scss */
.hero-slider .header-ref.hero .logo {
  display: block;
  margin: 0 auto;
  width: auto;
}
/* line 283, ../sass/modules/_flexible.scss */
.hero-slider .header-ref.hero .content .title {
  opacity: 1;
  transform: translateX(0);
}
/* line 296, ../sass/modules/_flexible.scss */
.hero-slider .hero-news .overtitle {
  font-size: 34px;
  margin-bottom: 10px;
}
/* line 303, ../sass/modules/_flexible.scss */
.hero-slider .hero-news .title {
  max-width: 60%;
  font-weight: bold;
}
/* line 310, ../sass/modules/_flexible.scss */
.hero-slider .hero-news svg {
  -moz-transform: translate3D(-1%, -210%, 0) scale(3);
  -ms-transform: translate3D(-1%, -210%, 0) scale(3);
  -webkit-transform: translate3D(-1%, -210%, 0) scale(3);
  transform: translate3D(-1%, -210%, 0) scale(3);
  width: 100%;
}
/* line 317, ../sass/modules/_flexible.scss */
.hero-slider .hero-news .btn {
  margin-bottom: 0;
}
/* line 325, ../sass/modules/_flexible.scss */
.hero-slider .hero-news.cycle-slide-active svg {
  -moz-transform: translate3D(-30%, -34%, 0) scale(3);
  -ms-transform: translate3D(-30%, -34%, 0) scale(3);
  -webkit-transform: translate3D(-30%, -34%, 0) scale(3);
  transform: translate3D(-30%, -34%, 0) scale(3);
}
/* line 337, ../sass/modules/_flexible.scss */
.hero-slider .hero-simple svg {
  -moz-transform: translate3D(-1%, -210%, 0) scale(3);
  -ms-transform: translate3D(-1%, -210%, 0) scale(3);
  -webkit-transform: translate3D(-1%, -210%, 0) scale(3);
  transform: translate3D(-1%, -210%, 0) scale(3);
  width: 100%;
}
/* line 346, ../sass/modules/_flexible.scss */
.hero-slider .hero-simple.cycle-slide-active svg {
  -moz-transform: translate3D(-30%, -34%, 0) scale(3);
  -ms-transform: translate3D(-30%, -34%, 0) scale(3);
  -webkit-transform: translate3D(-30%, -34%, 0) scale(3);
  transform: translate3D(-30%, -34%, 0) scale(3);
}
/* line 356, ../sass/modules/_flexible.scss */
.hero-slider .pager {
  font-size: 32px;
  font-weight: bold;
  width: auto;
  right: 72px;
  height: 181px;
}
/* line 364, ../sass/modules/_flexible.scss */
.hero-slider .pager a {
  text-decoration: none;
  float: left;
  margin-left: 15px;
  position: relative;
  top: 114px;
  opacity: 0.5;
  transition: 0.4s ease all;
}
/* line 374, ../sass/modules/_flexible.scss */
.hero-slider .pager a:hover {
  opacity: 1;
  color: #fff;
}
/* line 381, ../sass/modules/_flexible.scss */
.hero-slider .pager a:after {
  position: relative;
  display: block;
  content: "";
  width: 5px;
  height: 40px;
  background: #fff;
  margin: 5px auto 0;
  transition: 0.4s ease all;
}
/* line 396, ../sass/modules/_flexible.scss */
.hero-slider .pager .cycle-pager-active {
  font-size: 76px;
  font-weight: bold;
  opacity: 1;
  line-height: 76px;
  top: 0;
}
/* line 404, ../sass/modules/_flexible.scss */
.hero-slider .pager .cycle-pager-active:after {
  height: 100px;
  transition: 0.3s ease all;
}

/* line 419, ../sass/modules/_flexible.scss */
.flexible-html-slider {
  position: relative;
}
/* line 423, ../sass/modules/_flexible.scss */
.flexible-html-slider .wrapper {
  overflow: visible;
}
/* line 434, ../sass/modules/_flexible.scss */
.flexible-html-slider .prev, .flexible-html-slider .next {
  top: calc(50% - 23px);
  background: #eaeaea;
  color: #bb2280;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  padding: 13px;
}
/* line 447, ../sass/modules/_flexible.scss */
.flexible-html-slider .prev {
  left: -120px;
}
/* line 453, ../sass/modules/_flexible.scss */
.flexible-html-slider .next {
  right: -120px;
}
/* line 461, ../sass/modules/_flexible.scss */
.flexible-html-slider.visible .wrapper {
  opacity: 1;
}
.flexible-html .content thead{

  border-bottom: 1px solid #d6d6d6;

}

.flexible-html .content table{

  margin-bottom: 40px;

}

.flexible-html .content tbody tr:nth-child(even) td{

  background: #dfdfdf;

}

.flexible-html .content tbody td{

  padding: 10px;

}



/* line 474, ../sass/modules/_flexible.scss */
.flexible-tab .tabs_mobile {
  display: none;
}
/* line 528, ../sass/modules/_flexible.scss */
.flexible-tab .tabs .tabs_container .right .slider {
  float: right;
  width: 40%;
}
/* line 533, ../sass/modules/_flexible.scss */
.flexible-tab .tabs .tabs_container .right .slider img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 543, ../sass/modules/_flexible.scss */
.flexible-tab .tabs .tabs_container .right .onglet-text {
  float: left;
  width: 50%;
}

/* line 560, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider {
  height: 540px;
  position: relative;
  padding: 0;
}
/* line 568, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
/* line 583, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .testimonial {
  height: 540px;
  overflow: hidden;
}
/* line 589, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content {
  text-align: left;
  position: relative;
  overflow: visible;
}

.flexible-testimonial-slider .wrapper{

  overflow: visible;
  z-index: 10;
  position: absolute;

}
/* line 594, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content .logo {
  width: auto;
  margin-bottom: 30px;
  z-index: 10;
  position: relative;
}
/* line 600, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content .text {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-size: 31px;
  line-height: 39px;
  text-align: left;
}
/* line 611, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content p {
  font-size: 23px;
  margin: 0;
  float: left;
  line-height: 32px;
}
/* line 619, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content .name {
  display: block;
  margin-top: 47px;
}
/* line 626, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content .photo {
  width: auto;
  display: block;
  float: left;
  margin-right: 22px;
}
/* line 635, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .content .btn {
  float: right;
  margin: 0;
  padding: 13px 37px;
  border-color: #fff;
  color: #fff;
  margin-top: 47px;
}
/* line 647, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .prev, .flexible-testimonial-slider .next {
  top: 50%;
}
/* line 653, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .prev {
  left: 20px;
}
/* line 659, ../sass/modules/_flexible.scss */
.flexible-testimonial-slider .next {
  right: 20px;
}

.flexible-testimonial-slider.theme-white, .flexible-testimonial-slider.theme-light{

  color:#bb2280;

}

.flexible-testimonial-slider.theme-white .content .text, .flexible-testimonial-slider.theme-light .content .text{

  color:#bb2280;

}

.flexible-testimonial-slider .testimonial.image .content .text, .flexible-testimonial-slider .testimonial.image .name, .flexible-testimonial-slider .testimonial.image .function, .flexible-testimonial-slider .testimonial.image .society{

  color: #fff !important;

}

.flexible-testimonial-slider.theme-white  .testimonial{

  background: #fff;

}

.flexible-testimonial-slider.theme-white .content p, .flexible-testimonial-slider.theme-light .content p{

  color: #303030;

}

.flexible-testimonial-slider.theme-white .content .name, .flexible-testimonial-slider.theme-light .content .name{

 color: #303030;

}

.flexible-testimonial-slider.theme-light  .testimonial{

  background: #eaeaea;  

}

.flexible-testimonial-slider .testimonial.image{

  color: #fff !important;

}

/* line 668, ../sass/modules/_flexible.scss */
.flexible-team {
  padding: 0;
}
/* line 672, ../sass/modules/_flexible.scss */
.flexible-team .flexible-title {
  margin: 35px 0;
}
/* line 682, ../sass/modules/_flexible.scss */
.flexible-team .bg {
  float: none;
  margin: 0;
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
}
/* line 689, ../sass/modules/_flexible.scss */
.flexible-team .bg img {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

.Safari .flexible-team .bg img{

  -moz-transform: translate3D(-50%, -0%, 0);
  -ms-transform: translate3D(-50%, -0%, 0);
  -webkit-transform: translate3D(-50%, -0%, 0);
  transform: translate3D(-50%, -0%, 0);

}
/* line 700, ../sass/modules/_flexible.scss */
.flexible-team .member {
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  margin-bottom: 1px;
  max-height: 420px;
  overflow: hidden;
}
/* line 715, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper {
  margin: 0;
  width: calc(50% - 1px);
  padding: 41px 43px 0;
  margin-right: 1px;
}
/* line 722, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .name {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
/* line 730, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .function {
  margin-top: 4px;
  font-size: 18px;
}
/* line 737, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 19px;
}
/* line 745, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social {
  float: right;
  margin-top: 41px;
  margin-bottom: 0;
}
/* line 751, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li {
  padding-left: 0;
}
/* line 755, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li:before {
  display: none;
}
/* line 761, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a {
  color: #fff;
}
/* line 765, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a.facebook {
  color: #fff;
}
/* line 769, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a.twitter {
  color: #fff;
}
/* line 773, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a.linkedin {
  color: #fff;
}
/* line 780, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white {
  color: #404040;
}
/* line 784, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white .name {
  color: #404040;
}
/* line 790, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white .function {
  color: #404040;
}
/* line 800, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white .social li a {
  color: #fff;
}
/* line 804, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white .social li a.facebook {
  color: #404040;
}
/* line 808, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white .social li a.twitter {
  color: #404040;
}
/* line 812, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper.theme-white .social li a.linkedin {
  color: #404040;
}

/* line 825, ../sass/modules/_flexible.scss */
.flexible-text .flexible-title {
  text-align: center;
  margin-bottom: 40px;
}
/* line 832, ../sass/modules/_flexible.scss */
.flexible-text .col-row {
  margin-bottom: 0;
}

/* line 865, ../sass/modules/_flexible.scss */
.flexible-chiffre .content {
  text-align: center;
}
/* line 869, ../sass/modules/_flexible.scss */
.flexible-chiffre .content .item {
  width: 100%;
  max-width: calc(100% / 4);
  margin: 0;
  float: left;
}
/* line 876, ../sass/modules/_flexible.scss */
.flexible-chiffre .content .item figure {
  height: 70px;
  margin: 10px auto 15px;
}
/* line 883, ../sass/modules/_flexible.scss */
.flexible-chiffre .content .item .icon {
  margin: 0 auto;
}
/* line 889, ../sass/modules/_flexible.scss */
.flexible-chiffre .content .item .number {
  color: #bb2280;
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  margin-left: -18px;
}
/* line 899, ../sass/modules/_flexible.scss */
.flexible-chiffre .content .item .text {
  width: 70%;
  margin: 13px auto;
  font-size: 20px;
  line-height: 24px;
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

/* line 914, ../sass/modules/_flexible.scss */
.flexible-picto .flexible-title {
  margin-bottom: 43px;
}
/* line 920, ../sass/modules/_flexible.scss */
.flexible-picto .text {
	max-width: 1010px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #404040;
}
/* line 929, ../sass/modules/_flexible.scss */
.flexible-picto .content {
  margin-top: 52px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* line 942, ../sass/modules/_flexible.scss */
.flexible-picto .content .item {
  width: 100%;
  max-width: calc(100% / 4);
  float: left;
  margin: 0;
  position: relative;
  padding-bottom: 70px;
  text-decoration:none;
}

.flexible-picto .content .item.no-link{

  padding-bottom: 0;

}
/* line 949, ../sass/modules/_flexible.scss */
.flexible-picto .content .item figure {
  height: 100px;
}
/* line 953, ../sass/modules/_flexible.scss */
.flexible-picto .content .item figure .icon {
  margin: 0 auto 5px;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
/* line 965, ../sass/modules/_flexible.scss */
.flexible-picto .content .item .title {
  color: #bb2280;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 10px;
}
/* line 974, ../sass/modules/_flexible.scss */
.flexible-picto .content .item .text {
  margin: 4px auto;
  font-style: normal;
  font-size: 18px;
}

.flexible-picto .content .item .btn{

  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: calc(100% - 20px);
  width: 230px;
  text-align: center;
  display: inline-block;
  padding: 13px 0;
  background:#fff;
  color:#bb2280;

}

.flexible-picto .content .item .btn:hover{

  background:#bb2280;
  color:#fff;

}

/* line 989, ../sass/modules/_flexible.scss */

/* CONTACT EN/ES */
.page-contact .map-international {
  padding: 60px 10%;
  height: auto;
}
.page-contact .map-international .acf-map {
  width: 70% !important;
  max-height: 400px !important;
}
.page-contact .map-international .info {
  width: 30%;
}
.page-contact .map-international .info .mark {
  justify-content: flex-start;
}
.page-contact .map-international .info .mark.big {
  padding: 0 40px;
}
.page-contact .map-international .info .mark.big .left {
  margin-bottom: 0;
}
.page-contact .map-international .info .mark .name {
  color: #bb2280;
  font-style: normal;
}
.page-contact .widget-contact-form-after .widgettitle {
  display: none;
}
.page-contact .map-international .info .mark .left {
  width: 100%;
}
@media only screen and (max-width: 1312px) {
  .page-contact .flexible-map {
    max-height: none;
  }

  .page-contact .flexible-map .acf-map {
    height: 672px !important;
  }
}
@media only screen and (max-width: 1058px) {
  .page-contact .map-international .info .mark.big {
    padding: 0 20px;
  }

  .page-contact .flexible-map .acf-map {
    height: 754px !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-contact .map-international {
    padding: 60px 5%;
  }
}
@media only screen and (max-width: 769px) {
  .page-contact .map-international .info {
    width: 100%;
  }
  .page-contact .map-international .info .mark.big {
    padding: 20px;
  }
  .page-contact .map-international br {
    display: inline;
  }
}

.flexible-contact {
  height: auto;
}
/* line 999, ../sass/modules/_flexible.scss */
.flexible-contact .content .wrapper {
  height: auto;
}
/* line 1003, ../sass/modules/_flexible.scss */
.flexible-contact .content .wrapper .btn {
  float: none;
  width: auto;
  margin: 0 auto;
  display: table;
}
/* line 1014, ../sass/modules/_flexible.scss */
.flexible-contact .content .flexible-overtitle {
  font-size: 25px;
  color: #404040;
}
/* line 1021, ../sass/modules/_flexible.scss */
.flexible-contact .content .flexible-title {
  color: #bb2280;
  margin-bottom: 45px;
}

/* line 1041, ../sass/modules/_flexible.scss */
.flexible-formulaire .wpcf7-submit {
  display: table;
  width: auto;
  margin: auto;
  padding: 13px 41px;
  font-size: 21px;
  font-weight: bold;
}
/* line 1052, ../sass/modules/_flexible.scss */
.flexible-formulaire .send {
  width: calc(100% - 10px);
}
/* line 1060, ../sass/modules/_flexible.scss */
.flexible-formulaire.small .form {
  float: right;
  width: calc(100% - 360px);
}
/* line 1067, ../sass/modules/_flexible.scss */
.flexible-formulaire.small .content {
  float: left;
  width: 288px;
}
.flexible-formulaire.small .content h1{
  margin-bottom: 6px;
}
.flexible-formulaire.small .content p{
  margin-bottom: 20px;
}

.flexible-formulaire form{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap : wrap;
  -webkit-flex-wrap : wrap;
  flex-wrap:wrap;
  max-width: 980px;
  margin: 0 auto;

}

.flexible-formulaire form input{

  width: calc(50% - 20px);

}

.flexible-formulaire form input[name="email"]{

  width: 100%;

}

.flexible-formulaire form .bottom{

  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;

}

.flexible-formulaire form .bottom input{

  width: calc(50% - 190px);
  margin-left: 20px;


}

.flexible-formulaire form .bottom img{

  height: 50px;

}

.flexible-formulaire form input[type="checkbox"]{

  width: 20px;
  margin-top: 4px;

}

.flexible-formulaire form .btn{

  width: auto;
  margin: 0 auto;
  display: table;

}

/* line 3140, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* line 3155, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .top .col {
  width: calc((100% / 3) - 20px);
}

.flexible-formulaire form .top .col input{

  width: 100%;

}
/* line 3159, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .top .col textarea {
  min-height: auto;
  height: 188px;
}
/* line 3170, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .up {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* line 3185, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .up div {
  width: 48%;
  margin-bottom: 19px;
  border: 1px solid #404040;
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-size: 15px;
}


.flexible-formulaire form .up div label{

  float: left;
  margin-right: 10px;

}
.flexible-formulaire form .up div input{

  width: 200px;

}
.flexible-formulaire form .up div .input{

  position: relative;
  width: auto;
  border:none;
  background: none;
  float: left;
  width: 50%;
  padding: 0;

}

.flexible-formulaire form .up div .input label{

  position: absolute;
  top: 7px;
  left: 5px;
  right: 5px;
  bottom: 8px;
  background: #d6d6d6;
  color: #404040;
  text-align: center;
  line-height: 35px;
  transition: 0.3s ease all;
  cursor: pointer;
  font-weight: bold;

}

.flexible-formulaire form .up div .input label:after{

  content:  "\f093";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 8px

}

.flexible-formulaire form .up div .input label:hover{

  background: #404040;
  color: #fff;

}

.flexible-formulaire form .up div .input input{

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 0;
  visibility: hidden;

}

/* line 3200, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .captcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* line 3215, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .captcha input[type="text"] {
  width: calc(50% - 200px);
  margin-left: 29px;
}
/* line 3223, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .btn {
  display: table;
  margin: 0 auto;
  width: auto;
}


/* line 1079, ../sass/modules/_flexible.scss */
.flexible-map {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: 545px;
}
/* line 1089, ../sass/modules/_flexible.scss */
.flexible-map .acf-map {
  width: 50%;
}
/* line 1095, ../sass/modules/_flexible.scss */
.flexible-map .info {
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1102, ../sass/modules/_flexible.scss */
.flexible-map .info .mark {
  padding: 15px 40px;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.flexible-map .info .mark.theme-gray .name {
  color: #bb2280;
}
/* line 1108, ../sass/modules/_flexible.scss */
.flexible-map .info .mark .name {
  font-size: 20px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
}
/* line 1118, ../sass/modules/_flexible.scss */
.flexible-map .info .mark .left {
  float: left;
  width: 44%;
}
/* line 1123, ../sass/modules/_flexible.scss */
.flexible-map .info .mark .left,
.flexible-map .info .mark .right {
  font-size: 15px;
}
.flexible-map .info .mark .left .adress {
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 1131, ../sass/modules/_flexible.scss */
.flexible-map .info .mark .left p {
  margin-bottom: 0;
}
/* line 1139, ../sass/modules/_flexible.scss */
.flexible-map .info .mark .right {
  float: right;
  width: 56%;
}
/* line 1144, ../sass/modules/_flexible.scss */
.flexible-map .info .mark .right p {
  margin-bottom: 0;
}
/* line 1152, ../sass/modules/_flexible.scss */
.flexible-map .info .mark.big {
  height: calc(100% - 1px);
  padding: 46px 43px;
}
/* line 1157, ../sass/modules/_flexible.scss */
.flexible-map .info .mark.big .left {
  float: none;
  width: 100%;
  margin-bottom: 42px;
}
/* line 1163, ../sass/modules/_flexible.scss */
.flexible-map .info .mark.big .left .adress {
  line-height: 25px;
  margin-bottom: 27px;
}
/* line 1172, ../sass/modules/_flexible.scss */
.flexible-map .info .mark.big .right {
  float: none;
  width: 100%;
  border-top: 1px solid #404040;
  padding-top: 42px;
}

.flexible-map .info .mark.theme-primary a{

  color: #fff;

}

/* line 1193, ../sass/modules/_flexible.scss */
.flexible-graphic .flexible-overtitle {
  text-align: left;
}
/* line 1199, ../sass/modules/_flexible.scss */
.flexible-graphic .flexible-title {
  text-align: left;
}
/* line 1205, ../sass/modules/_flexible.scss */
.flexible-graphic .content {
  width: auto;
}
/* line 1211, ../sass/modules/_flexible.scss */
.flexible-graphic .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1221, ../sass/modules/_flexible.scss */
.flexible-graphic .btn {
  margin-bottom: 0;
}
/* line 1234, ../sass/modules/_flexible.scss */
.flexible-graphic.pos-left .visuel {
  margin-left: 36px;
}
/* line 1244, ../sass/modules/_flexible.scss */
.flexible-graphic.pos-right .wrapper {
  flex-direction: row-reverse;
}
/* line 1255, ../sass/modules/_flexible.scss */
.flexible-graphic.pos-right .visuel {
  margin-right: 36px;
}

/* line 1351, ../sass/modules/_flexible.scss */
.flexible-news-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}


.flexible-news-slider .cta-actu .btn{

  left: 12px;

}

/* line 1363, ../sass/modules/_flexible.scss */
.flexible-menu-inter {
  position: relative;
  z-index: 2;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eaeaea;
}
.flexible-menu-inter.sticky-on {
  position: fixed;
  z-index: 10000;
}
/* line 1369, ../sass/modules/_flexible.scss */
.flexible-menu-inter .mobile {
  display: none;
}
/* line 1375, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content {
  z-index: 999;
}
/* line 1379, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content ul {
  padding: 23px 0;
}
/* line 1384, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content ul li {
  margin: 0 30px;
}
/* line 1388, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content ul li a {
  color: #404040;
  font-size: 25px;
  text-decoration: none;
}
.flexible-menu-inter .content .theme-dark li a {
  color: #bb2280;
}
/* line 1394, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content ul li a.active {
  color: #bb2280;
}
/* line 1402, ../sass/modules/_flexible.scss */
.flexible-menu-inter .progress-bar {
  background: #bb2280;
}

/* line 1411, ../sass/modules/_flexible.scss */
.flexible-accordion .flexible-title {
  margin-bottom: 55px;
}
/* line 1417, ../sass/modules/_flexible.scss */
.flexible-accordion .wrapper {
  overflow: visible;
}
/* line 1421, ../sass/modules/_flexible.scss */
.flexible-accordion .wrapper .btn-primary {
  margin-bottom: 0;
}
/* line 1429, ../sass/modules/_flexible.scss */
.flexible-accordion .wrapper .with-img .accordion-text {
  width: 56%;
  float: left;
}
/* line 1436, ../sass/modules/_flexible.scss */
.flexible-accordion .wrapper .with-img .slider {
  width: 40%;
  float: right;
}
/* line 1441, ../sass/modules/_flexible.scss */
.flexible-accordion .wrapper .with-img .slider img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  float: right;
}

/* line 1460, ../sass/modules/_flexible.scss */
.flexible-cta {
  padding: 0 0;
}
/* line 1464, ../sass/modules/_flexible.scss */
.flexible-cta .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap : wrap;
}

.flexible-cta .flexible-title{

  width: 100%;

}

.flexible-cta .cta-50.cta-50-bg-medium{

  height: auto;

}

.flexible-cta.dispo-50medium .cta-50.cta-50-bg-medium{

  min-height: 420px;

}

.flexible-cta.dispo-502525 .cta-50.cta-50-bg-large{

  max-height: 420px;

}

/* line 1478, ../sass/modules/_flexible.scss */
.flexible-html-bg-img .wrapper {
  overflow: visible;
}
/* line 1484, ../sass/modules/_flexible.scss */
.flexible-html-bg-img .content {
  color: #fff;
}
.flexible-html-bg-img.theme-white .content {
  color: #404040;
}
/* line 1492, ../sass/modules/_flexible.scss */
.flexible-html-bg-img figure .bg-img {
  height: auto;
  width: auto;
  min-width: 100vw;
}


.anim-parallax figure .bg-img{

  min-height: 100vh;

}
/* line 1507, ../sass/modules/_flexible.scss */
.flexible-galerie .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 1px;
  font-size: 30px;
  line-height: 37px;
  max-height: 427px;
}
/* line 1519, ../sass/modules/_flexible.scss */
.flexible-galerie .row div:first-child {
  margin-right: 1px;
}
/* line 1525, ../sass/modules/_flexible.scss */
.flexible-galerie .row .little {
  width: 33%;
  overflow: hidden;
}
/* line 1532, ../sass/modules/_flexible.scss */
.flexible-galerie .row .big {
  width: 67%;
  overflow: hidden;
}
/* line 1539, ../sass/modules/_flexible.scss */
.flexible-galerie .row .txt {
  padding: 35px 43px;
}
/* line 1545, ../sass/modules/_flexible.scss */
.flexible-galerie .row img {
  width: 100%;
  height: auto;
}

/* line 1558, ../sass/modules/_flexible.scss */
.flexible-img-full img {
  width: 100%;
  height: auto;
}

/* line 1567, ../sass/modules/_flexible.scss */
.flexible-text-img-ext {
  position: relative;
  padding: 0;
}
/* line 1574, ../sass/modules/_flexible.scss */
.flexible-text-img-ext.position-left .content {
  margin-right: 360px;
  max-width: 750px;
}
/* line 1585, ../sass/modules/_flexible.scss */
.flexible-text-img-ext.position-right .content {
  margin-left: 549px;
  max-width: 750px;
}
/* line 1594, ../sass/modules/_flexible.scss */
.flexible-text-img-ext .img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  bottom: 0;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

/* line 1607, ../sass/modules/_flexible.scss */
.flexible-slider-ref {
  height: 540px;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #fff;
}
/* line 1614, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide {
  position: relative;
  height: 540px;
}
/* line 1621, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide .bg img {
  position: absolute;
  left: 0%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-0%, -50%, 0);
  -ms-transform: translate3D(-0%, -50%, 0);
  -webkit-transform: translate3D(-0%, -50%, 0);
  transform: translate3D(-0%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
/* line 1635, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide .logo {
  margin-bottom: 40px;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transform-origin: center left;
}
/* line 1643, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide .overtitle {
  font-size: 29px;
  margin-bottom: 5px;
  line-height: 32px;
}
/* line 1651, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide .title {
  font-size: 42px;
  line-height: 50px;
}
/* line 1658, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide .btn {
  color: #fff;
  border-color: #fff;
  margin-top: 50px;
  padding: 13px 38px;
  margin-bottom: 0;
}
/* line 1668, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide a {
  text-decoration: none;
  color: #fff;
}
/* line 1675, ../sass/modules/_flexible.scss */
.flexible-slider-ref .slide .pager {
  display: none;
}
/* line 1683, ../sass/modules/_flexible.scss */
.flexible-slider-ref .next, .flexible-slider-ref .prev {
  top: calc(50% - 23px);
  background: #ffffff;
  color: #bb2280;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  font-size: 26px;
  padding: 13px;
}

/* line 1698, ../sass/modules/_flexible.scss */
.separator {
  height: 1px;
  position: relative;
  background: none;
  margin: 0;
  z-index: 3;
}
/* line 1706, ../sass/modules/_flexible.scss */
.separator:before {
  position: absolute;
  left: 50%;
  right: 50%;
  background: #d6d6d6;
  content: "";
  display: block;
  height: 1px;
  transition: 0.3s ease all;
}

/* line 1721, ../sass/modules/_flexible.scss */
.flexible-logo-ref {
  padding: 40px 0;
  overflow: hidden;
}
/* line 1726, ../sass/modules/_flexible.scss */
.flexible-logo-ref a {
  text-decoration: none;
  display: inline-block;
}
/* line 1733, ../sass/modules/_flexible.scss */
.flexible-logo-ref .content {
  display: block;
  position: relative;
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
/* line 1740, ../sass/modules/_flexible.scss */
.flexible-logo-ref .content figure {
  display: inline-block;
  padding: 0 32.5px;
  max-width: 250px;
  height: 60px;
  vertical-align: top;
}
/* line 1748, ../sass/modules/_flexible.scss */
.flexible-logo-ref .content figure .logo {
  display: inline-block;
  width: auto;
  max-width: 180px;
  /*max-width: 100%;*/
  height: auto;
}


/* line 1764, ../sass/modules/_flexible.scss */
.flexible-partenaire .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1780, ../sass/modules/_flexible.scss */
.flexible-partenaire .wrapper .col {
  width: calc(50% - 10px);
  height: 390px;
  padding: 30px;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  font-size: 16px;
}
/* line 1789, ../sass/modules/_flexible.scss */
.flexible-partenaire .wrapper .col figure {
  height: 70px;
  margin-bottom: 20px;
}
/* line 1794, ../sass/modules/_flexible.scss */
.flexible-partenaire .wrapper .col figure img {
  display: block;
  margin: 0 auto;
  width: auto;
}


.flexible-actus{
	background:#eaeaea;
	border-bottom:solid 1px #fff;
}

.flexible-actus h2{
	color:#404040;
	padding-left:40px;
	background-image:url(../images/picto-actus.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:0;
}

.flexible-actus .col-row{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}


.flexible-actus article{
	margin-bottom:10px;
	width:48%;
}

.flexible-actus article:nth-child(2n+1){
	margin-right:4%;
}


.flexible-actus article span{
	text-transform:uppercase;
	font-size:12px;
	font-weight:300;
	display:block;
}

.flexible-actus article a{
	color:#404040;	
	font-size:16px;
	text-decoration:none;
	font-weight:600;
	line-height:18px;
}

.flexible-actus article a:hover{
	color:#bb2280;
}


.flexible-actus a.btn{
	color:#404040;
	border:solid 1px #404040;
	background:none;
	margin:0;
}

.flexible-actus a.btn:hover{
	background:#fff;
}

.flexible-actus .col-row .col-half{
	margin-bottom:0;
}


/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/* line 5, ../sass/modules/_buttons.scss */
.btn-primary, .wpcf7-submit, .btn {
  font-family: panton;
  color: #fff;
  border: 1px solid #bb2280;
  text-decoration: none !important;
}
/* line 10, ../sass/modules/_buttons.scss */
.btn-primary:hover, .wpcf7-submit:hover, .btn:hover, .btn-primary:focus, .wpcf7-submit:focus, .btn:focus {
  color: #fff;
  background: #901a62;
}

/* line 21, ../sass/modules/_buttons.scss */
.btn {
  padding: 13px 38px;
  font-size: 21px;
  font-weight: bold;
  margin: 35px 0;
  color: #fff;
}
/* line 29, ../sass/modules/_buttons.scss */
.btn i {
  margin: 0 5px;
}
/* line 33, ../sass/modules/_buttons.scss */
.btn:hover {
  background: transparent;
  color: #bb2280;
}
/* line 40, ../sass/modules/_buttons.scss */
.btn.btn-white {
  background: transparent;
  color: #bb2280;
}
/* line 45, ../sass/modules/_buttons.scss */
.btn.btn-white:hover {
  background: #fff;
  color: #404040;
}
/* line 54, ../sass/modules/_buttons.scss */
.btn.btn-dark {
  background: #404040;
  color: #fff;
}
/* line 59, ../sass/modules/_buttons.scss */
.btn.btn-dark:hover {
  background: transparent;
  color: #404040;
}
/* line 68, ../sass/modules/_buttons.scss */
.btn.btn-light {
  background: #eaeaea;
  color: #fff;
}
/* line 73, ../sass/modules/_buttons.scss */
.btn.btn-light:hover {
  background: transparent;
  color: #eaeaea;
}
/* line 82, ../sass/modules/_buttons.scss */
.btn.btn-ghost-primary {
  background: none;
  border: 1px solid #bb2280;
  color: #bb2280;
}
/* line 88, ../sass/modules/_buttons.scss */
.btn.btn-ghost-primary:hover {
  background: #bb2280;
  color: #fff;
}
/* line 97, ../sass/modules/_buttons.scss */
.btn.btn-ghost-white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
/* line 103, ../sass/modules/_buttons.scss */
.btn.btn-ghost-white:hover {
  background: #fff;
  color: #404040;
}
/* line 112, ../sass/modules/_buttons.scss */
.btn.btn-ghost-dark {
  background: none;
  border: 1px solid #404040;
  color: #404040;
}
/* line 118, ../sass/modules/_buttons.scss */
.btn.btn-ghost-dark:hover {
  background: #404040;
  color: #fff;
}
/* line 127, ../sass/modules/_buttons.scss */
.btn.btn-radius {
  border-radius: 3px;
}

/* line 137, ../sass/modules/_buttons.scss */
.btn-primary, .wpcf7-submit, .btn {
  background: #bb2280;
}

/* line 142, ../sass/modules/_buttons.scss */
.btn-secondary {
  background: #404040;
}

/* line 149, ../sass/modules/_buttons.scss */
.btn-light {
  background: #eaeaea;
  color: #404040;
}
/* line 153, ../sass/modules/_buttons.scss */
.btn-light:hover, .btn-light:focus {
  background: #d1d1d1;
  color: #404040;
}

/* line 159, ../sass/modules/_buttons.scss */
.btn-dark {
  background: #404040;
}
/* line 162, ../sass/modules/_buttons.scss */
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background: #272727;
}

.cta-25.theme-light .btn-ghost-white {
  border: 1px solid #bb2280;
  color: #bb2280;
  background-color: rgba(255,255,255,0.6);
}

.cta-25-bg.theme-light:hover .btn.btn-ghost-white {
  color: #bb2280;
  background-color: rgba(255,255,255,1);
}

/******************************************************************
Stylesheet: Form Styles
// http://css-tricks.com/data-uris/
// If you want to create your own, use this helpful link:
// http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/
******************************************************************/
/*********************
WPCF7
*********************/
/* line 14, ../sass/modules/_forms.scss */
.wpcf7 .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
/* line 19, ../sass/modules/_forms.scss */
.wpcf7 p {
  float: left;
  width: 50%;
}
/* line 23, ../sass/modules/_forms.scss */
.wpcf7 p:nth-last-child(3) {
  width: 100%;
}
/* line 27, ../sass/modules/_forms.scss */
.wpcf7 p input {
  float: left;
  width: calc(100% - 10px);
}
/* line 31, ../sass/modules/_forms.scss */
.wpcf7 p input[type="submit"] {
  width: 150px;
  padding: 10px 0;
}
/* line 37, ../sass/modules/_forms.scss */
.wpcf7 p:nth-child(even) input {
  margin-right: 10px;
  width: calc(100% - 41px);
}
/* line 42, ../sass/modules/_forms.scss */
.wpcf7 p:nth-child(odd) input {
  margin-right: 10px;
  float: right;
  width: calc(100% - 41px);
}
/* line 48, ../sass/modules/_forms.scss */
.wpcf7 p textarea {
  width: calc(100% - 10px);
}

/* line 56, ../sass/modules/_forms.scss */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="color"],
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form .field {
  background: #fff;
}
/* line 76, ../sass/modules/_forms.scss */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="datetime"]:focus,
.wpcf7-form input[type="datetime-local"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="month"]:focus,
.wpcf7-form input[type="time"]:focus,
.wpcf7-form input[type="week"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="search"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="color"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.wpcf7-form .field:focus {
  background: #fff;
}

/*********************
INPUTS
*********************/
/* line 102, ../sass/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  font-family: panton;
  background: #fff;
  border: 1px solid #404040;
  margin-bottom: 19px;
}
/* line 125, ../sass/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background: #fff;
}
/* line 131, ../sass/modules/_forms.scss */
.theme-white input[type="text"], .theme-light input[type="text"], .theme-white
input[type="password"], .theme-light
input[type="password"], .theme-white
input[type="datetime"], .theme-light
input[type="datetime"], .theme-white
input[type="datetime-local"], .theme-light
input[type="datetime-local"], .theme-white
input[type="date"], .theme-light
input[type="date"], .theme-white
input[type="month"], .theme-light
input[type="month"], .theme-white
input[type="time"], .theme-light
input[type="time"], .theme-white
input[type="week"], .theme-light
input[type="week"], .theme-white
input[type="number"], .theme-light
input[type="number"], .theme-white
input[type="email"], .theme-light
input[type="email"], .theme-white
input[type="url"], .theme-light
input[type="url"], .theme-white
input[type="search"], .theme-light
input[type="search"], .theme-white
input[type="tel"], .theme-light
input[type="tel"], .theme-white
input[type="color"], .theme-light
input[type="color"], .theme-white
select, .theme-light
select, .theme-white
textarea, .theme-light
textarea, .theme-white
.field, .theme-light
.field {
  background: #fff;
}
/* line 135, ../sass/modules/_forms.scss */
.theme-white input[type="text"]:focus, .theme-white input[type="text"]:active, .theme-light input[type="text"]:focus, .theme-light input[type="text"]:active, .theme-white
input[type="password"]:focus, .theme-white
input[type="password"]:active, .theme-light
input[type="password"]:focus, .theme-light
input[type="password"]:active, .theme-white
input[type="datetime"]:focus, .theme-white
input[type="datetime"]:active, .theme-light
input[type="datetime"]:focus, .theme-light
input[type="datetime"]:active, .theme-white
input[type="datetime-local"]:focus, .theme-white
input[type="datetime-local"]:active, .theme-light
input[type="datetime-local"]:focus, .theme-light
input[type="datetime-local"]:active, .theme-white
input[type="date"]:focus, .theme-white
input[type="date"]:active, .theme-light
input[type="date"]:focus, .theme-light
input[type="date"]:active, .theme-white
input[type="month"]:focus, .theme-white
input[type="month"]:active, .theme-light
input[type="month"]:focus, .theme-light
input[type="month"]:active, .theme-white
input[type="time"]:focus, .theme-white
input[type="time"]:active, .theme-light
input[type="time"]:focus, .theme-light
input[type="time"]:active, .theme-white
input[type="week"]:focus, .theme-white
input[type="week"]:active, .theme-light
input[type="week"]:focus, .theme-light
input[type="week"]:active, .theme-white
input[type="number"]:focus, .theme-white
input[type="number"]:active, .theme-light
input[type="number"]:focus, .theme-light
input[type="number"]:active, .theme-white
input[type="email"]:focus, .theme-white
input[type="email"]:active, .theme-light
input[type="email"]:focus, .theme-light
input[type="email"]:active, .theme-white
input[type="url"]:focus, .theme-white
input[type="url"]:active, .theme-light
input[type="url"]:focus, .theme-light
input[type="url"]:active, .theme-white
input[type="search"]:focus, .theme-white
input[type="search"]:active, .theme-light
input[type="search"]:focus, .theme-light
input[type="search"]:active, .theme-white
input[type="tel"]:focus, .theme-white
input[type="tel"]:active, .theme-light
input[type="tel"]:focus, .theme-light
input[type="tel"]:active, .theme-white
input[type="color"]:focus, .theme-white
input[type="color"]:active, .theme-light
input[type="color"]:focus, .theme-light
input[type="color"]:active, .theme-white
select:focus, .theme-white
select:active, .theme-light
select:focus, .theme-light
select:active, .theme-white
textarea:focus, .theme-white
textarea:active, .theme-light
textarea:focus, .theme-light
textarea:active, .theme-white
.field:focus, .theme-white
.field:active, .theme-light
.field:focus, .theme-light
.field:active {
  background: #fff;
}
/* line 145, ../sass/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
}
/* line 155, ../sass/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
}
/* line 165, ../sass/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  border-color: #eaeaea;
}

/* line 190, ../sass/modules/_forms.scss */
body ::-webkit-input-placeholder {
  color: #686767;
}

/* line 191, ../sass/modules/_forms.scss */
body ::-moz-placeholder {
  color: #686767;
}

/* firefox 19+ */
/* line 192, ../sass/modules/_forms.scss */
body :-ms-input-placeholder {
  color: #686767;
}

/* ie */
/* line 193, ../sass/modules/_forms.scss */
body input:-moz-placeholder {
  color: #686767;
}

/******************************************************************
Stylesheet: Social
******************************************************************/
/* line 20, ../sass/modules/_social.scss */
.indexel-icon {
    border-radius: 100%;
    margin: 0 6px 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 38px;
    height: 38px;
}

.indexel-icon:last-child {
    margin-right: 0;
}

/* line 29, ../sass/modules/_social.scss */
.indexel-icon:before,
.indexel-icon:after {
    display: inline-block;
}

.indexel-icon:before {
    color: #fff;
    background: #bb2280;
    border: 2px solid #bb2280;
}

.indexel-icon:after {
    width: 34px;
    height: 34px;
    background: #bb2280;
}

.indexel-icon,
.indexel-icon:before,
.indexel-icon:after {
  border-radius: 100%;
}

/* line 38, ../sass/modules/_social.scss */
.post-share .indexel-icon {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-right: 20px;
    text-decoration: none;
}
/* line 43, ../sass/modules/_social.scss */
.post-share .indexel-icon:last-of-type {
  margin-right: 0;
}

/* line 82, ../sass/modules/_social.scss */
.viadeo-item:before {
  font-family: 'Flaticon';
}

/*Effect*/
/*On before*/
/* line 150, ../sass/modules/_social.scss */
.indexel-icon:hover:before {
    background: transparent;
    color: #bb2280;
}

/*On after*/
.post-share .indexel-icon:hover:after {
    width: 35px;
    height: 34px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/******************************************************************
Stylesheet: Call To Action
******************************************************************/
/* line 5, ../sass/modules/_cta.scss */
.cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 12, ../sass/modules/_cta.scss */
.cta .overtitle {
  font-size: 18px;
}
/* line 18, ../sass/modules/_cta.scss */
.cta .title {
  font-size: 30px;
  line-height: 38px;
}
/* line 25, ../sass/modules/_cta.scss */
.cta .btn {
  margin-bottom: 0;
}

.cta > .callage{

  width: 100%;
  height: 100%;

}

.cta > .callage img{

  width: 100%;
  height: 100%;

}

/* line 33, ../sass/modules/_cta.scss */
.cta-full {
  width: 100%;
  float: none;
  height: 360px;
}
/* line 41, ../sass/modules/_cta.scss */
.cta-full .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transition: 0.3s linear all;
}
/* line 57, ../sass/modules/_cta.scss */
.cta-full .content {
  position: relative;
  z-index: 9;
}
/* line 63, ../sass/modules/_cta.scss */
.cta-full .content .title {
  font-size: 42px;
  line-height: 46px;
}
/* line 70, ../sass/modules/_cta.scss */
.cta-full .content .btn {
  display: table;
  width: auto;
  margin: 56px auto 0;
  padding: 13px 32px;
}

.cta-full.theme-primary .btn{

  border-color: #bb2280;
  color: #bb2280;

}

.cta-full.theme-light .content .title{

  color: #fff;

}

.cta-newsletter{

  width: 100%;
  background: #d6d6d6;
  padding: 35px;

}

.cta-newsletter .wrapper{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-item:center;
  max-width: 1080px;


}

.cta-newsletter .title-news{

  font-size: 27px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;

}

.cta-newsletter p{

  margin-bottom: 0;
  font-size: 18px;

}

.cta-newsletter .center{

  width: 47%;

}

.cta-newsletter form{

  width: 40%;
  position: relative;

}

.cta-newsletter form input{

  background: none;

}

.cta-newsletter form .submit{

  font-family: 'FontAwesome';
  color: #bb2280;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 47px;
  font-size: 22px;
  font-weight: normal;

}



/* line 83, ../sass/modules/_cta.scss */
.cta-25 {
  width: calc(25% - 1px);
  max-height: 420px;
  background: #404040;
}
/* line 89, ../sass/modules/_cta.scss */
.cta-25 .content {
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  font-size: 17px;
  line-height: 24px;
  z-index: 11;
}
/* line 100, ../sass/modules/_cta.scss */
.cta-25 .btn {
  position: absolute;
  bottom: 8%;
  left: 6%;
  margin: 0;
  z-index: 2;
}
/* line 111, ../sass/modules/_cta.scss */
.cta-25.cta-25-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 119, ../sass/modules/_cta.scss */
.cta-25.cta-25-bg .bg img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 134, ../sass/modules/_cta.scss */
.cta-25.cta-25-droite figure {
  float: right;
}
/* line 140, ../sass/modules/_cta.scss */
.cta-25.cta-25-droite .content {
  right: 140px;
}
/* line 148, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cta-25.cta-25-ref.survol{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* line 153, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 161, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .bg img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 172, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .v-align {
  z-index: 11;
}
/* line 178, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .content {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
/* line 187, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .content img {
  width: auto;
  margin: 0 auto;
  display: block;
  z-index: 99;
  height: auto;
}
/* line 199, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 11;
  padding: 40px;
}
/* line 210, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .hover .title {
  font-size: 18px;
  font-weight: bold;
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
}
/* line 218, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .hover .text {
  font-size: 30px;
  line-height: 36px;
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
}
/* line 226, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .hover .bottom {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  height: 40px;
  line-height: 40px;
  color: transparent;
  transition-delay: 0.2s;
}
/* line 237, ../sass/modules/_cta.scss */
.cta-25.cta-25-ref .hover .bottom:before {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  transition-delay: 0s;
}
/* line 258, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress {
  background: #404040;
  color: #fff;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
/* line 265, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .v-align {
  z-index: 11;
}
/* line 271, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .content {
  position: absolute;
  top: 10%;
  left: 6%;
  right: 25.81%;
  font-size: 30px;
  line-height: 34px;
}
/* line 280, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .content .cat {
  font-size: 18px;
  font-weight: bold;
}
/* line 289, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
/* line 300, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .img-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: rotate(17deg) translateY(-50%) translate3D(70%, 26%, 0);
  -ms-transform: rotate(17deg) translateY(-50%) translate3D(70%, 26%, 0);
  -webkit-transform: rotate(17deg) translateY(-50%) translate3D(70%, 26%, 0);
  transform: rotate(17deg) translateY(-50%) translate3D(70%, 26%, 0);
  margin: 15px auto 0;
}
/* line 311, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .hover {
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding-top: 10%;
  padding-left: 6%;
  padding-right: 6%;
}
/* line 322, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .hover .cat {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
}
/* line 331, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .hover p {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 24px;
}
/* line 340, ../sass/modules/_cta.scss */
.cta-25.cta-25-ress .hover .btn {
  position: absolute;
  bottom: 10%;
  left: 6%;
  z-index: 2;
}
/* line 353, ../sass/modules/_cta.scss */
.cta-25.cta-blog {
  color: #fff;
}
/* line 357, ../sass/modules/_cta.scss */
.cta-25.cta-blog .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 365, ../sass/modules/_cta.scss */
.cta-25.cta-blog .bg img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 376, ../sass/modules/_cta.scss */
.cta-25.cta-blog .title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    color: #fff;
}
/* line 386, ../sass/modules/_cta.scss */
.cta-25.cta-blog .cat {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 2;
}
/* line 397, ../sass/modules/_cta.scss */
.cta-25.cta-blog .date {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
/* line 410, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 418, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .bg img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 429, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
}
/* line 439, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .content img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 80%;
  height: auto;
}
/* line 451, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .hover {
  position: absolute;
  top: 10%;
  left: 6%;
  right: 6%;
  bottom: 10%;
  font-size: 17px;
  line-height: 24px;
  z-index: 3;
  color: #fff;
}
/* line 463, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .hover figure {
  display: none;
}
/* line 469, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .hover .title {
  font-size: 35px;
  margin: 5px 0 10px;
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
}
/* line 477, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .hover .overtitle {
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
}
/* line 483, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .hover .text {
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
}
/* line 489, ../sass/modules/_cta.scss */
.cta-25.cta-25-solution .hover .btn {
  bottom: 0;
  left: 0;
  -moz-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
}

/* line 503, ../sass/modules/_cta.scss */
.cta-50 {
  width: calc(50% - 1px);
  max-height: 540px;
  background: #404040;
}
/* line 510, ../sass/modules/_cta.scss */
.cta-50 .content {
  position: absolute;
  top: 8%;
  left: 5%;
  right: 5%;
  bottom: 8%;
}
/* line 518, ../sass/modules/_cta.scss */
.cta-50 .content .overtitle {
  font-size: 42px;
  line-height: 42px;
}
/* line 527, ../sass/modules/_cta.scss */
.cta-50 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 535, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-large {
  height: 540px;
}
/* line 539, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-large .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 547, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-large .bg img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 558, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-large .overtitle {
  font-size: 29px;
  font-weight: normal;
  line-height: 29px;
}
/* line 566, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-large .title {
  font-size: 42px;
  line-height: 52px;
}
/* line 575, ../sass/modules/_cta.scss */
.cta-50.cta-50-ress {
  max-height: 420px;
}
/* line 579, ../sass/modules/_cta.scss */
.cta-50.cta-50-ress .content {
  left: 50%;
  color: #fff;
  font-size: 18px;
}
/* line 585, ../sass/modules/_cta.scss */
.cta-50.cta-50-ress .content .title {
  font-size: 30px;
  line-height: 40px;
}
/* line 595, ../sass/modules/_cta.scss */
.cta-50.cta-50-ress img {
  position: absolute;
  top: 25px;
  left: 30px;
  -moz-transform: rotate(-15deg) scale(1.1);
  -ms-transform: rotate(-15deg) scale(1.1);
  -webkit-transform: rotate(-15deg) scale(1.1);
  transform: rotate(-15deg) scale(1.1);
}
/* line 606, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-medium {
  height: 420px;
  color: #fff;
}
/* line 611, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-medium .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 619, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-medium .bg img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.cta-50.cta-50-bg-medium .title{

  margin: 15px 0 10px;

}
/* line 632, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-medium-img {
  max-height: 420px;
}
/* line 636, ../sass/modules/_cta.scss */
.cta-50.cta-50-bg-medium-img .content {
  left: 50%;
}

.cta-50.cta-50-bg-medium-img .bg{

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}
/* line 648, ../sass/modules/_cta.scss */
.cta-50.cta-actu footer a {
  color: #bb2280;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
/* line 659, ../sass/modules/_cta.scss */
.cta-50.cta-actu h3 {
  font-size: 27px;
  font-weight: normal;
  line-height: 32px;
}
/* line 665, ../sass/modules/_cta.scss */
.cta-50.cta-actu h3 a {
  color: #404040;
  text-decoration: none;
}

/******************************************************************
Stylesheet: Shortcode

# Grid 
# Chiffre Clé
# Separateur
# Boutons
# List Icons
# Tabs
# Accordion
# popin
# Legend
# ToolTip
# Citation

******************************************************************/
/* line 73, ../sass/modules/_shortcode.scss */
.icon-list {
  padding: 10px 0 0;
}
/* line 77, ../sass/modules/_shortcode.scss */
.icon-list .icon-list-item {
  padding: 0;
  margin-bottom: 10px;
}
/* line 82, ../sass/modules/_shortcode.scss */
.icon-list .icon-list-item:before {
  display: none;
}
/* line 88, ../sass/modules/_shortcode.scss */
.icon-list .icon-list-item .fa {
  color: #bb2280;
  width: 26px;
}

/* line 100, ../sass/modules/_shortcode.scss */
.tabs {
  display: flex;
  opacity: 1;
}
/* line 105, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation {
  width: 250px;
  margin-right: -1px;
  position: relative;
  z-index: 9999;
  top: 0;
}
/* line 113, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 119, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li:before {
  display: none;
}
/* line 125, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li a {
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #404040;
}
/* line 132, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li a img {
  max-width: 100%;
  height: auto;
  filter: grayscale(1);
}
/* line 142, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li.ui-state-active {
  background: #fff;
}
/* line 146, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li.ui-state-active a {
  color: #bb2280;
}
/* line 150, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li.ui-state-active a img {
  filter: grayscale(0);
}
/* line 162, ../sass/modules/_shortcode.scss */
.tabs .tabs-navigation li:first-of-type a {
  border-top: 1px solid #fff;
}
/* line 174, ../sass/modules/_shortcode.scss */
.tabs .tabs_container {
  width: calc(100% - 250px);
  top: 0;
}

/* line 185, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc {
  margin-bottom: 20px;
  position: relative;
}
/* line 190, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc.open-tab {
  border: 1px solid #bb2280;
}
/* line 194, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc.open-tab .line {
  position: absolute;
}
/* line 198, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc.open-tab .line.line-top {
  right: 0;
  transition-delay: 0s;
}
/* line 205, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc.open-tab .line.line-right {
  top: 0;
  bottom: 0;
  transition-delay: 0.1s;
}
/* line 213, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc.open-tab .line.line-bottom {
  left: 0;
  transition-delay: 0.2s;
}
/* line 220, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc.open-tab .line.line-left {
  top: 0;
  transition-delay: 0.3s;
}
/* line 231, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title {
  background: #eaeaea;
  padding: 28px 31px;
}
/* line 236, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title:after, .accordion .accordion-bloc .accordion-title:before {
  background: #bb2280;
  opacity: 1;
  width: 27px;
  height: 4px;
}
/* line 244, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title:before {
  left: -1px;
}
/* line 250, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title:after {
  left: 26px;
}
/* line 259, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title.open-tab {
  background: transparent;
}
/* line 267, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-content {
  padding-top: 0;
}

/* line 291, ../sass/modules/_shortcode.scss */
.popin-content .wrapper .content {
  background: #eaeaea;
  width: 100%;

}

.popin-content .wrapper .content br{
  
  display: none;

}

/* line 302, ../sass/modules/_shortcode.scss */
.wp-caption .wp-caption-text {
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  position: initial;
  color: #303030;
  margin: 8px;
}

/* line 319, ../sass/modules/_shortcode.scss */
.citation {
  text-align: left;
  color: #bb2280;
  padding-left: 25px;
  width: 90%;
  margin-top: 55px;
  font-size: 23px;
  font-weight: bold;
  line-height: 31px;
  position: relative;
}
/* line 331, ../sass/modules/_shortcode.scss */
.citation:before {
  position: absolute;
  top: 0;
  bottom: 100%;
  content: '';
  width: 5px;
  background: #bb2280;
  display: block;
  left: 0;
  transition: 0.3s ease all;
}
/* line 345, ../sass/modules/_shortcode.scss */
.citation .meta {
  text-align: left;
  font-size: 18px;
  color: black;
  margin-top: 20px;
  font-weight: normal;
  border-bottom: 0 !important;
}
/* line 354, ../sass/modules/_shortcode.scss */
.citation .meta .name {
  font-weight: bold;
}

/******************************************************************
Stylesheet: Menu Mobile
******************************************************************/
/* line 4, ../sass/modules/_menumobile.scss */
.mm-menu {
  background: #fff;
}
/* line 8, ../sass/modules/_menumobile.scss */
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 12, ../sass/modules/_menumobile.scss */
.mm-menu .mm-navbar a {
  color: #bb2280;
}
/* line 29, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li:not(.mm-divider):after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 36, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li .mm-next {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 41, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 47, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #bb2280;
}

/******************************************************************
Mixin sheet
******************************************************************/
/*********************
BASE 
*********************/
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: 'panton';
  src: url("../font/panton-regular.woff2") format("woff2"), url("../font/panton-regular.woff") format("woff"), url("../font/panton-regular.ttf") format("truetype"), url("../font/panton-regular.svg#pantonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'panton';
  src: url("../font/panton-bold.woff2") format("woff2"), url("../font/panton-bold.woff") format("woff"), url("../font/panton-bold.ttf") format("truetype"), url("../font/panton-bold.svg#pantonbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 27, ../sass/breakpoints/_sup1680.scss */
body {
    min-width: 320px;
    background: #404040;
    font-family: panton, "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 23px;
    color: #404040;
    overflow-x: hidden;
}

#main-wrapper{

  overflow-x: hidden;

}
/* line 37, ../sass/breakpoints/_sup1680.scss */
body.modal-menu-on {
  overflow: hidden;
}

/* line 45, ../sass/breakpoints/_sup1680.scss */
a {
  color: #bb2280;
}
/* line 53, ../sass/breakpoints/_sup1680.scss */
a:hover {
  color: #d1268f;
}
/* line 57, ../sass/breakpoints/_sup1680.scss */
a:focus, a:active {
  outline: none;
}


/* line 71, ../sass/breakpoints/_sup1680.scss */
.content-area a {
  text-decoration: underline;
}

/* line 79, ../sass/breakpoints/_sup1680.scss */
.fleche {
  background: url("../images/fleche.svg") center 5px no-repeat;
  background-size:cover;
  width: 20px;
  height: 30px;
  display: block;
  transition: 0.3s ease all;
}

.Explorer .fleche{

  background: url("../images/ipad-fleche.svg") center center no-repeat;

}
/* line 87, ../sass/breakpoints/_sup1680.scss */
.fleche.fr {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -4px;
}
/* line 94, ../sass/breakpoints/_sup1680.scss */
.fleche.fl {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -4px;
}
/* line 101, ../sass/breakpoints/_sup1680.scss */
.fleche.ft {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -5px;
}

/* line 110, ../sass/breakpoints/_sup1680.scss */
.link-bottom {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 2;
}

/* line 135, ../sass/breakpoints/_sup1680.scss */
.next, .prev {
  top: 50%;
  background: #eaeaea;
  color: #bb2280;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  padding: 13px;
}

/******************************************************************
## OBJECT
******************************************************************/
/* line 151, ../sass/breakpoints/_sup1680.scss */
.primary {
  color: #bb2280;
}

/* line 157, ../sass/breakpoints/_sup1680.scss */
.white {
  color: #fff;
}

/* line 163, ../sass/breakpoints/_sup1680.scss */
.tb {
  font-weight: bold;
}

/* line 169, ../sass/breakpoints/_sup1680.scss */
.ti {
  font-style: italic;
}

/* line 175, ../sass/breakpoints/_sup1680.scss */
.tu {
  text-transform: uppercase;
}

/* line 181, ../sass/breakpoints/_sup1680.scss */
.bg-white {
  background: #fff;
}

/* line 187, ../sass/breakpoints/_sup1680.scss */
.bg-gray {
  background: #d6d6d6;
}

/* line 193, ../sass/breakpoints/_sup1680.scss */
.bg-dark {
  background: #404040;
}

/* line 199, ../sass/breakpoints/_sup1680.scss */
.bg-primary {
  background: #bb2280;
}

/* line 205, ../sass/breakpoints/_sup1680.scss */
.bg-light {
  background: #eaeaea;
}

/* line 211, ../sass/breakpoints/_sup1680.scss */
.t-01 {
  -moz-transition: ease 0.1s all;
  -o-transition: ease 0.1s all;
  -webkit-transition: ease 0.1s all;
  transition: ease 0.1s all;
}

/* line 217, ../sass/breakpoints/_sup1680.scss */
.t-01-l {
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
}

/* line 223, ../sass/breakpoints/_sup1680.scss */
.t-03 {
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

/* line 229, ../sass/breakpoints/_sup1680.scss */
.t-03-l {
  -moz-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  -webkit-transition: linear 0.3s all;
  transition: linear 0.3s all;
}

/* line 235, ../sass/breakpoints/_sup1680.scss */
.t-10 {
  -moz-transition: ease 10s all;
  -o-transition: ease 10s all;
  -webkit-transition: ease 10s all;
  transition: ease 10s all;
}

/* line 241, ../sass/breakpoints/_sup1680.scss */
.t-1 {
  -moz-transition: ease 1s all;
  -o-transition: ease 1s all;
  -webkit-transition: ease 1s all;
  transition: ease 1s all;
}

/* line 247, ../sass/breakpoints/_sup1680.scss */
.no-transition {
  transition: 0s !important;
}

/* line 253, ../sass/breakpoints/_sup1680.scss */
.wrapper {
  width: 100%;
  max-width: 1296px;
  left: 0;
  right: 0;
}

/* line 262, ../sass/breakpoints/_sup1680.scss */
.wrapper-large {
  max-width: 1440px;
}

/* line 268, ../sass/breakpoints/_sup1680.scss */
.wrapper-cta {
  max-width: 100%;
}

/* line 274, ../sass/breakpoints/_sup1680.scss */
.chapo {
  font-size: 23px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 53px;
}

/* line 283, ../sass/breakpoints/_sup1680.scss */
.filter-on .bg:before {
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  z-index: 2;
}

/* line 289, ../sass/breakpoints/_sup1680.scss */
p {
  margin-bottom: 11px;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/* line 295, ../sass/breakpoints/_sup1680.scss */
h2 {
  font-size: 26px;
  color: #bb2280;
  margin: 25px 0;
  line-height: 26px;
}

/* line 305, ../sass/breakpoints/_sup1680.scss */
h3 {
  font-size: 21px;
  margin: 20px 0;
  line-height: 24px;
}

/* line 314, ../sass/breakpoints/_sup1680.scss */
h4, h5, h6 {
  font-size: 20px;
  margin: 10px 0 26px 0;
}

/* line 323, ../sass/breakpoints/_sup1680.scss */
.ghost-link {
  z-index: 99;
}
/* line 327, ../sass/breakpoints/_sup1680.scss */
.ghost-link:before {
  z-index: 99;
}

/* line 336, ../sass/breakpoints/_sup1680.scss */
.alert-box {
  background: #404040;
  color: #fff;
  padding: 20px 15px;
  margin: 10px 0;
}
/* line 343, ../sass/breakpoints/_sup1680.scss */
.alert-box.color-orange {
  background: #ff6600;
}
/* line 349, ../sass/breakpoints/_sup1680.scss */
.alert-box.color-green {
  background: #80b822;
}
/* line 355, ../sass/breakpoints/_sup1680.scss */
.alert-box.color-blue {
  background: #3e3e98;
}
/* line 361, ../sass/breakpoints/_sup1680.scss */
.alert-box.color-red {
  background: #C92121;
}
/* line 367, ../sass/breakpoints/_sup1680.scss */
.alert-box.color-gray {
  background: #404040;
}
/* line 373, ../sass/breakpoints/_sup1680.scss */
.alert-box a {
  color: #fff;
}

/******************************************************************
## GLOBAL STYLES
******************************************************************/
/* line 385, ../sass/breakpoints/_sup1680.scss */
html {
  background: #404040;
}

/* line 397, ../sass/breakpoints/_sup1680.scss */
.content-area {
  float: none;
  width: 100%;
}

/* line 405, ../sass/breakpoints/_sup1680.scss */
.header {
  background: transparent;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999999;
  padding: 27px 0;
}

/* line 416, ../sass/breakpoints/_sup1680.scss */
.header.sticky-on {
  background: #404040;
  height: 70px;
  padding: 11px 0;
}
/* line 423, ../sass/breakpoints/_sup1680.scss */
.header.sticky-on .wrapper .logo {
  width: auto;
  height: 40px;
}
/* line 431, ../sass/breakpoints/_sup1680.scss */
.header.sticky-on .btn-hamburger {
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-top: -6px;
}
/* line 440, ../sass/breakpoints/_sup1680.scss */
.header.sticky-on .main-nav .main-menu {
  margin-top: 14px;
}
/* line 446, ../sass/breakpoints/_sup1680.scss */
.header.sticky-on .main-nav .main-menu li a {
  font-size: 21px;
  position: relative;
}

/* LANG SWITCHER ES/EN */
.lang-es .header .main-nav .main-menu li:last-child,
.lang-en .header .main-nav .main-menu li:last-child {
  margin-right: 0;
}
.header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] {
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
  background: none;
  font-family: Panton, Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.header.sticky-on .main-nav .main-menu li.menu-item a[href*="pll_switcher"] {
  padding: 10px;
  background: #fff;
  color: #bb2280;
  border-radius: 30px;
}
.header .main-nav .main-menu li.menu-item:hover a[href*="pll_switcher"] {
  background: #fff;
  color: #bb2280;
  border-radius: 5px 5px 0 0;
}
.header.sticky-on .main-nav .main-menu li.menu-item:hover a[href*="pll_switcher"] {
  border-radius: 30px;
}
.header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu {
  margin-top: 11px;
  top: 100%;
  box-shadow: none;
  border-radius: 0 0 5px 5px;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
}
.header.sticky-on .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu {
  margin-top: 8px;
  background: none;
}
.header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li {
  padding: 0;
  transition: all 0.3s ease;
  text-align: center;
}
.header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li:last-child {
  border-radius: 0 0 3px 3px;
}
.header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li a {
  border-radius: 0;
  padding: 10px 15px;
  line-height: 20px;
}
.header.sticky-on .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li a {
  padding: 10px;
  background: #fff;
  color: #bb2280;
  border-radius: 30px;
  box-shadow: 2px 2px 6px #cecece;
}
.header .main-nav .main-menu li.menu-item:hover a[href*="pll_switcher"] + .sub-menu {
  pointer-events: auto;
}
.page .header.sticky-on .main-nav .main-menu li.pll-parent-menu-item ul.sub-menu li:hover {
  background-color: transparent;
}
.header.sticky-on .main-nav .main-menu li.pll-parent-menu-item ul.sub-menu li > a:hover {
  background: #bb2280;
  color: #fff;
}
@media only screen and (max-width: 1058px) {
  .main-nav .main-menu > li {
    display: none;
  }

  .header .main-nav .main-menu {
    margin-top: 0;
  }

  .header.sticky-on .main-nav .main-menu {
    margin-top: 4px;
  }

  .main-nav .main-menu > li.pll-parent-menu-item {
    display: inline-block;
    margin-top: 0;
  }

  .header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] {
    padding: 10px;
    line-height: 38px;
    border-radius: 30px;
    font-size: 18px;
    background: #fff;
    color: #bb2280;
  }

  .header .main-nav .main-menu li.menu-item:hover a[href*="pll_switcher"] {
    border-radius: 30px;
  }

  .header .main-nav .main-menu li.menu-item a[href*="pll_switcher"]:hover {
    background: #bb2280;
    color: #fff;
    border-radius: 30px;
  }

  .page .header .main-nav .main-menu li.pll-parent-menu-item ul.sub-menu li:hover {
    background-color: transparent;
  }

  .page .header .main-nav .main-menu li.pll-parent-menu-item ul.sub-menu li:hover a {
    background: #bb2280;
    color: #fff;
  }

  .header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu {
    margin-top: 2px;
    background: none;
  }

  .header.sticky-on .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu {
    margin-top: 1px;
  }

  .header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li {
    height: 42px;
  }

  .header.sticky-on .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li {
    height: auto;
  }

  .header .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li a {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
    color: #bb2280;
    line-height: 22px;
    box-shadow: 2px 2px 6px #cecece;
  }

  .header.sticky-on .main-nav .main-menu li.menu-item a[href*="pll_switcher"] + .sub-menu li a {
    line-height: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .header .main-nav,
  .main-nav .main-menu {
    display: block;
  }

  .main-nav .main-menu > li {
    display: none;
  }

  .main-nav .main-menu > li.pll-parent-menu-item {
    display: inline-block;
  }
}

/* line 457, ../sass/breakpoints/_sup1680.scss */
.header .wrapper {
  max-width: calc(100% - 144px);
}
/* line 461, ../sass/breakpoints/_sup1680.scss */
.header .wrapper .logo {
  float: left;
  margin-top: 2px;
  margin-bottom: 0;
}
/* line 471, ../sass/breakpoints/_sup1680.scss */
.header .mask-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  display: none;
  z-index: -1;
}
/* line 481, ../sass/breakpoints/_sup1680.scss */
.header .mask-btn.active {
  display: block;
  z-index: 999999999;
}
/* line 490, ../sass/breakpoints/_sup1680.scss */
.header .btn-hamburger {
  display: block;
  float: right;
  background: #fff;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  position: relative;
  right: 0;
  top: 0;
  margin-left: 19px;
  padding: 20px 13px;
  cursor: pointer;
  transition: 0.1s ease all;
}
/* line 506, ../sass/breakpoints/_sup1680.scss */
.header .btn-hamburger .bar {
  background: #bb2280;
  height: 4px;
  width: 33px;
  margin-bottom: 5px;
  transition: 0.5s ease all;
  top: 0;
  position: relative;
}
/* line 516, ../sass/breakpoints/_sup1680.scss */
.header .btn-hamburger .bar:nth-child(1) {
  transition: 0.2s ease all;
}
/* line 528, ../sass/breakpoints/_sup1680.scss */
.header .btn-hamburger.active .bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease all;
}
/* line 537, ../sass/breakpoints/_sup1680.scss */
.header .btn-hamburger.active .bar:nth-child(1) {
  transition: 0.2s ease all;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  position: relative;
}
/* line 546, ../sass/breakpoints/_sup1680.scss */
.header .btn-hamburger.active .bar:nth-child(3) {
  transition: 0.5s ease all;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -9px;
  position: relative;
}
/* line 566, ../sass/breakpoints/_sup1680.scss */
.header.header-synolab .wrapper {
  max-width: calc(100% - 144px);
}
/* line 570, ../sass/breakpoints/_sup1680.scss */
.header.header-synolab .wrapper .logo {
  width: auto;
  float: none;
  display: inline-block;
}
/* line 578, ../sass/breakpoints/_sup1680.scss */
.header.header-synolab .wrapper h1 {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 29px;
}

/* line 593, ../sass/breakpoints/_sup1680.scss */
.Firefox .header.sticky-on .btn-hamburger .bar {
  height: 3px;
  margin-bottom: 7px;
}

/* line 605, ../sass/breakpoints/_sup1680.scss */
.sticky-menu a {
  color: #404040;
  background: #fff;
  border: 1px solid #eaeaea;
}
/* line 612, ../sass/breakpoints/_sup1680.scss */
.sticky-menu a.theme-light {
  background: #eaeaea;
  border: 1px solid #d1d1d1;
}
/* line 616, ../sass/breakpoints/_sup1680.scss */
.sticky-menu a.theme-dark {
  color: #fff;
  background: #404040;
  border: 1px solid #272727;
}
/* line 621, ../sass/breakpoints/_sup1680.scss */
.sticky-menu a.theme-primary {
  color: #fff;
  background: #bb2280;
  border: 1px solid #901a62;
}

/* line 633, ../sass/breakpoints/_sup1680.scss */
.mobile-menu-wrapper {
  display: none;
}

/* line 639, ../sass/breakpoints/_sup1680.scss */
.main-nav {
  float: right;
}
/* line 643, ../sass/breakpoints/_sup1680.scss */
.main-nav .main-menu {
  margin-top: 18px;
  margin-bottom: 0;
}
/* line 648, ../sass/breakpoints/_sup1680.scss */
.main-nav .main-menu li {
  margin: 0 28px 0 0;
}
/* line 652, ../sass/breakpoints/_sup1680.scss */
.main-nav .main-menu li a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 660, ../sass/breakpoints/_sup1680.scss */
.main-nav .main-menu li a:after {
  content: "";
  display: block;
  left: 0;
  right: 100%;
  position: absolute;
  height: 3px;
  background: #fff;
  transition: 0.3s ease all;
  bottom: -5px;
}
/* line 676, ../sass/breakpoints/_sup1680.scss */
.main-nav .main-menu li a:hover:after {
  right: 0;
}

/* line 695, ../sass/breakpoints/_sup1680.scss */
.modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y:auto;
  scrollbar-face-color: #404040;
  scrollbar-shadow-color: #404040;
  scrollbar-highlight-color: #404040;
  scrollbar-3dlight-color: #404040;
  scrollbar-darkshadow-color: #404040;
  scrollbar-track-color: #404040;
  scrollbar-arrow-color: #404040;
}

.modal-menu::-webkit-scrollbar {
  width: 0px;  
  background: transparent; 
}
/* line 708, ../sass/breakpoints/_sup1680.scss */
.modal-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
/* line 725, ../sass/breakpoints/_sup1680.scss */
.modal-menu.active .wrapper .bottom:before {
  left: 0;
  right: 0;
}
/* line 734, ../sass/breakpoints/_sup1680.scss */
.modal-menu.active .wrapper .bottom ul li {
  top: 0;
  opacity: 1;
}

.modal-menu-on .header{

  background: #404040;

}
/* line 749, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper {
  max-width: 936px;
  padding-top: 150px;
}
/* line 753, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 765, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav {
  width: calc(100% / 3);
}
/* line 769, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li {
  margin-bottom: 20px;
  -moz-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
  opacity: 0;
  top: 50px;
  position: relative;
}
/* line 777, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li.active {
  opacity: 1;
  top: 0;
}
/* line 785, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li a {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
/* line 791, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li a:hover {
  color: #bb2280;
}
/* line 801, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li ul li {
  margin-bottom: 0;
}
/* line 805, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li ul li a {
  font-weight: normal;
  font-size: 19px;
  line-height: 28px;
}
/* line 811, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li ul li a:hover {
  font-weight: bold;
  color: #fff;
}
/* line 818, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .main-nav li ul li a:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #bb2280;
  margin-right: 5px;
}
/* line 838, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(100% / 3);
  margin-top: 10px;
  padding-top: 10px;
}
/* line 844, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  display: block;
  height: 1px;
  background: #fff;
  transition: 0.3s ease all;
  transition-delay: 1.3s;
}
/* line 859, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 869, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li {
  width: 50%;
  position: relative;
  margin-bottom: 25px;
  top: 50px;
  opacity: 0;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
/* line 878, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
/* line 884, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li a:before {
  content: "";
  background: url("../images/sprite.png");
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: sub;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
/* line 896, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li a:hover {
  color: #bb2280;
}
/* line 900, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li a:hover:before {
  background: url("../images/sprite-hover.png");
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
/* line 911, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.ressource {
  transition-delay: 0.6s;
}
/* line 917, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.ressource a:before {
  background-position: -110px -2px;
}
/* line 927, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.blog {
  transition-delay: 0.8s;
}
/* line 933, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.blog a:before {
  background-position: -156px -3px;
}
/* line 943, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.contact {
  transition-delay: 1s;
}
/* line 949, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.contact a:before {
  background-position: -64px -2px;
}
/* line 958, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.synolab {
  transition-delay: 1.2s;
}
/* line 964, ../sass/breakpoints/_sup1680.scss */
.modal-menu .wrapper .bottom ul li.synolab a:before {
  background-position: -17px -7px;
}

/* line 985, ../sass/breakpoints/_sup1680.scss */
.footer {
  color: #fff;
  background: #404040;
  padding: 40px 0 0;
}
/* line 991, ../sass/breakpoints/_sup1680.scss */
.footer .wrapper {
  max-width: 1296px;
  width: calc(100% - 32px);
}
/* line 1002, ../sass/breakpoints/_sup1680.scss */
.footer p {
  margin-bottom: 0;
}
/* line 1008, ../sass/breakpoints/_sup1680.scss */
.footer .col {
  width: 100%;
  max-width: calc(50% / 2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3%;
}
.footer .col:last-child {
  padding-right: 0;
}
.footer .col.footer-1,
.footer .col.footer-2,
.footer .col.footer-3 {
  max-width: calc(50% / 3);
}
/* line 1016, ../sass/breakpoints/_sup1680.scss */
.footer .col ul > li {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 1022, ../sass/breakpoints/_sup1680.scss */
.footer .col ul > li a {
  color: #fff;
  display: block;
}
/* line 1027, ../sass/breakpoints/_sup1680.scss */
.footer .col ul > li a:hover {
  color: #bb2280;
}
/* line 1037, ../sass/breakpoints/_sup1680.scss */
.footer .col ul > li .sub-menu li {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
}
/* line 1046, ../sass/breakpoints/_sup1680.scss */
.footer .col ul > li .sub-menu li a:hover {
  font-weight: bold;
  color: #fff;
}
/* line 1067, ../sass/breakpoints/_sup1680.scss */
.footer .col.footer-4 {
  font-size: 15px;
  line-height: 22px;
}
/* line 1074, ../sass/breakpoints/_sup1680.scss */

/* FOOTER EN/ES */
.footer-en.footer .col .textwidget,
.footer-es.footer .col .textwidget {
  color: rgba(255,255,255,0.35);
}
.footer-en.footer .col,
.footer-es.footer .col {
  max-width: 20%;
}
.footer-en.footer .col.footer-4 .textwidget > h4,
.footer-es.footer .col.footer-4 .textwidget > h4,
.footer-en.footer .col.international .textwidget > h4,
.footer-es.footer .col.international .textwidget > h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.footer-en.footer .col.footer-4 .textwidget > h4 > span,
.footer-es.footer .col.footer-4 .textwidget > h4 > span,
.footer-en.footer .col.international .textwidget > h4 > span,
.footer-es.footer .col.international .textwidget > h4 > span {
  background: #404040;
  display: inline-block;
  position: relative;
  z-index: 100;
  padding-right: 10px;
}
.footer-en.footer .col.footer-4 .textwidget > h4:after,
.footer-es.footer .col.footer-4 .textwidget > h4:after,
.footer-en.footer .col.international .textwidget > h4:after,
.footer-es.footer .col.international .textwidget > h4:after {
  display: inline-block;
  content: '';
  background: rgba(255,255,255,0.35);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 50;
}
.footer-en.footer .col.international,
.footer-es.footer .col.international {
  padding-top: 23px;
  padding-right: 0;
}
.footer-en.footer .col.international h4,
.footer-es.footer .col.international h4 {
  margin: 0;
  font-size: 20px;
}
.footer-en.footer .col.international p,
.footer-es.footer .col.international p {
  font-size: 12px;
}
.footer .col.footer-4 h4 {
  margin: 0;
  font-size: 20px;
}
.footer .col.footer-4 p {
  font-size: 12px;
}
/* line 1080, ../sass/breakpoints/_sup1680.scss */
.footer .col.footer-4 .paris,
.footer .col.footer-4 .lyon,
.footer .col.footer-4 .bordeaux,
.footer .col.international .santiago,
.footer .col.international .canada {
  background-size: 25px;
  background-position: 18px center;
}
.footer .col.footer-4 .paris,
.footer .col.footer-4 .lyon,
.footer .col.footer-4 .bordeaux,
.footer .col.footer-4 .rennes,
.footer-en .col.international .santiago,
.footer-es .col.international .santiago,
.footer-en .col.international .canada,
.footer-es.footer .col.international .canada {
  height: 75px;
  position: relative;
  background-repeat: no-repeat;
  padding-left: 65px;
  padding-top: 18px;
}
.footer .col.footer-4 .lyon,
.footer .col.footer-4 .bordeaux,
.footer .col.footer-4 .rennes {
  border-top: 1px solid #fff;
}
.footer-en.footer .col.international .canada,
.footer-es.footer .col.international .canada {
  border-top: 1px solid #fff;
}
.footer-en.footer .col.footer-4 h4.widgettitle,
.footer-es.footer .col.footer-4 h4.widgettitle {
  line-height: 23px;
  font-size: 18px;
}
.footer-en.footer .col.footer-4 .lyon,
.footer-es.footer .col.footer-4 .lyon,
.footer-en.footer .col.footer-4 .bordeaux,
.footer-es.footer .col.footer-4 .bordeaux,
.footer-en.footer .col.footer-4 .rennes,
.footer-es.footer .col.footer-4 .rennes,
.footer-en.footer .col.international .canada,
.footer-es.footer .col.international .canada {
  border-top-color: rgba(255,255,255,0.35);
}
.footer-en.footer .col ul > li:nth-of-type(n+6) a,
.footer-es.footer .col ul > li:nth-of-type(n+6) a {
  color: rgba(255,255,255,0.35);
}
.footer-en.footer .col ul > li.menu-item-has-children > a,
.footer-es.footer .col ul > li.menu-item-has-children > a {
  margin-bottom: 20px;
}
.footer-en.footer .col ul > li.menu-item-has-children.pll-parent-menu-item > a,
.footer-es.footer .col ul > li.menu-item-has-children.pll-parent-menu-item > a {
  margin-bottom: 0;
}
.footer-en.footer .col ul > li.menu-item-has-children > li.menu-item:nth-child(5n),
.footer-es.footer .col ul > li.menu-item-has-children > li.menu-item:nth-child(5n) {
  margin-bottom: 20px;
}
/* line 1089, ../sass/breakpoints/_sup1680.scss */
.footer .col.footer-4 .paris {
  background-image: url("../images/footer-paris.png");
}
.footer .col.footer-4 .lyon {
  background-image: url("../images/footer-lyon.png");
}
.footer .col.footer-4 .bordeaux {
  background-image: url("../images/footer-bordeaux.png");
}
.footer .col.footer-4 .rennes {
  background-image: url("../images/footer-rennes.png");
  background-position: 9px center;
}
.footer .col.international .santiago {
  background-image: url("../images/footer-lyon.png");
}
.footer .col.international .canada {
  background-image: url("../images/footer-lyon.png");
}
/* line 1101, ../sass/breakpoints/_sup1680.scss */
.footer .col.tar {
  padding-right: 63px;
  text-align: left;
}
/* line 1106, ../sass/breakpoints/_sup1680.scss */
.footer .col.tar h4 {
  margin: 0 0 20px;
  font-size: 22px;
}
.footer .col.tar .social-widget {
    margin-right: 0;
}
/* line 1117, ../sass/breakpoints/_sup1680.scss */
.footer .bottom {
  background: #313030;
  color: #d6d6d6;
  font-size: 11px;
  padding: 10px 0;
}
/* line 1124, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper {
  display: block;
}
/* line 1128, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper .left {
  float: left;
  width: calc(100% / 3);
}
/* line 1137, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper .left .sub-foot-nav ul li {
  display: inline-block;
}
/* line 1152, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper .left .sub-foot-nav ul li a {
  color: #d6d6d6;
}
/* line 1166, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper .copyright {
  float: right;
  width: calc(100% / 3);
  text-align: right;
}
/* line 1174, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper .center {
  float: left;
  width: calc(100% / 3);
  text-align: center;
}
/* line 1180, ../sass/breakpoints/_sup1680.scss */
.footer .bottom .wrapper .center i {
  color: #bb2280;
}
/* line 1193, ../sass/breakpoints/_sup1680.scss */
.footer .go-to-top {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 14px;
  cursor: pointer;
  z-index: 2;
}
/* line 1210, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab {
  font-size: 16px;
  line-height: 21px;
}
/* line 1215, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab .wrapper {
  max-width: 1296px;
}
/* line 1221, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab .col {
    width: 38%;
    padding-right: 40px;
    margin-bottom: 40px;
    max-width: none;
}
.footer.footer-synolab .col a{
  color: #ffffff;
  text-decoration: underline;
}
/* line 1227, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab .col img {
  margin-bottom: 10px;
  height: 37px;
  width: auto;
}
/* line 1233, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab .col:last-of-type {
    padding-right: 0;
}
/* line 1239, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab .col.col-3 {
  width: 24%;
}
.footer.footer-synolab .col.col-3 a {
    text-decoration: none;
}
/* line 1245, ../sass/breakpoints/_sup1680.scss */
.footer.footer-synolab .col .social-widget {
  margin-right: 0;
}

.footer-landing{

  padding-top: 0;

}

.footer .button.newsletter-subscribe {
    background: #313030;
    font-weight: 400;
    border: 1px solid #404040;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
}

.footer .button.newsletter-subscribe span {
    font-size: 15px;
    font-family: 'panton';
    color: #fff;
}

.footer .button.newsletter-subscribe span,
.footer .button.newsletter-subscribe:after {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    padding: 10px 0;
}

.footer .button.newsletter-subscribe:after {
    font-size: 22px;
    font-family: 'FontAwesome';
    content: '\f061';
    color: #bb2280;
    padding-left: 5px;
}

/* line 1258, ../sass/breakpoints/_sup1680.scss */
.partners-logo .col-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1270, ../sass/breakpoints/_sup1680.scss */
.partners-logo .col-quart {
  height: 324px;
  text-align: center;
  width: calc(25% - 15px);
  float: none;
  padding: 0;
  border: 1px solid #d6d6d6;
  margin-right: 20px;
}
/* line 1280, ../sass/breakpoints/_sup1680.scss */
.partners-logo .col-quart a {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.iPad .partners-logo .col-quart a{

  -webkit-transform: translate3d(0, -0%, 0);
  -moz-transform: translate3d(0, -0%, 0);
  -ms-transform: translate3d(0, -0%, 0);
  transform: translate3d(0, -0%, 0);

}
/* line 1286, ../sass/breakpoints/_sup1680.scss */
.partners-logo .col-quart a img {
  margin: 0 auto;
  width: auto;
  max-width: 80%;
}
/* line 1296, ../sass/breakpoints/_sup1680.scss */
.partners-logo .col-quart:last-of-type {
  margin-right: 0;
}

/******************************************************************
## PAGE STYLES
******************************************************************/
/* line 1311, ../sass/breakpoints/_sup1680.scss */
.load {
  background: #fff;
  padding: 60px 0;
  position: relative;
}
/* line 1317, ../sass/breakpoints/_sup1680.scss */
.load .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  visibility: hidden;
  z-index: -1;
}
/* line 1328, ../sass/breakpoints/_sup1680.scss */
.load .loader img {
  margin: 0 auto;
}
/* line 1336, ../sass/breakpoints/_sup1680.scss */
.load .loadMore {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  color: #bb2280;
  margin: 0 auto;
  display: table;
  width: auto;
  position: relative;
  cursor: pointer;
}
/* line 1348, ../sass/breakpoints/_sup1680.scss */
.load .loadMore:after {
  content: "";
  display: block;
  left: 0;
  right: 100%;
  position: absolute;
  height: 3px;
  background: #bb2280;
  transition: 0.3s ease all;
  bottom: -10px;
}
/* line 1364, ../sass/breakpoints/_sup1680.scss */
.load .loadMore:hover:after {
  right: 0;
}
/* line 1376, ../sass/breakpoints/_sup1680.scss */
.load.active .loader {
  z-index: 2;
  visibility: visible;
}
/* line 1383, ../sass/breakpoints/_sup1680.scss */
.load.active .loadMore {
  visibility: hidden;
  z-index: -1;
}

/*********
REFERENCE
*********/
/* line 1397, ../sass/breakpoints/_sup1680.scss */
.hero.header-ref {
  position: relative;
  height: 790px;
}
/* line 1404, ../sass/breakpoints/_sup1680.scss */
.hero.header-ref .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0) scale(1);
  -ms-transform: translate3D(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3D(-50%, -50%, 0) scale(1);
  transform: translate3D(-50%, -50%, 0) scale(1);
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transition: 1s cubic-bezier(0.51, 1.03, 1, 1) all;
}
/* line 1423, ../sass/breakpoints/_sup1680.scss */
.hero.header-ref.visible .bg img {
  -moz-transform: translate3D(-50%, -50%, 0) scale(1);
  -ms-transform: translate3D(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3D(-50%, -50%, 0) scale(1);
  transform: translate3D(-50%, -50%, 0) scale(1);
}
/* line 1436, ../sass/breakpoints/_sup1680.scss */
.hero.header-ref .content .logo {
  margin: 0 auto 73px;
  display: block;
  width: auto;
  opacity: 1;
}
.home .hero.header-ref .content .logo {
  margin: 0 auto 10px;
}
/* line 1452, ../sass/breakpoints/_sup1680.scss */
.hero.header-ref .content .title {
  font-size: 59px;
  line-height: 71px;
  text-align: center;
  font-weight: bold;
  opacity: 1;
}

/* line 1476, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .primary-content {
  padding-bottom: 70px;
  background: #fff;
}
/* line 1482, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .primary-content .meta {
  padding-bottom: 11px;
  background: #fff;
  padding-top: 48px;
}
/* line 1488, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .primary-content .meta .wrapper {
  border-bottom: 1px solid #404040;
  padding-bottom: 8px;
}
/* line 1495, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .primary-content .meta .left {
  float: left;
  font-size: 23px;
  line-height: 27px;
}
/* line 1502, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .primary-content .meta .right {
  float: right;
  font-size: 20px;
}

.single-ref-type .primary-content .meta .right a{
	color: #404040;
	text-decoration:none;
}

.single-ref-type .primary-content .meta .right a:hover{
	color: #bb2280;
}

/* line 1513, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .chapo {
  margin: 0px auto;
}
/* line 1519, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref {
  padding: 70px 0;
}
/* line 1523, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref .text {
  font-size: 31px;
  line-height: 38px;
  position: relative;
  font-style: italic;
  margin-bottom: 16px;
}
/* line 1533, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref .open {
  position: absolute;
  font-size: 150px;
  left: -82px;
  top: 37px;
  font-style: normal;
}
/* line 1543, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref .wrapper {
  overflow: visible;
}
/* line 1549, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref .name {
  font-size: 23px;
  display: block;
  margin: 29px 0 5px;
}
/* line 1557, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref .function, .single-ref-type .testimonial-ref .society {
  font-size: 21px;
}
/* line 1563, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .testimonial-ref .photo {
  float: left;
  margin-right: 20px;
}
/* line 1572, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .link {
  background: #fff;
}
/* line 1576, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .link .btn {
    margin: 75px 0;
}
.single-ref-type .link .centered-button {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.single-ref-type .link .first {
  float: left;
}
/* line 1583, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .link .second {
  float: right;
}

.single-ref-type .post-share{

  background: #fff;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;

}
/* line 1594, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .more .title {
  padding: 40px 0 0;
  color: #404040;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 40px;
}
/* line 1605, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .more .content-article-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1616, ../sass/breakpoints/_sup1680.scss */
.single-ref-type .more .content-article-cta .cta-25.cta-25-ref {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 1635, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .content-article.visible .cta-25-ref, .post-type-archive-ress-type .content-article.visible .cta-25-ref, .tax-ress-taxo .content-article.visible .cta-25-ref, .post-type-archive-ref-type .content-article.visible .cta-25-ress, .post-type-archive-ress-type .content-article.visible .cta-25-ress, .tax-ress-taxo .content-article.visible .cta-25-ress, .tax-ref-taxo .content-article.visible .cta-25-ref, .tax-ref-taxo .content-article.visible .cta-25-ress {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 1646, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select, .post-type-archive-ress-type .select, .tax-ress-taxo .select, .tax-ref-taxo .select {
  background: #fff;
  position: relative;
  z-index: 3;
}
.post-type-archive-ref-type .select .reset-filter, .post-type-archive-ress-type .select .reset-filter, .tax-ress-taxo .select .reset-filter, .tax-ref-taxo .select .reset-filter{

  opacity: 0;
  visibility: hidden;
  transition:0.3s ease all;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  height: 32px;

}

.post-type-archive-ref-type .select .reset-filter .content, .post-type-archive-ress-type .select .reset-filter .content, .tax-ress-taxo .select .reset-filter .content, .tax-ref-taxo .select .reset-filter .content{

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  transform:translateY(100%);
  transition:0.3s ease all;


}

.post-type-archive-ref-type .select .reset-filter.active, .post-type-archive-ress-type .select .reset-filter.active, .tax-ress-taxo .select .reset-filter.active, .tax-ref-taxo .select .reset-filter.active{

  opacity: 1;
  visibility: visible;
  z-index: 2;

}

.post-type-archive-ref-type .select .reset-filter.active .content, .post-type-archive-ress-type .select .reset-filter.active .content, .tax-ress-taxo .select .reset-filter.active .content, .tax-ref-taxo .select .reset-filter.active .content{

  transform:translateY(0%);
  cursor: pointer;

}
/* line 1653, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .wrapper, .post-type-archive-ress-type .select .wrapper, .tax-ress-taxo .select .wrapper, .tax-ref-taxo .select .wrapper {
  max-width: 900px;
  overflow: visible;
  padding: 50px 0;
  transition:0.3s ease all;
}

.post-type-archive-ref-type .select.active .wrapper, .post-type-archive-ress-type .select.active .wrapper, .tax-ress-taxo .select.active .wrapper, .tax-ref-taxo .select.active .wrapper{

  padding: 34px 0 66px;

}

.post-type-archive-ref-type .content-article .not-found, .post-type-archive-ress-type .content-article .not-found, .tax-ress-taxo .content-article .not-found, .tax-ref-taxo .content-article .not-found{

  padding: 15px 0;

}
/* line 1669, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat select, .post-type-archive-ress-type .select .filtre-cat select, .tax-ress-taxo .select .filtre-cat select, .tax-ref-taxo .select .filtre-cat select {
  opacity: 0;
  visibility: hidden;
}
/* line 1676, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .select2-container, .post-type-archive-ress-type .select .filtre-cat .select2-container, .tax-ress-taxo .select .filtre-cat .select2-container, .tax-ref-taxo .select .filtre-cat .select2-container {
  display: inline-block;
  padding-right:30px;
  position: relative;
  top: -4px;
  transition:none;
}
/* line 1680, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .select2-container .select2-choice, .post-type-archive-ress-type .select .filtre-cat .select2-container .select2-choice, .tax-ress-taxo .select .filtre-cat .select2-container .select2-choice, .tax-ref-taxo .select .filtre-cat .select2-container .select2-choice {
  font-size: 25px;
  transition:none;
}

.post-type-archive-ref-type .select .filtre-cat .select2-container .select2-choice:hover, .post-type-archive-ress-type .select .filtre-cat .select2-container .select2-choice:hover, .tax-ress-taxo .select .filtre-cat .select2-container .select2-choice:hover, .tax-ref-taxo .select .filtre-cat .select2-container .select2-choice:hover{

  color: #bb2280;

}

.post-type-archive-ref-type .select .filtre-cat .select2-container .select2-choice:hover + .select2-arrow b:after, .post-type-archive-ress-type .select .filtre-cat .select2-container .select2-choice:hover + .select2-arrow b:after, .tax-ress-taxo .select .filtre-cat .select2-container .select2-choice:hover + .select2-arrow b:after, .tax-ref-taxo .select .filtre-cat .select2-container .select2-choice:hover + .select2-arrow b:after{

  color: #bb2280;

}

.post-type-archive-ref-type .select .filtre-cat .select2-container.small .select2-choice, .post-type-archive-ress-type .select .filtre-cat .select2-container.small .select2-choice, .tax-ress-taxo .select .filtre-cat .select2-container.small .select2-choice, .tax-ref-taxo .select .filtre-cat .select2-container.small .select2-choice{

  font-size: 18px;
  line-height: 22px;
  color: #bb2280;
  transition:none;

}

.post-type-archive-ref-type .expertises, .post-type-archive-ress-type .expertises, .tax-ress-taxo .expertises, .tax-ref-taxo .expertises{

  width: 200px;

}

.post-type-archive-ref-type .secteur, .post-type-archive-ress-type .secteur, .tax-ress-taxo .secteur, .tax-ref-taxo .secteur{

  width: 200px;

}

.post-type-archive-ref-type .solutions, .post-type-archive-ress-type .solutions, .tax-ress-taxo .solutions, .tax-ref-taxo .solutions{

  width: 200px;

}

/* line 1687, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .select2-container .select2-chosen, .post-type-archive-ress-type .select .filtre-cat .select2-container .select2-chosen, .tax-ress-taxo .select .filtre-cat .select2-container .select2-chosen, .tax-ref-taxo .select .filtre-cat .select2-container .select2-chosen {
  display: inline-block;
  white-space: normal;
  overflow: visible;
  transition:none;
}
/* line 1695, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choice, .post-type-archive-ress-type .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choice, .tax-ress-taxo .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choice, .post-type-archive-ref-type .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choices,  .post-type-archive-ress-type .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choices, .tax-ref-taxo .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choice, .tax-ref-taxo .select .filtre-cat .select2-dropdown-open.select2-drop-above .select2-choices {
  border: none;
  background: #eaeaea;
  border-radius: 0;
}
/* line 1703, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre, .post-type-archive-ress-type .select .filtre-cat .ordre, .tax-ress-taxo .select .filtre-cat .ordre, .tax-ref-taxo .select .filtre-cat .ordre {
  line-height: 50px;
  width: auto;
  display: inline-block;
  font-size: 25px;
  position: relative;
  padding: 0 15px;
  transition: 0.3s ease all;
  cursor: pointer;
}

.post-type-archive-ref-type .select .filtre-cat .ordre:hover, .post-type-archive-ress-type .select .filtre-cat .ordre:hover, .tax-ress-taxo .select .filtre-cat .ordre:hover, .tax-ref-taxo .select .filtre-cat .ordre:hover{

  color: #bb2280;

}
/* line 1713, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre:after, .post-type-archive-ress-type .select .filtre-cat .ordre:after, .tax-ress-taxo .select .filtre-cat .ordre:after, .tax-ref-taxo .select .filtre-cat .ordre:after {
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  color: #404040;
  font-weight: normal;
  margin-left: 10px;
}
/* line 1724, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre ul, .post-type-archive-ress-type .select .filtre-cat .ordre ul, .tax-ress-taxo .select .filtre-cat .ordre ul, .tax-ref-taxo .select .filtre-cat .ordre ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #eaeaea;
  max-height: 207px;
  overflow: scroll;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
/* line 1738, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre ul li, .post-type-archive-ress-type .select .filtre-cat .ordre ul li, .tax-ress-taxo .select .filtre-cat .ordre ul li, .tax-ref-taxo .select .filtre-cat .ordre ul li {
  font-size: 18px;
  line-height: 23px;
  padding: 0 6px;
  margin-bottom: 2px;
}
/* line 1745, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre ul li a, .post-type-archive-ress-type .select .filtre-cat .ordre ul li a, .tax-ress-taxo .select .filtre-cat .ordre ul li a, .tax-ref-taxo .select .filtre-cat .ordre ul li a {
  color: #404040;
  text-decoration: none;
  padding: 5px;
  padding-left: 12px;
  display: inline-block;
  display: block;
}
/* line 1754, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre ul li a:hover, .post-type-archive-ress-type .select .filtre-cat .ordre ul li a:hover, .tax-ress-taxo .select .filtre-cat .ordre ul li a:hover, .tax-ref-taxo .select .filtre-cat .ordre ul li a:hover {
  background: #fff;
  color: #bb2280;
}
/* line 1767, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre.active, .post-type-archive-ress-type .select .filtre-cat .ordre.active, .tax-ress-taxo .select .filtre-cat .ordre.active, .tax-ref-taxo .select .filtre-cat .ordre.active {
  background: #eaeaea;
  color: #bb2280;
}
/* line 1772, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre.active:after, .post-type-archive-ress-type .select .filtre-cat .ordre.active:after, .tax-ress-taxo .select .filtre-cat .ordre.active:after, .tax-ref-taxo .select .filtre-cat .ordre.active:after {
  color: #bb2280;
}
/* line 1778, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .select .filtre-cat .ordre.active ul, .post-type-archive-ress-type .select .filtre-cat .ordre.active ul, .tax-ress-taxo .select .filtre-cat .ordre.active ul, .tax-ref-taxo .select .filtre-cat .ordre.active ul {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  overflow-x: hidden;
}
/* line 1794, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .content-article, .post-type-archive-ress-type .content-article, .tax-ress-taxo .content-article, .tax-ref-taxo .content-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}
/* line 1808, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ref-type .load, .post-type-archive-ress-type .load, .tax-ress-taxo .load, .tax-ref-taxo .load {
  display: block;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.page-template-template-newsletter .page-content{

  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;

}

.page-template-template-newsletter .page-content  h2{

  margin-top: 0;

}

.page-template-template-newsletter .page-content .content{

  width: calc(50% - 20px);

}

.page-template-template-newsletter .page-content form{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  align-items: center;
  margin-top: 50px;

}

.page-template-template-newsletter .page-content form input{

  width: calc(50% - 14px);

}

.page-template-template-newsletter .page-content form input[name="email1"]{

  width: 100%;

}

.page-template-template-newsletter .page-content form input[type="submit"]{

  width: auto;
  margin: 0 auto;
  display: table;

}

/* line 1817, ../sass/breakpoints/_sup1680.scss */
.header-ress {
  background: #404040;
  height: 660px;
  position: relative;
}
/* line 1824, ../sass/breakpoints/_sup1680.scss */
.header-ress.fiche {
  background: #404040;
}
/* line 1828, ../sass/breakpoints/_sup1680.scss */
.header-ress.fiche svg {
  color: #282828;
  fill: currentColor;
}
/* line 1837, ../sass/breakpoints/_sup1680.scss */
.header-ress svg {
  -moz-transform: translate3D(-30%, 0%, 0) scale(3);
  -ms-transform: translate3D(-30%, 0%, 0) scale(3);
  -webkit-transform: translate3D(-30%, 0%, 0) scale(3);
  transform: translate3D(-30%, 0%, 0) scale(3);
  mix-blend-mode: normal;
  color: #282828;
  fill: currentColor;
  z-index: 2;
}
/* line 1851, ../sass/breakpoints/_sup1680.scss */
.header-ress figure {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation-duration: 1s;
  transition-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-name: header-ress;
  animation-delay: 0.3s;
}
/* line 1868, ../sass/breakpoints/_sup1680.scss */
.header-ress .wrapper {
  height: 100%;
  padding-top: 114px;
  overflow: visible;
}
/* line 1876, ../sass/breakpoints/_sup1680.scss */
.header-ress h3 {
  font-size: 34px;
  margin: 0;
  font-weight: normal;
  margin-bottom: 10px;
  transform: scale(0);
  display: inline-block;
}
/* line 1887, ../sass/breakpoints/_sup1680.scss */
.header-ress h1 {
  font-size: 59px;
  max-width: 55%;
  line-height: 70px;
  margin-bottom: 0;
  transform: translate3D(-1000px, 0, 0);
  transition-delay: 0.2s;
}
/* line 1898, ../sass/breakpoints/_sup1680.scss */
.header-ress .btn {
  margin-bottom: 0;
  padding: 13px 45px;
  margin-top: 60px;
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.4s;
}
/* line 1907, ../sass/breakpoints/_sup1680.scss */
.header-ress .btn:hover {
  color: #404040;
}
/* line 1917, ../sass/breakpoints/_sup1680.scss */
.header-ress.visible h3 {
  transform: scale(1);
}
/* line 1923, ../sass/breakpoints/_sup1680.scss */
.header-ress.visible h1 {
  transform: translate3D(0, 0, 0);
}
/* line 1929, ../sass/breakpoints/_sup1680.scss */
.header-ress.visible .btn {
  opacity: 1;
  transform: scale(1);
}

/* line 1946, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ress-type .select .filtre-cat .select2-container, .tax-ress-taxo .select .filtre-cat .select2-container {
  width: 33%;
}
/* line 1956, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ress-type .loader, .tax-ress-taxo .loader {
  height: 100px;
  width: 100%;
  text-align: center;
  background: #fff;
  visibility: hidden;
  z-index: 0;
}
/* line 1965, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ress-type .loader img, .tax-ress-taxo .loader img {
  display: block;
  margin: 0 auto;
}
/* line 1972, ../sass/breakpoints/_sup1680.scss */
.post-type-archive-ress-type .loader.active, .tax-ress-taxo .loader.active {
  visibility: visible;
  z-index: 2;
}

/* line 1987, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .primary-content {
  padding: 56px 0;
  background: #fff;
}
/* line 1994, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .primary-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 2000, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .primary-content ul li:before {
  content: "";
  display: inline-block;
  background: #bb2280;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  position: absolute;
  top: 7px;
  left: 0;
}
/* line 2020, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main h2 {
  color: #404040;
  font-size: 34px;
  line-height: 42px;
  margin: 0 auto 40px;
  display: block;
  max-width: 730px;
}
/* line 2031, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .title-form {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
}
/* line 2039, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .formulaire {
  padding: 61px 0;
}
/* line 2043, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .formulaire form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 2054, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .formulaire form input {
  width: calc(33% - 14px);
}
/* line 2060, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .formulaire form input#Email {
  width: calc(66%);
}
/* line 2066, ../sass/breakpoints/_sup1680.scss */
.single-ress-type .site-main .formulaire form input.btn {
  width: auto;
  margin: 0 auto;
  display: table;
}

/* line 2082, ../sass/breakpoints/_sup1680.scss */
.hero.header-article {
  position: relative;
}
/* line 2086, ../sass/breakpoints/_sup1680.scss */
.hero.header-article h1 {
  font-size: 59px;
  line-height: 70px;
  margin-bottom: 70px;
  margin-top: 30px;
}
/* line 2095, ../sass/breakpoints/_sup1680.scss */
.hero.header-article .cat {
  font-size: 27px;
  color: #fff;
}
/* line 2102, ../sass/breakpoints/_sup1680.scss */
.hero.header-article .content.wrapper {
  max-width: 1152px;
  padding-top: 72px;
}
/* line 2109, ../sass/breakpoints/_sup1680.scss */
.hero.header-article .sup {
  font-size: 17px;
  display: flex;
  justify-content:center;
  align-items : center;
}

.hero.header-article .sup.big{

  font-size: 27px;
  margin-top: -20px;

}

.hero.header-article .sup img{

  margin-right: 15px;
  border-radius: 100%;

}
/* line 2117, ../sass/breakpoints/_sup1680.scss */
.hero.header-article .bg img {
  opacity: 1;
  transform-origin: 0;
}

/* line 2130, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .chapo {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
}
/* line 2138, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .content-area {
  padding: 65px 0 0;
  font-size: 18px;
  line-height: 28px;
  background: #fff;
}
/* line 2145, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .content-area .wrapper {
  max-width: 864px;
}
/* line 2151, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .content-area .post-text {
  margin-bottom: 55px;
}
.single-blog-type .content-area .post-text figure {
  max-width: 100%;
  height: auto;
}
.single-blog-type .content-area .post-text img {
  max-width: 100%;
  height: auto;
}
/* line 2160, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .content-area ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 2166, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .content-area ul li:before {
  content: "";
  display: inline-block;
  background: #bb2280;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  position: absolute;
  top: 10px;
  left: 0;
}

.single-blog-type .content-area .post-text ol,
.single-post .content-area .post-text ol {
    padding-left: 20px;
    list-style-type: decimal;
}

.single-blog-type .content-area .post-text ol li,
.single-post .content-area .post-text ol li {
    margin-bottom: 20px;
    counter-increment: articleHeading;
    position: relative;
}

.single-blog-type .content-area .post-text ol h1,
.single-blog-type .content-area .post-text ol h2,
.single-blog-type .content-area .post-text ol h3,
.single-blog-type .content-area .post-text ol h4,
.single-blog-type .content-area .post-text ol h5,
.single-blog-type .content-area .post-text ol h6,
.single-post .content-area .post-text ol h1,
.single-post .content-area .post-text ol h2,
.single-post .content-area .post-text ol h3,
.single-post .content-area .post-text ol h4,
.single-post .content-area .post-text ol h5,
.single-post .content-area .post-text ol h6 {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.single-blog-type .content-area .post-text ol h1:before,
.single-blog-type .content-area .post-text ol h2:before,
.single-blog-type .content-area .post-text ol h3:before,
.single-blog-type .content-area .post-text ol h4:before,
.single-blog-type .content-area .post-text ol h5:before,
.single-blog-type .content-area .post-text ol h6:before,
.single-post .content-area .post-text ol h1:before,
.single-post .content-area .post-text ol h2:before,
.single-post .content-area .post-text ol h3:before,
.single-post .content-area .post-text ol h4:before,
.single-post .content-area .post-text ol h5:before,
.single-post .content-area .post-text ol h6:before {
    content: counter(articleHeading)'. ';
}
/* line 2186, ../sass/breakpoints/_sup1680.scss */
.single-blog-type .post-share {
  text-align: center;
  padding-bottom: 70px;
}

.single-blog-type .more > .title{

  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 98px;
  color: #404040;

}

.single-blog-type .more{

      display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap:wrap;
    background: #d6d6d6;
}
.single-blog-type .post-tags {
	margin-bottom:40px;
}

.single-blog-type .post-tags .wrapper{
	border-top:solid 1px #9e9e9e;
	padding:20px 0;
	padding-left:29px;
	background-image:url(../images/picto-tags.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.single-blog-type .post-tags a{
	border:solid 1px #9e9e9e;	
	display:inline-block;
	color:#9b9b9b;
	font-size:12px;
	line-height:16px;
	padding:5px 10px;
	text-decoration:none;
	margin-right:10px;
}

.single-blog-type .post-tags a:hover{
	color:#fff;
	background:#bb2280;
	border-color:#bb2280;
}

/* line 2197, ../sass/breakpoints/_sup1680.scss */
.single-post .wrapper {
  max-width: 840px;
}
.single-post .wrapper .tags{

  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;

}
.single-post .wrapper .tags span{

  font-weight: normal;

}


/* line 2203, ../sass/breakpoints/_sup1680.scss */
.single-post .chapo {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
}
/* line 2211, ../sass/breakpoints/_sup1680.scss */
.single-post .content-area {
  padding: 60px 0;
  background: #fff;
}
/* line 2218, ../sass/breakpoints/_sup1680.scss */
.single-post .content-area ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 2224, ../sass/breakpoints/_sup1680.scss */
.single-post .content-area ul li:before {
  content: "";
  display: inline-block;
  background: #bb2280;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  position: absolute;
  top: 7px;
  left: 0;
}
.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6{

  color: #404040;

}
/* line 2244, ../sass/breakpoints/_sup1680.scss */
.single-post .post-share {
  text-align: center;
}
/* line 2263, ../sass/breakpoints/_sup1680.scss */
.single-post .linkedin-item:before {
  background: #2286c5;
  border: 2px solid #2286c5;
}
/* line 2267, ../sass/breakpoints/_sup1680.scss */
.single-post .facebook-item:before {
  background: #557dbb;
  border: 2px solid #557dbb;
}
/* line 2271, ../sass/breakpoints/_sup1680.scss */
.single-post .rss-item:before {
  background: #f1911f;
  border: 2px solid #f1911f;
}
/* line 2275, ../sass/breakpoints/_sup1680.scss */
.single-post .youtube-item:before {
  background: #e76550;
  border: 2px solid #e76550;
}
/* line 2279, ../sass/breakpoints/_sup1680.scss */
.single-post .twitter-item:before {
  background: #7bcdee;
  border: 2px solid #7bcdee;
}
/* line 2283, ../sass/breakpoints/_sup1680.scss */
.single-post .google-plus-item:before {
  background: #911214;
  border: 2px solid #911214;
}
/* line 2288, ../sass/breakpoints/_sup1680.scss */
.single-post .instagram-item:before {
  background: #517FA4;
  border: 2px solid #517FA4;
}
/* line 2292, ../sass/breakpoints/_sup1680.scss */
.single-post .viadeo-item:before {
  font-family: 'Flaticon';
  background: #f1911f;
  border: 2px solid #f1911f;
}
/* line 2298, ../sass/breakpoints/_sup1680.scss */
.single-post .pinterest-item:before {
  background: #cb2027;
  border: 2px solid #cb2027;
}
/* line 2302, ../sass/breakpoints/_sup1680.scss */
.single-post .mail-item:before {
  background: #dc4436;
  border: 2px solid #dc4436;
}
/* line 2306, ../sass/breakpoints/_sup1680.scss */
.single-post .tumblr-item:before {
  background: #32506d;
  border: 2px solid #32506d;
}
/* line 2310, ../sass/breakpoints/_sup1680.scss */
.single-post .bookmark-item:before {
  background: #444444;
  border: 2px solid #444444;
}
/* line 2319, ../sass/breakpoints/_sup1680.scss */
.single-post .linkedin-item:after {
  background: #2286c5;
}
/* line 2322, ../sass/breakpoints/_sup1680.scss */
.single-post .facebook-item:after {
  background: #557dbb;
}
/* line 2325, ../sass/breakpoints/_sup1680.scss */
.single-post .rss-item:after {
  background: #f1911f;
}
/* line 2328, ../sass/breakpoints/_sup1680.scss */
.single-post .youtube-item:after {
  background: #e76550;
}
/* line 2331, ../sass/breakpoints/_sup1680.scss */
.single-post .twitter-item:after {
  background: #7bcdee;
}
/* line 2334, ../sass/breakpoints/_sup1680.scss */
.single-post .google-plus-item:after {
  background: #911214;
}
/* line 2337, ../sass/breakpoints/_sup1680.scss */
.single-post .instagram-item:after {
  background: #517FA4;
}
/* line 2340, ../sass/breakpoints/_sup1680.scss */
.single-post .viadeo-item:after {
  background: #f1911f;
}
/* line 2343, ../sass/breakpoints/_sup1680.scss */
.single-post .pinterest-item:after {
  background: #cb2027;
}
/* line 2346, ../sass/breakpoints/_sup1680.scss */
.single-post .mail-item:after {
  background: #dc4436;
}
/* line 2349, ../sass/breakpoints/_sup1680.scss */
.single-post .tumblr-item:after {
  background: #32506d;
}
/* line 2352, ../sass/breakpoints/_sup1680.scss */
.single-post .bookmark-item:after {
  background: #32506d;
}
/* line 2357, ../sass/breakpoints/_sup1680.scss */
.single-post .linkedin-item:hover:before {
  background: transparent;
  border: 2px solid #2286c5;
  color: #2286c5;
}
/* line 2362, ../sass/breakpoints/_sup1680.scss */
.single-post .facebook-item:hover:before {
  background: transparent;
  border: 2px solid #557dbb;
  color: #557dbb;
}
/* line 2367, ../sass/breakpoints/_sup1680.scss */
.single-post .rss-item:hover:before {
  background: transparent;
  border: 2px solid #f1911f;
  color: #f1911f;
}
/* line 2372, ../sass/breakpoints/_sup1680.scss */
.single-post .youtube-item:hover:before {
  background: transparent;
  border: 2px solid #e76550;
  color: #e76550;
}
/* line 2377, ../sass/breakpoints/_sup1680.scss */
.single-post .twitter-item:hover:before {
  background: transparent;
  border: 2px solid #7bcdee;
  color: #7bcdee;
}
/* line 2382, ../sass/breakpoints/_sup1680.scss */
.single-post .google-plus-item:hover:before {
  background: transparent;
  border: 2px solid #911214;
  color: #911214;
}
/* line 2387, ../sass/breakpoints/_sup1680.scss */
.single-post .instagram-item:hover:before {
  background: transparent;
  border: 2px solid #517FA4;
  color: #517FA4;
}
/* line 2392, ../sass/breakpoints/_sup1680.scss */
.single-post .viadeo-item:hover:before {
  background: transparent;
  border: 2px solid #f1911f;
  color: #f1911f;
}
/* line 2397, ../sass/breakpoints/_sup1680.scss */
.single-post .mail-item:hover:before {
  background: transparent;
  border: 2px solid #dc4436;
  color: #dc4436;
}
/* line 2402, ../sass/breakpoints/_sup1680.scss */
.single-post .tumblr-item:hover:before {
  background: transparent;
  border: 2px solid #32506d;
  color: #32506d;
}
/* line 2407, ../sass/breakpoints/_sup1680.scss */
.single-post .bookmark-item:hover:before {
  background: transparent;
  border: 2px solid #444444;
  color: #444444;
}
/* line 2413, ../sass/breakpoints/_sup1680.scss */
.single-post .author {
  background: #fff;
}
/* line 2417, ../sass/breakpoints/_sup1680.scss */
.single-post .author .wrapper {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 45px 0;
}
/* line 2423, ../sass/breakpoints/_sup1680.scss */
.single-post .author .wrapper .left, .single-post .author .wrapper .right {
  width: auto;
  float: left;
}
/* line 2430, ../sass/breakpoints/_sup1680.scss */
.single-post .author .wrapper img {
  border-radius: 100%;
}
/* line 2436, ../sass/breakpoints/_sup1680.scss */
.single-post .author .wrapper .right {
  float: right;
  width: calc(100% - 110px);
}
/* line 2441, ../sass/breakpoints/_sup1680.scss */
.single-post .author .wrapper .right a {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 2450, ../sass/breakpoints/_sup1680.scss */
.single-post .author .wrapper .right p {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 0;
}
/* line 2464, ../sass/breakpoints/_sup1680.scss */
.single-post .comments {
  background: #fff;
}
/* line 2468, ../sass/breakpoints/_sup1680.scss */
.single-post .comments .wrapper {
  border-top: 1px solid #d6d6d6;
}
/* line 2472, ../sass/breakpoints/_sup1680.scss */
.single-post .comments .wrapper .submit {
  padding: 13px 38px;
  font-size: 21px;
  font-weight: bold;
  margin: 35px 0;
  color: #fff;
  background: #bb2280;
  border: none;
  margin: 0 auto;
  width: auto;
  display: table;
}
/* line 2491, ../sass/breakpoints/_sup1680.scss */
.single-post .more {
  background: #fff;
}
/* line 2495, ../sass/breakpoints/_sup1680.scss */
.single-post .more .title {
  font-size: 24px;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  color: #bb2280;
}
/* line 2505, ../sass/breakpoints/_sup1680.scss */
.single-post .more .wrapper {
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2520, ../sass/breakpoints/_sup1680.scss */
.single-post .more .wrapper .post-item {
  width: 400px;
  font-size: 16px;
  line-height: 27px;
}
/* line 2526, ../sass/breakpoints/_sup1680.scss */
.single-post .more .wrapper .post-item h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #404040;
}
/* line 2535, ../sass/breakpoints/_sup1680.scss */
.single-post .more .wrapper .post-item a {
  color: #404040;
  text-decoration: none;
}
/* line 2542, ../sass/breakpoints/_sup1680.scss */
.single-post .more .wrapper .post-item footer {
  font-size: 17px;
  margin-top: 20px;
}

.single-post .more .wrapper .post-item figure{

  max-height: 220px;
  overflow: hidden;

}


.page-template-template-post .select{

  padding: 50px 0 0;
  z-index: 4;
  position: relative;

}

.page-template-template-post .select .wrapper{

  overflow: visible;

}

.page-template-template-post .select .filtre-cat{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

}

.page-template-template-post .select .filtre-cat >span{

  display: inline-block;
  margin-right: 15px;
  font-size: 27px;

}


.page-template-template-post .select .ordre{

  position: relative;
  width: 150px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 27px;
  color: #bb2280;

}

.page-template-template-post .select .ordre > span{

  color: #000;
  line-height: 22px;
  position: relative;
  cursor: pointer;

}

.page-template-template-post .select .ordre > span:after{

  content: "\f107";
  display: block;
  position: absolute;
  right: -30px;
  font-family: "FontAwesome";
  top: 7px;
  font-size: 29px;

}

.page-template-template-post .select .ordre.active{

  overflow: visible;

}

.page-template-template-post .select .ordre ul{

  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  transition:0.3s ease all;
  background: #fff;
  padding: 5px;
  width: 300px;

}

.page-template-template-post .select .ordre.active ul{

  opacity: 1;
  visibility: visible;

}

.page-template-template-post .select .ordre ul li{

  margin-bottom: 5px;
  font-size: 18px;

}

.page-template-template-post .select .ordre ul li a{

  color: #303030;

}

.page-template-template-post .select .ordre ul li a:hover{

  color: #bb2280;

}
/* line 2559, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .wrapper, .category .wrapper {
  max-width: 1280px;
}
/* line 2567, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .header .wrapper, .category .header .wrapper {
  max-width: calc(100% - 144px);
}
/* line 2581, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .hero .bg img, .category .cycle-slideshow .hero .bg img {
  opacity: 1;
}
/* line 2589, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .hero .title, .category .cycle-slideshow .hero .title {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: relative;
  text-align: center;
  z-index: 2;
  font-weight: bold;
  color: white;
}
/* line 2601, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .hero .content, .category .cycle-slideshow .hero .content {
  padding-top: 72px 0 0;
}
/* line 2607, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .hero .btn, .category .cycle-slideshow .hero .btn {
  margin-bottom: 0;
}
/* line 2611, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .hero .btn:hover, .category .cycle-slideshow .hero .btn:hover {
  color: #404040;
}
/* line 2621, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .pager, .category .cycle-slideshow .pager {
  bottom: 25px;
}
/* line 2625, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .pager > span, .category .cycle-slideshow .pager > span {
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  opacity: 1;
  margin: 0 10px;
}
/* line 2635, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .cycle-slideshow .pager > span.cycle-pager-active, .category .cycle-slideshow .pager > span.cycle-pager-active {
  background: #bb2280;
}
/* line 2647, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .content-area, .category .content-area {
  background: #fff;
  padding-top: 40px;
}
/* line 2653, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .content-article, .category .content-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2668, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .content-article .post-item, .category .content-article .post-item {
  width: 400px;
  font-size: 16px;
  line-height: 27px;
}
/* line 2674, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .content-article .post-item h2, .category .content-article .post-item h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #404040;
  margin-top: 0;
}
.page-template-template-post .content-article .post-item .tags, .category .content-article .post-item .tags {

  font-weight: bold;
  font-size: 14px;

}

.page-template-template-post .content-article .post-item .tags span, .category .content-article .post-item .tags span {

  font-weight: normal;
  font-size: 14px;

}

/* line 2683, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .content-article .post-item a, .category .content-article .post-item a {
  color: #404040;
  text-decoration: none;
}

.page-template-template-post .content-article .post-item figure, .category .content-article .post-item figure{

  overflow: hidden;
  max-height: 220px;

}

.page-template-template-post .content-article .post-item footer a, .category .content-article .post-item footer a {
  color: #bb2280;
  text-decoration: none;
}
/* line 2690, ../sass/breakpoints/_sup1680.scss */
.page-template-template-post .content-article .post-item footer, .category .content-article .post-item footer {
  font-size: 17px;
  margin-top: 20px;
}

.category .hero .title{

  font-size: 59px;
  line-height: 71px;
  margin-bottom: 28px;
  text-align: center;
  font-weight: normal;

}

/* line 2707, ../sass/breakpoints/_sup1680.scss */
.author .hero .content {
  color: #fff;
}
/* line 2711, ../sass/breakpoints/_sup1680.scss */
.author .hero .content .bio {
  color: #fff;
  font-size: 25px;
  line-height: 37px;
}
/* line 2719, ../sass/breakpoints/_sup1680.scss */
.author .hero .content .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
/* line 2730, ../sass/breakpoints/_sup1680.scss */
.author .hero .content img {
  width: auto;
  margin: 0 auto 40px;
  display: block;
  border-radius: 100%;
}
/* line 2743, ../sass/breakpoints/_sup1680.scss */
.author .content-area {
  background: #fff;
  padding-top: 60px;
}
/* line 2748, ../sass/breakpoints/_sup1680.scss */
.author .content-area .content-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2763, ../sass/breakpoints/_sup1680.scss */
.author .content-area .content-article .post-item {
  width: 400px;
  font-size: 16px;
  line-height: 27px;
}
/* line 2769, ../sass/breakpoints/_sup1680.scss */
.author .content-area .content-article .post-item h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #404040;
}
/* line 2778, ../sass/breakpoints/_sup1680.scss */
.author .content-area .content-article .post-item a {
  color: #404040;
  text-decoration: none;
}
/* line 2785, ../sass/breakpoints/_sup1680.scss */
.author .content-area .content-article .post-item footer {
  font-size: 17px;
  margin-top: 20px;
}

/* line 2802, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .content-article-cta, .tax-blog-taxo .content-article-cta, .post-type-archive-blog-type .content-article-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}

/* line 2828, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .select, .tax-blog-taxo .select, .post-type-archive-blog-type .select {
  background: #fff;
}
/* line 2834, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .filtre-cat, .tax-blog-taxo .filtre-cat, .post-type-archive-blog-type .filtre-cat {
  padding: 52px 0;
}
/* line 2838, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .filtre-cat a, .tax-blog-taxo .filtre-cat a, .post-type-archive-blog-type .filtre-cat a {
  color: #404040;
  text-decoration: none;
  font-size: 24px;
  margin: 0 20px 0 0;
}
/* line 2845, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .filtre-cat a.active, .tax-blog-taxo .filtre-cat a.active, .post-type-archive-blog-type .filtre-cat a.active {
  color: #bb2280;
}
/* line 2851, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .filtre-cat a:hover, .tax-blog-taxo .filtre-cat a:hover, .post-type-archive-blog-type .filtre-cat a:hover {
  color: #bb2280;
}
/* line 2861, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-loop, .tax-blog-taxo .article-loop, .post-type-archive-blog-type .article-loop {
  background: #fff;
  padding-top: 60px;
}

.archive.tax-blog-tag .article-loop{
  padding-top: 0px;
}

/* line 2868, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog, .tax-blog-taxo .article-blog, .post-type-archive-blog-type .article-blog {
  margin-bottom: 35px;
  display: block;
}
/* line 2874, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog img, .tax-blog-taxo .article-blog img, .post-type-archive-blog-type .article-blog img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 15px;
}
/* line 2883, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog a, .tax-blog-taxo .article-blog a, .post-type-archive-blog-type .article-blog a {
  color: #404040;
  text-decoration: none;
}
/* line 2890, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog .cat, .tax-blog-taxo .article-blog .cat, .post-type-archive-blog-type .article-blog .cat {
  display: inline-block;
  font-weight: bold;
  color: #bb2280;
}
/* line 2896, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog .cat a, .tax-blog-taxo .article-blog .cat a, .post-type-archive-blog-type .article-blog .cat a {
  color: #bb2280;
}
/* line 2900, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog .cat a:hover, .tax-blog-taxo .article-blog .cat a:hover, .post-type-archive-blog-type .article-blog a:hover {
  color: #404040;
}
/* line 2910, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog .date, .tax-blog-taxo .article-blog .date, .post-type-archive-blog-type .article-blog .date {
  display: inline-block;
  font-size: 14px;
}
/* line 2917, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog .article-main-title,
.tax-blog-taxo .article-blog .article-main-title,
.post-type-archive-blog-type .article-blog .article-main-title {
    font-size: 27px;
    margin: 5px 0;
    line-height: 35px;
    font-weight: 400;
}
/* line 2925, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .article-blog .content, .tax-blog-taxo .article-blog .content, .post-type-archive-blog-type .article-blog .content {
  font-size: 18px;
  line-height: 25px;
}
/* line 2934, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type #main .synolab, .tax-blog-taxo #main .synolab, .post-type-archive-blog-type #main .synolab {
  padding-top: 50px;
}
/* line 2938, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .logo, .tax-blog-taxo .synolab .logo, .post-type-archive-blog-type .synolab .logo {
  margin: 0 auto;
  width: auto;
  display: block;
}
/* line 2946, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .baselie, .tax-blog-taxo .synolab .baselie, .post-type-archive-blog-type .synolab .baselie {
  margin-bottom: 50px;
}
/* line 2952, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .synolab-link, .tax-blog-taxo .synolab .synolab-link, .post-type-archive-blog-type .synolab .synolab-link {
  display: table;
  margin: 40px auto 60px;
  width: auto;
  font-weight: bold;
  font-size: 27px;
  text-decoration: none;
  position: relative;
}
/* line 2962, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .synolab-link:after, .tax-blog-taxo .synolab .synolab-link:after, .post-type-archive-blog-type .synolab .synolab-link:after {
  content: "";
  display: block;
  left: 0;
  right: 100%;
  position: absolute;
  height: 3px;
  background: #bb2280;
  transition: 0.3s ease all;
  bottom: -10px;
}
/* line 2978, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .synolab-link:hover:after, .tax-blog-taxo .synolab .synolab-link:hover:after, .post-type-archive-blog-type .synolab .synolab-link:hover:after {
  right: 0;
}
/* line 2988, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .article-synolab, .tax-blog-taxo .synolab .article-synolab, .post-type-archive-blog-type .synolab .article-synolab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
/* line 3004, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .article-synolab .post-item, .tax-blog-taxo .synolab .article-synolab .post-item, .post-type-archive-blog-type .synolab .article-synolab .post-item {
  width: 400px;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}
/* line 3011, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .article-synolab .post-item h2, .tax-blog-taxo .synolab .article-synolab .post-item h2, .post-type-archive-blog-type .article-synolab .post-item h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #404040;
}
/* line 3020, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .article-synolab .post-item a, .tax-blog-taxo .synolab .article-synolab .post-item a, .post-type-archive-blog-type .synolab .article-synolab .post-item a {
  color: #404040;
  text-decoration: none;
}
/* line 3027, ../sass/breakpoints/_sup1680.scss */
.page-template-template-blog-type .synolab .article-synolab .post-item footer, .tax-blog-taxo .synolab .article-synolab .post-item footer, .post-type-archive-blog-type .synolab .article-synolab .post-item footer {
  font-size: 17px;
  margin-top: 20px;
}

.page-template-template-blog-type .synolab .article-synolab .post-item figure, .tax-blog-taxo .synolab .article-synolab .post-item figure, .post-type-archive-blog-type .synolab .article-synolab .post-item figure{

  max-height: 220px;
  overflow: hidden;

}

/* line 3044, ../sass/breakpoints/_sup1680.scss */
.single-job-type .meta {
  background: #fff;
  padding-top: 60px;
}
/* line 3049, ../sass/breakpoints/_sup1680.scss */
.single-job-type .meta .left {
  font-size: 19px;
  color: #bb2280;
  border-bottom: 1px solid #404040;
  padding-bottom: 15px;
}
/* line 3058, ../sass/breakpoints/_sup1680.scss */
.single-job-type .meta .left span:after {
  content: "|";
  margin: 0 10px;
}
/* line 3067, ../sass/breakpoints/_sup1680.scss */
.single-job-type .meta .left span:last-of-type:after {
  display: none;
}
/* line 3081, ../sass/breakpoints/_sup1680.scss */
.single-job-type .contenu {
  padding-top: 53px;
  background: #fff;
}
/* line 3092, ../sass/breakpoints/_sup1680.scss */
.single-job-type .primary-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 3098, ../sass/breakpoints/_sup1680.scss */
.single-job-type .primary-content ul li:before {
  content: "";
  display: inline-block;
  background: #bb2280;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  position: absolute;
  top: 7px;
  left: 0;
}
/* line 3118, ../sass/breakpoints/_sup1680.scss */
.single-job-type .post-share {
  text-align: center;
  padding: 36px 0 60px;
  background: #fff;
}
/* line 3126, ../sass/breakpoints/_sup1680.scss */
.single-job-type .formulaire {
  padding: 65px 0;
}
/* line 3130, ../sass/breakpoints/_sup1680.scss */
.single-job-type .formulaire .title-form {
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 40px;
}
/* line 3140, ../sass/breakpoints/_sup1680.scss */
.single-job-type .formulaire form .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 3155, ../sass/breakpoints/_sup1680.scss */
.single-job-type .formulaire form .top .col {
  width: 30%;
}
/* line 3159, ../sass/breakpoints/_sup1680.scss */
.single-job-type .formulaire form .top .col textarea {
  min-height: auto;
  height: 188px;
}
/* line 3170, ../sass/breakpoints/_sup1680.scss */
.single-job-type .formulaire form .up {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  }.single-job-type .formulaire form .up div {
    width: 48%;
    margin-bottom: 19px;
    border: 1px solid #404040;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    font-size: 15px;
  }


  .single-job-type .formulaire form .up div label{

    float: left;
    margin-right: 10px;

  }
  .single-job-type .formulaire form .up div input{

    width: 200px;

  }
  .single-job-type .formulaire form .up div .input{

    position: relative;
    width: auto;
    border:none;
    background: none;
    float: left;
    width: 50%;
    padding: 0;

  }

  .single-job-type .formulaire form .up div .input label{

    position: absolute;
    top: 7px;
    left: 5px;
    right: 5px;
    bottom: 8px;
    background: #d6d6d6;
    color: #404040;
    text-align: center;
    line-height: 35px;
    transition: 0.3s ease all;
    cursor: pointer;
    font-weight: bold;

  }

  .single-job-type .formulaire form .up div .input label:after{

    content:  "\f093";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 8px

  }

  .single-job-type .formulaire form .up div .input label:hover{

    background: #404040;
    color: #fff;

  }

  .single-job-type .formulaire form .up div .input input{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    font-size: 0;
    visibility: hidden;

  }
  /* line 3200, ../sass/breakpoints/_sup1680.scss */
  .single-job-type .formulaire form .captcha {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 3215, ../sass/breakpoints/_sup1680.scss */
  .single-job-type .formulaire form .captcha input[type="text"] {
    width: calc(50% - 200px);
    margin-left: 25px;
  }
  /* line 3223, ../sass/breakpoints/_sup1680.scss */
  .single-job-type .formulaire form .btn {
    display: table;
    margin: 0 auto;
    width: auto;
  }

  /* line 3239, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .content-center {
    padding-top: 50px;
    background: #fff;
  }
  /* line 3246, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .content-top {
    background: #fff;
    padding-top: 60px;
  }
  /* line 3254, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste {
    color: #fff;
    padding: 42px;
    margin-bottom: 30px;
  }
  /* line 3260, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste .btn {
    margin: 12px 0 0;
  }
  /* line 3264, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste .btn:hover {
    color: #404040;
  }
  /* line 3272, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste h1 {
    font-size: 30px;
    line-height: 35px;
  }
  /* line 3281, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste footer span {
    font-weight: bold;
    font-size: 18px;
    color: #bb2280;
  }
  /* line 3286, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste footer span:after {
    content: "|";
    margin: 0 10px;
  }
  /* line 3295, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-job-type .poste footer span:last-of-type:after {
    display: none;
  }

  /* line 3315, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .hero .overtitle {
    text-align: left;
    margin: 0;
  }
  /* line 3327, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .content-area .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 3342, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .content-area .wrapper .form {
    width: 504px;
    padding: 65px 72px;
  }
  /* line 3347, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .content-area .wrapper .form .title-form {
    font-size: 34px;
    line-height: 40px;
    color: #bb2280;
    margin-bottom: 30px;
  }
  .page-template-template-landing .content-area .wrapper .form form{

    margin-top: 20px;

  }

  .page-template-template-landing .content-area .wrapper .form .btn{

    margin: 20px 0 0 ;

  }
  /* line 3358, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .content-area .wrapper .page-content {
    width: calc(100% - 572px);
    padding: 65px 0;
  }

   .page-template-template-landing .content-area .wrapper .page-content ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
    }
    .page-template-template-landing .content-area .wrapper .page-content ul li:before {
      content: "";
      display: inline-block;
      background: #bb2280;
      height: 8px;
      width: 8px;
      border-radius: 999px;
      position: absolute;
      top: 7px;
      left: 0;
    }

  /* line 3363, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .content-area .wrapper .page-content h1:first-of-type, .page-template-template-landing .content-area .wrapper .page-content h2:first-of-type, .page-template-template-landing .content-area .wrapper .page-content h3:first-of-type, .page-template-template-landing .content-area .wrapper .page-content h4:first-of-type, .page-template-template-landing .content-area .wrapper .page-content h5:first-of-type, .page-template-template-landing .content-area .wrapper .page-content h6:first-of-type {
    margin-top: 0;
  }
  .page-template-template-landing .content-article-cta{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

  }

  .page-template-template-landing .content-article-cta .cta-25.cta-25-ref{

    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;

  }
  /* line 3378, ../sass/breakpoints/_sup1680.scss */
  .page-template-template-landing .more .title {
    margin: 0;
    padding: 35px 0;
    font-size: 32px;
    font-weight: bold;
    color: #404040;
  }
  .page-template-template-landing .footer{

    padding: 0;

  }
  /* line 3394, ../sass/breakpoints/_sup1680.scss */
  .page-template-default .page-content {
    padding: 60px 0;
  }
  .page-template-default .page-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .page-template-default .page-content ul li:before {
    content: "";
    display: inline-block;
    background: #bb2280;
    height: 8px;
    width: 8px;
    border-radius: 999px;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .pagination {
    display: flex;
    justify-content: center;
  }

  .pagination > a, .pagination > span.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .pagination > a {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    text-decoration: none;
  }
  .pagination > a.next, .pagination > a.prev {
    padding: 7px;
    border-radius: 0;
    top: inherit;
  }
  .pagination > a.next {
    transform: rotate(-90deg);
  }
  .pagination > a.prev {
    transform: rotate(90deg);
  }
  .pagination > span.current {
    color: #eaeaea;
    background-color: #bb2280;
    border: 1px solid #bb2280;
  }
  .pagination > a:hover {
    border-color: #bb2280;
  }
  /* line 3412, ../sass/breakpoints/_sup1680.scss */
  .post-edit-link:before {
    font-family: FontAwesome;
  }

  /* line 3420, ../sass/breakpoints/_sup1680.scss */
  .breadcrumbs {
    background:#fff;
	    position: relative;
    z-index: 2;
  }
  
  .breadcrumbs ul{
	margin:0 auto;
  }
  
  /* line 3422, ../sass/breakpoints/_sup1680.scss */
  .breadcrumbs li{
    color: #404040;
	font-size:14px;
	padding:0 !important;
	margin:0 5px!important;
  }
  
   .breadcrumbs li:before{
	   display:none !important;
   }
  
  .breadcrumbs li.separator-breadcrumbs {
    color: #9e9e9e;
  }
  
  .breadcrumbs li a {
    color: #9e9e9e;
	font-size:14px;
	text-decoration:none;
  }
  
  .breadcrumbs li a:hover {
    color: #bb2280;
  }

  /* line 3443, ../sass/breakpoints/_sup1680.scss */
  .cycle-slideshow .pager {
    color: #000;
  }

  /* line 3464, ../sass/breakpoints/_sup1680.scss */
  .single-partner-type .widget-area .logo-partner-wrapper {
    border-bottom: 1px solid #eaeaea;
  }

  .select2-search{

    display: none;

  }

  /* line 3479, ../sass/breakpoints/_sup1680.scss */
  .select2-container {
    margin-bottom: 0;
  }
  /* line 3483, ../sass/breakpoints/_sup1680.scss */
  .select2-container.select2-container-active {
    background: #eaeaea;
  }
  /* line 3489, ../sass/breakpoints/_sup1680.scss */
  .select2-container .select2-choice {
    background: none;
    border: 0;
    line-height: 30px;
    padding: 10px 15px;
  }
  /* line 3496, ../sass/breakpoints/_sup1680.scss */
  .select2-container .select2-choice .select2-chosen {
    display: inline-block;
    margin-right: 10px;
  }
  /* line 3503, ../sass/breakpoints/_sup1680.scss */
  .select2-container .select2-choice .select2-arrow {
    position: absolute;
    top: 9px;
    right: 0;
    line-height: 39px;
    height: 32px;
  }
  /* line 3511, ../sass/breakpoints/_sup1680.scss */
  .select2-container .select2-choice .select2-arrow b {
    background: none;
    border: 0;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    font-weight: normal;
  }
  /* line 3520, ../sass/breakpoints/_sup1680.scss */
  .select2-container .select2-choice .select2-arrow b:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #404040;
  }

  /* line 3533, ../sass/breakpoints/_sup1680.scss */
  .select2-drop-active {
    background: #eaeaea;
    border: 0;
  }
  /* line 3538, ../sass/breakpoints/_sup1680.scss */
  .select2-drop-active .select2-highlighted {
    background: #fff;
    color: #bb2280;
  }
  /* line 3545, ../sass/breakpoints/_sup1680.scss */
  .select2-drop-active .select2-results {
    padding: 0 6px;
  }
  /* line 3551, ../sass/breakpoints/_sup1680.scss */
  .select2-drop-active .select2-result-label {
    font-size: 18px;
    line-height: 23px;
    padding: 5px 0;
    padding-left: 10px;
  }

  /* line 3577, ../sass/breakpoints/_sup1680.scss */
  .page-template-default .content-area, .page-template-template-sitemap .content-area {
    background: #fff;
  }

/******************************************************************
## HACK STYLES
******************************************************************/
/* line 3592, ../sass/breakpoints/_sup1680.scss */
.center-align {
  margin-left: auto;
  margin-right: auto;
}

/* line 3598, ../sass/breakpoints/_sup1680.scss */
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 3603, ../sass/breakpoints/_sup1680.scss */
input:-webkit-autofill {
  background: #404040;
}

/* line 3609, ../sass/breakpoints/_sup1680.scss */
#breadcrumbs {
  display: none !important;
}

/******************************************************************
SUMMARY

******************************************************************/
/* line 8, ../sass/modules/_theme.scss */
.theme-gray {
  background: #d6d6d6;
}
/* line 12, ../sass/modules/_theme.scss */
.theme-gray .tabs .tabs_container .tabs_onglet {
  background: #fff;
  border: none;
}
/* line 19, ../sass/modules/_theme.scss */
.theme-gray .tabs ul li a.tabulous_active {
  border-color: #fff;
  background: #fff;
}
/* line 26, ../sass/modules/_theme.scss */
.theme-gray .tabs ul li a {
  border-color: #fff;
}
/* line 32, ../sass/modules/_theme.scss */
.theme-gray .accordion .accordion-bloc .accordion-title {
  background: #fff;
}
/* line 38, ../sass/modules/_theme.scss */
.theme-gray .accordion .accordion-bloc .accordion-title.open-tab {
  background: #fff;
}
/* line 44, ../sass/modules/_theme.scss */
.theme-gray .accordion .accordion-bloc .accordion-content {
  background: #fff;
}
/* line 50, ../sass/modules/_theme.scss */
.theme-gray .wpcf7-form input[type="text"], .theme-gray .wpcf7-form input[type="password"], .theme-gray .wpcf7-form input[type="datetime"], .theme-gray .wpcf7-form input[type="datetime-local"], .theme-gray .wpcf7-form input[type="date"], .theme-gray .wpcf7-form input[type="month"], .theme-gray .wpcf7-form input[type="time"], .theme-gray .wpcf7-form input[type="week"], .theme-gray .wpcf7-form input[type="number"], .theme-gray .wpcf7-form input[type="email"], .theme-gray .wpcf7-form input[type="url"], .theme-gray .wpcf7-form input[type="search"], .theme-gray .wpcf7-form input[type="tel"], .theme-gray .wpcf7-form input[type="color"], .theme-gray .wpcf7-form select, .theme-gray .wpcf7-form textarea, .theme-gray .wpcf7-form .field {
  border-color: rgba(64, 64, 64, 0.56);
}
/* line 58, ../sass/modules/_theme.scss */
.theme-gray.separator:before {
  background: #fff;
}

/* line 67, ../sass/modules/_theme.scss */
.theme-white {
  background: #fff;
}
/* line 73, ../sass/modules/_theme.scss */
.theme-white.separator:before {
  background: #d6d6d6;
}

.theme-white .tabs .tabs-navigation li:first-of-type a{

  border-color: #d6d6d6;

}

.theme-white .tabs .tabs-navigation li a{

  border-color: #d6d6d6;

}

.theme-white .tabs .tabs-navigation .ui-tabs-active{

  background: #d6d6d6;

}

.theme-white .tabs .tabs_container{

  background: #d6d6d6;

}

/* line 82, ../sass/modules/_theme.scss */
.theme-dark {
  background: #404040;
  color: #fff;
}
/* line 87, ../sass/modules/_theme.scss */
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #fff;
}
/* line 93, ../sass/modules/_theme.scss */
.theme-dark .flexible-title {
  color: #fff;
}
/* line 99, ../sass/modules/_theme.scss */
.theme-dark .flexible-overtitle {
  color: #fff;
}
/* line 105, ../sass/modules/_theme.scss */
.theme-dark .btn-primary, .theme-dark.flexible-formulaire .wpcf7-submit {
  color: #fff;
  border-color: #bb2280;
}
/* line 112, ../sass/modules/_theme.scss */
.theme-dark .btn-white {
  color: #bb2280;
  background: #fff;
}
/* line 119, ../sass/modules/_theme.scss */
.theme-dark .citation {
  color: #fff;
  border-color: #fff;
}
/* line 124, ../sass/modules/_theme.scss */
.theme-dark .citation .meta {
  color: #fff;
}
/* line 140, ../sass/modules/_theme.scss */
.theme-dark.flexible-layout ul li:before {
  background: #fff;
}
/* line 158, ../sass/modules/_theme.scss */
.theme-dark.flexible-chiffre .content .item .number {
  color: #fff;
}
/* line 174, ../sass/modules/_theme.scss */
.theme-dark.flexible-contact .content .flexible-overtitle {
  color: #fff;
}
/* line 180, ../sass/modules/_theme.scss */
.theme-dark.flexible-contact .content .flexible-title {
  color: #fff;
}
/* line 196, ../sass/modules/_theme.scss */
.theme-dark.flexible-picto .content .item .title {
  color: #fff;
}
/* line 212, ../sass/modules/_theme.scss */
.theme-dark.flexible-tab .tabs h1, .theme-dark.flexible-tab .tabs h2 {
  color: #bb2280;
}
/* line 218, ../sass/modules/_theme.scss */
.theme-dark.flexible-tab .tabs h3, .theme-dark.flexible-tab .tabs h4, .theme-dark.flexible-tab .tabs h5, .theme-dark.flexible-tab .tabs h6 {
  color: #404040;
}
/* line 224, ../sass/modules/_theme.scss */
.theme-dark.flexible-tab .tabs li {
  background: #fff;
}
/* line 230, ../sass/modules/_theme.scss */
.theme-dark.flexible-tab .tabs li:first-of-type a {
  border-top: 1px solid #fff;
}
/* line 238, ../sass/modules/_theme.scss */
.theme-dark.flexible-tab .tabs li a {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
/* line 243, ../sass/modules/_theme.scss */
.theme-dark.flexible-tab .tabs li a.tabulous_active {
  background: none;
}
/* line 259, ../sass/modules/_theme.scss */
.theme-dark.flexible-galerie .wrapper {
  background: #fff;
}
/* line 267, ../sass/modules/_theme.scss */
.theme-dark.flexible-team {
  background: #fff;
}
/* line 275, ../sass/modules/_theme.scss */
.theme-dark.separator:before {
  background: #fff;
}
/* line 287, ../sass/modules/_theme.scss */
.theme-dark .icon-list .icon-list-item .fa {
  color: #fff;
}
/* line 299, ../sass/modules/_theme.scss */
.theme-dark .accordion .accordion-bloc {
  background: #fff;
  color: #404040;
}
/* line 304, ../sass/modules/_theme.scss */
.theme-dark .accordion .accordion-bloc .accordion-title {
  background: #fff;
  color: #bb2280;
}

/* line 317, ../sass/modules/_theme.scss */
.theme-primary {
  background: #bb2280;
  color: #fff;
}
/* line 322, ../sass/modules/_theme.scss */
.theme-primary h1, .theme-primary h2, .theme-primary h3, .theme-primary h4, .theme-primary h5, .theme-primary h6 {
  color: #fff;
}
/* line 330, ../sass/modules/_theme.scss */
.theme-primary.mark.big .right {
  border-color: #fff !important;
}
/* line 336, ../sass/modules/_theme.scss */
.theme-primary.mark.big .btn-primary {
  border-color: #fff;
}
/* line 344, ../sass/modules/_theme.scss */
.theme-primary .flexible-title {
  color: #fff;
}
/* line 350, ../sass/modules/_theme.scss */
.theme-primary .flexible-overtitle {
  color: #fff;
}
/* line 356, ../sass/modules/_theme.scss */
.theme-primary .btn-primary, .theme-primary.flexible-formulaire .wpcf7-submit {
  color: #fff;
  border-color: #bb2280;
}
/* line 363, ../sass/modules/_theme.scss */
.theme-primary .btn-white {
  color: #bb2280;
  background: #fff;
}
/* line 370, ../sass/modules/_theme.scss */
.theme-primary .citation {
  color: #fff;
  border-color: #fff;
}
/* line 375, ../sass/modules/_theme.scss */
.theme-primary .citation .meta {
  color: #fff;
}
/* line 385, ../sass/modules/_theme.scss */
.theme-primary.separator:before {
  background: #bb2280;
}
/* line 399, ../sass/modules/_theme.scss */
.theme-primary.flexible-layout ul li:before {
  background: #fff;
}
/* line 417, ../sass/modules/_theme.scss */
.theme-primary.flexible-chiffre .content .item .number {
  color: #fff;
}
/* line 433, ../sass/modules/_theme.scss */
.theme-primary.flexible-contact .content .flexible-overtitle {
  color: #fff;
}
/* line 439, ../sass/modules/_theme.scss */
.theme-primary.flexible-contact .content .flexible-title {
  color: #fff;
}
/* line 455, ../sass/modules/_theme.scss */
.theme-primary.flexible-picto .content .item .title {
  color: #fff;
}
/* line 471, ../sass/modules/_theme.scss */
.theme-primary.flexible-tab .tabs h1, .theme-primary.flexible-tab .tabs h2 {
  color: #bb2280;
}
/* line 477, ../sass/modules/_theme.scss */
.theme-primary.flexible-tab .tabs h3, .theme-primary.flexible-tab .tabs h4, .theme-primary.flexible-tab .tabs h5, .theme-primary.flexible-tab .tabs h6 {
  color: #404040;
}
/* line 483, ../sass/modules/_theme.scss */
.theme-primary.flexible-tab .tabs li {
  background: #fff;
}
/* line 489, ../sass/modules/_theme.scss */
.theme-primary.flexible-tab .tabs li:first-of-type a {
  border-top: 1px solid #fff;
}
/* line 497, ../sass/modules/_theme.scss */
.theme-primary.flexible-tab .tabs li a {
  border-top: 1px solid #bb2280;
  border-bottom: 1px solid #bb2280;
}
/* line 502, ../sass/modules/_theme.scss */
.theme-primary.flexible-tab .tabs li a.tabulous_active {
  background: none;
}
/* line 518, ../sass/modules/_theme.scss */
.theme-primary.flexible-galerie .wrapper {
  background: #fff;
}
/* line 526, ../sass/modules/_theme.scss */
.theme-primary.flexible-team {
  background: #fff;
}
/* line 536, ../sass/modules/_theme.scss */
.theme-primary .icon-list .icon-list-item .fa {
  color: #fff;
}
/* line 548, ../sass/modules/_theme.scss */
.theme-primary .accordion .accordion-bloc {
  background: #fff;
  color: #404040;
}
/* line 553, ../sass/modules/_theme.scss */
.theme-primary .accordion .accordion-bloc .accordion-title {
  background: #fff;
  color: #bb2280;
}

/* line 574, ../sass/modules/_theme.scss */
.theme-secondary {
  background: #404040;
}

/* line 580, ../sass/modules/_theme.scss */
.theme-light {
  background: #eaeaea;
}
/* line 586, ../sass/modules/_theme.scss */
.theme-light .accordion .accordion-title {
  background: #fff;
}
/* line 592, ../sass/modules/_theme.scss */
.theme-light .accordion .accordion-bloc {
  background: #fff;
}
/* line 596, ../sass/modules/_theme.scss */
.theme-light .accordion .accordion-bloc.open-tab {
  background: #fff;
}

.error-404{

  height: 940px;
  background:#bb2280;
  position: relative;

}

.error-404 .parallax-content{

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  overflow: hidden;

}

.error-404 .parallax-content .layer{

  top: auto !important;
  bottom: -40px !important;

}

.error-404 header{

  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  font-size: 21px;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
  height: 650px;

}

.error-404 header:before{

  position: absolute;
  top: -80px;
  left: 40px;
  right: 40px;
  bottom: 160px;
  background: #404040;
  content: "";
  display: block;
  border-radius: 100%;

}

.error-404 header h1{

  font-size: 346px;
  line-height: 280px;
  text-align: left;
  position: relative;
  z-index: 2;
  font-weight: bold;

}

.error-404 header h1 span{

  display: block;
  font-size: 49px;
  line-height: 49px;
  font-weight: normal;
  padding-left: 130px;

}

.error-404 header .txt{

  position: relative;
  z-index: 2;

}

.error-404 .link{

  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 80px;
  font-size: 23px;
  line-height: 26px;

}

.error-404 .link a{

  color: #ffffff;
  font-weight: bold;
  text-decoration: none;

}

.znegative{
  z-index: -1;
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
  /* line 6, ../sass/breakpoints/_2x.scss */
  .header #logo {
    background: transparent url("../images/logo@2x.jpg") left top no-repeat;
  }
}
/*********************
LARGE
*********************/
@media only screen and (max-width: 1680px) {
  /* line 1, ../sass/breakpoints/_1680.scss */
  .wrapper {
    max-width: 1152px;
  }

  /* line 6, ../sass/breakpoints/_1680.scss */
  .wrapper-large {
    max-width: 1296px;
  }

  /* line 12, ../sass/breakpoints/_1680.scss */
  .wrapper-cta {
    max-width: 100%;
  }

  .flexible-team .member .content-wrapper .social{

    margin-top: 0;

  }

  .page-template-template-blog-type .synolab .article-synolab .post-item, .tax-blog-taxo .synolab .article-synolab .post-item, .post-type-archive-blog-type .synolab .article-synolab .post-item{

    width: calc((100% / 3) - 20px);

  }

  /*********
  FLEXIBLE
  **********/
  /* line 24, ../sass/breakpoints/_1680.scss */
  .flexible-galerie .row {
    max-height: 379px;
  }

  /* line 36, ../sass/breakpoints/_1680.scss */
  .hero.visible svg {
    -moz-transform: translate3D(-30%, 0%, 0) scale(3.5);
    -ms-transform: translate3D(-30%, 0%, 0) scale(3.5);
    -webkit-transform: translate3D(-30%, 0%, 0) scale(3.5);
    transform: translate3D(-30%, 0%, 0) scale(3.5);
  }

  /* line 50, ../sass/breakpoints/_1680.scss */
  .flexible-partenaire .wrapper .col {
    height: 440px;
  }
}
/*********************
LARGE
*********************/
@media only screen and (max-width: 1440px) {
  /* line 1, ../sass/breakpoints/_1440.scss */
  .wrapper {
    max-width: 1008px;
  }

  /* line 6, ../sass/breakpoints/_1440.scss */
  .wrapper-large {
    max-width: 1152px;
  }

  /* line 12, ../sass/breakpoints/_1440.scss */
  .wrapper-cta {
    max-width: 100%;
  }

  /*********
  FLEXIBLE
  **********/
  /* line 24, ../sass/breakpoints/_1440.scss */
  .flexible-galerie .row {
    max-height: 331px;
  }

  .flexible-galerie .row .txt {
    font-size: 26px;
    line-height: 120%;
  }

  /* line 36, ../sass/breakpoints/_1440.scss */
  .flexible-text-img-ext.position-right .content {
    margin-left: 360px;
  }

  /* line 48, ../sass/breakpoints/_1440.scss */
  .header-ress h1 {
    font-size: 50px;
    line-height: 57px;
    max-width: 45%;
  }

  /* line 63, ../sass/breakpoints/_1440.scss */
  .hero.visible svg {
    -moz-transform: translate3D(-40%, 0%, 0) scale(4);
    -ms-transform: translate3D(-40%, 0%, 0) scale(4);
    -webkit-transform: translate3D(-40%, 0%, 0) scale(4);
    transform: translate3D(-40%, 0%, 0) scale(4);
  }

  /* line 77, ../sass/breakpoints/_1440.scss */
  .flexible-partenaire .wrapper .col {
    height: 480px;
  }

  .flexible-team .member .content-wrapper{

    padding: 20px 20px 0;

  }

  /*******
  CTA
  ********/
  /* line 96, ../sass/breakpoints/_1440.scss */
  .cta-25 .content {
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
  }
  /* line 105, ../sass/breakpoints/_1440.scss */
  .cta-25 .btn {
    bottom: 10%;
    left: 10%;
  }
  /* line 114, ../sass/breakpoints/_1440.scss */
  .cta-25.cta-blog .title {
    line-height: 34px;
    margin-top: 15px;
  }
  /* line 125, ../sass/breakpoints/_1440.scss */
  .cta-25.cta-25-droite figure {
    margin-right: -33px;
  }
  /* line 131, ../sass/breakpoints/_1440.scss */
  .cta-25.cta-25-droite .content {
    right: 110px;
  }

  /* line 143, ../sass/breakpoints/_1440.scss */
  .cta-50 .content {
    top: 6%;
    bottom: 6%;
  }
  /* line 152, ../sass/breakpoints/_1440.scss */
  .cta-50.cta-50-ress .content {
    left: 40%;
  }
  /* line 158, ../sass/breakpoints/_1440.scss */
  .cta-50.cta-50-ress img {
    height: 100%;
    width: auto;
    left: -3%;
  }

  .single-ref-type .more .content-article-cta .cta-25.cta-25-ref .hover .text{

   font-size: 22px;
   line-height: 26px;


 }
}
/*********************
TABLET
*********************/
@media only screen and (max-width: 1296px) {
  /******************************************************************
  Stylesheet: TABLET Stylsheet
  ******************************************************************/
  /* line 7, ../sass/breakpoints/_1296.scss */
  .tablet-hide {
    display: none !important;
  }

  /* line 10, ../sass/breakpoints/_1296.scss */
  .tablet-show {
    display: block !important;
  }

  /* line 16, ../sass/breakpoints/_1296.scss */
  .wrapper {
    max-width: 1008px;
  }

  /* line 21, ../sass/breakpoints/_1296.scss */
  .wrapper-large {
    max-width: 1008px;
  }

  /* line 27, ../sass/breakpoints/_1296.scss */
  .wrapper-cta {
    max-width: 100%;
  }

  /* line 35, ../sass/breakpoints/_1296.scss */
  .header .wrapper {
    max-width: calc(100% - 48px);
  }

  /* line 46, ../sass/breakpoints/_1296.scss */
  .sticky-menu {
    display: none;
  }

  /* line 51, ../sass/breakpoints/_1296.scss */
  .hero, .header-page {
    width: 100% !important;
  }

  /* line 60, ../sass/breakpoints/_1296.scss */
  .tabs_container .onglet-text {
    width: 100% !important;
  }
  /* line 65, ../sass/breakpoints/_1296.scss */
  .tabs_container .slide {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }

  /* line 75, ../sass/breakpoints/_1296.scss */
  .hero.header-article .content.wrapper {
    max-width: calc(100% - 48px);
  }

  /* line 86, ../sass/breakpoints/_1296.scss */
  .page-template-template-post .wrapper, .category .wrapper {
    max-width: 880px;
  }

  /*******
  FLEXIBLE
  ********/
  /* line 101, ../sass/breakpoints/_1296.scss */
  .hero.visible svg {
    -moz-transform: translate3D(-40%, 0%, 0) scale(4);
    -ms-transform: translate3D(-40%, 0%, 0) scale(4);
    -webkit-transform: translate3D(-40%, 0%, 0) scale(4);
    transform: translate3D(-40%, 0%, 0) scale(4);
  }

  /* line 115, ../sass/breakpoints/_1296.scss */
  .hero-slider .hero-news .title {
    font-size: 42px;
    line-height: 50px;
  }

  /* line 130, ../sass/breakpoints/_1296.scss */
  .single-post .more .wrapper {
    max-width: calc(100% - 32px);
  }

  .flexible-map .info .mark {
    padding: 20px 30px;
  }
  .flexible-map .info .mark .right {
    letter-spacing: -0.01em;
  }

  /*******
  CTA
  ********/
  /* line 143, ../sass/breakpoints/_1296.scss */
  .cta-25 {
    width: calc((100% / 3) - 1px);
  }
  /* line 147, ../sass/breakpoints/_1296.scss */
  .cta-25 .content {
    top: 11%;
    left: 11%;
    right: 11%;
  }
  /* line 155, ../sass/breakpoints/_1296.scss */
  .cta-25 .btn {
    bottom: 11%;
    left: 11%;
  }
  /* line 166, ../sass/breakpoints/_1296.scss */
  .cta-25.cta-blog .content .cat {
    font-size: 16px;
  }
  /* line 172, ../sass/breakpoints/_1296.scss */
  .cta-25.cta-blog .content .title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
  }
  /* line 186, ../sass/breakpoints/_1296.scss */
  .cta-25.cta-25-solution .btn {
    display: none;
  }
  /* line 196, ../sass/breakpoints/_1296.scss */
  .cta-25.cta-25-ress .content {
    top: 11%;
    left: 11%;
  }

  .cta-25 .content .title{

    font-size: 26px;
    line-height: 28px;

  }

  /* line 209, ../sass/breakpoints/_1296.scss */
  .cta-50.cta-50-ress, .cta-50.cta-50-bg-medium-img {
    width: calc((100% / 3) - 1px);
  }
  /* line 213, ../sass/breakpoints/_1296.scss */
  .cta-50.cta-50-ress .content {
    position: absolute;
    top: 14.81%;
    left: 14.81%;
    right: 25.81%;
    font-size: 30px;
    line-height: 34px;
  }
  /* line 222, ../sass/breakpoints/_1296.scss */
  .cta-50.cta-50-ress .content .cat {
    font-size: 18px;
    font-weight: bold;
  }
  /* line 229, ../sass/breakpoints/_1296.scss */
  .cta-50.cta-50-ress .content .title {
    font-size: 30px;
    line-height: 34px;
  }

  .cta-50.cta-50-ress .content .title{

    font-size: 26px;
    line-height: 28px;

  }
  /* line 238, ../sass/breakpoints/_1296.scss */
  .cta-50.cta-50-ress figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  /* line 246, ../sass/breakpoints/_1296.scss */
  .cta-50.cta-50-ress figure img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: rotate(17deg) perspective(0) translateY(-50%) translate3D(70%, 26%, 0);
    margin: 15px auto 0;
    width: 201px;
    height: auto;
  }

  .cta-50.cta-50-bg-medium-img .content{

    left: 6%;
    z-index: 3;

  }

  .cta-50.cta-50-bg-medium-img:after{

    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    position: absolute;
    z-index: 1;

  }
  .flexible-cta.dispo-502525 .cta-50.cta-50-bg-medium, .flexible-cta.dispo-502525 .cta-50.cta-50-bg-large{

    width: calc((100% / 3) - 1px);

  }

  .single-ref-type .more .content-article-cta .cta-25.cta-25-ref{

    width: calc((100% / 2) - 1px);

  }

  .single-ref-type .more .content-article-cta .cta-25.cta-25-ref .hover .text{

    font-size: 30px;
    line-height: 36px;

  }

  .flexible-slider-ref .slide .wrapper-large{

    width: calc(100% - 128px);

  }
}

@media only screen and (max-width: 1220px) {

  .flexible-team .member {
    float: none;
    width: 100%;
  }
  /* line 299, ../sass/breakpoints/_1024.scss */
  .flexible-team .member .content-wrapper {
    width: 85%;
  }
  /* line 303, ../sass/breakpoints/_1024.scss */
  .flexible-team .member .content-wrapper .name {
    font-size: 25px;
  }
  /* line 309, ../sass/breakpoints/_1024.scss */
  .flexible-team .member .content-wrapper .function {
    font-size: 20px;
    line-height: 23px;
  }
  /* line 316, ../sass/breakpoints/_1024.scss */
  .flexible-team .member .content-wrapper .content {
    font-size: 18px;
  }

  .Safari .flexible-team .bg img{

    -moz-transform: translate3D(-50%, -0%, 0);
    -ms-transform: translate3D(-50%, -0%, 0);
    -webkit-transform: translate3D(-50%, -0%, 0);
    transform: translate3D(-50%, -0%, 0);

  }

}
/*********************
TABLET
*********************/
@media only screen and (max-width: 1058px) {
  /* line 1, ../sass/breakpoints/_1024.scss */
  .wrapper {
    max-width: calc(100% - 48px);
  }

  /* line 6, ../sass/breakpoints/_1024.scss */
  .wrapper-large {
    max-width: calc(100% - 48px);
  }

  /* line 12, ../sass/breakpoints/_1024.scss */
  .wrapper-cta {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }



  /* line 21, ../sass/breakpoints/_1024.scss */
  .footer .wrapper {
   -webkit-box-pack: justify;
   -moz-box-pack: justify;
   -ms-flex-pack: justify;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   max-width: calc(100% - 48px);
 }
 /* line 28, ../sass/breakpoints/_1024.scss */
 .footer .footer-1, .footer .footer-2, .footer .footer-3 {
  display: none;
}
/* line 34, ../sass/breakpoints/_1024.scss */
.footer .footer-4 {
  width: 280px;
}
/* line 40, ../sass/breakpoints/_1024.scss */
.footer .footer-5 {
  width: 350px;
}

/* line 49, ../sass/breakpoints/_1024.scss */
.col-row .col-quart {
  width: 100%;
  margin: 0 0 20px 0;
}

.partners-logo .col-quart{

  width: calc(25% - 15px);
  margin-right: 20px;
  height: auto !important;
  padding: 20px 0 !important;

}

.partners-logo .col-quart img{

  max-width: 100%;
  height: auto;

}

.header{

  height: 60px;
  background: #404040;
  padding: 11px 0;

}

.header .btn-hamburger{

  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-top: -11px;
  transform-origin: 100% 50% 0;

}

.header .wrapper .logo {
  height: 35px;
  width: auto;
}
  /*********
  PAGE
  **********/
  /* line 62, ../sass/breakpoints/_1024.scss */
  .page-template-template-blog-type .content-article-cta, .tax-blog-taxo .content-article-cta, .post-type-archive-blog-type .content-article-cta {
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
 }

 /* line 72, ../sass/breakpoints/_1024.scss */
 .hero.header-article h1 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
}

/* line 86, ../sass/breakpoints/_1024.scss */
.single-blog-type .content-area .wrapper {
  max-width: calc(100% - 48px);
}

.single-job-type .formulaire form .up div{

  width: 100%;

}

/* line 96, ../sass/breakpoints/_1024.scss */
.hero.header-ress {
  height: 580px;
}
/* line 100, ../sass/breakpoints/_1024.scss */
.hero.header-ress svg {
  -moz-transform: translate3D(-50%, 0%, 0) scale(5);
  -ms-transform: translate3D(-50%, 0%, 0) scale(5);
  -webkit-transform: translate3D(-50%, 0%, 0) scale(5);
  transform: translate3D(-50%, 0%, 0) scale(5);
}
/* line 108, ../sass/breakpoints/_1024.scss */
.hero.header-ress.visible svg {
  -moz-transform: translate3D(-50%, 0%, 0) scale(5);
  -ms-transform: translate3D(-50%, 0%, 0) scale(5);
  -webkit-transform: translate3D(-50%, 0%, 0) scale(5);
  transform: translate3D(-50%, 0%, 0) scale(5);
}
/* line 116, ../sass/breakpoints/_1024.scss */
.hero.header-ress h1 {
  font-size: 34px;
  line-height: 42px;
}
/* line 123, ../sass/breakpoints/_1024.scss */
.hero.header-ress img {
  width: 80%;
  height: auto;
  float: right;
}

.hero-slider .content{

  padding-top: 0;

}

.hero.header-ref .content .title{

  font-size: 42px;
  line-height: 50px;

}

.hero.header-ref .content .title br{

  display: none;

}

.hero.header-ref .content .logo{

  margin-bottom: 40px;

}

/* line 135, ../sass/breakpoints/_1024.scss */
.page-template-template-post .wrapper, .category .wrapper {
  max-width: calc(100% - 48px);
}

.single-ref-type .more .content-article-cta .cta-25.cta-25-ref{

  width: calc((100% / 2) - 1px);

}

/* line 145, ../sass/breakpoints/_1024.scss */
.single-post .wrapper {
  max-width: calc(100% - 48px);
}

/* line 157, ../sass/breakpoints/_1024.scss */
.footer.footer-synolab .wrapper {
  max-width: calc(100% - 48px);
}

  /*********
  FLEXIBLE
  **********/
  /* line 175, ../sass/breakpoints/_1024.scss */
  .hero .content .title {
    font-size: 49px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  /* line 183, ../sass/breakpoints/_1024.scss */
  .hero .content .text {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 194, ../sass/breakpoints/_1024.scss */
  .hero.visible svg {
    -moz-transform: translate3D(-40%, 0%, 0) scale(5);
    -ms-transform: translate3D(-40%, 0%, 0) scale(5);
    -webkit-transform: translate3D(-40%, 0%, 0) scale(5);
    transform: translate3D(-40%, 0%, 0) scale(5);
  }

  /* line 208, ../sass/breakpoints/_1024.scss */
  .hero-slider .hero-simple.cycle-slide-active .svg {
    -moz-transform: translate3D(-30%, -34%, 0) scale(4);
    -ms-transform: translate3D(-30%, -34%, 0) scale(4);
    -webkit-transform: translate3D(-30%, -34%, 0) scale(4);
    transform: translate3D(-30%, -34%, 0) scale(4);
  }
  .hero-slider .hero-simple.cycle-slide-active svg{

    -moz-transform: translate3D(-39%, -30%, 0) scale(3.5);
    -ms-transform: translate3D(-39%, -30%, 0) scale(3.5);
    -webkit-transform: translate3D(-39%, -30%, 0) scale(3.5);
    transform: translate3D(-39%, -30%, 0) scale(3.5);

  }

  .hero-slider .hero.visible svg{

    -moz-transform: translate3D(-39%, -30%, 0) scale(3.5);
    -ms-transform: translate3D(-39%, -30%, 0) scale(3.5);
    -webkit-transform: translate3D(-39%, -30%, 0) scale(3.5);
    transform: translate3D(-39%, -30%, 0) scale(3.5);

  }
  /* line 219, ../sass/breakpoints/_1024.scss */
  .hero-slider .hero-news .title {
    font-size: 42px;
    line-height: 50px;
    max-width: 75%;
  }

  /* line 236, ../sass/breakpoints/_1024.scss */
  .flexible-text-img-ext.position-left .content {
    margin-right: 300px;
  }
  /* line 246, ../sass/breakpoints/_1024.scss */
  .flexible-text-img-ext.position-right .content {
    margin-left: 300px;
  }

  /* line 260, ../sass/breakpoints/_1024.scss */
  .flexible-slider-ref .slide .wrapper-large {
    max-width: calc(100% - 184px);
  }

  /* line 273, ../sass/breakpoints/_1024.scss */
  .flexible-testimonial-slider .wrapper-large {
    max-width: calc(100% - 184px);
  }
  /* line 281, ../sass/breakpoints/_1024.scss */
  .flexible-testimonial-slider .content .text {
    font-size: 26px;
    line-height: 33px;
  }

  /* line 294, ../sass/breakpoints/_1024.scss */
  .flexible-team .member {
    float: none;
    width: 100%;
  }

  /* line 328, ../sass/breakpoints/_1024.scss */
  .flexible-news-slider {
    display: block;
  }
  /* line 332, ../sass/breakpoints/_1024.scss */
  .flexible-news-slider .item {
    margin: 0;
  }

  /* line 344, ../sass/breakpoints/_1024.scss */
  .flexible-partenaire .wrapper .col {
    height: auto;
    padding: 16px;
  }

  .flexible-map {
    height: 755px;
    max-height: inherit;
  }
  .flexible-map .acf-map {
    height: 755px !important;
  }
  .flexible-map .info .mark {
    padding: 20px;
  }
  .flexible-map .info .mark .left, .flexible-map .info .mark .right {
    float: none;
    width: 100%;
  }
  .flexible-map .info .mark .name {
    margin-bottom: 15px;
  }
  .flexible-cta.dispo-502525 .cta-50.cta-50-bg-medium{

    width: 100%;
    height: 420px;

  }

  .flexible-galerie .row .txt {
    padding: 30px;
    font-size: 24px;
  }

  /*******
  CTA
  *******/
  /* line 362, ../sass/breakpoints/_1024.scss */
  .cta-50 {
    width: 100%;
  }
  /* line 366, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-50-bg-large {
    min-height: 380px;
    height: auto;
    padding: 30px;
  }
  /* line 374, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-50-bg-large .bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  /* line 392, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-50-bg-large .content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 400, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-50-bg-large .content .btn {
    position: relative;
    margin-top: 15px;
  }
  /* line 411, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-actu {
    height: auto;
    padding: 30px;
  }
  /* line 416, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-actu .content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 424, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-actu .content .btn {
    position: relative;
    margin-top: 0;
  }
  /* line 435, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-50-ress {
    width: calc((100% / 3) - 1px);
  }
  /* line 441, ../sass/breakpoints/_1024.scss */
  .cta-50.cta-50-bg-medium {
    max-height: auto;
    width: calc((100% / 2) - 1px);
  }

  /* line 450, ../sass/breakpoints/_1024.scss */
  .cta-25 {
    width: calc((100% / 3) - 1px);
  }

  /* line 454, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-blog {
    width: calc(50% - 1px);
  }
  /* line 458, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-blog .content {
    top: 10%;
    left: 10%;
    right: 10%;
  }
  /* line 464, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-blog .content .cat {
    font-size: 18px;
  }
  /* line 470, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-blog .content .title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  /* line 486, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-solution .bg:before {
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 494, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-solution .content {
    display: none;
  }
  /* line 502, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-solution .hover .overtitle, .cta-25.cta-25-solution .hover .title, .cta-25.cta-25-solution .hover .text {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 508, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-solution .hover .title {
    display: none;
  }
  /* line 514, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-solution .hover figure {
    display: block;
    height: 60%;
  }
  /* line 519, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-solution .hover figure img {
    max-width: 80%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  /* line 534, ../sass/breakpoints/_1024.scss */
  .cta-25.cta-25-ref {
    width: calc((100% / 3) - 1px);
  }

  .page-template-template-blog-type .synolab .article-synolab .post-item, .tax-blog-taxo .synolab .article-synolab .post-item, .post-type-archive-blog-type .synolab .article-synolab .post-item{

    width: calc((100% / 2) - 20px);

  }

  .page-template-template-blog-type .synolab .article-synolab .post-item img, .tax-blog-taxo .synolab .article-synolab .post-item img, .post-type-archive-blog-type .synolab .article-synolab .post-item img{

    width: 100%;
    height: auto;

  }

  .page-template-template-blog-type .synolab .article-synolab .post-item figure, .tax-blog-taxo .synolab .article-synolab .post-item figure, .post-type-archive-blog-type .synolab .article-synolab .post-item figure{

    max-height: 230px;
    overflow: hidden;

  }

  .cta-newsletter .wrapper{

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items : center;
    max-width: 1080px;

  }

  .cta-newsletter figure{

    margin-right: 10px;

  }

  .cta-newsletter .title-news{

    font-size: 27px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;

  }

  .cta-newsletter p{

    margin-bottom: 0;
    font-size: 18px;

  }

  .cta-newsletter p br{

    display: none;

  }

  .cta-newsletter .center{

    width: 80%;

  }

  .cta-newsletter form{

    width: 75%;
    position: relative;
    margin-top: 30px;

  }

  .iPad .fleche{

    background: url("../images/ipad-fleche.svg") center center no-repeat;

  }

  .page-template-template-newsletter .page-content .content, .page-template-template-newsletter .page-content form{

    width: 100%;

  }

  .page-template-template-landing .content-area .wrapper{

     display: block;
    top: 20px;
    transform: none;    

  }

  .page-template-template-landing .content-area .wrapper .page-content, .page-template-template-landing .content-area .wrapper .form{

    width: 100%;

  }

  .page-template-template-landing .content-area .wrapper .form{

    padding: 20px;

  }

  .page-template-template-landing .content-area .wrapper .form form{

    max-width: 800px;
    margin:20px auto 0;

  }

  .page-template-template-landing .content-article-cta .cta-25.cta-25-ref{

    width: calc(50% - 1px);

  }

  .page-template-template-post .header .wrapper, .category .header .wrapper{

    max-width: calc(100% - 32px);

  }

  .footer.footer-synolab  .wrapper{

    flex-wrap:wrap;

  }

  .footer.footer-synolab .col{
    width: calc(50% - 40px);
    margin-bottom: 0;
  }

  .footer.footer-synolab .col.col-3{

    width: 100%;
    text-align: center;
    margin-bottom: 20px;

  }

  .popin-content.active{

    overflow: scroll;

  }
}
/*********************
ANIMATIONS
*********************/
@media only screen and (min-width: 1058px) {
  /* line 5, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .content {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  /* line 13, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .bg {
    filter: blur(2px);
  }
  /* line 17, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .bg img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition-duration: 10s;
    -o-transition-duration: 10s;
    -webkit-transition-duration: 10s;
    transition-duration: 10s;
  }
  /* line 28, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .hover .overtitle {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 33, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .hover .title {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.08s;
  }
  /* line 39, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .hover .text {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.16s;
  }
  /* line 46, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover .hover .btn {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.24s;
  }
  /* line 59, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover.filter-light .bg:before {
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 73, ../sass/breakpoints/_hover.scss */
  .cta-25-solution:hover.filter-medium .bg:before {
    background: rgba(0, 0, 0, 0.75);
  }

  /* line 91, ../sass/breakpoints/_hover.scss */
  .cta-25-ress:hover .hover {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 95, ../sass/breakpoints/_hover.scss */
  .cta-25-ress:hover .hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 1;
  }
  /* line 111, ../sass/breakpoints/_hover.scss */
  .cta-25-ress:hover .content {
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }
  /* line 117, ../sass/breakpoints/_hover.scss */
  .cta-25-ress:hover .img-cta {
    -moz-transform: rotate(0) translateY(-50%) scale(1.1);
    -ms-transform: rotate(0) translateY(-50%) scale(1.1);
    -webkit-transform: rotate(0) translateY(-50%) scale(1.1);
    transform: rotate(0) translateY(-50%) scale(1.1);
  }

  /* line 131, ../sass/breakpoints/_hover.scss */
  .cta-25-ref.survol:hover .content {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  /* line 141, ../sass/breakpoints/_hover.scss */
  .cta-25-ref.survol:hover .hover .title {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 146, ../sass/breakpoints/_hover.scss */
  .cta-25-ref.survol:hover .hover .text {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.08s;
  }
  /* line 152, ../sass/breakpoints/_hover.scss */
  .cta-25-ref.survol:hover .hover .bottom {
    color: #fff;
    transition-delay: 0.2s;
  }
  /* line 157, ../sass/breakpoints/_hover.scss */
  .cta-25-ref.survol:hover .hover .bottom:before {
    left: 0;
    right: 0;
    transition-delay: 0.16s;
  }

  /* line 178, ../sass/breakpoints/_hover.scss */
  .cta-25-bg .bg img {
    transition: 0.2s linear all;
  }
  /* line 190, ../sass/breakpoints/_hover.scss */
  .cta-25-bg:hover .bg img {
    transform: scale(1.08);
    transition: 4s linear all;
  }
  /* line 199, ../sass/breakpoints/_hover.scss */
  .cta-25-bg:hover .btn.btn-ghost-white {
    background: #fff;
    color: #404040;
  }

  /* line 214, ../sass/breakpoints/_hover.scss */
  .cta-25-droite:hover .btn {
    background: #bb2280;
    color: #fff;
  }

  /* line 229, ../sass/breakpoints/_hover.scss */
  .cta-blog .bg img {
    transition: 0.2s linear all;
  }
  /* line 241, ../sass/breakpoints/_hover.scss */
  .cta-blog:hover .bg img {
    transform: scale(1.08);
    transition: 4s linear all;
  }

  /* line 258, ../sass/breakpoints/_hover.scss */
  .cta-50-bg-medium .bg img {
    transition: 0.2s linear all;
  }
  /* line 270, ../sass/breakpoints/_hover.scss */
  .cta-50-bg-medium:hover .bg img {
    transform: scale(1.08);
    transition: 4s linear all;
  }

  /* line 287, ../sass/breakpoints/_hover.scss */
  .cta-50-bg-large .bg img {
    transition: 0.2s linear all;
  }
  /* line 299, ../sass/breakpoints/_hover.scss */
  .cta-50-bg-large:hover .bg img {
    transform: scale(1.08);
    transition: 4s linear all;
  }
  /* line 308, ../sass/breakpoints/_hover.scss */
  .cta-50-bg-large:hover .btn.btn-ghost-white {
    background: #fff;
    color: #404040;
  }

  /* line 323, ../sass/breakpoints/_hover.scss */
  .cta-50-ress:hover img {
    -moz-transform: rotate(0) scale(1.1);
    -ms-transform: rotate(0) scale(1.1);
    -webkit-transform: rotate(0) scale(1.1);
    transform: rotate(0) scale(1.1);
  }
  /* line 329, ../sass/breakpoints/_hover.scss */
  .cta-50-ress:hover .btn {
    background: #fff;
    color: #404040;
  }

  /* line 344, ../sass/breakpoints/_hover.scss */
  .cta-full:hover img {
    -moz-transform: translate3D(-50%, -50%, 0) scale(1.1);
    -ms-transform: translate3D(-50%, -50%, 0) scale(1.1);
    -webkit-transform: translate3D(-50%, -50%, 0) scale(1.1);
    transform: translate3D(-50%, -50%, 0) scale(1.1);
    transition: 4s linear all;
  }
  /* line 351, ../sass/breakpoints/_hover.scss */
  .cta-full:hover .btn {
    color: #404040;
    background: #fff;
  }
  .cta-full.theme-primary:hover .btn{

    color: #ffffff;
    background: #bb2280;

  }

  .next:hover .fleche, .prev:hover .fleche{

    background-position: center -49px;

  }

  /* line 125, ../sass/breakpoints/_sup1680.scss */
  .link-bottom:hover .fleche {
    background-position: center -49px;
  }

}
/*********************
LARGE MOBILE
*********************/
@media only screen and (max-width: 960px) {
  /* line 4, ../sass/breakpoints/_960.scss */
  .modal-menu .wrapper {
    max-width: calc(100% - 32px);
  }

  /* line 14, ../sass/breakpoints/_960.scss */
  .flexible-cta .wrapper-cta {
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
 }
 /* line 24, ../sass/breakpoints/_960.scss */
 .cta-50.cta-50-ress, .cta-50.cta-50-bg-medium-img {
  width: 100%;
}
/* line 28, ../sass/breakpoints/_960.scss */
.cta-50.cta-50-ress .content {
  left: 50%;
  color: #fff;
  font-size: 18px;
  right: 14.81%;
}
/* line 35, ../sass/breakpoints/_960.scss */
.cta-50.cta-50-ress .content .title {
  font-size: 30px;
  line-height: 34px;
}
/* line 47, ../sass/breakpoints/_960.scss */
.cta-50.cta-50-ress figure img {
  position: absolute;
  top: 25px;
  left: 30px;
  right: auto;
  bottom: auto;
  width: auto;
  -moz-transform: rotate(-15deg) scale(1.1);
  -ms-transform: rotate(-15deg) scale(1.1);
  -webkit-transform: rotate(-15deg) scale(1.1);
  transform: rotate(-15deg) scale(1.1);
}

.cta-50.cta-50-bg-medium-img:after{

    display: none;

}

.cta-50.cta-50-bg-medium-img .content{
  
  left: 50%;

}

/* line 65, ../sass/breakpoints/_960.scss */
.cta-25 {
  width: calc(50% - 1px);
}

/* line 74, ../sass/breakpoints/_960.scss */
.page-template-template-post .wrapper {
  max-width: calc(100% - 32px);
}
/* line 82, ../sass/breakpoints/_960.scss */
.page-template-template-post .content-article .post-item {
  width: 100%;
  text-align: left;
}
/* line 84, ../sass/breakpoints/_960.scss */
.page-template-template-post .content-article .post-item img {
  display: none;
}

/* line 105, ../sass/breakpoints/_960.scss */
.page-template-template-blog-type .synolab .article-synolab .post-item, .post-type-archive-blog-type .synolab .article-synolab .post-item {
  width: 100%;
  text-align: left;
}
/* line 107, ../sass/breakpoints/_960.scss */
.page-template-template-blog-type .synolab .article-synolab .post-item img, .post-type-archive-blog-type .synolab .article-synolab .post-item img {
  display: none;
}

.flexible-cta.dispo-502525 .cta-50.cta-50-bg-medium, .flexible-cta.dispo-502525 .cta-50.cta-50-bg-large{

  width: 100%;

}

.cta-newsletter .wrapper{

  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items : center;
  max-width: 1080px;
  display: block;

}

.cta-newsletter .title-news{

  margin-top: 10px;

}

.cta-newsletter form{

  width: 100%;
  position: relative;
  margin-top: 30px;

}

.flexible-formulaire form .up div{

  width: 100%;

}
}
/*********************
LARGE MOBILE
*********************/
@media only screen and (max-width: 769px) {
  /******************************************************************
  Stylesheet: TABLET Stylsheet
  ******************************************************************/
  .captcha .label img {
    margin: auto;
  }
  .captcha input[type="text"]{
    width: 100% !important;
    margin: 8px auto 25px auto !important;
  }
  /* line 7, ../sass/breakpoints/_768.scss */
  .mobile-l-hide {
    display: none !important;
  }

  /* line 10, ../sass/breakpoints/_768.scss */
  .mobile-l-show {
    display: block !important;
  }

  /* line 14, ../sass/breakpoints/_768.scss */
  .main-menu {
    display: none;
  }

  /* line 21, ../sass/breakpoints/_768.scss */
  .wrapper {
    max-width: calc(100% - 32px);
  }

  /* line 27, ../sass/breakpoints/_768.scss */
  .wrapper-large {
    max-width: calc(100% - 32px);
  }

  /* line 35, ../sass/breakpoints/_768.scss */
  .header .wrapper {
    max-width: calc(100% - 32px);
  }

  /* line 43, ../sass/breakpoints/_768.scss */
  .wrapper-cta {
    max-width: 100%;
  }

  /* line 50, ../sass/breakpoints/_768.scss */
  .col-row .col-quart {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  /* line 56, ../sass/breakpoints/_768.scss */
  .header {
    height: 60px;
    padding: 11px 0;
    background: #404040;
  }
  /* line 64, ../sass/breakpoints/_768.scss */
  .header .wrapper .logo {
    height: 35px;
    width: auto;
  }
  /* line 73, ../sass/breakpoints/_768.scss */
  .header .btn-hamburger {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: -11px;
    transform-origin: 100% 50% 0;
  }

  /***********
  MENU MOBILE
  ***********/
  /* line 89, ../sass/breakpoints/_768.scss */
  .modal-menu .wrapper {
    max-width: calc(100% - 32px);
    top: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 85px;
  }
  /* line 98, ../sass/breakpoints/_768.scss */
  .modal-menu .wrapper .bottom ul {
    display: block;
  }
  /* line 102, ../sass/breakpoints/_768.scss */
  .modal-menu .wrapper .bottom ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 109, ../sass/breakpoints/_768.scss */
  .modal-menu .wrapper .bottom ul li a:before {
    display: none;
  }

  /* line 126, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper {
    position: relative;
    display: block;
  }
  /* line 131, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .main-mobile-menu {
    width: 100%;
    position: relative;
    z-index: 10000;
  }
  /* line 137, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .main-mobile-menu .my-menu-item {
    position: relative;
  }
  /* line 145, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .my-sub-menu {
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 152, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .my-sub-menu.active {
    z-index: 100000000;
  }
  /* line 157, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .my-menu-link {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
  }
  /* line 167, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .point-wrapper {
    position: absolute;
    right: 30px;
  }
  /* line 172, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .point-wrapper .point {
    height: 6px;
    width: 6px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: relative;
    margin-top: 9px;
  }
  /* line 182, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .point-wrapper .point:before, .mobile-menu-wrapper .point-wrapper .point:after {
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    content: "";
    position: absolute;
    left: 12px;
  }
  /* line 196, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper .point-wrapper .point:after {
    left: 24px;
  }
  /* line 206, ../sass/breakpoints/_768.scss */
  .mobile-menu-wrapper i {
    color: #fff;
    margin-bottom: 7px;
    font-size: 24px;
  }

  /* line 216, ../sass/breakpoints/_768.scss */
  .main-nav {
    display: none;
  }

    .modal-menu .wrapper .bottom {
        width: 100%;
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
        margin-top: 0;
        padding-top: 30px;
    }

  /* line 224, ../sass/breakpoints/_768.scss */
  .content-area,
  .widget-area {
    width: 100%;
  }

  /* line 232, ../sass/breakpoints/_768.scss */
  .btn-hamburger {
    display: block;
  }

  /* line 239, ../sass/breakpoints/_768.scss */
  .widget-area {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  /* line 249, ../sass/breakpoints/_768.scss */
  .widget-area .widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* line 264, ../sass/breakpoints/_768.scss */
  .col-row .col-third {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  /* line 269, ../sass/breakpoints/_768.scss */
  .number-row {
    height: auto !important;
  }

  /* line 272, ../sass/breakpoints/_768.scss */
  .number-row .number-key-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  /* line 281, ../sass/breakpoints/_768.scss */
  .tabs li {
    width: 100%;
  }

  /* line 288, ../sass/breakpoints/_768.scss */
  .flexible-picto {
    background: #eaeaea;
    padding: 20px 0;
  }
  /* line 293, ../sass/breakpoints/_768.scss */
  .flexible-picto .bg {
    display: none;
  }
  /* line 298, ../sass/breakpoints/_768.scss */
  .flexible-picto .center-target {
    position: relative !important;
  }

  /* line 305, ../sass/breakpoints/_768.scss */
  .wpcf7 {
    margin-top: 10px !important;
  }
  /* line 308, ../sass/breakpoints/_768.scss */
  .wpcf7 p input {
    float: inherit;
    width: calc(100% - 10px);
  }
  /* line 312, ../sass/breakpoints/_768.scss */
  .wpcf7 p input[type="submit"] {
    width: 150px;
    padding: 10px 0;
  }
  /* line 317, ../sass/breakpoints/_768.scss */
  .wpcf7 p:nth-child(even) input {
    margin-right: 0;
  }
  /* line 320, ../sass/breakpoints/_768.scss */
  .wpcf7 textarea {
    width: calc(100% - 10px);
  }

  /*******
  PAGE
  ********/
  /* line 332, ../sass/breakpoints/_768.scss */
  .tax-ref-taxo .select, .post-type-archive-ref-type .select {
    padding: 30px 0;
  }
  /* line 336, ../sass/breakpoints/_768.scss */
  .tax-ref-taxo .select .wrapper, .post-type-archive-ref-type .select .wrapper {
    max-width: calc(100% - 32px);
  }
  /* line 340, ../sass/breakpoints/_768.scss */
  .tax-ref-taxo .select .wrapper .filtre-cat, .post-type-archive-ref-type .select .wrapper .filtre-cat {
    display: block;
  }
  /* line 344, ../sass/breakpoints/_768.scss */
  .tax-ref-taxo .select .wrapper .filtre-cat .select2-container, .post-type-archive-ref-type .select .wrapper .filtre-cat .select2-container, .post-type-archive-ress-type .select .wrapper .filtre-cat .select2-container, .tax-ress-taxo .select .wrapper .filtre-cat .select2-container {
    width: 100%;
    padding-right: 24px;
  }
  /* line 356, ../sass/breakpoints/_768.scss */
  .tax-ref-taxo .select .wrapper .filtre-cat .ordre, .post-type-archive-ref-type .select .wrapper .filtre-cat .ordre {
    width: 100%;
    padding: 0;
    padding-left: 15px;
  }

  .post-type-archive-ref-type .select .filtre-cat .ordre:after, .tax-ref-taxo .select .filtre-cat .ordre:after{

    position: absolute;
    right: 24px;

  }

  /* line 377, ../sass/breakpoints/_768.scss */
  .single-ress-type .site-main .formulaire form {
    display: block;
  }
  /* line 381, ../sass/breakpoints/_768.scss */
  .single-ress-type .site-main .formulaire form input {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 388, ../sass/breakpoints/_768.scss */
  .single-ress-type .site-main .formulaire form input#Email {
    width: 100%;
  }

  .flexible-formulaire form{

    display: block;

  }

  .flexible-formulaire form input{

    width:100%

  }

  /* line 404, ../sass/breakpoints/_768.scss */
  .hero.header-ress h1 {
    font-size: 34px;
    line-height: 42px;
    max-width: 100%;
  }
  /* line 412, ../sass/breakpoints/_768.scss */
  .hero.header-ress figure {
    display: none;
  }
  /* line 418, ../sass/breakpoints/_768.scss */
  .hero.header-ress svg {
    -moz-transform: translate3D(-50%, 0%, 0) scale(5);
    -ms-transform: translate3D(-50%, 0%, 0) scale(5);
    -webkit-transform: translate3D(-50%, 0%, 0) scale(5);
    transform: translate3D(-50%, 0%, 0) scale(5);
  }
  /* line 426, ../sass/breakpoints/_768.scss */
  .hero.header-ress.visible svg {
    -moz-transform: translate3D(-50%, 0%, 0) scale(5);
    -ms-transform: translate3D(-50%, 0%, 0) scale(5);
    -webkit-transform: translate3D(-50%, 0%, 0) scale(5);
    transform: translate3D(-50%, 0%, 0) scale(5);
  }

  /* line 440, ../sass/breakpoints/_768.scss */
  .single-ress-type .site-main h2 {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 447, ../sass/breakpoints/_768.scss */
  .single-ress-type .site-main .primary-content {
    padding: 40px 0;
  }
  /* line 453, ../sass/breakpoints/_768.scss */
  .single-ress-type .site-main .formulaire {
    padding: 40px 0;
  }

  /* line 466, ../sass/breakpoints/_768.scss */
  .page-template-template-post .wrapper, .category .wrapper {
    max-width: calc(100% - 32px);
  }

  /* line 478, ../sass/breakpoints/_768.scss */
  .footer.footer-synolab .wrapper {
    max-width: calc(100% - 32px);
  }

  /* line 490, ../sass/breakpoints/_768.scss */
  .col-row .col-half {
    width: 100%;
    padding: 0;
  }
  /* line 497, ../sass/breakpoints/_768.scss */
  .col-row .col-third {
    width: 100%;
    padding: 0;
  }
  /* line 504, ../sass/breakpoints/_768.scss */
  .col-row .col-quart {
    width: 100%;
    padding: 0;
  }

  /* line 517, ../sass/breakpoints/_768.scss */
  .single-ref-type .primary-content .meta {
    padding-top: 10px;
  }
  /* line 521, ../sass/breakpoints/_768.scss */
  .single-ref-type .primary-content .meta .wrapper {
    padding-bottom: 0;
  }
  /* line 525, ../sass/breakpoints/_768.scss */
  .single-ref-type .primary-content .meta .wrapper .left, .single-ref-type .primary-content .meta .wrapper .right {
    float: none;
    text-align: center;
    margin: 10px 0;
  }

  /* line 543, ../sass/breakpoints/_768.scss */
  .single-job-type .meta {
    padding-top: 20px;
  }

  /* line 553, ../sass/breakpoints/_768.scss */
  .footer .wrapper {
    max-width: calc(100% - 32px);
  }
  /* line 557, ../sass/breakpoints/_768.scss */
  .footer .wrapper .go-to-top {
    right: 0;
  }

  /*******
  FLEXIBLE
  ********/
  /* line 571, ../sass/breakpoints/_768.scss */
  .flexible-layout {
    padding: 20px 0 !important;
    overflow-x:hidden;
  }

  /* line 580, ../sass/breakpoints/_768.scss */
  .hero svg {
    -moz-transform: translate3D(-55%, 0, 0) scale(6);
    -ms-transform: translate3D(-55%, 0, 0) scale(6);
    -webkit-transform: translate3D(-55%, 0, 0) scale(6);
    transform: translate3D(-55%, 0, 0) scale(6);
  }
  /* line 586, ../sass/breakpoints/_768.scss */
  .hero .link-bottom {
    display: none;
  }
  /* line 594, ../sass/breakpoints/_768.scss */
  .hero .content .title {
    font-size: 35px;
    line-height: 40px;
  }
  /* line 601, ../sass/breakpoints/_768.scss */
  .hero .content .text {
    font-size: 19px;
    line-height: 23px;
  }
  /* line 612, ../sass/breakpoints/_768.scss */
  .hero.visible svg {
    -moz-transform: translate3D(-55%, 0, 0) scale(6);
    -ms-transform: translate3D(-55%, 0, 0) scale(6);
    -webkit-transform: translate3D(-55%, 0, 0) scale(6);
    transform: translate3D(-55%, 0, 0) scale(6);
  }

  /* line 622, ../sass/breakpoints/_768.scss */
  .logo-loading {
    display: none;
  }

  /* line 628, ../sass/breakpoints/_768.scss */
  .hero-slider {
    padding: 0  !important;
  }
  /* line 636, ../sass/breakpoints/_768.scss */
  .hero-slider .hero-simple.cycle-slide-active svg {
    -moz-transform: translate3D(-55%, -33%, 0) scale(4);
    -ms-transform: translate3D(-55%, -33%, 0) scale(4);
    -webkit-transform: translate3D(-55%, -33%, 0) scale(4);
    transform: translate3D(-55%, -33%, 0) scale(4);
  }
  /* line 646, ../sass/breakpoints/_768.scss */
  .hero-slider .pager {
    left: 0;
    right: 0;
    height: 15px;
    bottom: 25px;
    font-size: 0;
    line-height: 0;
  }
  /* line 655, ../sass/breakpoints/_768.scss */
  .hero-slider .pager > a {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    opacity: 1;
    margin: 0 10px;
    float: none;
    content: "";
    font-size: 0;
    color: transparent;
    top: 0;
    line-height: 0;
  }
  /* line 671, ../sass/breakpoints/_768.scss */
  .hero-slider .pager > a:after {
    display: none;
  }
  /* line 677, ../sass/breakpoints/_768.scss */
  .hero-slider .pager > a.cycle-pager-active {
    font-size: 0;
    line-height: 0;
    background: #bb2280;
  }

  /* line 691, ../sass/breakpoints/_768.scss */
  .flexible-cta {
    padding: 0  !important;
  }
  /* line 695, ../sass/breakpoints/_768.scss */
  .flexible-cta .wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 708, ../sass/breakpoints/_768.scss */
  .flexible-galerie .wrapper .row {
    display: block;
    max-height: none;
    margin: 0;
  }
  /* line 714, ../sass/breakpoints/_768.scss */
  .flexible-galerie .wrapper .row .big, .flexible-galerie .wrapper .row .little {
    width: 100%;
    margin-bottom: 1px;
  }

  /* line 729, ../sass/breakpoints/_768.scss */
  .flexible-menu-inter .content {
    position: relative;
    overflow: visible;
  }
  /* line 734, ../sass/breakpoints/_768.scss */
  .flexible-menu-inter .content ul {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    display: none;
  }
  /* line 743, ../sass/breakpoints/_768.scss */
  .flexible-menu-inter .content ul li {
    display: block;
    margin: 3px 0 10px;
    font-size: 23px;
    line-height: 26px;
  }
  /* line 757, ../sass/breakpoints/_768.scss */
  .flexible-menu-inter .mobile {
    display: block;
    font-size: 23px;
    padding: 23px 0;
  }
  /* line 763, ../sass/breakpoints/_768.scss */
  .flexible-menu-inter .mobile:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px;
  }

  /* line 779, ../sass/breakpoints/_768.scss */
  .flexible-text-img-ext.position-left .content, .flexible-text-img-ext.position-right .content {
    margin: 0;
  }
  /* line 787, ../sass/breakpoints/_768.scss */
  .flexible-text-img-ext .img {
    position: relative;
    max-height: none;
    max-width: 100%;
    height: auto;
    left: 0!important;
  }
  /* line 794, ../sass/breakpoints/_768.scss */
  .flexible-text-img-ext .wrapper {
    padding: 0 !important;
  }

  /* line 804, ../sass/breakpoints/_768.scss */
  .flexible-chiffre .content {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
 }
 /* line 809, ../sass/breakpoints/_768.scss */
 .flexible-chiffre .content .item {
  float: none;
  max-width: calc(100% / 2);
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
/* line 816, ../sass/breakpoints/_768.scss */
.flexible-chiffre .content .item:nth-child(3), .flexible-chiffre .content .item:nth-child(4) {
  border-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
}

/* line 832, ../sass/breakpoints/_768.scss */
.flexible-picto .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 837, ../sass/breakpoints/_768.scss */
.flexible-picto .content .item {
  float: none;
  max-width: calc(100% / 2);
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 90px;
}
/* line 844, ../sass/breakpoints/_768.scss */
.flexible-picto .content .item:nth-child(3), .flexible-picto .content .item:nth-child(4) {
  border-bottom: 0;
  margin-top: 10px;
  padding-bottom: 90px;
}

.flexible-picto .content .item .btn{

  bottom: 20px;

}



/* line 858, ../sass/breakpoints/_768.scss */
.flexible-slider-ref {
  padding: 0  !important;
}
/* line 864, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .slide .wrapper-large {
  max-width: calc(100% - 32px);
  text-align: center;
}
/* line 873, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .slide .bg img {
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
}
/* line 883, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .slide .logo {
  margin: 0 auto 40px;
}
/* line 889, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .slide .btn {
  margin: 50px auto 35px;
  display: table;
}
/* line 898, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .pager {
  left: 0;
  right: 0;
  height: 15px;
  bottom: 25px;
  font-size: 0;
  line-height: 0;
  position: absolute;
}
/* line 908, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .pager > span {
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  opacity: 1;
  margin: 0 10px;
  float: none;
  content: "";
  font-size: 0;
  color: transparent;
  top: 0;
  line-height: 0;
}
/* line 924, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .pager > span.cycle-pager-active {
  font-size: 0;
  line-height: 0;
  background: #bb2280;
}
/* line 936, ../sass/breakpoints/_768.scss */
.flexible-slider-ref .next, .flexible-slider-ref .prev {
  display: none;
}

/* line 950, ../sass/breakpoints/_768.scss */
.flexible-accordion .wrapper .with-img .accordion-text {
  float: none;
  width: 100%;
}
/* line 957, ../sass/breakpoints/_768.scss */
.flexible-accordion .wrapper .with-img .slider {
  float: none;
  width: 100%;
  margin-top: 10px;
}
/* line 963, ../sass/breakpoints/_768.scss */
.flexible-accordion .wrapper .with-img .slider img {
  margin: 0 auto;
  float: none;
}

/* line 982, ../sass/breakpoints/_768.scss */
.flexible-formulaire.small .form {
  float: none;
  width: 100%;
}
/* line 989, ../sass/breakpoints/_768.scss */
.flexible-formulaire.small .content {
  float: none;
  width: 100%;
}

/* line 1002, ../sass/breakpoints/_768.scss */
.flexible-testimonial-slider .wrapper-large {
  max-width: calc(100% - 32px);
}
/* line 1008, ../sass/breakpoints/_768.scss */
.flexible-testimonial-slider .next, .flexible-testimonial-slider .prev {
  display: none;
}
/* line 1016, ../sass/breakpoints/_768.scss */
.flexible-testimonial-slider .content .text {
  font-size: 21px;
  line-height: 24px;
}
/* line 1023, ../sass/breakpoints/_768.scss */
.flexible-testimonial-slider .content .logo {
  max-width: 100%;
  height: auto;
}
/* line 1030, ../sass/breakpoints/_768.scss */
.flexible-testimonial-slider .content .btn {
  display: none;
}

/* line 1042, ../sass/breakpoints/_768.scss */
.flexible-graphic .wrapper {
  display: block;
}
/* line 1048, ../sass/breakpoints/_768.scss */
.flexible-graphic .content {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
/* line 1058, ../sass/breakpoints/_768.scss */
.flexible-graphic.pos-left .visuel {
  margin: 0 auto;
  width: auto;
  display: block;
}
/* line 1064, ../sass/breakpoints/_768.scss */
.flexible-graphic.pos-left .visuel img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* line 1077, ../sass/breakpoints/_768.scss */
.flexible-team {
  padding: 0 !important;
}
/* line 1081, ../sass/breakpoints/_768.scss */
.flexible-team .member {
  display: block;
  max-height: none;
}
/* line 1086, ../sass/breakpoints/_768.scss */
.flexible-team .member .content-wrapper {
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
/* line 1091, ../sass/breakpoints/_768.scss */
.flexible-team .member .content-wrapper .social {
  margin-top: 0;
  float: none;
  text-align: right;
}
/* line 1103, ../sass/breakpoints/_768.scss */
.flexible-team .bg {
  width: 100%;
  height: auto;
}
/* line 1108, ../sass/breakpoints/_768.scss */
.flexible-team .bg img {
  width: 100%;
  height: auto;
  min-height: inherit;
  left: auto;
  top: auto;
  -moz-transform: translate3D(0%, 0%, 0);
  -ms-transform: translate3D(0%, 0%, 0);
  -webkit-transform: translate3D(0%, 0%, 0);
  transform: translate3D(0%, 0%, 0);
}

/* line 1120, ../sass/breakpoints/_768.scss */
.flexible-map {
  display: block;
  padding: 0 !important;
}
/* line 1125, ../sass/breakpoints/_768.scss */
.flexible-map .acf-map {
  display: none;
}
.flexible-map{

  height: auto;
  max-height: initial;

}

.flexible-map .info{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}
/* line 1131, ../sass/breakpoints/_768.scss */
.flexible-map .info {
  float: none;
  width: 100%;
}
.flexible-map .info .mark{

  float: none;
  height: initial;
  position: relative;

}

.flexible-map .info .mark .left {
    float: left;
    width: 50%;
}

.flexible-map .info .mark .right {
    float: right;
    width: 50%;
}
/* line 1138, ../sass/breakpoints/_768.scss */
.flexible-map .info .mark.big {
  padding: 30px;
}
/* line 1142, ../sass/breakpoints/_768.scss */
.flexible-map .info .mark.big .left {
  margin-bottom: 30px;
}
/* line 1146, ../sass/breakpoints/_768.scss */
.flexible-map .info .mark.big .left .adress {
  margin-bottom: 5px;
}
/* line 1154, ../sass/breakpoints/_768.scss */
.flexible-map .info .mark.big .right {
  padding-top: 30px;
}
/* line 1162, ../sass/breakpoints/_768.scss */
.flexible-map .info .mark .name {
  margin-bottom: 30px;
}
/* line 1168, ../sass/breakpoints/_768.scss */
.flexible-map .info .mark .btn {
  margin-bottom: 0;
  width: 100%;
  padding: 13px 0;
}

.flexible-formulaire form{

  display: block;

}

.flexible-formulaire form input{

  width:100%

}

/* line 3140, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 3155, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .top .col {
  width: 30%;
}
/* line 3159, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .top .col textarea {
  min-height: auto;
  height: 188px;
}
/* line 3170, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .up {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 3185, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .up div {
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #404040;
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-size: 15px;
}

.flexible-formulaire form .up div input{

  width: 200px;

}
/* line 3200, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .captcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexible-formulaire form .up div .input{

  float: right;

}
/* line 3215, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .captcha input[type="text"] {
  width: calc(100% - 155px);
  margin-left: 5px;
}
/* line 3223, ../sass/breakpoints/_sup1680.scss */
.flexible-formulaire form .btn {
  display: table;
  margin: 0 auto;
  width: auto;
}

/* line 1182, ../sass/breakpoints/_768.scss */
.flexible-cta {
  padding: 0  !important;
}

/* line 1190, ../sass/breakpoints/_768.scss */
.flexible-partenaire .wrapper {
  display: block;
}
/* line 1194, ../sass/breakpoints/_768.scss */
.flexible-partenaire .wrapper .col {
  float: none;
  display: block;
  width: 100%;
  height: auto;
}

/* line 1207, ../sass/breakpoints/_768.scss */
.flexible-news-slider {
  padding: 0  !important;
}

/* line 1215, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs {
  display: none;
}
/* line 1221, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile {
  display: block;
}
/* line 1225, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc {
  margin-bottom: 0;
  background: none;
  border-bottom: 1px solid #fff;
}
/* line 1231, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc.open-tab {
  border: none;
}
/* line 1235, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc.open-tab .accordion-title {
  background: #fff !important;
  position: relative;
  padding-bottom: 15px;
}
/* line 1242, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc.open-tab .accordion-content {
  background: #fff !important;
}
/* line 1250, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc .accordion-title {
  padding-bottom: 30px;
  padding-right: 20px;
}
/* line 1255, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc .accordion-title:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  display: block;
  background: none;
  width: auto;
  top: auto;
  height: auto;
}
/* line 1276, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-bloc:first-of-type {
  border-top: 1px solid #fff;
}
/* line 1284, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-content {
  background: none !important;
}
/* line 1290, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-title {
  text-align: center;
  padding: 0;
  background: none !important;
}
/* line 1296, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-title img {
  width: auto;
  margin: 0 auto;
}
/* line 1303, ../sass/breakpoints/_768.scss */
.flexible-tab .tabs_mobile .accordion-title:before, .flexible-tab .tabs_mobile .accordion-title:after {
  display: none;
}

/* line 1315, ../sass/breakpoints/_768.scss */
.flexible-logo-ref {
  overflow-x: scroll;
}
/* line 1319, ../sass/breakpoints/_768.scss */
.flexible-logo-ref .content {
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  left: 0%;
  margin: 0 auto;
}
/* line 1324, ../sass/breakpoints/_768.scss */
.flexible-logo-ref .content figure {
  display: inline-block;
  margin-left: 20px;
}

.flexible-logo-ref .content figure img{
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 60px;
}
/* line 1328, ../sass/breakpoints/_768.scss */
.flexible-logo-ref .content figure:last-of-type, .flexible-logo-ref .content figure:first-of-type, .flexible-logo-ref .content figure:nth-child(2), .flexible-logo-ref .content figure:nth-child(7) {
  display: inline-block;
}

/* line 1343, ../sass/breakpoints/_768.scss */
.accordion .accordion-bloc {
  margin-bottom: 16px;
}
/* line 1347, ../sass/breakpoints/_768.scss */
.accordion .accordion-bloc .accordion-title {
  padding: 20px;
  padding-right: 80px;
}
/* line 1352, ../sass/breakpoints/_768.scss */
.accordion .accordion-bloc .accordion-title:before, .accordion .accordion-bloc .accordion-title:after {
  position: absolute;
  left: auto;
  right: 20px;
  top: 28px;
}

  /*******
  CTA
  ********/
  /* line 1370, ../sass/breakpoints/_768.scss */
  .cta-25 {
    width: calc(50% - 1px);
  }
  /* line 1374, ../sass/breakpoints/_768.scss */
  .cta-25.cta-25-ref {
    width: calc(50% - 1px);
  }

  /* line 1386, ../sass/breakpoints/_768.scss */
  .cta-50.cta-50-ress .btn {
    display: none;
  }

  .cta-50.cta-50-bg-medium{

    width: 100%;

  }

  /* line 1396, ../sass/breakpoints/_768.scss */
  .cta-full {
    height: 360px;
  }
  /* line 1400, ../sass/breakpoints/_768.scss */
  .cta-full .content {
    max-width: calc(100% - 32px);
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
  }
  /* line 1408, ../sass/breakpoints/_768.scss */
  .cta-full .content .title {
    font-size: 38px;
    text-align: left;
    color: #fff;
  }
  /* line 1416, ../sass/breakpoints/_768.scss */
  .cta-full .content .btn {
    border-color: #fff;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
  }
  /* line 1429, ../sass/breakpoints/_768.scss */
  .cta-full .bg:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  /*******
  FORM
  ********/
  /* line 1453, ../sass/breakpoints/_768.scss */
  .wpcf7 .wpcf7-form-control-wrap {
    float: none;
    width: 100%;
  }
  /* line 1458, ../sass/breakpoints/_768.scss */
  .wpcf7 p {
    float: none;
    width: 100%;
  }
  /* line 1462, ../sass/breakpoints/_768.scss */
  .wpcf7 p:nth-last-child(3) {
    width: 100%;
  }
  /* line 1466, ../sass/breakpoints/_768.scss */
  .wpcf7 p input {
    float: none;
    width: 100%;
  }
  /* line 1472, ../sass/breakpoints/_768.scss */
  .wpcf7 p:nth-child(even) input {
    margin-right: 0;
    width: 100%;
  }
  /* line 1477, ../sass/breakpoints/_768.scss */
  .wpcf7 p:nth-child(odd) input {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  /* line 1483, ../sass/breakpoints/_768.scss */
  .wpcf7 p textarea {
    width: 100%;
  }

  /* line 1489, ../sass/breakpoints/_768.scss */
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select,
  textarea,
  .field {
    margin-bottom: 19px;
  }

  /* line 1516, ../sass/breakpoints/_768.scss */
  .page-id-1563 .flexible-html-bg-img h2:first-of-type {
    margin-top: 0 !important;
  }

  .single-job-type .formulaire form .top, .single-job-type .formulaire form .up{

    display: block;

  }

  .single-job-type .formulaire form .top .col, .single-job-type .formulaire form .up div{

    width: 100%;

  }

  .header.header-synolab .wrapper h1{

    display: none;

  }

  .header.header-synolab .wrapper .logo{

    margin: 0 auto;
    display: table;

  }

  .flexible-html-bg-img.anim-parallax figure .bg-img{

    position: absolute;
    top: auto;
    left: auto;
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);

  }


}
/*********************
MOBILE
*********************/
@media only screen and (max-width: 600px) {
  /******************************************************************
  Stylesheet: Mobile Stylsheet
  ******************************************************************/
  /* line 8, ../sass/breakpoints/_600.scss */
  .mobile-hide {
    display: none !important;
  }

  /* line 11, ../sass/breakpoints/_600.scss */
  .mobile-show {
    display: block !important;
  }

  /* line 15, ../sass/breakpoints/_600.scss */
  .wrapper {
    max-width: calc(100% - 32px);
  }

  /* line 21, ../sass/breakpoints/_600.scss */
  .wrapper-large {
    max-width: calc(100% - 32px);
  }

  /* line 27, ../sass/breakpoints/_600.scss */
  .wrapper-cta {
    max-width: 100%;
  }

  /* line 33, ../sass/breakpoints/_600.scss */
  .chapo {
    margin-bottom: 20px;
  }

  /* line 41, ../sass/breakpoints/_600.scss */
  .header .wrapper {
    max-width: calc(100% - 32px);
  }
  /* line 51, ../sass/breakpoints/_600.scss */
  .header.header-synolab .wrapper h1 {
    display: none;
  }

  .header.header-synolab .wrapper .logo{

    margin:0 auto;
    display: table;

  }

  /* line 63, ../sass/breakpoints/_600.scss */
  br {
    display: none;
  }

  /********
  PAGE
  *********/
  /* line 75, ../sass/breakpoints/_600.scss */
  .hero.header-article .content.wrapper {
    padding-top: 0;
  }
  /* line 79, ../sass/breakpoints/_600.scss */
  .hero.header-article .content.wrapper h1 {
    font-size: 32px;
    line-height: 44px;
  }

  /* line 92, ../sass/breakpoints/_600.scss */
  .single-blog-type .content-area {
    padding-top: 20px;
  }
  /* line 98, ../sass/breakpoints/_600.scss */
  .single-blog-type .chapo {
    margin-bottom: 20px;
  }

  /* line 112, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .content-article-cta .cta-blog:last-of-type, .tax-blog-taxo .content-article-cta .cta-blog:last-of-type, .post-type-archive-blog-type .content-article-cta .cta-blog:last-of-type {
    width: 100%;
  }
  /* line 122, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .load, .tax-blog-taxo .load, .post-type-archive-blog-type .load {
    padding: 0 0 40px;
  }
  /* line 130, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .article-blog img, .tax-blog-taxo .article-blog img, .post-type-archive-blog-type .article-blog img {
    display: none;
  }
  /* line 140, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .baseline, .tax-blog-taxo .synolab .baseline, .post-type-archive-blog-type .synolab .baseline {
    margin-bottom: 40px;
  }
  /* line 146, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .synolab-link, .tax-blog-taxo .synolab .synolab-link, .post-type-archive-blog-type .synolab .synolab-link {
    text-align: center;
    line-height: 34px;
  }
  /* line 153, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .article-synolab, .tax-blog-taxo .synolab .article-synolab, .post-type-archive-blog-type .synolab .article-synolab {
    display: block;
  }
  /* line 157, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .article-synolab .post-item, .tax-blog-taxo .synolab .article-synolab .post-item, .post-type-archive-blog-type .synolab .article-synolab .post-item {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }
  /* line 164, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .article-synolab .post-item h2, .tax-blog-taxo .synolab .article-synolab .post-item h2, .post-type-archive-blog-type .synolab .article-synolab .post-item h2 {
    margin: 5px 0 10px;
  }
  /* line 170, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .article-synolab .post-item footer, .tax-blog-taxo .synolab .article-synolab .post-item footer, .post-type-archive-blog-type .synolab .article-synolab .post-item footer {
    margin-top: 0;
  }
  /* line 176, ../sass/breakpoints/_600.scss */
  .page-template-template-blog-type .synolab .article-synolab .post-item img, .tax-blog-taxo .synolab .article-synolab .post-item img, .post-type-archive-blog-type .synolab .article-synolab .post-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
  }

  .single-ref-type .link .first, .single-ref-type .link .second{

    float: none;
    display: table;
    margin: 20px auto;

  }

  .single-ref-type .primary-content{

    padding-bottom: 40px;

  }

  .single-ref-type .more .content-article-cta .cta-25.cta-25-ref{

    width: 100%;

  }

  /* line 193, ../sass/breakpoints/_600.scss */
  .hero.header-ref {
    height: auto;
  }
  /* line 199, ../sass/breakpoints/_600.scss */
  .hero.header-ref .content .logo {
    margin-bottom: 20px;
  }
  /* line 205, ../sass/breakpoints/_600.scss */
  .hero.header-ref .content .title {
    font-size: 28px;
    line-height: 36px;
  }

  .post-type-archive-ref-type .select .filtre-cat .ordre:after, .tax-ref-taxo .select .filtre-cat .ordre:after{

    position: absolute;
    right: 30px;

  }

  /* line 218, ../sass/breakpoints/_600.scss */
  .tax-ref-taxo .select, .post-type-archive-ref-type .select {
    padding: 20px 0;
  }
  /* line 224, ../sass/breakpoints/_600.scss */
  .tax-ref-taxo .select .wrapper .filtre-cat, .post-type-archive-ref-type .select .wrapper .filtre-cat {
    display: block;
  }
  /* line 230, ../sass/breakpoints/_600.scss */
  .tax-ref-taxo .select .wrapper .filtre-cat .select2-container .select2-choice, .post-type-archive-ref-type .select .wrapper .filtre-cat .select2-container .select2-choice {
    font-size: 18px;
    height: 40px;
    line-height: 22px;
    padding-right: 0;
  }
  /* line 241, ../sass/breakpoints/_600.scss */
  .tax-ref-taxo .select .wrapper .filtre-cat .ordre, .post-type-archive-ref-type .select .wrapper .filtre-cat .ordre {
    font-size: 18px;
    line-height: 40px;
  }
  /* line 254, ../sass/breakpoints/_600.scss */
  .tax-ref-taxo .load, .post-type-archive-ref-type .load {
    padding: 40px 0;
  }
  /* line 258, ../sass/breakpoints/_600.scss */
  .tax-ref-taxo .load .loadMore, .post-type-archive-ref-type .load .loadMore {
    max-width: calc(100% - 32px);
    line-height: 32px;
  }

  /* line 270, ../sass/breakpoints/_600.scss */
  .hero.header-ress {
    height: auto;
  }
  /* line 274, ../sass/breakpoints/_600.scss */
  .hero.header-ress h1 {
    font-size: 34px;
    line-height: 42px;
    max-width: 100%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 283, ../sass/breakpoints/_600.scss */
  .hero.header-ress .wrapper {
    padding-top: 0;
  }
  /* line 289, ../sass/breakpoints/_600.scss */
  .hero.header-ress figure {
    display: none;
  }
  /* line 295, ../sass/breakpoints/_600.scss */
  .hero.header-ress svg {
    -moz-transform: translate3D(-50%, 0%, 0) scale(99);
    -ms-transform: translate3D(-50%, 0%, 0) scale(99);
    -webkit-transform: translate3D(-50%, 0%, 0) scale(99);
    transform: translate3D(-50%, 0%, 0) scale(99);
  }
  /* line 303, ../sass/breakpoints/_600.scss */
  .hero.header-ress.visible svg {
    -moz-transform: translate3D(-50%, 0%, 0) scale(99);
    -ms-transform: translate3D(-50%, 0%, 0) scale(99);
    -webkit-transform: translate3D(-50%, 0%, 0) scale(99);
    transform: translate3D(-50%, 0%, 0) scale(99);
  }
  /* line 311, ../sass/breakpoints/_600.scss */
  .hero.header-ress h3, .hero.header-ress .btn {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* line 324, ../sass/breakpoints/_600.scss */
  .single-ress-type .site-main h2 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 331, ../sass/breakpoints/_600.scss */
  .single-ress-type .site-main .primary-content {
    padding: 20px 0;
  }
  /* line 337, ../sass/breakpoints/_600.scss */
  .single-ress-type .site-main .formulaire {
    padding: 20px 0;
  }

  /* line 350, ../sass/breakpoints/_600.scss */
  .page-template-template-post .wrapper, .category .wrapper {
    max-width: calc(100% - 32px);
  }
  /* line 360, ../sass/breakpoints/_600.scss */
  .page-template-template-post .cycle-slideshow .hero .btn, .category .cycle-slideshow .hero .btn {
    margin: 15px 0;
  }
  /* line 372, ../sass/breakpoints/_600.scss */
  .page-template-template-post .content-article .post-item, .category .content-article .post-item {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }
  /* line 379, ../sass/breakpoints/_600.scss */
  .page-template-template-post .content-article .post-item h2, .category .content-article .post-item h2 {
    margin: 5px 0 10px;
  }
  /* line 385, ../sass/breakpoints/_600.scss */
  .page-template-template-post .content-article .post-item footer, .category .content-article .post-item footer {
    margin-top: 0;
  }
  /* line 391, ../sass/breakpoints/_600.scss */
  .page-template-template-post .content-article .post-item img, .category .content-article .post-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
  }

  /* line 408, ../sass/breakpoints/_600.scss */
  .single-post .author {
    margin: 0;
    padding-right: 0;
    border-bottom: 0;
  }
  /* line 416, ../sass/breakpoints/_600.scss */
  .single-post .author .wrapper .left {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  /* line 425, ../sass/breakpoints/_600.scss */
  .single-post .author .wrapper img {
    position: relative;
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  /* line 439, ../sass/breakpoints/_600.scss */
  .single-post .more .post-item {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }
  /* line 446, ../sass/breakpoints/_600.scss */
  .single-post .more .post-item h2 {
    margin: 5px 0 10px;
  }
  /* line 452, ../sass/breakpoints/_600.scss */
  .single-post .more .post-item footer {
    margin-top: 0;
  }
  /* line 458, ../sass/breakpoints/_600.scss */
  .single-post .more .post-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
  }
  /* line 471, ../sass/breakpoints/_600.scss */
  .single-post .comments {
    padding: 20px 0;
  }
  /* line 475, ../sass/breakpoints/_600.scss */
  .single-post .comments .submit {
    padding: 13px 0;
    width: 100%;
    display: block;
  }

  /* line 489, ../sass/breakpoints/_600.scss */
  .page-template-template-job-type .poste {
    padding: 20px;
  }
  /* line 493, ../sass/breakpoints/_600.scss */
  .page-template-template-job-type .poste h1 {
    font-size: 27px;
    line-height: 34px;
    margin-top: 10px;
  }

  /* line 509, ../sass/breakpoints/_600.scss */
  .footer.footer-synolab .wrapper {
    max-width: calc(100% - 32px);
  }

  /********
  FLEXIBLE
  *********/
  /* line 523, ../sass/breakpoints/_600.scss */
  .hero {
    height: auto;
    padding: 110px 0 40px !important;
  }
  /* line 528, ../sass/breakpoints/_600.scss */
  .hero .content {
    position: relative;
    top: 50%;
    -moz-transform: translate3d(0, -0%, 0);
    -ms-transform: translate3d(0, -0%, 0);
    -webkit-transform: translate3d(0, -0%, 0);
    transform: translate3d(0, -0%, 0);
  }
  /* line 536, ../sass/breakpoints/_600.scss */
  .hero svg {
    -moz-transform: translate3D(0%, -37%, 0) scale(99);
    -ms-transform: translate3D(0%, -37%, 0) scale(99);
    -webkit-transform: translate3D(0%, -37%, 0) scale(99);
    transform: translate3D(0%, -37%, 0) scale(99);
  }

  /* line 545, ../sass/breakpoints/_600.scss */
  .hero-slider {
    padding: 0;
    height: auto;
  }
  /* line 549, ../sass/breakpoints/_600.scss */
  .hero-slider .hero {
    height: 540px;
  }
  /* line 555, ../sass/breakpoints/_600.scss */
  .hero-slider svg {
    -moz-transform: translate3D(0%, -37%, 0) scale(99);
    -ms-transform: translate3D(0%, -37%, 0) scale(99);
    -webkit-transform: translate3D(0%, -37%, 0) scale(99);
    transform: translate3D(0%, -37%, 0) scale(99);
  }
  /* line 565, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-simple.cycle-slide-active svg {
    -moz-transform: translate3D(0%, -37%, 0) scale(99);
    -ms-transform: translate3D(0%, -37%, 0) scale(99);
    -webkit-transform: translate3D(0%, -37%, 0) scale(99);
    transform: translate3D(0%, -37%, 0) scale(99);
  }
  /* line 577, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-news .content {
    padding-top: 0;
  }
  /* line 583, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-news .title {
    font-size: 29px;
    line-height: 33px;
  }
  /* line 590, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-news .overtitle {
    font-size: 20px;
  }
  /* line 596, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-news .btn {
    margin-top: 20px;
  }
  /* line 602, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-news svg {
    -moz-transform: translate3D(0%, -37%, 0) scale(99);
    -ms-transform: translate3D(0%, -37%, 0) scale(99);
    -webkit-transform: translate3D(0%, -37%, 0) scale(99);
    transform: translate3D(0%, -37%, 0) scale(99);
  }
  /* line 610, ../sass/breakpoints/_600.scss */
  .hero-slider .hero-news.cycle-slide-active svg {
    -moz-transform: translate3D(0%, -37%, 0) scale(99);
    -ms-transform: translate3D(0%, -37%, 0) scale(99);
    -webkit-transform: translate3D(0%, -37%, 0) scale(99);
    transform: translate3D(0%, -37%, 0) scale(99);
  }

  .hero-slider .hero .content{

    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);

  }

  .hero-slider .content{

    padding-top: 0;

  }



  /* line 624, ../sass/breakpoints/_600.scss */
  .flexible-chiffre .content {
    display: block;
  }
  /* line 628, ../sass/breakpoints/_600.scss */
  .flexible-chiffre .content .item {
    float: none;
    max-width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
  }
  /* line 635, ../sass/breakpoints/_600.scss */
  .flexible-chiffre .content .item:nth-child(3) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
  }
  /* line 642, ../sass/breakpoints/_600.scss */
  .flexible-chiffre .content .item:nth-child(4) {
    border-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
  }

  /* line 656, ../sass/breakpoints/_600.scss */
  .flexible-cta {
    padding: 0;
  }

  /* line 664, ../sass/breakpoints/_600.scss */
  .flexible-picto .content {
    display: block;
  }
  /* line 668, ../sass/breakpoints/_600.scss */
  .flexible-picto .content .item {
    float: none;
    max-width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0 90px;

  }

  .flexible-picto .content .item.no-link{

    padding-bottom: 10px;

  }
  /* line 675, ../sass/breakpoints/_600.scss */
  .flexible-picto .content .item:nth-child(3) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 90px;
  }
  /* line 682, ../sass/breakpoints/_600.scss */
  .flexible-picto .content .item:nth-child(4) {
    border-bottom: 0;
    margin-top: 10px;
    padding-bottom: 90px;
  }

  /* line 696, ../sass/breakpoints/_600.scss */
  .flexible-slider-ref {
    padding: 0;
  }
  /* line 702, ../sass/breakpoints/_600.scss */
  .flexible-slider-ref .slide .logo {
    margin-bottom: 20px;
  }
  /* line 708, ../sass/breakpoints/_600.scss */
  .flexible-slider-ref .slide .overtitle {
    font-size: 27px;
    line-height: 34px;
  }
  /* line 715, ../sass/breakpoints/_600.scss */
  .flexible-slider-ref .slide .title {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 722, ../sass/breakpoints/_600.scss */
  .flexible-slider-ref .slide .btn {
    display: none;
  }
  .flexible-map .info{

    flex-wrap : wrap;

  }

  .flexible-map .info .mark{

    width: 100%;

  }

  .flexible-map .info .mark:nth-child(2){

    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;

  }

  .flexible-map .info .mark .left, .flexible-map .info .mark .right {
      float: none;
      width: 100%;
  }

  .flexible-map .info .mark .left .adress {
      margin-bottom: 30px;
  }

  .flexible-map .info .mark .right {
      border-top: 1px solid #ffffff;
      margin-top: 15px;
      padding-top: 15px;
  }

  /* line 732, ../sass/breakpoints/_600.scss */
  .flexible-news-slider {
    padding: 0;
  }

  /* line 740, ../sass/breakpoints/_600.scss */
  .widget-area {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  /* line 750, ../sass/breakpoints/_600.scss */
  .widget-area .widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* line 764, ../sass/breakpoints/_600.scss */
  .col-row .col-half {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
	.flexible-actus .col-row .col-half{
		margin-bottom:0;
	}


  /* line 774, ../sass/breakpoints/_600.scss */
  .footer {
    padding-top: 20px;
  }
  /* line 777, ../sass/breakpoints/_600.scss */
  .footer .col {
    width: 100% !important;
  }
  /* line 781, ../sass/breakpoints/_600.scss */
  .footer .wrapper {
    display: block;
    padding-bottom: 10px;
  }
  /* line 788, ../sass/breakpoints/_600.scss */
  .footer .footer-4 {
    display: none;
  }
  /* line 798, ../sass/breakpoints/_600.scss */
  .footer .bottom .wrapper .left, .footer .bottom .wrapper .center, .footer .bottom .wrapper .copyright {
    float: none;
    text-align: left;
    width: 100%;
    line-height: 16px;
  }

  /* line 812, ../sass/breakpoints/_600.scss */
  .cta, .cta-25, .cta-50 {
    width: 100%;
    height: auto;
    padding: 30px;
    max-height: none;
    margin: 0;
    margin-bottom: 1px;
  }
  /* line 821, ../sass/breakpoints/_600.scss */
  .cta .content, .cta-25 .content, .cta-50 .content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 829, ../sass/breakpoints/_600.scss */
  .cta .content .btn, .cta-25 .content .btn, .cta-50 .content .btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
  /* line 840, ../sass/breakpoints/_600.scss */
  .cta .content .text, .cta-25 .content .text, .cta-50 .content .text {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
  }
  /* line 850, ../sass/breakpoints/_600.scss */
  .cta .btn, .cta-25 .btn, .cta-50 .btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
  /* line 863, ../sass/breakpoints/_600.scss */
  .cta .bg img, .cta-25 .bg img, .cta-50 .bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  /* line 883, ../sass/breakpoints/_600.scss */
  .cta.cta-25-droite .content, .cta-25.cta-25-droite .content, .cta-50.cta-25-droite .content {
    right: auto;
  }
  /* line 889, ../sass/breakpoints/_600.scss */
  .cta.cta-25-droite img, .cta-25.cta-25-droite img, .cta-50.cta-25-droite img {
    display: none;
  }
  /* line 897, ../sass/breakpoints/_600.scss */
  .cta.cta-50-ress, .cta-25.cta-50-ress, .cta-50.cta-50-ress {
    max-height: none;
  }
  /* line 901, ../sass/breakpoints/_600.scss */
  .cta.cta-50-ress img, .cta-25.cta-50-ress img, .cta-50.cta-50-ress img {
    display: none;
  }
  /* line 907, ../sass/breakpoints/_600.scss */
  .cta.cta-50-ress .hover, .cta-25.cta-50-ress .hover, .cta-50.cta-50-ress .hover {
    display: block;
    position: relative;
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
  }
  /* line 918, ../sass/breakpoints/_600.scss */
  .cta.cta-50-ress .content, .cta-25.cta-50-ress .content, .cta-50.cta-50-ress .content {
    left: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
  /* line 926, ../sass/breakpoints/_600.scss */
  .cta.cta-50-ress .content .title, .cta-25.cta-50-ress .content .title, .cta-50.cta-50-ress .content .title {
    margin-bottom: 0;
  }
  /* line 932, ../sass/breakpoints/_600.scss */
  .cta.cta-50-ress .content .btn, .cta-25.cta-50-ress .content .btn, .cta-50.cta-50-ress .content .btn {
    display: none;
  }
  /* line 942, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-large, .cta-25.cta-50-bg-large, .cta-50.cta-50-bg-large {
    max-height: none;
    height: auto;
    min-height: inherit;
  }
  /* line 950, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-large .content .btn, .cta-25.cta-50-bg-large .content .btn, .cta-50.cta-50-bg-large .content .btn {
    margin-top: 15px;
  }
  /* line 956, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-large .content .title, .cta-25.cta-50-bg-large .content .title, .cta-50.cta-50-bg-large .content .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
  }
  /* line 968, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-medium, .cta-25.cta-50-bg-medium, .cta-50.cta-50-bg-medium {
    height: auto;
    max-height: none;
  }
  /* line 973, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-medium .title, .cta-25.cta-50-bg-medium .title, .cta-50.cta-50-bg-medium .title {
    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }
  /* line 983, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-medium-img, .cta-25.cta-50-bg-medium-img, .cta-50.cta-50-bg-medium-img {
    max-height: none;
  }
  /* line 988, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-medium-img .bg:before, .cta-25.cta-50-bg-medium-img .bg:before, .cta-50.cta-50-bg-medium-img .bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  /* line 1002, ../sass/breakpoints/_600.scss */
  .cta.cta-50-bg-medium-img .content, .cta-25.cta-50-bg-medium-img .content, .cta-50.cta-50-bg-medium-img .content {
    left: auto;
    position: relative;
    z-index: 2;
    color: #fff;
  }

  /* line 1015, ../sass/breakpoints/_600.scss */
  .cta-25 {
    height: auto;
  }
  /* line 1019, ../sass/breakpoints/_600.scss */
  .cta-25 .content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 1029, ../sass/breakpoints/_600.scss */
  .cta-25.cta-blog {
    width: 100%;
    padding: 30px 32px;
  }
  /* line 1034, ../sass/breakpoints/_600.scss */
  .cta-25.cta-blog .content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 1044, ../sass/breakpoints/_600.scss */
  .cta-25.cta-blog:last-of-type {
    width: 100%;
  }
  /* line 1052, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ress {
    padding: 30px 32px;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 1058, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ress .content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 1068, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ress .hover {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
    margin-top: 10px;
  }
  /* line 1079, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ress .hover .btn {
    display: none;
  }
  /* line 1085, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ress .hover .cat {
    display: none;
  }
  /* line 1093, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ress img {
    display: none;
  }
  /* line 1101, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ref {
    width: 100%;
    height: 150px;
    padding: 0 15px;
    filter: grayscale(1);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 1112, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ref .content img {
    max-width: 100%;
  }
  /* line 1120, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-ref.survol {
    filter: grayscale(0);
  }
  /* line 1130, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-solution .hover {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  /* line 1140, ../sass/breakpoints/_600.scss */
  .cta-25.cta-25-solution .hover figure img {
    top: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 20px 0;
  }

  /* line 1156, ../sass/breakpoints/_600.scss */
  .cta-full {
    height: auto;
  }
  /* line 1160, ../sass/breakpoints/_600.scss */
  .cta-full .content {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1164, ../sass/breakpoints/_600.scss */
  .cta-full .content .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1170, ../sass/breakpoints/_600.scss */
  .cta-full .content .btn {
    margin: 30px auto 0;
    display: table;
  }

  /* line 1181, ../sass/breakpoints/_600.scss */
  .citation {
    width: 100%;
    padding-left: 0;
  }
  /* line 1186, ../sass/breakpoints/_600.scss */
  .citation:before {
    display: none;
  }

  .flexible-formulaire form .up div{

    padding-left: 10px;
    height: auto;

  }



  .flexible-formulaire form .up div label{

    float: none;
    display: block;

  }

  .flexible-formulaire form .up div .input{

    float: none;
    width: 100%;
    height: 50px;

  }

  .page-template-template-newsletter .page-content form input{

    width: 100%;

  }

  .page-template-template-landing .content-article-cta .cta-25.cta-25-ref{

    width: 100%;

  }

  .flexible-html-bg-img.anim-parallax figure .bg-img{

    display: none;

  }

  /* SLIDER REF */
  .flexible-logo-ref .content {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    left: 0;
  }

  .flexible-logo-ref .content .cycle-slideshow {
    width: 100%;
  }

  .flexible-logo-ref .content figure {
    margin-left: 48px;
  }

  .flexible-logo-ref .content figure img {
    width: 90px;
  }
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  /* line 5, ../sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 13, ../sass/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 18, ../sass/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 23, ../sass/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 28, ../sass/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 39, ../sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 43, ../sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 47, ../sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 55, ../sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, ../sass/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 66, ../sass/partials/_print.scss */
  .header-wrapper,
  #footer,
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3, ../sass/modules/_anim.scss */
  .anim-header {
    position: relative;
  }

  /* line 8, ../sass/modules/_anim.scss */
  .animated {
    -webkit-animation-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-fill-mode: both;
  }

  /* line 20, ../sass/modules/_anim.scss */
  .animated--fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  /* line 26, ../sass/modules/_anim.scss */
  .animated--fadeIn-rev {
    -webkit-animation-name: fadeIn-reverse;
    animation-name: fadeIn-reverse;
  }

  /* line 32, ../sass/modules/_anim.scss */
  .animated--slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
  }

  /* line 39, ../sass/modules/_anim.scss */
  .animated--slideRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight;
  }

  /* line 46, ../sass/modules/_anim.scss */
  .animated--slideLeft {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
  }

  /* line 54, ../sass/modules/_anim.scss */
  .animated--opacity {
    -webkit-animation-name: opacity;
    animation-name: opacity;
  }

  /* line 63, ../sass/modules/_anim.scss */
  .animated--loadingLeft {
    -webkit-animation-name: loadingLeft;
    animation-name: loadingLeft;
    -moz-animation-duration: 1800ms;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
  }

  /* line 71, ../sass/modules/_anim.scss */
  .animated--loadingRight {
    -webkit-animation-name: loadingRight;
    animation-name: loadingRight;
    -moz-animation-duration: 1800ms;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
  }

  /* line 80, ../sass/modules/_anim.scss */
  .wrapper.main-wrapper, .right-content, .page-content {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /** Reverse "exit" animations */
  /* line 88, ../sass/modules/_anim.scss */
  .is-exiting .animated--fadeIn {
    -webkit-animation-name: fadeIn-reverse;
    animation-name: fadeIn-reverse;
  }
  /* line 95, ../sass/modules/_anim.scss */
  .is-exiting .animated--fadeIn-rev {
    -webkit-animation-name: fadeIn-reverse;
    animation-name: fadeIn-reverse;
  }
  /* line 101, ../sass/modules/_anim.scss */
  .is-exiting .animated--slideUp {
    -webkit-animation-name: slideUp-reverse;
    animation-name: slideUp-reverse;
  }
  /* line 106, ../sass/modules/_anim.scss */
  .is-exiting .animated--slideRight {
    -webkit-animation-name: slideLeft-reverse;
    animation-name: slideLeft-reverse;
  }
  /* line 112, ../sass/modules/_anim.scss */
  .is-exiting .animated--slideLeft {
    -webkit-animation-name: slideRight-reverse;
    animation-name: slideRight-reverse;
  }
  /* line 123, ../sass/modules/_anim.scss */
  .is-exiting .animated.header.clone, .is-exiting .animated.wrapper.main-wrapper, .is-exiting .animated.right-content, .is-exiting .animated.page-content, .is-exiting .animated.sub-title, .is-exiting .animated.latin-name {
    opacity: 0;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  /* line 135, ../sass/modules/_anim.scss */
  .is-exiting .animated.main-title, .is-exiting .animated.description, .is-exiting .animated.label {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  /* line 143, ../sass/modules/_anim.scss */
  .is-exiting .animated.post-title, .is-exiting .animated.post-info, .is-exiting .animated.post-text {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  /* line 155, ../sass/modules/_anim.scss */
  .main-title {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  /* line 159, ../sass/modules/_anim.scss */
  .main-title.animated {
    opacity: 1;
  }

  /* line 167, ../sass/modules/_anim.scss */
  .animated.description {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  /* line 176, ../sass/modules/_anim.scss */
  .animated.label {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  /* line 181, ../sass/modules/_anim.scss */
  .animated.content-article {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
  }
  /* line 186, ../sass/modules/_anim.scss */
  .animated.post-title, .animated.post-info, .animated.post-text, .animated.sub-title {
    opacity: 0;
  }
  /* line 190, ../sass/modules/_anim.scss */
  .animated.post-info {
    -webkit-animation-delay: 0.10s;
    animation-delay: 0.10s;
  }
  /* line 194, ../sass/modules/_anim.scss */
  .animated.post-title {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
  /* line 198, ../sass/modules/_anim.scss */
  .animated.post-text, .animated.sub-title {
    -webkit-animation-delay: 0.20s;
    animation-delay: 0.20s;
  }

  /* line 208, ../sass/modules/_anim.scss */
  .ajax-on.single-post .post-title, .ajax-on.single-post.post-info, .ajax-on.single-post.post-text {
    opacity: 0;
  }

  /* line 215, ../sass/modules/_anim.scss */
  .logo-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #404040;
    overflow: hidden;
    opacity: 0;
    height: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    visibility: hidden;
  }

  .cookiebanner .logo-loading{

    z-index: -1;

  }
  /* line 231, ../sass/modules/_anim.scss */
  .logo-loading .gif-bg {
    margin: 0 auto;
    width: auto;
  }
  /* line 238, ../sass/modules/_anim.scss */
  .logo-loading.on {
    opacity: 1;
    visibility: visible;
  }
  /* line 242, ../sass/modules/_anim.scss */
  .logo-loading.on .gif-bg {
    opacity: 1;
  }
  /* line 248, ../sass/modules/_anim.scss */
  .logo-loading.on.border {
    z-index: 10;
  }
  /* line 252, ../sass/modules/_anim.scss */
  .logo-loading.on.border .logo-part {
    opacity: 0.2;
  }

  /* line 262, ../sass/modules/_anim.scss */
  .citation {
    overflow: hidden;
  }
  /* line 266, ../sass/modules/_anim.scss */
  .citation .contenu {
    transform: translateX(-1200px);
    transition: 0.3s ease all 0.2s;
  }
  /* line 273, ../sass/modules/_anim.scss */
  .citation .meta {
    transform: translateX(-700px);
    transition: 0.3s ease all 0.4s;
  }
  /* line 282, ../sass/modules/_anim.scss */
  .citation.visible .contenu {
    transform: translateX(0);
  }
  /* line 288, ../sass/modules/_anim.scss */
  .citation.visible .meta {
    transform: translateX(0);
  }
  /* line 294, ../sass/modules/_anim.scss */
  .citation.visible:before {
    bottom: 0;
  }

  /* line 308, ../sass/modules/_anim.scss */
  .flexible-layout.visible .delay-trans {
    opacity: 1;
  }

  /* line 322, ../sass/modules/_anim.scss */
  .flexible-galerie.visible .delay-trans {
    opacity: 1;
    transition-delay: 0.5s;
  }

  /* line 337, ../sass/modules/_anim.scss */
  .separator.visible:before {
    left: 0;
    right: 0;
  }

  /* line 350, ../sass/modules/_anim.scss */
  .flexible-text-img-ext .content {
    opacity: 0;
  }
  /* line 358, ../sass/modules/_anim.scss */
  .flexible-text-img-ext.position-left .img {
    transform: translateX(800px);
    transition-delay: 0.8s;
    transition-duration: .6s;
  }
  /* line 369, ../sass/modules/_anim.scss */
  .flexible-text-img-ext.position-right .img {
    transform: translateX(-800px);
    transition-delay: 0.8s;
    transition-duration: .6s;
  }
  /* line 380, ../sass/modules/_anim.scss */
  .flexible-text-img-ext.visible .content {
    opacity: 1;
  }
  /* line 388, ../sass/modules/_anim.scss */
  .flexible-text-img-ext.visible.position-left .img {
    transform: translateX(0);
  }
  /* line 398, ../sass/modules/_anim.scss */
  .flexible-text-img-ext.visible.position-right .img {
    transform: translateX(0);
  }

  /* line 412, ../sass/modules/_anim.scss */
  .flexible-img-full img {
    opacity: 0;
    transform: scale(1.3);
  }
  /* line 421, ../sass/modules/_anim.scss */
  .flexible-img-full.visible img {
    opacity: 1;
    transform: scale(1);
  }

  /* line 434, ../sass/modules/_anim.scss */
  .flexible-html .wrapper {
    opacity: 0;
  }
  /* line 442, ../sass/modules/_anim.scss */
  .flexible-html.visible .wrapper {
    opacity: 1;
  }

  /* SLIDER REF */
  .flexible-logo-ref .content {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    left: 0;
  }

  .flexible-logo-ref .content .cycle-slideshow {
    width: 100%;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translate3D(0, -100%, 0);
    -ms-transform: translate3D(0, -100%, 0);
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3D(0, 0%, 0);
    -ms-transform: translate3D(0, 0%, 0);
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
}
@-moz-keyframes slideUp-reverse {
  0% {
    -moz-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
  100% {
    -moz-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
}
@-webkit-keyframes slideUp-reverse {
  0% {
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
}
@keyframes slideUp-reverse {
  0% {
    -moz-transform: translate3D(0, 0%, 0);
    -ms-transform: translate3D(0, 0%, 0);
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
  100% {
    -moz-transform: translate3D(0, -100%, 0);
    -ms-transform: translate3D(0, -100%, 0);
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
}
@-moz-keyframes slideRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideRight-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes slideRight-reverse {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes slideRight-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideLeft-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes slideLeft-reverse {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes slideLeft-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes loadingLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loadingLeft {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes loadingLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes loadingRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loadingRight {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes loadingRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes header-ress {
  0% {
    transform: translate3D(-150px, 120px, 0);
  }
  45% {
    transform: translate3D(500px, 120px, 0) rotate(25deg);
    z-index: 1;
  }
  55% {
    z-index: 10;
    transform: translate3D(500px, 120px, 0) rotate(25deg);
  }
  100% {
    transform: translate3D(0);
    z-index: 10;
  }
}
@-webkit-keyframes header-ress {
  0% {
    transform: translate3D(-150px, 120px, 0);
  }
  45% {
    transform: translate3D(500px, 120px, 0) rotate(25deg);
    z-index: 1;
  }
  55% {
    z-index: 10;
    transform: translate3D(500px, 120px, 0) rotate(25deg);
  }
  100% {
    transform: translate3D(0);
    z-index: 10;
  }
}
@keyframes header-ress {
  0% {
    transform: translate3D(-150px, 120px, 0);
  }
  45% {
    transform: translate3D(500px, 120px, 0) rotate(25deg);
    z-index: 1;
  }
  55% {
    z-index: 10;
    transform: translate3D(500px, 120px, 0) rotate(25deg);
  }
  100% {
    transform: translate3D(0);
    z-index: 10;
  }
}
@-moz-keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes pop-2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop-2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop-2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/****
ANIMATION MENU
********/
/* line 699, ../sass/modules/_anim.scss */
.animate-parent-outToLeft .my-menu-item {
  -ms-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-ms-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 732, ../sass/modules/_anim.scss */
.animate-parent-outToRight .my-menu-item {
  -ms-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-ms-keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes parent-outToRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
/* line 763, ../sass/modules/_anim.scss */
.animate-children-inToRight .my-menu-item {
  -ms-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-ms-keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@-moz-keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes children-inToRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}

/* line 802, ../sass/modules/_anim.scss */
.animate-children-outToLeft .my-menu-item {
  -ms-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-ms-keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@-moz-keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes children-outToLeft {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}

@-ms-keyframes children-outToRight {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@-moz-keyframes children-outToRight {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes children-outToRight {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@keyframes children-outToRight {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes test {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes test {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes test {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
.slider-solution-wrapper .slider-solution {
  display: none;
  padding-left: 40px;
  padding-right: 40px;
}
.slider-solution-wrapper .flexible-overtitle {
  font-weight: bold;
}
.slider-solution-wrapper .slider-solution .slider-solution-item a {
  display: block;
  margin: 15px;
  border: 1px solid #d6d6d6;
  padding: 5px 20px;
}
.slider-solution-wrapper .slider-solution .slider-solution-item a img {
  width: 100%;
  height: auto;
}
.slider-solution-wrapper .slider-solution .slick-prev span:before {
  background: url("../images/back.svg") no-repeat center;
  content: '';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  left: 0;
  z-index: 20;
}

.slider-solution-wrapper .slider-solution .slick-prev span:hover {
  cursor: pointer;
}

.slider-solution-wrapper .slider-solution .slick-next span:before {
  background: url("../images/next.svg") no-repeat center;
  content: '';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  right: 0;
  z-index: 20;
}

.slider-solution-wrapper .slider-solution .slick-next span:hover {
  cursor: pointer;
}

/****** Style Form ******/
.newsletter-form {
  width: 100%;
  margin-top: 20px;
}
.newsletter-form > div {
  display: flex;
  justify-content: space-between;
}

.newsletter-form > div > * {
  display: inline-block;
}

@media (max-width: 767px) {
  .newsletter-form > div {
    display: block;
  }
}

.FormBloc {
  display: inline-block;
}

.newsletter-form p {
  max-width: 80%;
  font-size: 14px;
}
@media (max-width: 991px) {
  .newsletter-form p {
    max-width: 68%;
  }
}

.g-recaptcha.invalid > div {
  border: 1px solid red;
}

.container {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  margin-right: 3px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  left: 9px;
  opacity: 0;
  width: 16px !important;
  height: 16px;
  margin-top: 3px !important;
  cursor: pointer;
  z-index: 9999999 !important;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top:  3px !important;
  margin-left: 10px;
  height: 15px !important;
  width: 15px !important;
  background-color: #c0c0c0 !important;
}
@media (max-width: 600px) {
  .checkmark {
    margin-left: 0 !important;
  }
  .container input {
    left: 0 !important;
  }
  .container {
    padding-left: 22px !important;
    margin-right: 10px !important;
  }
}

/* On mouse-over */
.container:hover input ~ .checkmark {
  background-color: #000;
}

/* When the radio button is checked */
.container input:checked ~ .checkmark {
  background-color: #bb2280;
}

/* Create the indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator */
.container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #bb2280 !important;
}

/* Button Send */
.sendBtn {
  float: left;
  height: 58px;
  margin: 30px 0 !important;
}

/* Media queries */
@media only screen and (max-width: 600px) {
  .newsletter-form p { max-width: 100% !important;}
  .newsletter-form p:nth-child(2) { margin: 30px 0 30px 0 !important;}
  .bottom.reCaptchaForm { width: 90% !important; }
}


.FormBloc p {
  font-size: 12px !important;
  line-height: 14px !important;
}

.newsletter-form .FormBloc p {
  max-width: 100% !important;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top:  3px !important;
  margin-left: 10px;
  height: 15px !important;
  width: 15px !important;
  background-color: #c0c0c0 !important;
}

/* On mouse-over */
.container:hover input ~ .checkmark {
  background-color: #000;
}

/* When the radio button is checked */
.container input:checked ~ .checkmark {
  background-color: #bb2280;
}

/* Create the indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator */
.container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #bb2280 !important;
}

/* Button Send */
.sendBtn {
  float: left;
  height: 58px;
  margin: 30px 0 !important;
}

/* LP Form */
form.LP_Form textarea#description {
  margin-bottom: 0;
}

form.LP_Form p {
  margin-bottom: 5px;
}

form.LP_Form .container .checkmark {
  margin-top: 6px;
  margin-left: 10px;
  width: 12px;
  height: 12px;
}

form.LP_Form .container:nth-child(2) .checkmark {
  margin-left: 0;
}

form.LP_Form .container {
  padding-left: 30px;
}

form.LP_Form .container:nth-child(2) {
  padding-left: 20px;
}

form.LP_Form label.container {
  left: 0;
  font-size: 12px;
}

form.LP_Form label.container input {
  left: 0 !important;
}


form.LP_Form .reCaptchaForm {
  margin-top: 5px !important;
}

form.LP_Form label.container:last-child input {
  left: 10px !important;
}

form.LP_Form .sendBtn {
  margin-top: 15px !important;
}

/* Media queries */
@media only screen and (max-width: 600px) {
  .newsletter-form p { max-width: 100% !important;}
  .newsletter-form p:nth-child(2) { margin: 30px 0 30px 0 !important; }
  .bottom.reCaptchaForm { width: 90% !important; }
}

@media only screen and (max-width: 1058px) {
  .newsletter-form .FormBloc p {
    margin-right: 10px;
  }

  form.LP_Form .container {
    line-height: 18px;
  }

  .newsletter-form .FormBloc p {
    display: inline-block !important;
    width: 100% !important;
  }

  .newsletter-form .FormBloc .container input,
  .newsletter-form .FormBloc .container .checkmark {
    margin-top: 0 !important;
  }

  form.LP_Form  {
    padding-bottom: 90px !important;
  }

}
/****** End Style Form ******/


/************  AJOUT  TAKEOFFXP
***************************************/
.tax-blog-taxo .post-tags, 
.tax-blog-tag .post-tags {
	background:#fff;
	padding-bottom:40px;
}

.tax-blog-taxo .post-tags .wrapper-large, 
.tax-blog-tag .post-tags .wrapper-large {
	border-top:solid 1px #9e9e9e;
	margin:0 auto;
	padding:25px 0;
	padding-left:29px;
	background-image:url(../images/picto-tags.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.tax-blog-taxo .post-tags a, 
.tax-blog-tag .post-tags a{
	border:solid 1px #9e9e9e;	
	display:inline-block;
	color:#9b9b9b;
	font-size:12px;
	line-height:16px;
	padding:5px 10px;
	text-decoration:none;
	margin-right:10px;
}

.tax-blog-taxo .post-tags a:hover, 
.tax-blog-tag .post-tags a:hover{
	color:#fff;
	background:#bb2280;
	border-color:#bb2280;
}


/* AJOUT JC */
#cookie-law .btn {
    min-width: 40px;
}

@media only screen and (max-width: 1058px) {
    .footer .col {
        max-width: 50%;
        width: 300px;
    }

    .footer-en.footer .col,
    .footer-es.footer .col {
        width: 100%;
        max-width: 47%;
    }

    .footer-en.footer .col.footer-4,
    .footer-es.footer .col.footer-4 {
        margin-right: 6%;
        padding-right: 0;
    }

    .footer .col.tar {
        float: right;
    }

    .footer.footer-synolab .col {
        width: 50%;
        margin-bottom: 0;
    }

    .footer.footer-synolab .col:nth-of-type(even) {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
	.flexible-logo-ref a.cycle-slide{
		width:23vw;
		vertical-align:middle;
		text-align:center;
		margin:0 1vw;
	}
	
	.flexible-logo-ref a.cycle-slide figure{
		margin:0 auto;
	}

    .footer .footer-4 {
        padding-right: 10%;
    }

    .post-type-archive-blog-type .content-article-cta .content .title {
        font-size: 24px;
    }
}


@media only screen and (max-width: 600px) {
	.flexible-logo-ref a.cycle-slide{
		width:33.33vw;
		margin:0 0;
	}

    .post-type-archive-blog-type .content-article-cta .cta-blog {
        height: auto !important;
    }

    .post-type-archive-blog-type .content-article-cta .callage {
        display: none;
    }

    .footer .col {
        max-width: none;
    }

    .footer-en.footer .col.footer-4,
    .footer-es.footer .col.footer-4 {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
	.flexible-logo-ref a.cycle-slide{
		width:60vw;
		margin:0 20vw;
	}

    .footer .col.tar {
        padding-right: 0;
    }

    .footer .col.tar .social-widget {
        padding-right: 63px;
    }

    .footer-en.footer .col,
    .footer-es.footer .col {
        max-width: none;
    }

    .footer-en.footer .col.international,
    .footer-es.footer .col.international {
        padding-top: 0;
    }
}

@media only screen and (max-width: 360px) {
    .indexel-icon,
    .indexel-icon:before,
    .indexel-icon:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .indexel-icon:before {
        font-size: 18px;
    }

    .footer .button.newsletter-subscribe {
        width: 100%;
    }
}
