/*************************
    Spaces & layout
*************************/
/*************************
    Typography
*************************/
/*************************
    Colors
*************************/
/*************************
    Animation
*************************/
/*************************
    Functions
*************************/
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.home .values__items:nth-child(even) p, .randomKeyFeatures .values__items:nth-child(even) p {
  color: #8b9093;
}

@media screen and (max-width: 48rem) {
  .home .values__items:nth-child(odd):nth-child(3), .randomKeyFeatures .values__items:nth-child(odd):nth-child(3) {
    background: #fff;
  }
  .home .values__items:nth-child(odd):nth-child(3) strong, .randomKeyFeatures .values__items:nth-child(odd):nth-child(3) strong {
    color: #8cc041;
  }
  .home .values__items:nth-child(odd):nth-child(3) p, .randomKeyFeatures .values__items:nth-child(odd):nth-child(3) p {
    color: #8b9093;
  }
  .home .values__items .column.column--2 .content__big-title, .randomKeyFeatures .values__items .column.column--2 .content__big-title {
    font-size: 1.8rem;
  }
}

#home_map {
  width: 100%;
  height: 100%;
  height: calc(100% - 18px);
  display: block;
}

@media screen and (max-width: 35.5rem) {
  #home_map {
    height: 75vh;
  }
}

#home_map_filters {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
  width: 100%;
  height: 30px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 35.5rem) {
  #home_map_filters {
    position: relative;
    bottom: auto;
    height: auto;
    margin-top: -20px;
  }
}

#home_map_filters p {
  float: right;
  color: #8b9093;
  font-size: 15px;
  margin: 0;
  margin-right: 20px;
  line-height: 30px;
}

@media screen and (max-width: 48rem) {
  #home_map_filters p {
    display: none;
  }
}

#home_map_filters ul {
  float: right;
  line-height: 30px;
}

@media screen and (max-width: 48rem) {
  #home_map_filters ul {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#home_map_filters ul li {
  float: left;
}

#home_map_filters ul li .map_legend_color {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 5px;
  display: none;
}

#home_map_filters ul li .map_legend_color.color_siege {
  background: #8E5572;
}

#home_map_filters ul li .map_legend_color.color_societe {
  background: #3399cc;
}

#home_map_filters ul li .map_legend_color.color_imprimerie {
  background: #466365;
}

#home_map_filters ul li .map_legend_color.color_marque {
  background: #8cc041;
}

#home_map_filters ul li a {
  display: block;
  background: #fff;
  padding: 0 10px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media screen and (max-width: 48rem) {
  #home_map_filters ul li a {
    font-size: 12px;
  }
}

#home_map_filters ul li.filter_all a {
  color: #8b9093;
}

#home_map_filters ul li.filter_all a:hover, #home_map_filters ul li.filter_all a.active {
  background: #8b9093;
  color: white;
}

#home_map_filters ul li.filter_siege a {
  color: #8E5572;
}

#home_map_filters ul li.filter_siege a:hover, #home_map_filters ul li.filter_siege a.active {
  background: #8E5572;
  color: white;
}

#home_map_filters ul li.filter_societe a {
  color: #3399cc;
}

#home_map_filters ul li.filter_societe a:hover, #home_map_filters ul li.filter_societe a.active {
  background: #3399cc;
  color: white;
}

#home_map_filters ul li.filter_imprimerie a {
  color: #466365;
}

#home_map_filters ul li.filter_imprimerie a:hover, #home_map_filters ul li.filter_imprimerie a.active {
  background: #466365;
  color: white;
}

#home_map_filters ul li.filter_marque a {
  color: #8cc041;
}

#home_map_filters ul li.filter_marque a:hover, #home_map_filters ul li.filter_marque a.active {
  background: #8cc041;
  color: white;
}

.map_infobulle {
  min-height: 70px;
}

.map_infobulle .marker {
  margin-bottom: 10px;
}

.map_infobulle .marker h3 {
  font-size: 18px;
  margin: 0;
}

.map_infobulle .marker h3 a {
  color: #8b9093;
}

.map_infobulle .marker p {
  margin: 0;
  font-size: 14px;
}

.map_infobulle .marker.marker_siege h3 a {
  color: #8E5572;
}

.map_infobulle .marker.marker_societe h3 a {
  color: #3399cc;
}

.map_infobulle .marker.marker_imprimerie h3 a {
  color: #466365;
}

.map_infobulle .marker.marker_marque h3 a {
  color: #8cc041;
}

.grid-green-video {
  height: 27.9vw;
}

@media screen and (max-width: 35.5rem) {
  .grid-green-video {
    height: auto;
  }
}

.grid-green-video .row {
  height: 100%;
}

.grid-green-video .row .column {
  height: 100%;
}

@media screen and (max-width: 35.5rem) {
  .grid-green-video .row .column.column-green-video {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 31vh;
  }
}

.grid-green-video .row .column.column-green-video iframe {
  width: 100%;
  height: 100%;
}

.grid-green-video .row .column.column-green-discover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/quotidien_vert_2.jpg);
}

@media screen and (max-width: 35.5rem) {
  .grid-green-video .row .column.column-green-discover {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: 40vh;
  }
}

.brand-details__content {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 48rem) {
  .brand-details__content .column_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.brand-details__content .brand-details__image {
  margin: 0 0 3.125rem;
}

@media screen and (max-width: 48rem) {
  .brand-details__content .brand-details__image {
    margin: 0 0 10px;
  }
}

.brand-details__content .brand-details__image img {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 48rem) {
  .brand-details__content .brand-details__image img {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 48rem) {
  .brand-details__content .column-title {
    padding-top: 15px;
  }
}

.slice_title h2 {
  margin: 60px 0 30px;
}

.slice_title h2 .edit {
  color: #3399cc;
}

.slices2column {
  margin: 30px 0;
}

.slices2column:after {
  content: '';
  display: block;
  clear: both;
}

.slices2column .col.col_text {
  float: left;
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 48rem) {
  .slices2column .col.col_text {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.slices2column .col.col_pic {
  float: right;
  width: 50%;
}

@media screen and (max-width: 48rem) {
  .slices2column .col.col_pic {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.slices2column .col.col_pic > iframe, .slices2column .col.col_pic > img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slices2column .col.col_pic > iframe {
  height: 310px;
}

@media screen and (max-width: 48rem) {
  .slices2column .col.col_pic > iframe {
    height: auto;
  }
}

.slices2column .col.col_pic.col_pic_border > iframe, .slices2column .col.col_pic.col_pic_border > img {
  border: 4px solid #c5c7c9;
}

.slices2column .col h3 {
  font-family: "source-sans-pro",sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  color: #3a3b3d;
}

.slices2column .col h3 .edit {
  color: #3a3b3d;
}

.column .content--extra-spaced-paragraphs.fiche-sidebar h3 {
  font-family: "source-sans-pro",sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #3a3b3d;
  margin-top: 20px;
}

.column .content--extra-spaced-paragraphs.fiche-sidebar a {
  color: #8cc041;
}

.column .content--extra-spaced-paragraphs.fiche-sidebar p {
  font-family: "ff-meta-web-pro-condensed",sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2rem;
  font-weight: 400;
  margin: 0;
}

.societe_marque {
  margin-top: 3em;
}

.societe_marque h3 {
  margin-bottom: 1em;
}

.isotope-grid {
  overflow: hidden;
}

.history {
  overflow: hidden;
}

.history-points__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}

.history-points__header span {
  font-weight: 400;
}

.history-points__header__pagination {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 100;
  margin-left: 3.125rem;
}

.column.column_history_points .content {
  padding-top: 2vw;
}

.column.column_history_links .values__items.values__items__links > a {
  height: 16.67vw;
}

.history-points {
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.history-points .content {
  background: rgba(58, 59, 61, 0.7);
}

.history-points strong, .history-points p {
  color: #fff;
}

.history-points.current {
  z-index: 10;
}

.history-points.current .content {
  background: #fff;
}

.history-points.current .content__big-title, .history-points.current p {
  color: #3a3b3d;
}

.history-points.current:after {
  opacity: 1;
  -webkit-transform: translate(100%, -50%) scaleX(1);
  -ms-transform: translate(100%, -50%) scaleX(1);
  transform: translate(100%, -50%) scaleX(1);
}

.history-points:after {
  content: ' ';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(100%, -50%) scaleX(0.5);
  -ms-transform: translate(100%, -50%) scaleX(0.5);
  transform: translate(100%, -50%) scaleX(0.5);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.history-points:nth-child(4):after {
  display: none;
}

.history_points_slider_wrapper {
  height: 33.33vw;
}

@media screen and (max-width: 64rem) {
  .history_points_slider_wrapper {
    height: auto;
  }
}

.history_points_slider {
  overflow: hidden;
}

.history_points_slider .history-points__content-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: 0;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.history_points_slider .history-points__content-list li {
  width: 25%;
}

.history_points_slider .history-points__content-list li .content {
  padding-top: 0;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.history__content_wrapper {
  overflow: hidden;
}

.column .history__content {
  width: 100%;
}

@media screen and (max-width: 48rem) {
  .column .history__content .content {
    height: 50vw;
    padding: 10vw;
  }
}

.column .history__content .content p {
  font-size: 25px;
  font-weight: 100;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.4em;
}

@media screen and (max-width: 64rem) {
  .column .history__content .content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
  }
}

@media screen and (max-width: 48rem) {
  .column .history__content .content p {
    font-size: 14px;
  }
}

.history__dates ul {
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.history__dates ul li {
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.1875rem;
  font-weight: 100;
  line-height: 1em;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.history__dates ul li.current {
  height: 73px;
}

.history__dates .history__dates__list {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: calc(50% - 32px - 6px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
}

.history__dates:before {
  content: ' ';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#8cc041), to(rgba(140, 192, 65, 0)));
  background: -webkit-linear-gradient(top, #8cc041, rgba(140, 192, 65, 0));
  background: -o-linear-gradient(top, #8cc041, rgba(140, 192, 65, 0));
  background: linear-gradient(to bottom, #8cc041, rgba(140, 192, 65, 0));
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 50%;
}

.history__dates:after {
  content: ' ';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 192, 65, 0)), to(#8cc041));
  background: -webkit-linear-gradient(top, rgba(140, 192, 65, 0), #8cc041);
  background: -o-linear-gradient(top, rgba(140, 192, 65, 0), #8cc041);
  background: linear-gradient(to bottom, rgba(140, 192, 65, 0), #8cc041);
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  height: 50%;
}

.history__dates .addLink {
  position: absolute;
  top: 0;
  z-index: 100;
}

.history__dates__display {
  background: #fff;
  color: #3a3b3d;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  height: 64px;
  width: 8rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.history__dates__display ul li, .history__dates__display ul li.current {
  font-size: 2.4375rem;
  height: 64px;
}

.history__dates__display__list {
  position: absolute;
  top: 0;
  width: 100%;
}

.history__prev, .history__next {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 35;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
  opacity: 0 !important;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.history__prev.active, .history__next.active {
  opacity: 1 !important;
}

.history__prev:after, .history__next:after {
  content: ' ';
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.history__prev:hover, .history__next:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.history__prev {
  top: calc(50% - 6px - 49px);
  left: calc(50% - 4rem);
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}

.history__next {
  top: calc(50% - 6px + 49px);
  right: calc(50% - 4rem);
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}

.history__content {
  position: absolute;
  top: 0;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.job-details__content {
  position: relative;
  z-index: 10;
}

.job-details__content .job-details__image {
  margin: 0 0 3.125rem 3.125rem;
  float: right;
}

@media (max-width: 768px) {
  .job-details__content .job-details__image {
    margin: 0 auto;
    float: none;
  }
}

.job-details__content .job-details__image img {
  width: 100%;
  max-width: 200px;
}

.job-details__content h1.column-title {
  line-height: 22px;
}

.job-details__content h1.column-title .job_title {
  font-size: 30px;
}

.job-details__content h2 {
  text-transform: uppercase;
  font-size: 1.3em;
}

.job_form {
  margin-top: 1.875rem;
}

.job_form .form_section {
  background-color: #FAFAFA;
  background-color: #ededed;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
}

.job_form .form_section h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.job_form .form-group {
  margin-bottom: 10px;
}

.job_form .form-group label {
  display: block;
  width: 100%;
}

.job_form .form-group .form-control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 8px 6px;
}

.job_form .g-recaptcha {
  float: left;
}

.job_form .btn-submit {
  border: none;
  padding: 6px 20px;
  font-size: 1.2em;
  float: right;
  background: #3399cc;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "ff-meta-web-pro", sans-serif;
  margin-top: 20px;
}

.job_form .tableLanguages td {
  padding-right: 10px;
}

.job_form .experience_activite {
  padding: 15px;
  margin: 20px 0;
  background: #efefef;
}

.alert {
  padding: 20px;
  margin-bottom: 15px;
}

.alert.alert-success {
  background: #8cc042;
  color: #fff;
}

.alert.alert-danger {
  background: #d87070;
  color: #fff;
}

footer.main-footer {
  background-color: #3a3b3d;
}

footer.main-footer .grid {
  overflow: visible;
}

footer.main-footer .column-title {
  color: #fff;
  font-size: 0.875rem;
}

footer.main-footer .content ul {
  margin-top: 1.25rem;
}

footer.main-footer .column {
  font-size: 14px;
  line-height: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  min-width: 16.666vw;
  min-height: 16.666vw;
}

footer.main-footer .column.column--blue-background {
  margin-left: auto;
}

@media screen and (max-width: 48rem) {
  footer.main-footer .column {
    padding: 3vw;
    width: 50%;
    height: auto;
    min-height: 50vw;
    line-height: 14px;
  }
  footer.main-footer .column .content {
    padding: 0;
    height: auto;
  }
}

@media screen and (max-width: 35.5rem) {
  footer.main-footer .column {
    padding: 5vw;
    /*width: 25%;
            
            .content {
                padding: 0;
            }*/
  }
}

@media screen and (min-width: 100rem) {
  footer.main-footer .column {
    font-size: 16px;
  }
}

footer.main-footer .column li {
  padding-bottom: 10px;
}

@media screen and (min-width: 100rem) {
  footer.main-footer .column li {
    padding-bottom: 15px;
  }
}

footer.main-footer .column .website_by {
  position: absolute;
  bottom: 10px;
  left: -165px;
  width: 150px;
  text-align: right;
  padding-right: 15px;
}

footer.main-footer .column .website_by a {
  color: #636363;
  text-transform: uppercase;
  font-size: 10px;
}

footer.main-footer .column .content {
  min-height: 16.667vw;
  height: auto;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-animation: appearing 1250ms forwards cubic-bezier(0.77, 0, 0.175, 1);
  animation: appearing 1250ms forwards cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 48rem) {
  .site-header {
    height: 16.667vw;
  }
}

.site-header .logo {
  width: 100%;
  padding: 1.875rem 3.125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 48rem) {
  .site-header .logo {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 64rem) {
  .site-header .logo {
    padding: 3.125rem 5rem;
  }
}

.site-header .logo img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.site-header .logo img.logo_mobile {
  display: block;
  width: 140px;
}

@media screen and (min-width: 48rem) {
  .site-header .logo img.logo_mobile {
    display: none;
  }
}

.site-header .logo img.logo_desktop {
  display: none;
}

@media screen and (min-width: 48rem) {
  .site-header .logo img.logo_desktop {
    display: block;
  }
}

.site-header .logo a {
  display: inline-block;
  margin: 0 auto;
}

@-webkit-keyframes appearing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appearing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[role="banner"] {
  background-size: cover;
  background-position: 50% 0%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 48rem) {
  [role="banner"] {
    background-position: 50% 0%;
    background-size: 200%;
    background-repeat: no-repeat;
  }
}

[role="banner"] .banner__decoration span {
  display: none;
  width: 16.667%;
}

@media screen and (min-width: 48rem) {
  [role="banner"] .banner__decoration span {
    display: block;
  }
}

@media screen and (min-width: 48rem) {
  [role="banner"] .banner__decoration span:not(:last-child) {
    border-right: 1px solid #8cc041;
  }
}

[role="banner"] .banner__content {
  z-index: 1;
}

[role="banner"] .banner__content .column--2.banner_home_col2 ul.links a {
  background: transparent;
}

@media screen and (max-width: 35.5rem) {
  [role="banner"] .banner__content.banner_image {
    height: 35vw;
  }
  [role="banner"] .banner__content .values .values__items:nth-child(n+3) {
    display: none;
  }
  [role="banner"] .banner__content .values.hide_mobile {
    display: none;
  }
}

@media screen and (min-width: 35.5rem) {
  [role="banner"] .banner__content .column {
    width: 25vw;
    height: 25vw;
    font-size: 0.875rem;
  }
  [role="banner"] .banner__content .links {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  [role="banner"] .banner__content .column--2 {
    width: 50vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 48rem) {
  [role="banner"] .banner__content .column {
    height: 16.667vw;
    width: 16.667vw;
  }
  [role="banner"] .banner__content .links {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  [role="banner"] .banner__content .column--2 {
    width: 33.33vw;
  }
}

@media screen and (min-width: 64rem) {
  [role="banner"] .banner__content .column {
    font-size: 1rem;
  }
}

@media screen and (max-width: 64rem) {
  [role="banner"] .banner__content .column--2.banner_home_col2 {
    width: 49.99vw;
  }
  [role="banner"] .banner__content .column--2.banner_home_col2 p {
    margin-top: 0;
  }
  [role="banner"] .banner__content .column--2.banner_home_col2 ul.links {
    margin-top: 0;
  }
  [role="banner"] .banner__content .hide_sm {
    display: none;
  }
}

@media screen and (max-width: 35.5rem) {
  [role="banner"] .banner__content .column--2.banner_home_col2 {
    width: 100%;
  }
  [role="banner"] .banner__content .column--2.banner_home_col2 p {
    margin-top: 0;
  }
  [role="banner"] .banner__content .column--2.banner_home_col2 ul.links {
    margin-top: 0;
  }
  [role="banner"] .banner__content .values.row_home .values__items:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 48rem) {
  body {
    padding-top: 110px;
  }
  .site-header {
    position: fixed;
    z-index: 1000;
    background: #fff;
    height: 110px;
    top: 0;
  }
}

.site-navigation {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48rem) {
  .site-navigation {
    width: 66.666%;
  }
}

.site-navigation .main-nav {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition: left 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 48rem) {
  .site-navigation .main-nav {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 48rem) {
  .site-navigation .main-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.site-navigation .main-nav__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 48rem) {
  .site-navigation .main-nav__item {
    height: 25%;
  }
  .site-navigation .main-nav__item:nth-child(2n+1) {
    background: #ededed;
  }
}

@media screen and (min-width: 48rem) {
  .site-navigation .main-nav__item {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .site-navigation .main-nav__item:before {
    content: " ";
    display: block;
    position: absolute;
    background: #c5c7c9;
    width: 1px;
    top: 0;
    left: -1px;
    bottom: 0;
  }
}

.site-navigation .main-nav__item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3a3b3d;
}

@media screen and (max-width: 64rem) {
  .site-navigation .main-nav__item a {
    font-size: 12px;
  }
}

@media screen and (max-width: 48rem) {
  .site-navigation .main-nav__item a {
    font-size: 21px;
  }
}

@media screen and (min-width: 48rem) {
  .site-navigation .main-nav__item a {
    padding: 0.625rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.15ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15ms cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
  }
  .site-navigation .main-nav__item a:before {
    content: " ";
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    left: -1px;
    bottom: 0;
    background: #3a3b3d;
  }
}

@media screen and (min-width: 64rem) {
  .site-navigation .main-nav__item a {
    padding: 0.625rem 1.25rem;
  }
}

@media screen and (min-width: 48rem) {
  .site-navigation .main-nav__item.active a, .site-navigation .main-nav__item a:hover {
    border-color: #3399cc;
  }
}

.site-navigation .main-nav__item.active a span, .site-navigation .main-nav__item a:hover span {
  color: #3399cc;
}

.site-navigation .main-nav__item.active a span:after, .site-navigation .main-nav__item a:hover span:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.site-navigation .main-nav__item span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.375rem;
  color: #8cc041;
  text-transform: uppercase;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1em;
}

.site-navigation .main-nav__item span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #3399cc;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 150ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.site-navigation .main-nav__item p {
  font-family: "ff-meta-web-pro-condensed", sans-serif;
  color: #8b9093;
  margin: 0.28125rem 0 0 0;
}

@media screen and (min-width: 48rem) {
  .site-navigation .main-nav__item p {
    display: none;
  }
}

@media screen and (min-width: 80rem) {
  .site-navigation .main-nav__item p {
    display: block;
  }
}

.site-navigation .nav-button {
  background-color: transparent;
  border: none;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1em;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  overflow: hidden;
  position: absolute;
  right: 1.875rem;
  top: 45px;
  z-index: 2;
  outline: 0;
  -webkit-transition: height 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 48rem) {
  .site-navigation .nav-button {
    display: none;
  }
}

.site-navigation .nav-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.site-navigation .nav-button .lines {
  position: relative;
  margin: 8px 0;
  -webkit-transition: background 150ms 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 150ms 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 150ms 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-navigation .nav-button .lines, .site-navigation .nav-button .lines:before, .site-navigation .nav-button .lines:after {
  content: "";
  display: inline-block;
  background-color: #8cc041;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}

.site-navigation .nav-button .lines:before, .site-navigation .nav-button .lines:after {
  position: absolute;
  left: 0;
  -webkit-transition: top 150ms 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: top 150ms 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 150ms 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-navigation .nav-button .lines:before {
  top: -7px;
}

.site-navigation .nav-button .lines:after {
  top: 7px;
}

.site-navigation.active .main-nav {
  height: calc(100vh - 110px);
}

.site-navigation.active .main-nav__item {
  padding: 0;
}

.site-navigation.active .main-nav__item a {
  padding: 15px 0;
}

.site-navigation.active .nav-button .lines {
  background-color: transparent;
  -webkit-transition: background 150ms 0s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 150ms 0s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 150ms 0s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-navigation.active .nav-button .lines:before, .site-navigation.active .nav-button .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  -webkit-transition: top 150ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 150ms 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 150ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 150ms 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: top 150ms cubic-bezier(0.77, 0, 0.175, 1), transform 150ms 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 150ms cubic-bezier(0.77, 0, 0.175, 1), transform 150ms 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 150ms cubic-bezier(0.77, 0, 0.175, 1), transform 150ms 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 150ms 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-navigation.active .nav-button .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.site-navigation.active .nav-button .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.list {
  display: block;
}

.list .list-item {
  float: left;
  background: #FAFAFA;
}

.list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #8b9093;
  font-family: "ff-meta-web-pro-condensed", sans-serif;
  display: inline-block;
  -webkit-transition: all 150ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -o-transition: all 150ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: all 150ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
  background-size: cover;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*span.fonction {
                position: absolute;
                bottom: 0;
                left:0;
                width:100%;
                text-align:center;
                padding: 10px 0;
                background: $medium-grey;
                background: $green;
                color: #fff;
            }*/
}

.list .list-item a:hover {
  -webkit-box-shadow: inset 0px 0px 0 15px #8cc041;
  box-shadow: inset 0px 0px 0 15px #8cc041;
}

.list .list-item a span.itemTitle {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  padding: 0 20px;
}

.list .list-item img {
  width: 100%;
}

.list .list-item.list-item-job a {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.list .list-item.list-item-job a span.itemTitle {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  padding: 20px 30px;
}

.list.list6 .list-item {
  width: 16.6666666%;
  height: 16.666vw;
}

@media screen and (max-width: 64rem) {
  .list.list6 .list-item {
    width: 25%;
    height: 25vw;
  }
}

@media screen and (max-width: 35.5rem) {
  .list.list6 .list-item {
    width: 50%;
    height: 50vw;
  }
}

@media screen and (min-width: 48rem) {
  .list.list6 .list-item:nth-child(12n+2), .list.list6 .list-item:nth-child(12n+4), .list.list6 .list-item:nth-child(12n+6), .list.list6 .list-item:nth-child(12n+7), .list.list6 .list-item:nth-child(12n+9), .list.list6 .list-item:nth-child(12n+11) {
    background: #fff;
  }
}

.list.list4 .list-item {
  width: 25%;
  height: 16.666vw;
}

.list.list4 .list-item:nth-child(8n+2), .list.list4 .list-item:nth-child(8n+4), .list.list4 .list-item:nth-child(8n+5), .list.list4 .list-item:nth-child(8n+7) {
  background: #fff;
}

@media screen and (max-width: 64rem) {
  .list.list4 .list-item {
    width: 50%;
    height: 25vw;
  }
  .list.list4 .list-item:nth-child(8n+2), .list.list4 .list-item:nth-child(8n+4), .list.list4 .list-item:nth-child(8n+5), .list.list4 .list-item:nth-child(8n+7) {
    background: #FAFAFA;
  }
  .list.list4 .list-item:nth-child(4n+2), .list.list4 .list-item:nth-child(4n+3) {
    background: #fff;
  }
}

.simple-list {
  margin-bottom: 1.875rem;
}

.simple-list .simple-list__item {
  margin-bottom: 1.25rem;
}

body {
  background-color: #FFF;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content_editor p, .content_editor ul, .content_editor ol {
  font-family: "ff-meta-web-pro-condensed", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 400;
  /*color: $dark-grey;*/
}

.content_editor ul, .content_editor ol {
  padding-left: 20px;
}

.content_editor ul {
  list-style: disc;
}

.grid {
  position: relative;
  width: 100%;
}

.grid--3 .column {
  width: 100%;
  height: 100vw;
}

@media screen and (max-width: 48rem) {
  .grid--3 .column {
    height: auto;
  }
}

@media screen and (min-width: 48rem) {
  .grid--3 .column {
    width: 33.33%;
    height: 33.33vw;
  }
}

.grid--3 .column--2 {
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .grid--3 .column--2 {
    width: 66.66%;
  }
}

.grid--6 .column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  height: 50vw;
}

@media screen and (min-width: 35.5rem) {
  .grid--6 .column {
    width: 33.33%;
    height: 33.33vw;
  }
}

@media screen and (min-width: 48rem) {
  .grid--6 .column {
    width: 16.666%;
    height: 16.666vw;
  }
}

.grid--6 .column--2 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 35.5rem) {
  .grid--6 .column--2 {
    width: 66.66%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 48rem) {
  .grid--6 .column--2 {
    width: 33.33%;
  }
}

.grid--6 .column--3 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 35.5rem) {
  .grid--6 .column--3 {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 48rem) {
  .grid--6 .column--3 {
    width: 50%;
  }
}

.grid--6 .column--4 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 35.5rem) {
  .grid--6 .column--4 {
    width: 66.66%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 48rem) {
  .grid--6 .column--4 {
    width: 66.66%;
  }
}

.grid--sm2 {
  height: 200vw;
}

@media screen and (max-width: 48rem) {
  .grid--sm2 {
    height: auto;
  }
}

@media screen and (min-width: 48rem) {
  .grid--sm2 {
    height: 33.33vw;
  }
}

.grid--sm3 {
  height: 300vw;
}

@media screen and (max-width: 48rem) {
  .grid--sm3 {
    height: auto;
  }
}

@media screen and (min-width: 48rem) {
  .grid--sm3 {
    height: 50vw;
  }
}

.grid--auto-height {
  height: auto;
}

.grid--auto-height .column {
  height: auto;
}

.grid.grid-raised {
  overflow: visible;
  top: -16.666vw;
  margin-bottom: -16.666vw;
}

.grid.grid-raised .column_left {
  margin-top: 16.666vw;
}

@media screen and (max-width: 48rem) {
  .grid.grid-raised {
    top: 0;
    margin-bottom: 0;
  }
  .grid.grid-raised .column_left {
    margin-top: 0;
  }
}

.grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 48rem) {
  .grid .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .grid .row.row_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.grid .row--sm2 {
  height: 200vw;
}

@media screen and (max-width: 48rem) {
  .grid .row--sm2 {
    height: auto;
  }
}

@media screen and (min-width: 48rem) {
  .grid .row--sm2 {
    height: 33.33vw;
  }
}

@media screen and (max-width: 64rem) {
  .grid .row.row_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid .row.row_content .column {
    width: 100%;
  }
}

.column {
  position: relative;
  background-color: #fff;
  height: 100vw;
  z-index: 1;
}

.column--full-height {
  height: 100% !important;
}

@media screen and (max-width: 48rem) {
  .column--full-height {
    height: auto !important;
  }
}

.column .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 16.667vw;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.column .content.content--news {
  display: block;
}

.column .content.content--news header {
  margin-bottom: 30px;
}

@media screen and (max-width: 48rem) {
  .column .content {
    padding: 1vw;
  }
}

@media screen and (max-width: 35.5rem) {
  .column .content {
    height: 50%;
    padding: 10vw;
  }
}

.column .content--top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column .content--extra-spaced-paragraphs p {
  margin-top: 1.25rem;
}

.column .content--big-paddings {
  padding: 4.3vw;
}

@media screen and (max-width: 35.5rem) {
  .column .content--big-paddings {
    padding: 10vw;
  }
}

.column .content--grey-paragraphs p, .column .content--grey-paragraphs ul, .column .content--grey-paragraphs ol {
  color: #8b9093;
}

.column .content--white {
  background-color: #fff;
}

.column .content--full-height {
  height: 100%;
}

@media screen and (max-width: 48rem) {
  .column .content--full-height {
    height: auto;
  }
}

.column .content--greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column .content--greyscale:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.column .content--dark {
  background-color: #3a3b3d;
}

.column .content--dark .column-title, .column .content--dark p {
  color: #fff;
}

.column .content--grey {
  background-color: #FAFAFA;
}

.column .content--blue-hovering:hover {
  background-color: #3399cc !important;
}

@media screen and (min-width: 80rem) {
  .column .content--big-padding-top {
    padding-top: 5vw;
  }
}

@media screen and (min-width: 100rem) {
  .column .content--big-padding-top {
    padding-top: 6vw;
  }
}

.column .content--no-padding {
  padding: 0;
}

.column .content--no-padding-bottom {
  padding-bottom: 0;
}

.column .content--no-padding-top {
  padding-top: 0;
}

.column .content--no-height {
  height: auto;
}

.column .content__big-title {
  display: block;
  font-size: 2.375rem;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1em;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 35.5rem) {
  .column .content__big-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .column .content__big-title {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 80rem) {
  .column .content__big-title {
    font-size: 2.5rem;
  }
}

.column img {
  display: block;
}

.column img.news_pic {
  /*float:left;*/
  width: 100%;
  /*margin-right: 1.5vw;*/
  margin-bottom: 1vw;
}

.column p {
  margin: 0.625rem 0 0 0;
}

@media screen and (max-width: 48rem) {
  .column iframe {
    width: 100%;
    height: auto;
  }
}

.column-news .content__big-title {
  font-size: 1.75rem;
}

.column--transparent {
  background-color: transparent !important;
}

.column--image {
  background-color: transparent !important;
  background-size: cover;
}

.column--centered {
  text-align: center;
}

.column--green-lined {
  position: relative;
}

.column--green-lined:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(140, 192, 65, 0.7);
}

.column--blue-background {
  background-color: #3399cc;
}

.column--blue-background a {
  color: #fff;
}

.column--dark-background {
  background-color: #3a3b3d;
}

.column--dark-background a {
  color: #c5c7c9;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.column--dark-background a:hover {
  color: white;
}

.video {
  position: relative;
}

.video--bottom:after {
  top: auto;
  bottom: 20%;
}

.video > a.video_link {
  display: block;
  width: 100%;
  height: 16.667vw;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 48rem) {
  .video > a.video_link {
    height: 50%;
  }
}

@media screen and (max-width: 35.5rem) {
  .video > a.video_link {
    height: 200px;
  }
}

.video > a.video_link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.875rem;
  margin-top: -1.875rem;
  background-image: url(../img/play.svg);
  background-size: cover;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.video > a.video_link:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 35.5rem) {
  .video .content {
    height: 120px;
  }
}

.history_link {
  display: block;
  width: 100%;
}

.history_link .history_pic {
  width: 100%;
  height: 16.7vw;
}

@media screen and (max-width: 48rem) {
  .history_link .history_pic {
    height: auto;
  }
}

.values__items {
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
}

@media screen and (max-width: 48rem) {
  .values__items {
    padding: 1.25rem;
  }
}

@media screen and (max-width: 64rem) {
  .values__items {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 35.5rem) {
  .values__items {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 48rem) {
  .values__items {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 64rem) {
  .values__items {
    font-size: 1.0625rem;
  }
}

.values__items.values__items__links {
  padding: 0;
}

.values__items.values__items__links > a {
  height: 100%;
}

.values__items .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
}

.values__items .links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .2em;
}

.values__items .links li:not(:first-child):before {
  content: "/";
  margin-right: .5em;
}

.values__items .links a {
  text-decoration: none;
  cursor: pointer;
}

.values__items .links a:hover {
  color: #3399cc;
}

@media screen and (max-width: 64rem) {
  .page_siblings .values__items {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 64rem) {
  .page_siblings .values__items .content {
    padding: 1rem;
    height: 20vw;
  }
}

@media screen and (max-width: 64rem) {
  .page_siblings .values__items .content .content__big-title {
    font-size: 1.25rem;
  }
}

li.values__items__info {
  background-color: white !important;
}

li.values__items__info p {
  margin-top: 1.25rem;
}

.green, .home .values__items:nth-child(odd), .randomKeyFeatures .values__items:nth-child(odd) {
  background-color: #8cc041;
  color: #fff;
}

.green .content__big-title, .home .values__items:nth-child(odd) .content__big-title, .randomKeyFeatures .values__items:nth-child(odd) .content__big-title, .green p, .home .values__items:nth-child(odd) p, .randomKeyFeatures .values__items:nth-child(odd) p {
  color: #fff;
}

.green a, .home .values__items:nth-child(odd) a, .randomKeyFeatures .values__items:nth-child(odd) a {
  color: #fff;
  background-color: #8cc041;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.green a:hover, .home .values__items:nth-child(odd) a:hover, .randomKeyFeatures .values__items:nth-child(odd) a:hover {
  background-color: #9fca60;
}

.grey, .home .values__items:nth-child(even), .randomKeyFeatures .values__items:nth-child(even) {
  background-color: #FAFAFA;
  color: #3a3b3d;
}

.grey .content__big-title, .home .values__items:nth-child(even) .content__big-title, .randomKeyFeatures .values__items:nth-child(even) .content__big-title {
  color: #8cc041;
}

.grey .content__big-title.bolder, .home .values__items:nth-child(even) .content__big-title.bolder, .randomKeyFeatures .values__items:nth-child(even) .content__big-title.bolder {
  font-weight: 500;
}

.grey a, .home .values__items:nth-child(even) a, .randomKeyFeatures .values__items:nth-child(even) a {
  color: #3a3b3d;
  background-color: #FAFAFA;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.grey a:hover, .home .values__items:nth-child(even) a:hover, .randomKeyFeatures .values__items:nth-child(even) a:hover {
  background-color: white;
}

.grey--darker {
  background-color: #ededed;
}

.grey--darker a {
  background-color: #ededed;
}

.grey--darker a:hover {
  background-color: whitesmoke;
}

.dark {
  background-color: #3a3b3d;
  color: #fff;
}

.dark .content__big-title, .dark p {
  color: #fff;
}

.dark a {
  color: #fff;
  background-color: #3a3b3d;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.dark a:hover {
  background-color: #262728;
}

.blue {
  background-color: #3399cc;
  color: #fff;
}

.blue .content__big-title, .blue p {
  color: #fff;
}

.blue a {
  color: #fff;
  background-color: #3399cc;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.blue a:hover {
  background-color: #54a9d4;
}

.white {
  background-color: #fff;
  color: #3a3b3d;
}

.white .content__big-title {
  color: #8cc041;
}

.underline {
  position: relative;
}

.underline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #3399cc;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

a:hover .underline:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.shadowed, .history-points.current, .blog__item:hover, .tags__inner {
  -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.25);
}

.blog__item {
  position: relative;
  text-align: center;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.blog__item > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog__item .img-container {
  position: relative;
  padding-top: 50%;
  height: 0;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  /*img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        &:after {
            background: linear-gradient(to top, rgba(51, 153, 204, 1) 0%, rgba(51, 153, 204, 0) 100%);
            content: "";
            display: block;
            position: absolute;
            top: 100%;
            bottom: -1px;
            left: 0;
            right: 0;
            transition: all $time-md $ease-in-out-primary;
            opacity: 0;
        }*/
}

.blog__item .content {
  -webkit-transition: padding 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: padding 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: padding 250ms cubic-bezier(0.77, 0, 0.175, 1);
  padding: 1rem;
}

@media screen and (max-width: 48rem) {
  .blog__item .content {
    height: 50%;
  }
}

@media screen and (max-width: 35.5rem) {
  .blog__item .content {
    height: auto;
    padding-bottom: 2rem;
  }
}

.blog__item h2 {
  font-size: 16px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 64rem) {
  .blog__item h2 {
    font-size: 12px;
  }
}

.blog__item p {
  position: relative;
  font-size: 17px;
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), max-height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), max-height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), max-height 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 64rem) {
  .blog__item p {
    font-size: 12px;
  }
}

@media screen and (max-width: 48rem) {
  .blog__item p {
    display: none;
    max-height: none;
    font-size: 15px;
  }
}

.blog__item p:after {
  content: "...";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -1em;
}

@media screen and (max-width: 48rem) {
  .blog__item p:after {
    display: none;
  }
}

.blog__item:nth-child(even) .content {
  position: relative;
}

.blog__item:nth-child(even) .content:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(197, 199, 201, 0.5);
}

.blog__item:nth-child(even) .content:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(197, 199, 201, 0.5);
}

.blog__item:hover {
  background-color: #3399cc !important;
  z-index: 10;
}

.blog__item:hover .img-container:after {
  opacity: 1;
  top: 0;
}

.blog__item:hover p, .blog__item:hover h2 {
  color: #fff;
}

@media screen and (min-width: 64rem) {
  .blog__item:hover .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .blog__item:hover .content p {
    max-height: 6em;
  }
}

/*************************
Animation
*************************/
.grid[role="banner"]:after,
.grid--3 .column:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 0;
}

.grid.animate[role="banner"]:after {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation: fadebackground 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadebackground 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
}

.grid--3.animate .column:before {
  -webkit-animation: fadebackground 500ms 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadebackground 500ms 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
}

.grid .column {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 1, 1);
  transform: scale3d(0.8, 1, 1);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}

.grid .column > * {
  opacity: 0;
}

.grid .column--no-animation {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}

.grid .column--no-animation > * {
  opacity: 1;
}

@media (max-width: 768px) {
  .grid .column.job-details__raise {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.grid.animate .column {
  -webkit-animation: expandleft 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
  animation: expandleft 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
}

.grid.animate .column > * {
  -webkit-animation: expand 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
  animation: expand 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
}

.grid.animate .column--no-animation {
  -webkit-animation: none;
  animation: none;
}

.grid.animate .column--no-animation > * {
  -webkit-animation: none;
  animation: none;
}

.animate .column:nth-child(1n) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.animate .column:nth-child(1n) > * {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}

.animate .column:nth-child(2n) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animate .column:nth-child(2n) > * {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.animate .column:nth-child(3n) {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.animate .column:nth-child(3n) > * {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}

.animate .column:nth-child(4n) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animate .column:nth-child(4n) > * {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.animate .column:nth-child(5n) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.animate .column:nth-child(5n) > * {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

@-webkit-keyframes expand {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes expandleft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes expandleft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes fadebackground {
  0% {
    background-color: #FAFAFA;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes fadebackground {
  0% {
    background-color: #FAFAFA;
  }
  100% {
    background-color: transparent;
  }
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

body {
  overflow: auto;
}

body .loader-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .loader-screen .spinner {
  /*display: none;*/
}

body.loading {
  overflow: hidden;
}

body.loading .loader-screen {
  opacity: 1;
}

body.loading .loader-screen .spinner {
  width: 40px;
  height: 40px;
  background-color: #8cc041;
  -webkit-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.grid .row.randomKeyFeatures {
  width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 35.5rem) {
  .grid .row.randomKeyFeatures {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.grid .row.randomKeyFeatures .column {
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.grid .row.randomKeyFeatures .column.showed {
  height: 16.66vw;
}

@media screen and (max-width: 35.5rem) {
  .grid .row.randomKeyFeatures .column.showed {
    height: 180px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

body {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1.0625rem;
}

p {
  font-family: "ff-meta-web-pro-condensed", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #3a3b3d;
}

@media screen and (max-width: 64rem) {
  p {
    font-size: 1rem;
  }
}

.column-title {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #3a3b3d;
}

.column-title.column-title-bigger {
  font-size: 1.75rem;
}

.list-title {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
  color: #3a3b3d;
}

.list-subtitle {
  font-family: "ff-meta-web-pro-condensed", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2rem;
  font-weight: 400;
  /*color: $medium-grey;*/
  margin: 0;
}

.title--grey {
  color: #8b9093;
}

.blue-font {
  color: #3399cc;
}

.font-grey {
  color: #8b9093;
}

.font-white {
  color: #fff;
}

.breadcrumb {
  margin-bottom: 1.875rem;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.breadcrumb li, .breadcrumb a {
  color: #c5c7c9;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

.breadcrumb a:hover {
  color: #8b9093;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:before {
  content: ">";
  display: inline-block;
}

.breadcrumb li:first-child:before {
  content: "";
  display: none;
}

a {
  text-decoration: none;
}

h3 a, h4 a, h5 a, p a {
  color: #8cc041;
}

a .underline {
  color: #8cc041;
}

.link__fill-all {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social li {
  display: inline-block;
  margin-right: 0.3125rem;
}

.social a {
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 100%;
  background-color: #3399cc;
  color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.social a:hover {
  background-color: #8cc041;
}

.tags {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 48rem) {
  .tags {
    height: auto !important;
  }
}

.tags.animate {
  -webkit-animation: expand 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
  animation: expand 500ms forwards cubic-bezier(0.77, 0, 0.175, 1);
}

.tags__inner {
  position: absolute;
  width: 100%;
  background-color: #ededed;
  padding: 1.875rem 0;
}

@media screen and (max-width: 48rem) {
  .tags__inner {
    position: relative;
  }
}

.tags__inner.sticky {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 48rem) {
  .tags__inner.sticky {
    position: relative;
  }
}

.tags--blued {
  background-color: #d5dfe5;
}

.tags--blued .tags__title span {
  background-color: #d5dfe5;
}

.tags--dark {
  background-color: #3a3b3d;
}

.tags--dark .tags__title span {
  background-color: #3a3b3d;
}

.tags__title {
  color: #8b9093;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin: 0 0 0.625rem 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tags__title span {
  background-color: #ededed;
  position: relative;
  z-index: 10;
  padding: 0 1.25rem;
  display: inline-block;
}

.tags__title:before {
  content: " ";
  display: block;
  position: absolute;
  left: 1.5vw;
  right: 1.5vw;
  z-index: 0;
  height: 1px;
  background: #3399cc;
}

.tags__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.tags__container .tags__item {
  width: 16.666666667%;
  padding: 0.625rem 1.5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 64rem) {
  .tags__container .tags__item {
    width: auto;
  }
}

@media screen and (max-width: 48rem) {
  .tags__container .tags__item {
    width: 50%;
  }
}

.tags__container .tags__item a {
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 0.4375rem;
  color: #8b9093;
  font-family: "ff-meta-web-pro", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 48rem) {
  .tags__container .tags__item a {
    font-size: 12px;
  }
}

.tags__container .tags__item a:hover {
  background-color: #8cc041;
  color: #fff;
}

.tags__container .tags__item a.active {
  background-color: #3399cc;
  color: #fff;
}

.tags__container.tags_total_7 {
  width: 80%;
}

@media screen and (max-width: 48rem) {
  .tags__container.tags_total_7 {
    width: 100%;
  }
}

.tags__container.tags_total_7 .tags__item {
  width: 25%;
}

@media screen and (max-width: 48rem) {
  .tags__container.tags_total_7 .tags__item {
    width: 50%;
  }
}

.search_isotope_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 80%;
  margin: auto;
}

.search_isotope_form input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  background: #c5c7c9;
  border: 1px solid #3a3b3d;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "ff-meta-web-pro",sans-serif;
  text-transform: uppercase;
  font-size: .9375rem;
  border-radius: 4px;
}

@media screen and (max-width: 64rem) {
  .search_isotope_form input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 0;
  }
}

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