.Section_grille {
  background-image: url("/assets/img/backgrounds/background1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.Section_contenu-image {
  min-height: 535px;
}
@media only screen and (max-width: 800px) {
  .Section_contenu-image {
    min-height: auto;
  }
}
.Section_contenu-image .Section_col-right {
  right: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  max-width: 690px;
  height: 100%;
}
@media only screen and (max-width: 1025px) {
  .Section_contenu-image .Section_col-right {
    top: initial;
    height: auto;
    bottom: 0px;
  }
}
@media only screen and (max-width: 800px) {
  .Section_contenu-image .Section_col-right {
    max-width: 200px;
    top: initial;
    height: auto;
    z-index: -1;
    bottom: 0px;
  }
}
.Section_contenu-image .Section_col-right img {
  width: 100%;
}
.Section_slider {
  min-height: 85vh;
  height: auto;
  overflow: hidden;
  padding: 30px !important;
  padding-bottom: 60px !important;
}
.Section_slider a {
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  .Section_slider {
    min-height: 70vh;
  }
}
@media only screen and (max-width: 1100px) {
  .Section_slider {
    min-height: 80vh;
  }
}
@media only screen and (max-width: 800px) {
  .Section_slider {
    min-height: calc(100vh - 40px - 45px);
    margin-top: 40px !important;
  }
}
.Section_slider .Slider_right,
.Section_slider .Slider_left {
  position: absolute;
  z-index: 100;
  padding: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  color: #009f82;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.Section_slider .Slider_right:hover,
.Section_slider .Slider_left:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_right,
  .Section_slider .Slider_left {
    font-size: 20px;
  }
}
.Section_slider .Slider_left {
  left: 15px;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_left {
    left: 10px;
  }
}
.Section_slider .Slider_right {
  right: 15px;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_right {
    right: 10px;
  }
}
.Section_slider .Slider_container {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
}
.Section_slider .Slider_scroll {
  position: absolute;
  bottom: 0px;
  height: 25px;
  left: 50%;
  cursor: pointer;
  z-index: 100;
  width: 100%;
  background-color: #d9ebf5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_scroll {
    display: none;
  }
}
.Section_slider .Slider_scroll img {
  width: 50px;
  position: relative;
  top: -25px;
}
.Section_slider .Slider_counters {
  position: absolute;
  bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_counters {
    bottom: 30px;
  }
}
.Section_slider .Slider_counters_count {
  height: 15px;
  width: 15px;
  cursor: pointer;
  border: 2px solid #0076bc;
  margin: 0px 10px;
  border-radius: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_counters_count {
    height: 8px;
    width: 8px;
    margin: 0px 8px;
  }
}
.Section_slider .Slider_counters_count:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.Section_slider .Slider_counters_count.actif {
  background-color: #0076bc;
}
.Section_slider .Slider_slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Slider_slide {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_heading {
    width: 75% !important;
    margin: auto;
  }
}
.Section_slider .Section_col-left {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_col-left {
    display: block !important;
    height: auto !important;
  }
}
.Section_slider .Section_col-left button {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_col-left button {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media only screen and (max-height: 500px) {
  .Section_slider .Section_col-left button {
    margin-top: 10px !important;
  }
}
.Section_slider .Section_col-left h2 {
  color: #0076bc !important;
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_col-left h2 {
    font-size: 21px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-height: 500px) {
  .Section_slider .Section_col-left h2 {
    margin-top: 10px !important;
  }
}
.Section_slider .Section_col-left h3 {
  margin-top: 30px;
  color: #009f82;
  font-weight: 400;
  text-transform: none;
  font-size: 24px;
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_col-left h3 {
    font-size: 16px !important;
    margin-top: 20px;
  }
}
@media only screen and (max-height: 500px) {
  .Section_slider .Section_col-left h3 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_col-left {
    height: unset !important;
  }
}
@media only screen and (max-height: 460px) {
  .Section_slider .Section_col-left {
    padding-top: 20px;
  }
}
.Section_slider .Section_col-right {
  position: relative;
  margin-right: 0px;
  text-align: center;
  z-index: -1;
  height: 100%;
}
.Section_slider .Section_col-right img {
  position: absolute;
  top: 50%;
  display: block;
  max-height: 100%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .Section_slider .Section_col-right img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
@media only screen and (max-width: 800px) {
  .Section_slider .Section_col-right {
    position: relative;
    height: unset;
    width: 100%;
    justify-self: flex-end;
    margin-bottom: 0px;
    margin-top: auto;
  }
  .Section_slider .Section_col-right img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 40px;
    height: 100% !important;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.Section_slider .Section_col-right img {
  width: auto;
  height: 100%;
}
.index .Section:nth-child(odd) {
  z-index: 0;
}
.index .Section:nth-child(even) {
  background-color: #d9ebf5;
  z-index: 1;
}
.index .Section:nth-child(even) .Article_key-number_title {
  color: #009f82;
}
.no-result {
  padding: 20px;
  display: none;
}
.form-bloc.form-search {
  width: 30%;
  background-color: #f0f3f8;
  padding: 10px;
  margin: 0px 0px 5px 0px;
  float: right;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
  .form-bloc.form-search {
    width: 100%;
    float: none;
  }
}
.form-bloc.form-search input[type="text"] {
  border: 1px solid #959aa0;
  width: 100%;
  display: block;
}
.form-bloc.form-search select {
  margin-top: 10px;
  display: block;
  width: 100%;
  background: #fff;
}
.Articles_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .Articles_container {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.Articles_container a {
  text-decoration: none;
  color: inherit;
}
.Article_content-padding {
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Article {
  position: relative;
  width: 100%;
  max-width: 460px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px 8px;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 30px;
  margin-top: 0px;
}
.Article_domaine {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 21px;
}
.Article_title {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.Article_link {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .Article {
    width: 100% !important;
  }
  .Article button {
    font-size: 14px !important;
  }
}
.Article_blog {
  width: 27.33%;
  min-width: 320px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #f0f3f8;
  -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .Article_blog {
    width: 45%;
  }
}
@media only screen and (max-width: 800px) {
  .Article_blog {
    height: auto;
    min-width: auto;
  }
}
.Article_blog .Article_content-padding {
  height: auto;
  width: 100%;
  margin: 0px 0px auto 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1025px) {
  .Article_blog .Article_content-padding {
    height: auto;
  }
}
.Article_blog .Article_desc {
  font-size: 16px !important;
  line-height: 21px !important;
}
.Article_blog p {
  font-size: 16px !important;
  line-height: 21px !important;
}
.Article_blog i,
.Article_blog em {
  font-size: 12px !important;
  line-height: 16px !important;
}
.Article_blog b,
.Article_blog strong {
  font-weight: 600;
}
.Article_blog a {
  width: 100%;
}
.Article_blog button {
  justify-self: flex-end;
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0px auto 20px auto !important;
}
@media only screen and (max-width: 1025px) {
  .Article_blog button {
    margin-top: 30px !important;
  }
}
.Article_blog .Article_author {
  font-size: 14px;
  margin-top: 0px;
}
.Article_blog .Article_author-role {
  font-size: 14px;
}
.Article_blog .Article_title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .Article_blog .Article_title {
    margin-bottom: 15px;
  }
}
.Article_blog:hover {
  -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0);
  box-shadow: 0 0 4px 0px rgba(0,0,0,0);
}
.Article_blog:hover .Article_picture:before {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.Article_blog:hover .Article_picture:after {
  height: 100%;
}
.Article_blog .Article_picture {
  width: 100%;
  padding-bottom: 55%;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-position: center;
}
.Article_blog .Article_picture:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  width: 100%;
  pointer-events: none;
  touch-action: none;
  height: 100%;
  background-color: #0076bc;
}
.Article_blog .Article_picture:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  width: 100%;
  pointer-events: none;
  touch-action: none;
  height: 0%;
  background-image: -webkit-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -moz-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -o-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -ms-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: linear-gradient(#009f82, rgba(255,255,255,0));
}
.Article_video {
  width: 44%;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
  padding: 40px 25px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.Article_video:hover {
  -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0);
  box-shadow: 0 0 4px 0px rgba(0,0,0,0);
}
.Article_video:hover .Article_picture_icone {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.Article_video:hover .Article_picture:before {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.Article_video:hover .Article_picture:after {
  height: 100%;
}
.Article_video .Article_picture {
  margin-top: 25px;
  width: 100%;
  height: 320px;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-position: center;
}
.Article_video .Article_picture_icone {
  position: relative;
  margin: auto;
  width: 130px;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Article_video .Article_picture:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  width: 100%;
  pointer-events: none;
  touch-action: none;
  height: 100%;
  background-color: #0076bc;
}
.Article_video .Article_picture:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  width: 100%;
  pointer-events: none;
  touch-action: none;
  height: 0%;
  background-image: -webkit-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -moz-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -o-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -ms-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: linear-gradient(#009f82, rgba(255,255,255,0));
}
.Article_key-number {
  max-width: 330px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Article_key-number p {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .Article_key-number {
    max-width: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .Article_key-number {
    margin-bottom: 60px;
  }
}
.Article_key-number_title {
  font-size: 48px;
  color: #0076bc;
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .Article_key-number_title {
    line-height: 39px;
    font-size: 36px;
  }
}
.Article_key-number_picture {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Article_key-number_picture img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Section_simple .Section_close {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 8px 20px;
  background-color: rgba(255,255,255,0.5);
  color: #009f82;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Section_simple .Section_close i {
  margin-right: 8px;
}
.Section_simple .Section_close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.Section_simple .Section_content {
  padding: 90px 50px 0px 50px;
  text-align: left;
  margin: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.Section_simple .Section_content_middle {
  height: auto;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.Section_simple .Section_content:after {
  content: '';
  height: 50px;
  display: block;
}
.Section_simple .Section_content .Section_text {
  font-size: 18px;
  margin-top: 40px;
  line-height: 23px;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text {
    font-size: 16px;
    line-height: 21px;
  }
}
.Section_simple .Section_content .Section_text img {
  max-width: 100%;
}
.Section_simple .Section_content .Section_text h1 {
  font-weight: 600 !important;
  font-size: 24px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: unset !important;
  line-height: auto !important;
  color: #0076bc !important;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text h1 {
    font-size: 19px !important;
  }
}
.Section_simple .Section_content .Section_text h2 {
  font-weight: 800 !important;
  font-size: 21px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: unset !important;
  line-height: auto !important;
  color: #009f82 !important;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text h2 {
    font-size: 18px !important;
  }
}
.Section_simple .Section_content .Section_text h3 {
  font-weight: 800 !important;
  font-size: 20px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: unset !important;
  line-height: auto !important;
  color: #959aa0 !important;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text h3 {
    font-size: 17px !important;
  }
}
.Section_simple .Section_content .Section_text h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0px !important;
  text-transform: unset !important;
  line-height: auto !important;
  color: #0076bc !important;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text h4 {
    font-size: 17px !important;
  }
}
.Section_simple .Section_content .Section_text a {
  color: #009f82;
  font-weight: bold;
}
.Section_simple .Section_content .Section_text h5 {
  font-weight: 600 !important;
  font-size: 18px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: unset !important;
  margin: 0px !important;
  line-height: auto !important;
  color: #009f82 !important;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text h5 {
    font-size: 16px !important;
  }
}
.Section_simple .Section_content .Section_text h6 {
  font-weight: 600 !important;
  font-size: 18px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: unset !important;
  line-height: auto !important;
  color: #0076bc !important;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content .Section_text h6 {
    font-size: 16px !important;
  }
}
.Section_simple .Section_content .Section_text button,
.Section_simple .Section_content .Section_text .cta {
  margin-left: unset;
  margin-right: unset;
}
.Section_simple .Section_content .Section_text ul {
  list-style: initial !important;
  margin: initial;
  margin-left: 20px;
}
.Section_simple .Section_content .Section_text ul li {
  margin: initial;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: inherit;
  line-height: inherit;
}
.Section_simple .Section_content .Section_text blockquote {
  font-size: 12px;
  line-height: auto !important;
}
.Section_simple .Section_content .Section_text video {
  width: 100% !important;
  max-width: 560px;
  height: auto !important;
  margin: 20px 0px;
}
.Section_simple .Section_content .Section_text iframe,
.Section_simple .Section_content .Section_text object,
.Section_simple .Section_content .Section_text embed {
  max-width: 560px;
  width: 100% !important;
  height: 100% !important;
  max-height: 315px;
  min-height: 155px;
  margin: 20px 0px;
  cursor: pointer;
}
@media only screen and (max-width: 1180px) {
  .Section_simple .Section_content .Section_text iframe,
  .Section_simple .Section_content .Section_text object,
  .Section_simple .Section_content .Section_text embed {
    max-height: 225px;
  }
}
@media only screen and (max-width: 770px) {
  .Section_simple .Section_content .Section_text iframe,
  .Section_simple .Section_content .Section_text object,
  .Section_simple .Section_content .Section_text embed {
    max-height: 315px;
  }
}
@media only screen and (max-width: 380px) {
  .Section_simple .Section_content .Section_text iframe,
  .Section_simple .Section_content .Section_text object,
  .Section_simple .Section_content .Section_text embed {
    max-height: 185px;
  }
}
@media only screen and (max-width: 330px) {
  .Section_simple .Section_content .Section_text iframe,
  .Section_simple .Section_content .Section_text object,
  .Section_simple .Section_content .Section_text embed {
    max-height: 155px;
  }
}
.Section_simple .Section_content .Section_text ol {
  list-style: decimal !important;
  margin: initial;
  margin-left: 20px;
}
.Section_simple .Section_content .Section_text u {
  text-decoration: underline !important;
}
.Section_simple .Section_content .Section_text b,
.Section_simple .Section_content .Section_text strong {
  font-weight: 800 !important;
}
.Section_simple .Section_content .Section_text i,
.Section_simple .Section_content .Section_text em {
  font-style: italic !important;
}
.Section_simple .Section_content .Section_text li.dashed-list {
  list-style: none !important;
  margin-left: 20px;
}
.Section_simple .Section_content .Section_text li.dashed-list:before {
  content: "-";
  position: absolute;
/*change margin to move dash around*/
  margin-left: -1em;
}
.Section_simple .Section_content .infos {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px;
  margin-top: 15px;
}
.Section_simple .Section_content .mentions {
  margin-top: 15px;
  border: 1px solid #959aa0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.Section_simple .Section_content .mentions p {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 16px;
}
.Section_simple .Section_content .mentions p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
  .Section_simple .Section_content {
    padding: 50px 50px 100px 50px;
    height: auto;
    overflow-y: visible;
  }
}
.Section_simple .Section_content p:last-child {
  margin-bottom: 80px;
}
.Section_simple .Section_content h2,
.Section_simple .Section_content h3 {
  text-transform: uppercase;
}
.Table {
  width: 100%;
  font-size: 16px;
}
.Table.Medicaments_table .Table_entry {
  cursor: pointer;
}
.Table.Medicaments_table .Table_entry:hover {
  background-color: #0076bc;
  color: #fff !important;
}
.Table.Medicaments_table .Table_entry:hover strong {
  color: #fff !important;
}
.Table.Medicaments_table .Table_entry.is-inactive {
  display: none;
}
.Table.Medicaments_table .Table_entry td .fas {
  cursor: pointer;
}
.Table.Medicaments_table .Table_entry_recent {
  background-color: #009f82;
}
.Table.Medicaments_table .Table_entry_recent td {
  color: #fff;
}
.Table.Medicaments_table .Table_entry_recent strong {
  color: #fff;
}
.Table_header {
  cursor: pointer;
}
.Table_header .fas {
  display: block;
}
@media only screen and (max-width: 975px) {
  .Table_header {
    display: none !important;
  }
}
.Table strong {
  color: #0076bc;
  font-weight: 600;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
}
.Table td {
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  padding: 20px 5px;
}
.Table td span {
  display: none;
}
@media only screen and (max-width: 975px) {
  .Table td {
    display: block;
    border: 0px;
    padding: 3px 0px !important;
    text-align: left;
  }
  .Table td img {
    margin-bottom: 15px;
  }
  .Table td span {
    display: contents;
    font-weight: 600;
  }
  .Table td span br {
    display: block;
  }
  .Table td br {
    display: none;
  }
  .Table td b {
    font-weight: 400;
  }
}
@media only screen and (max-width: 975px) {
  .Table tr {
    padding: 15px 20px;
    margin-bottom: 15px;
    width: calc(100vw - 140px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.Table td.illustration {
  padding: 0px !important;
  text-align: center !important;
}
.Table td.illustration div {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 975px) {
  .Table td.illustration div {
    display: none;
  }
}
.Table td.illustration img {
  max-height: 45px;
  max-width: 175px;
  display: none;
}
@media only screen and (max-width: 975px) {
  .Table td.illustration img {
    display: inline;
  }
}
.Table th {
  background-color: #0076bc;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
.Table tr:nth-child(odd) {
  background-color: #d9ebf5;
}
.Table tr:nth-child(even) {
  background-color: #f0f3f8;
}
.Table_dci {
  width: 15%;
}
.Table_illustration {
  width: 15%;
}
.Table_dosage {
  width: 10%;
}
.Table_conditionnement {
  width: 10%;
}
.Table_aire {
  width: 15%;
}
.Table_princeps {
  width: 10%;
}
.Table_tarif {
  width: 10%;
}
.Table_cat {
  width: 5%;
}
footer#footer {
  position: relative;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + (50px * 2));
}
@media only screen and (max-width: 800px) {
  footer#footer {
    width: 100%;
    margin-left: 0px;
    font-size: 13px;
  }
}
footer#footer .Footer_more {
  text-align: center;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  background-color: #d9ebf5;
}
footer#footer .Footer_mentions {
  text-align: center;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}
footer#footer .Footer_nav {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0076bc;
  text-align: center;
  color: #fff;
  padding: 15px;
}
footer#footer .Footer_nav li {
  display: inline-block;
}
footer#footer .Footer_nav li a {
  text-decoration: none;
  color: #fff;
}
header#header {
  position: relative;
  width: 100%;
  z-index: 1000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1120px) {
  header#header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
}
header#header .Header_mobile {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: absolute;
  display: none;
  top: 0px;
  background-color: #009f82;
  border-bottom: 4px solid #009f82;
  left: 0px;
  right: 0px;
  height: 40px;
}
@media only screen and (max-width: 1120px) {
  header#header .Header_mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
header#header .Header_mobile li {
  color: #009f82;
  position: relative;
  width: auto;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header#header .Header_mobile li button {
  padding: 5px 15px !important;
  background: #fff !important;
  border: 0px !important;
  font-size: 15px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  color: #0076bc !important;
}
header#header .Header_mobile li:first-child {
  width: 100px;
  height: 100%;
}
header#header .Header_mobile li:first-child,
header#header .Header_mobile li:last-child {
  padding: 10px;
  min-width: 40px;
  text-align: center;
  color: #009f82 !important;
  background-color: #fff;
}
header#header .Header_mobile li:first-child img,
header#header .Header_mobile li:last-child img {
  width: 100%;
}
header#header .Header_panel {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + (50px * 2));
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 1120px) {
  header#header .Header_panel {
    height: calc(100vh - 40px);
    width: 100%;
    margin-left: 0px;
    top: initial;
    bottom: 0px;
    position: fixed;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
header#header .Header_nav.is-focus .Header_panel {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav.is-focus .Nav {
    display: block;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
header#header .Header_nav.is-focus ul #nav-contact {
  border-color: #959aa0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
header#header .Header_nav.is-focus ul #nav-account {
  background-color: #0076bc;
  color: #fff;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
header#header .Header_nav.is-focus ul li {
  color: #959aa0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
header#header .Header_nav.active {
  color: #009f82;
}
header#header .Header_nav .Nav_sublist {
  position: absolute;
  left: 0px;
  padding: 30px 10px 10px 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  touch-action: none;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav_sublist {
    position: relative;
    padding: 0px;
    height: 0px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
header#header .Header_nav .Nav_sublist li,
header#header .Header_nav .Nav_sublist a {
  color: #959aa0;
  text-transform: none;
}
header#header .Header_nav .Nav_sublist li:hover,
header#header .Header_nav .Nav_sublist a:hover {
  color: #009f82;
}
header#header .Header_nav .Nav_sublist li {
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: 400 !important;
}
header#header .Header_nav .Nav_sublist li i {
  display: none !important;
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav_sublist li {
    white-space: initial !important;
    margin: 0px !important;
    border: 0px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 10px 0px !important;
  }
  header#header .Header_nav .Nav_sublist li:first-child,
  header#header .Header_nav .Nav_sublist li:last-child {
    display: block !important;
  }
}
header#header .Header_nav .Nav_sublist a {
  text-decoration: none;
  font-weight: 400 !important;
}
header#header .Header_nav .Nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header#header .Header_nav .Nav_item {
  padding-top: 10px !important;
}
header#header .Header_nav .Nav_item a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: calc(100vh - 60px);
    overflow-y: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 60px;
    -webkit-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: 40px;
    padding-top: 30px;
    display: none;
    width: 100vw;
  }
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav li:first-child,
  header#header .Header_nav .Nav li:last-child {
    display: none;
  }
}
header#header .Header_nav .Nav li i.fa-caret-right {
  display: none;
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav li i.fa-caret-right {
    position: absolute;
    display: block;
    top: 19px;
    font-size: 22px;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    right: 0px;
  }
}
header#header .Header_nav .Nav li {
  font-size: 17px;
  color: #fff;
  padding: 0px 10px;
  -webkit-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1335px) {
  header#header .Header_nav .Nav li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1225px) {
  header#header .Header_nav .Nav li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav li {
    font-size: 18px;
    border-bottom: 1px solid #959aa0;
    color: #959aa0;
    width: 100%;
    padding: 20px 0px !important;
  }
}
@media only screen and (min-width: 1120px) {
  header#header .Header_nav .Nav li:hover,
  header#header .Header_nav .Nav li:hover.is-active {
    color: #009f82;
  }
}
header#header .Header_nav .Nav li:hover:after,
header#header .Header_nav .Nav li.is-focus:after {
  background-color: #009f82 !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav li:hover:after,
  header#header .Header_nav .Nav li.is-focus:after {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  header#header .Header_nav .Nav li:hover .Nav_sublist,
  header#header .Header_nav .Nav li.is-focus .Nav_sublist {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    visibility: visible;
    pointer-events: auto;
    touch-action: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    height: auto;
  }
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav li:hover .Nav_sublist li,
  header#header .Header_nav .Nav li.is-focus .Nav_sublist li {
    padding: 10px 0px !important;
  }
}
header#header .Header_nav .Nav li.is-focus {
  font-weight: 600;
  color: #009f82;
}
header#header .Header_nav .Nav li.is-focus i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
header#header .Header_nav .Nav li.is-focus .Nav_sublist {
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  visibility: visible;
  pointer-events: auto;
  touch-action: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
header#header .Header_nav .Nav li.active {
  font-weight: 600;
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav li.active {
    color: #009f82;
  }
}
header#header .Header_nav .Nav li.active:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
header#header .Header_nav .Nav li.active .Nav_sublist li,
header#header .Header_nav .Nav li.active .Nav_sublist a {
  font-weight: 400 !important;
}
header#header .Header_nav .Nav #nav-contact {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #fff;
}
header#header .Header_nav .Nav #nav-contact a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1335px) {
  header#header .Header_nav .Nav #nav-contact {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1225px) {
  header#header .Header_nav .Nav #nav-contact {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav #nav-contact {
    font-size: 18px;
    border: 1px solid #0076bc;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 15px 20px !important;
    border-color: #0076bc !important;
    color: #0076bc;
    width: auto !important;
    margin-top: 20px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
}
header#header .Header_nav .Nav #nav-contact:hover {
  color: #009f82;
  background-color: #fff;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  border-color: transparent;
}
header#header .Header_nav .Nav #nav-account {
  background-color: #fff;
  color: #0076bc;
  padding: 5px 15px;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  margin-top: 10px;
  -webkit-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  border: 0px solid #fff;
  cursor: pointer;
  border-radius: 30px;
}
@media only screen and (max-width: 1335px) {
  header#header .Header_nav .Nav #nav-account {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1225px) {
  header#header .Header_nav .Nav #nav-account {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1120px) {
  header#header .Header_nav .Nav #nav-account {
    font-size: 18px;
    display: none;
  }
}
header#header .Header_nav .Nav #nav-logo {
  width: 160px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
header#header .Header_nav .Nav #nav-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header#header .Header_nav .Nav #nav-logo img {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header#header .Account_panel {
  width: 280px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 20px !important;
  border: 2px solid #fff !important;
  background: -webkit-linear-gradient(#009f82, #0076bc);
  background: -moz-linear-gradient(#009f82, #0076bc);
  background: -o-linear-gradient(#009f82, #0076bc);
  background: -ms-linear-gradient(#009f82, #0076bc);
  background: linear-gradient(#009f82, #0076bc);
  color: #fff !important;
  left: initial !important;
  text-align: center !important;
  right: -30px;
  margin-top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  overflow: none;
  height: auto;
  max-height: calc(100vh - 30px);
  touch-action: none;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  position: absolute;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 1120px) {
  header#header .Account_panel {
    margin-top: 0px;
    z-index: -1;
    position: fixed !important;
    width: 100vw !important;
    border: 0px !important;
    right: 0px;
    left: 0px;
  }
}
header#header .Account_panel.is-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  pointer-events: auto;
  touch-action: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
header#header .Account_panel .mentions {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 15px 0px 8px 0px !important;
}
header#header .Account_panel .logo {
  padding: 5px 5px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 30px;
  background-color: #f0f3f8;
}
header#header .Account a {
  text-decoration: intiial !important;
  font-size: 14px !important;
  display: inline-block !important;
  text-transform: initial !important;
  color: #fff !important;
}
header#header .Account p {
  font-weight: 600 !important;
  text-transform: initial !important;
  font-size: 15px !important;
  line-height: 17px !important;
}
@media only screen and (max-width: 800px) {
  header#header .Account p span {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 20px !important;
  }
}
header#header .Account p.Account_title {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  header#header .Account p.Account_title {
    display: none;
  }
}
header#header .Account .Account_info a {
  text-align: center;
  margin-top: 10px;
}
header#header .Account input[type="submit"],
header#header .Account button {
  width: auto;
  background-color: #fff;
  cursor: pointer;
  color: #0076bc;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px !important;
  margin: auto;
  margin-top: 10px;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 600;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
header#header .Account input[type="submit"]:hover,
header#header .Account button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
header#header .Account input[type="submit"].newsletter,
header#header .Account button.newsletter,
header#header .Account input[type="submit"].groupement,
header#header .Account button.groupement,
header#header .Account input[type="submit"].compte,
header#header .Account button.compte {
  font-size: 14px !important;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
header#header .Account input[type="submit"].compte,
header#header .Account button.compte {
  margin-bottom: 30px;
}
header#header .Account .logout {
  position: relative;
  width: 100%;
}
header#header .Account .logout:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
header#header .Account .Account_form {
  margin: 15px 0px;
  padding: 15px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
header#header .Account .Account_form p {
  margin-bottom: 15px;
}
header#header .Account .Account_form input {
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  border: 0px !important;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  header#header .Account .Account_form input {
    font-size: 14px;
  }
}
header#header .Account .Account_form input[type="checkbox"] {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  margin-bottom: 0px !important;
}
header#header .Account .Account_form label {
  text-transform: initial !important;
  font-size: 14px !important;
  vertical-align: middle !important;
}
header#header .Account .Account_form a {
  text-align: left !important;
  font-weight: bold !important;
}
header#header .Account .Account_form .input-box {
  margin-top: 15px;
}
#nav-logo-mobile {
  pointer-events: auto;
  touch-action: auto;
  display: block;
}
.Popin {
  position: fixed;
  z-index: 2000;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  pointer-events: none;
  touch-action: none;
}
@media only screen and (max-width: 975px) {
  .Popin strong {
    display: block;
  }
}
.Popin hr {
  margin-bottom: 20px;
  margin-top: 20px;
}
.Popin.is-open {
  visibility: visible;
  pointer-events: auto;
  touch-action: auto;
}
.Popin.is-open .Popin_cache {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.Popin.is-open .Popin_container {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Popin_close {
  position: absolute;
  top: -40px;
  left: 0px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Popin_close i {
  font-size: 30px;
  margin-right: 8px;
}
.Popin_close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.Popin_player {
  width: 100%;
  height: 100%;
}
.Popin_player * {
  width: 100%;
  height: 100%;
}
.Popin_declaration .Popin_container {
  width: 500px;
  height: auto;
  background: #fff;
}
.Popin_declaration .Popin_container .Popin_content {
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Popin_declaration .Popin_container .Popin_content p {
  color: #0076bc;
  font-size: 23px;
  line-height: 1.5em;
}
.Popin_cache {
  background-color: #0076bc;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  right: 0px;
  bottom: 0px;
  width: 100%;
  touch-action: none;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.Popin_container {
  background-color: #000;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  max-height: 630px;
  -webkit-transform: scale(0.9v);
  -moz-transform: scale(0.9v);
  -o-transform: scale(0.9v);
  -ms-transform: scale(0.9v);
  transform: scale(0.9v);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 600px) {
  .Popin_container {
    max-height: 70vh;
  }
}
.Popin_content {
  width: 100%;
  height: 100%;
}
.Popin_medoc .Popin_content {
  max-height: 80vh;
  max-width: 680px;
  overflow-y: auto;
  height: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .Popin_medoc .Popin_content {
    width: 100%;
    max-width: 300px;
    max-height: 70vh;
  }
}
.Popin_medoc .Popin_container {
  background-color: #fff;
  padding: 20px 0px;
  width: auto;
  height: auto;
  text-align: left;
  max-width: none !important;
  max-height: none !important;
}
.Popin_medoc .Popin_container table {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 975px) {
  .Popin_medoc .Popin_container table tr {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .Popin_medoc .Popin_container table td {
    font-size: 14px;
  }
}
.Popin_medoc .Popin_container table td {
  padding: 20px 10px !important;
}
@media only screen and (max-width: 800px) {
  .Popin_medoc .Popin_container table td {
    padding: 0px !important;
  }
}
.Popin_medoc .Popin_container table td:first-child {
  text-align: center;
}
@media only screen and (max-width: 975px) {
  .Popin_medoc .Popin_container table td:first-child {
    text-align: left;
  }
}
.Medoc_labels {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.Medoc_labels img {
  height: 50px;
  margin-right: 10px;
}
.Medoc_preview,
.Medoc_previewMedoc {
  vertical-align: middle;
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 240px;
}
@media only screen and (max-width: 975px) {
  .Medoc_preview,
  .Medoc_previewMedoc {
    display: block;
    max-width: 100%;
    margin: auto;
  }
}
.Medoc_code {
  width: 140px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 975px) {
  .Medoc_code {
    width: 120px;
    display: block;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.Medoc_infos {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 975px) {
  .Medoc_infos {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.Medoc_aire,
.Medoc_dimensions {
  display: block;
}
.Medoc_dci {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
*:focus {
  outline: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  background-color: #0076bc;
  margin: 0px;
  height: auto;
  width: 100vw;
  overflow-x: hidden;
  color: #959aa0;
  max-width: 100vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
  }
}
body:before {
  position: absolute;
  background: -webkit-linear-gradient(#009f82, #0076bc);
  background: -moz-linear-gradient(#009f82, #0076bc);
  background: -o-linear-gradient(#009f82, #0076bc);
  background: -ms-linear-gradient(#009f82, #0076bc);
  background: linear-gradient(#009f82, #0076bc);
  content: '';
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  touch-action: none;
}
@media only screen and (max-width: 800px) {
  body:before {
    display: none;
  }
}
body input,
body textarea {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
body p {
  font-size: 18px;
  line-height: 23px;
}
@media only screen and (max-width: 800px) {
  body p {
    font-size: 16px;
    line-height: 21px;
  }
}
body #site-container {
  width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 50px;
}
@media only screen and (max-width: 800px) {
  body #site-container {
    padding: 0px 0px;
  }
}
body .inline {
  display: inline-block;
  vertical-align: middle;
}
body hr {
  margin: 40px 0px;
}
body h2 {
  font-weight: 200;
  font-size: 51px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 800px) {
  body h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
body h3 {
  font-weight: 600;
  font-size: 31px;
  color: #009f82;
}
@media only screen and (max-width: 800px) {
  body h3 {
    font-size: 24px;
  }
}
body h4 {
  font-weight: 600;
  font-size: 24px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  color: #0076bc;
  line-height: 1.3em;
}
@media only screen and (max-width: 800px) {
  body h4 {
    font-size: 19px;
  }
}
body h5 {
  font-size: 30px;
  color: $grey;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.3em;
}
@media only screen and (max-width: 800px) {
  body h5 {
    font-size: 21px;
  }
}
body .ScrollTop {
  position: fixed;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 5px;
  border-radius: 50%;
  background-image: url("/assets/img/icones/scroll-ico.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: n-resize;
  z-index: 5;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
body .ScrollTop:hover {
  -webkit-transform: rotate(180deg) scale(0.88);
  -moz-transform: rotate(180deg) scale(0.88);
  -o-transform: rotate(180deg) scale(0.88);
  -ms-transform: rotate(180deg) scale(0.88);
  transform: rotate(180deg) scale(0.88);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body .cta_min {
  font-size: 16px;
  font-weight: 800;
  color: #009f82;
  margin-top: -5px;
  margin-bottom: 20px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
body .cta_min:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
body .cta,
body .Section_content button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 10px 25px;
  display: table;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-color: #0076bc;
  text-decoration: none;
  margin: auto;
  background-image: -webkit-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -moz-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -o-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: -ms-linear-gradient(#009f82, rgba(255,255,255,0));
  background-image: linear-gradient(#009f82, rgba(255,255,255,0));
  position: relative;
  border-radius: 30px;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
body .cta-left,
body .Section_content button-left {
  display: inline-block;
}
body .cta:after,
body .Section_content button:after {
  content: '';
  height: calc(100% + 10px);
  border-radius: 30px;
  width: calc(100% + 10px);
  border: 5px solid #fff;
  top: -5px;
  left: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
body .cta:hover,
body .Section_content button:hover {
  background-color: #009f82;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
body.a {
  color: #fff;
}
body img {
  pointer-events: none;
touch-action
}
body #main {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  min-height: calc(100vh - 55px - 210px);
}
body .Section {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  padding: 70px 50px;
}
body .Section_full {
  margin-left: -50px;
  overflow: hidden;
  width: calc(100% + (50px * 2));
}
@media only screen and (max-width: 800px) {
  body .Section_full {
    margin-left: initial;
    width: 100%;
  }
}
body .Section_col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body .Section_col-left {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body .Section_col-left.text-content {
  background-color: #f0f3f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  body .Section_col-left.text-content {
    height: auto !important;
    padding: 0px !important;
  }
}
body .Section_col-left.text-content .Section_content {
  height: auto;
  overflow: auto;
}
body .Section_col-left.text-content .Section_content h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  body .Section_col-left.text-content .Section_content {
    padding-top: 90px;
    padding-bottom: 0px;
    text-align: center;
  }
  body .Section_col-left.text-content .Section_content p:last-child {
    margin-bottom: 0px !important;
  }
}
body .Section_col-left,
body .Section_col-right {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  body .Section_col-left,
  body .Section_col-right {
    width: 100%;
  }
}
body .Section_with-background {
  background-image: url("/assets/img/backgrounds/background1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
body .Section_with-padding {
  padding-top: 90px;
  padding-bottom: 60px;
}
body .Section_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body .Section_simple {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: calc(100vh - 80px);
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 0px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  body .Section_simple {
    display: block;
    height: auto;
  }
}
body .Section_simple .Section_col-left {
  width: 420px;
  min-width: 420px;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  body .Section_simple .Section_col-left {
    width: 100%;
    min-width: auto;
    margin-top: 40px;
    padding-bottom: 55%;
    height: unset;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
body .Section_simple .Section_col-right {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  body .Section_simple .Section_col-right {
    height: auto;
    overflow: auto;
  }
}
body .Section_heading h2,
body .Section_heading h3 {
  text-transform: uppercase;
}
body .Section_heading h3 {
  margin-top: 10px;
}
body .Section_heading .Section_heading_intro {
  font-size: 20px;
  padding-top: 30px;
  margin-top: 30px;
  line-height: 30px;
  position: relative;
}
body .Section_heading .Section_heading_intro p {
  font-size: 20px;
  line-height: 30px;
}
body .Section_heading .Section_heading_intro p a {
  text-decoration: none;
  font-weight: bold;
}
body .Section_heading .Section_heading_intro:before {
  border-top: 2px solid #009f82;
  position: absolute;
  width: 260px;
  top: 0px;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .Section_heading,
body .Section_content {
  text-align: center;
  position: relative;
  width: 100%;
}
body .Section_content {
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  body .Section_content {
    margin-top: 40px;
  }
}
.CIP-recent {
  padding: 20px;
  text-align: right;
}
.CIP-recent:before {
  content: ' ';
  background-color: #009f82;
  width: 30px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
}
.col-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (max-width: 1435px) {
  .col-form {
    display: block;
  }
}
.form-section {
  margin: 15px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1435px) {
  .form-section {
    margin: 0px 0px 15px 0px;
  }
}
.form-section h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0076bc;
}
sup {
  vertical-align: super;
  font-size: small;
}
.form-bloc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 15px;
  padding: 0px 10px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.form-bloc.hidden {
  display: none;
}
@media only screen and (max-width: 800px) {
  .form-bloc {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-bloc input,
.form-bloc textarea {
  width: calc(100% - 210px);
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cfd3da;
  font-size: 14px;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.form-bloc input:focus,
.form-bloc textarea:focus {
  border-color: #0076bc;
}
@media only screen and (max-width: 800px) {
  .form-bloc input,
  .form-bloc textarea {
    width: 100%;
    margin-top: 3px;
  }
}
.form-bloc textarea {
  min-width: calc(100% - 155px);
  width: calc(100% - 155px);
  height: 100px;
  max-width: calc(100% - 155px);
}
@media only screen and (max-width: 800px) {
  .form-bloc textarea {
    min-width: 100%;
    width: 100%;
    height: 120px;
    max-width: 100%;
  }
}
.form-bloc input[type=checkbox] {
  width: auto;
  padding: 0px;
  margin: 0px;
}
.form-bloc label sup {
  color: #009f82;
  vertical-align: super;
  font-size: 14px;
}
.form-bloc p {
  margin-top: 0px !important;
  margin-right: 10px;
  width: 200px;
  max-width: 200px;
}
.form-bloc .radio-bloc label {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.form-bloc .radio-bloc input {
  padding: 0px;
  width: auto;
}
.form-bloc.checkbox-bloc input {
  width: auto;
  margin-top: 8px;
  margin-right: 10px;
}
.form-bloc.checkbox-bloc p {
  width: auto;
  margin-bottom: 0px !important;
}
.form-bloc.form-bloc-textarea {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-bloc.form-bloc-textarea label,
.form-bloc.form-bloc-textarea p,
.form-bloc.form-bloc-textarea textarea {
  max-width: 100%;
  width: 100%;
  line-height: 1.5em !important;
}
.form-bloc.form-bloc-checkbox p,
.form-bloc.form-bloc-checkbox input {
  width: auto;
  line-height: 1.5em;
  margin: 0px !important;
}
.important {
  color: #0076bc;
}
.form-request-types {
  margin: 30px 0px 60px 0px;
}
.form-request-types li {
  margin: 20px 0px;
}
.form-request-types li .radio-content {
  height: 0;
  margin: 0px;
  background-color: #f0f3f8;
  overflow: hidden;
}
.form-request-types li .radio-content label {
  font-size: 0.9em;
  line-height: 37px;
}
.form-request-types li input[type="radio"]:checked ~ .radio-content {
  padding: 5px;
  margin: 10px 0px;
  height: auto;
}
.form-files {
  margin: 10px 0px;
  background-color: #f0f3f8;
  padding: 5px;
}
.form-files.hidden {
  display: none;
}
.Button_Login {
  color: #009f82;
  text-decoration: underline;
  cursor: pointer;
}
a {
  color: #009f82;
}
.cc-message {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 10px;
  padding-right: 50px;
}
.groupment-info {
  color: #0076bc;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */