@charset "UTF-8";
body {
  font-family: "open-sans-n4", "open-sans", sans-serif;
  font-size: 13px;
  color: #000000;
  padding-top: 0;
}

iframe, object, embed {
  max-width: 100%;
}

img {
  max-width: 100%;
}
img.pull-left {
  margin-right: 10px;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .v-center {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.h-center {
  text-align: center;
}

a {
  color: inherit;
  transition: color 0.4s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: inherit;
  outline: none;
}

p {
  margin: 0.9em 0;
}

a:hover, a:focus {
  text-decoration: none;
}

.red {
  color: #D91D3D;
}

.dark_gray {
  color: #7C858C;
}

p a, a.red_link {
  color: #D91D3D;
}
p a:hover, p a:focus, a.red_link:hover, a.red_link:focus {
  color: shade(#D91D3D, 20%);
}

a.red_link_upper {
  font-size: 12px;
  color: #D91D3D;
  text-transform: uppercase;
}
a.red_link_upper:hover, a.red_link_upper:focus {
  color: shade(#D91D3D, 20%);
}

h1, .h1 {
  font-family: "ars-maquette-web-n5", "ars-maquette-web", sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
}

h2, .h2 {
  font-family: "ars-maquette-web-n3", "ars-maquette-web", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 25px;
}
h2.title_gray, .h2.title_gray {
  color: #5A6771;
}
h2.title_light_gray, .h2.title_light_gray {
  color: #7A868C;
}
h2.title_dark_gray, .h2.title_dark_gray {
  color: #303E48;
}
h2.title_red, .h2.title_red {
  color: #D91D3D;
}

h3, .h3 {
  font-family: "ars-maquette-web-n7", "ars-maquette-web", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin: 0.7em 0 0.4em;
}
h3 + p, .h3 + p {
  margin-top: 0;
}
h3.normal_weight, .h3.normal_weight {
  font-family: "ars-maquette-web-n4", "ars-maquette-web";
  font-weight: 400;
}
h3.title_gray, .h3.title_gray {
  color: #5A6771;
}
h3.title_light_gray, .h3.title_light_gray {
  color: #7A868C;
}
h3.title_dark_gray, .h3.title_dark_gray {
  color: #303E48;
}
h3.title_red, .h3.title_red {
  color: #D91D3D;
}

h4, .h4 {
  font-family: "ars-maquette-web-i7", "ars-maquette-web", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 0;
}

.widget_title {
  font-family: "ars-maquette-web-n3", "ars-maquette-web", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

hr {
  margin: 20px 0;
  height: 0px;
  border-top: 1px solid #cccccc;
}

.italic {
  font-style: italic;
}

.upper {
  font-size: 12px;
  text-transform: uppercase;
}

.ico_title {
  margin-bottom: 5px;
}
.ico_title img {
  display: block;
  float: left;
  margin-right: 15px;
}
.ico_title h1 {
  display: block;
  float: left;
  margin: 5px 0;
}

.bold {
  font-weight: bold;
}

ul {
  list-style: none;
  margin: 0.9em 0;
  padding-left: 1em;
  line-height: 1.55;
}
ul ul {
  margin-left: 20px;
}
ul ul li {
  font-style: italic;
}

ul ul,
ol ul {
  margin-left: 20px;
  margin-top: 0.5em;
}

ul > li:before,
ul ul li:before {
  display: inline-block;
  content: "·";
  width: 1em;
  margin-left: -1em;
}

dl.dl-horizontal {
  font-size: 14px;
}
dl.dl-horizontal dt {
  width: 2em;
}
dl.dl-horizontal dd {
  margin-left: 2.5em;
}

.header_panel blockquote,
.punchline {
  font-family: "ars-maquette-web-i3", "ars-maquette-web";
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  line-height: 1.28;
  margin: 15px 0;
  color: #54595C;
  padding: 10px 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
}
.header_panel blockquote p,
.punchline p {
  margin: 0;
}

.wrapper > h3 {
  margin-top: 0;
}

sup {
  font-size: 50%;
}

.quote_wrapper {
  padding: 40px 25px;
}

.quote {
  font-family: "ars-maquette-web-i3", "ars-maquette-web";
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}
.quote p {
  margin-top: 0;
}
.quote h4 {
  margin-top: 5px;
}

.krona {
  color: #194C56;
}
.krona h1, .krona h2, .krona h3 {
  font-family: "Krona One", sans-serif;
  font-weight: normal;
  color: #194C56;
  line-height: 1.2;
}
.krona h1 {
  font-size: 36px;
  margin: 15px 0 0 0;
}
.krona h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.krona h3 {
  font-size: 14px;
  margin-bottom: 15px;
}
.krona h1 + h2 {
  margin-top: 0;
}

.ie7 .parent_header,
.ie7 .header_panel,
.ie7 .carousel-caption, .ie8 .parent_header,
.ie8 .header_panel,
.ie8 .carousel-caption {
  background-color: white;
}

#top_links {
  margin-top: 15px;
}
#top_links ul {
  padding-left: 0;
  margin-top: 0;
}
#top_links ul li {
  display: block;
  float: left;
  font-size: 10px;
  line-height: 0.8;
  text-transform: uppercase;
  border-right: 1px solid #303e47;
}
#top_links ul li a {
  color: #000000;
  padding: 0 6px;
}
#top_links ul li a:hover {
  color: #D91D3D;
}
#top_links ul li:before {
  display: none;
  content: "";
}
#top_links ul li.active a {
  color: #D91D3D;
}
#top_links ul li:last-child {
  border-right: none;
}

#img_logo {
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 6px;
}

.fixed_picture {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.fixed_picture > img {
  position: fixed;
}

.header_panel {
  margin-top: 140px;
  background: white;
}
.header_panel .wrapper {
  padding: 0 20px 20px;
}
.header_panel hr {
  margin: 10px 0;
}

.header_panel + .header_panel .wrapper {
  padding: 15px 0;
}

#footer {
  position: fixed;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #303e47;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 20;
  transition: height 0.5s;
}
#footer a {
  color: #a7a9ac;
}
#footer a:hover {
  color: white;
}

.footer_title {
  color: white;
  font-size: 18px;
  height: 50px;
  text-align: center;
  padding: 10px 0;
}
.footer_title p {
  margin: 0;
}

#footer_trigger {
  cursor: pointer;
}
#footer_trigger i {
  margin-left: 10px;
}

.footer_inside {
  color: white;
  text-align: center;
  margin-top: 25px;
  display: none;
}

.footer_contact {
  text-align: left;
  padding-left: 10px;
  border-left: 1px solid #A7A9AC;
}

#footer.expanded .footer_inside {
  display: block;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.home_slider_wrapper {
  position: relative;
  height: 650px;
  overflow: hidden;
}

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  left: 50%;
  margin-left: -960px;
  position: absolute;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption h2 {
  margin-top: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 650px;
  background-color: white;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: 0 auto;
  max-width: inherit;
}

.ie9 .carousel-caption {
  left: inherit;
  right: inherit;
  bottom: inherit;
}

.carousel-caption {
  top: 175px;
  left: inherit;
  right: inherit;
  bottom: inherit;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  text-shadow: none;
  width: 300px;
  text-align: left;
}

.carousel-caption a {
  font-size: 12px;
  color: #D91D3D;
  text-transform: uppercase;
}

.carousel-control {
  opacity: 1;
  width: 5%;
  min-width: 50px;
  cursor: pointer;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
  z-index: 2;
}

.carousel-control > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
}

.home_slider_prev {
  left: 5px;
  background: url(/assets/images/carousel_prev.png) no-repeat;
}

.home_slider_next {
  right: 5px;
  background: url(/assets/images/carousel_next.png) no-repeat;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #bdc2c5;
  border: none;
  margin: 0;
}
.carousel-indicators li.active {
  background: #7a868c;
  border-color: #7a868c;
}

@media (min-width: 1200px) {
  .home_slider_prev {
    left: 15px;
  }
  .home_slider_next {
    right: 15px;
  }
}
.navbar {
  background: transparent;
  min-height: inherit;
  border: none;
  bottom: 0;
  margin: 0 auto;
}

.navbar > li {
  font-family: "ars-maquette-web-n4", "ars-maquette-web";
}
.navbar > li:before {
  display: none;
  content: "";
}

.navbar li > a {
  color: #000000;
  transition: background-color 0.4s;
}

.navbar-nav > li:before {
  display: none;
  content: "";
}

.navbar-nav > li > a {
  font-size: 1.1em;
  line-height: 1.2;
}

.navbar li.active > a {
  background-color: #D91D3D;
  color: white;
}

.navbar li.active > a:hover,
.navbar li.active > a:focus {
  background: #D91D3D;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #D91D3D;
  color: white;
}

.nav .caret, .nav a:hover .caret {
  border-bottom-color: #000000;
  border-top-color: #000000;
}

.nav .open .caret, .nav .open a:hover .caret, .nav .dropdown.active .caret {
  border-bottom-color: white;
  border-top-color: white;
}

.dropdown-menu {
  background: #ebebec;
  padding: 5px 5px;
}

.dropdown-menu > li {
  font-style: normal;
}
.dropdown-menu > li:before {
  display: none;
  content: "";
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white;
}

.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  width: auto;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #D91D3D;
  color: white;
}

.dropdown-menu > li:first-child {
  margin-top: 5px;
}

.dropdown-menu > li:last-child {
  margin-bottom: 5px;
}

.dropdown-menu > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li:last-child {
  border-bottom: none;
}

.dropdown-menu > li {
  margin: 0 5px;
}

.dropdown-menu > li > a {
  padding: 7px 5px;
  text-transform: uppercase;
  font-size: 11px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #D91D3D;
}

.main_menu {
  position: absolute;
  bottom: 0;
  background: #ebebec;
  z-index: 10;
  width: 100%;
  min-height: 37px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s;
}

[data-header=white] .parent_header {
  background: white;
}

.navbar-toggle {
  background-color: #D91D3D;
  border-radius: 0;
  margin: 0px;
  cursor: pointer;
}

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
/* Small devices */
@media (max-width: 767px) {
  .parent_header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    height: 50px;
    z-index: 1030;
  }
  .main_menu {
    position: relative;
  }
  .navbar-nav {
    width: auto;
  }
  .navbar-collapse {
    max-height: inherit;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: inherit;
    color: inherit;
  }
  .main_menu {
    min-height: 60px;
    background-color: white;
  }
  .navbar-header {
    min-height: 60px;
    margin: 0 -15px;
  }
  .navbar {
    background-color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    float: right;
    margin: 0 auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar {
    display: table;
  }
  .parent_header {
    min-height: 140px;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.4s;
    z-index: 20;
  }
  .navbar-nav > li > a {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 10px 12px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .capsana_mobile_logo {
    background-image: url("/assets/images/logo_mobile_2x.png");
    background-size: 180px 55px;
    background-repeat: no-repeat;
  }
  .capsana_mobile_logo_en {
    background-image: url("/assets/images/logo_mobile_en_2x.png");
    background-size: 180px 55px;
    background-repeat: no-repeat;
  }
  .mobile_menu {
    background-image: url("/assets/images/mobile_menu_2x.png");
    background-size: 35px 35px;
    background-repeat: no-repeat;
  }
}
ul.breadcrumb {
  background: transparent;
  font-size: 12px;
  padding: 15px 0 0;
  margin: 0 0 10px 0;
}
ul.breadcrumb.active {
  color: #D91D3D;
}
ul.breadcrumb > li {
  display: inline;
}
ul.breadcrumb > li:before {
  content: "";
  width: 0;
  margin-left: 0;
}
ul.breadcrumb > li + li:before {
  content: "|";
  padding: 0 6px 0 0;
}

.panel {
  background: transparent;
  box-shadow: none;
}

.panel-group {
  margin: 15px 0;
}

.panel-group--careers .panel-title {
  font-size: 27px;
}

.panel-group .panel {
  position: relative;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
}

.panel-group--top-border .panel {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.panel-group--no-border .panel {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.panel-group--no-border .panel.panel:first-child {
  border-top: none;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border-color: #ddd;
  padding: 0;
}

.panel-group .panel + .panel {
  margin-top: 1px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

.panel-title {
  font-size: 30px;
}
.panel-title a {
  display: block;
  padding: 15px 45px 15px 0;
}

.widget .panel {
  background: transparent;
}
.widget .panel-group {
  margin: 0px;
}
.widget .collapse_icon {
  color: white;
  background-color: transparent;
  border-color: #ddd;
}
.widget .panel-title {
  font-size: 13px;
  color: white;
  padding: 0;
  font-weight: normal;
}
.widget .panel-title a {
  padding: 10px 25px;
  color: #000000;
  background: #bdc6c3;
  transition: none !important;
}
.widget .panel-title a.collapsed {
  background: #7c858c;
  color: white;
  transition: background-color 0.4s !important;
}
.widget .panel-title a.collapsed:hover {
  background-color: #747c83;
}
.widget .panel-body {
  font-size: 12px;
  background: #bdc6c3;
  color: #000000;
  padding-top: 0;
}
.widget .panel-body ul {
  padding-left: 10px;
}
.widget .panel-body ul li {
  list-style: none;
}
.widget .panel-group .panel {
  border-bottom: 1px solid #bdc5c2;
}
.widget .panel-group .panel + .panel {
  margin-top: 0;
}
.widget .collapsing {
  -webkit-transition: none;
  transition: none;
}

.collapse_icon {
  position: absolute;
  display: block;
  top: 11px;
  right: 0;
  height: 40px;
  width: 40px;
  z-index: 0;
  background-image: url("/assets/images/collapse_down_icon.png");
}

.collapsed .collapse_icon {
  background-image: url("/assets/images/collapse_up_icon.png");
}

.owl_wrapper {
  position: relative;
}

.owl-wrapper-outer:before {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  width: 5px;
  z-index: 2;
}

.owl-navigation {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25px;
  cursor: pointer;
}
.owl-navigation.owl-prev {
  left: 0;
  margin-top: -20px;
  top: 50%;
  background: url(/assets/images/carousel_prev.png) no-repeat;
}
.owl-navigation.owl-next {
  right: 0;
  margin-top: -20px;
  top: 50%;
  background: url(/assets/images/carousel_next.png) no-repeat;
}

.owl-carousel {
  margin: 25px 45px;
  width: auto;
}
.owl-carousel b {
  font-weight: bold;
}

.owl-carousel .owl-item h4, .owl-carousel .owl-item p {
  text-align: left;
}
.owl-carousel .owl-item .item {
  display: table-cell;
  padding: 0 15px;
  margin: 10px 0;
  color: #000000;
  text-align: center;
  border-left: 1px solid #cccccc;
  vertical-align: top;
}
.owl-carousel .owl-item .item > p {
  margin-top: 0;
}
.owl-carousel .owl-item p:last-child {
  margin-bottom: 0;
}
.owl-carousel .owl-item:first-child .item {
  border-left: none;
}

.modal-body > p {
  margin-top: 0;
}
.modal-body p:last-child {
  margin-bottom: 0;
}

.btn {
  border-radius: 0;
  border: none;
}

.btn-primary {
  background: #D91D3D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #D91D3D;
}

.btn-default {
  background: #bdc5c2;
  color: white;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #bdc5c2;
  color: white;
}

.modal-title {
  font-size: 16px;
}

.modal-footer {
  margin-top: 5px;
  text-align: left;
}

.modal-content {
  border-radius: 0;
}

.animated-when-visible {
  visibility: hidden;
}

.touch .animated-when-visible {
  visibility: visible;
}

.animated-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.delay-animation-one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-animation-two {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-animation-three {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-animation-four {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.sidebar-news .widget {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .sidebar-news {
    width: 30%;
    margin-left: 3.33333333%;
  }
}
.widget hr {
  margin: 10px 0;
}
.widget h2 {
  margin: 0;
  font-size: 24px;
}
.widget .wrapper {
  padding: 15px;
}
.widget ul.arrow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul.arrow > li {
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #bdc5c2;
  transition: background-color 0.4s;
}
.widget ul.arrow > li a {
  padding: 10px 25px;
  display: block;
}
.widget ul.arrow > li:before {
  display: none;
  content: "";
}
.widget ul.arrow > li:hover {
  background-color: #747c83;
}
.widget ul.arrow > li.active {
  background-color: #bdc5c2;
  color: black;
}
.widget ul.arrow > li.active:hover {
  background-color: #bdc5c2;
}
.widget .sidebar_collapse {
  background-color: #ebebec;
  color: black;
  cursor: pointer;
}
.widget .sidebar_collapse.collapsed {
  background-color: inherit;
  color: inherit;
}
.widget.gray_rock {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.widget.gray_rock .wrapper {
  padding: 25px;
}

.our-offer-sidebar h3 {
  font-family: "ars-maquette-web-n3", "ars-maquette-web", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.white_rock {
  background-color: white;
}
.white_rock .wrapper {
  padding: 30px 35px;
}
.white_rock p:last-child {
  margin-bottom: 0;
}

.gray_rock {
  background-color: #7C858C;
  color: white;
  height: 100%;
}
.gray_rock .wrapper {
  padding: 30px 35px;
}
.gray_rock p:last-child {
  margin-bottom: 0;
}
.gray_rock.gray_rock--solutions_engagement ul {
  font-family: "ars-maquette-web-n4", "ars-maquette-web", serif;
  font-weight: 400;
  font-size: 18px;
}

.light_gray_rock {
  background-color: #ebebec;
}
.light_gray_rock .wrapper {
  padding: 30px 30px;
}
.light_gray_rock .wrapper > p {
  margin-top: 0;
}
.light_gray_rock p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .light_gray_rock .wrapper {
    padding: 15px 0;
  }
}

.dark_gray_rock {
  background-color: #303E48;
  color: white;
}
.dark_gray_rock .wrapper {
  padding: 25px 30px;
}
.dark_gray_rock p:last-child {
  margin-bottom: 0;
}

.red_rock {
  background-color: #D91D3D;
  height: 100%;
  color: white;
}
.red_rock .wrapper {
  padding: 30px 35px;
}
.red_rock .logo_white {
  display: block;
  margin: 0 auto;
}
.red_rock p:last-child {
  margin-bottom: 0;
}
.red_rock a {
  color: white;
}
.red_rock a:hover {
  color: #fddae0;
}
.red_rock.red_rock--solutions_hw ul {
  font-family: "ars-maquette-web-n4", "ars-maquette-web", serif;
  font-weight: 400;
  font-size: 18px;
}
.red_rock.red_rock--solutions_engagement {
  text-align: center;
}

.table-no-border > tbody > tr > td {
  border-top: none;
}

.copyright {
  position: relative;
  margin-bottom: 50px;
  background-color: white;
}
.copyright.copyright-nmb {
  margin-bottom: 0;
}

.copyright_text {
  font-size: 11px;
  padding: 20px 0 15px;
}

.twitter-icon {
  display: inline-block;
  background: url("/assets/images/twitter_icon.png") 0 0 no-repeat;
  height: 29px;
  width: 29px;
}
.twitter-icon:hover {
  background-position: 0 -29px;
}

.social-section {
  padding: 25px 0 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .social-section {
    text-align: center;
    padding: 15px 0;
  }
}
ul.pagination {
  list-style: none;
}
ul.pagination li {
  display: inline;
}
ul.pagination li:before {
  content: "";
  display: none;
}
.bloc-campaigns {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .bloc-campaigns:nth-child(2n) {
    clear: left;
  }
}
.bloc-campaigns img {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .bloc-campaigns img {
    max-width: 150px;
  }
}

.red_rock--home h2 {
  font-size: 26px;
}
.red_rock--home .logo_white {
  max-width: 240px;
  margin: 20px auto;
}

.news-archive .archive-year {
  display: block;
  width: 100%;
  border-bottom: 1px solid #bdc5c2;
  text-transform: uppercase;
  padding: 10px 25px;
}
.news-archive .archive-months {
  margin: 0;
  padding: 2px 0;
  background-color: #ebebec;
}
.news-archive .archive-months li {
  border-bottom: 1px solid #bdc5c2;
}
.news-archive .archive-months li a {
  color: #000000;
  width: 100%;
  display: block;
  padding: 6px 25px;
}
.news-archive .archive-months li:before {
  display: none;
  content: "";
}
.news-archive .archive-months li:last-child {
  border-bottom: none;
}

.in-memoriam-wrapper {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .pause__column:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pause__column:nth-child(3n+1) {
    clear: left;
  }
}

.pause__column__wrapper {
  border-top: 2px solid #fce7ec;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pause__column__wrapper img {
  display: block;
  margin: 0 auto 20px;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.22
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(/assets/images/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.arrow-before:before {
  display: inline;
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f105";
}

.arrow-after:after {
  display: inline;
  margin-left: 5px;
  font-family: FontAwesome;
  content: "\f105";
}

#wrap_all {
  height: auto !important;
  margin: 0 auto -50px;
  min-height: 100%;
  padding: 0 0 50px;
}

.main_content {
  position: relative;
  z-index: 2000;
  padding: 0 15px;
  text-align: center;
}

/* layout */
.white_section {
  padding: 25px 0;
  background: white;
  position: relative;
  z-index: 2;
}
.white_section .wrapper {
  padding: 30px 20px;
}
.white_section .wrapper .main-image {
  margin-bottom: 10px;
}
.white_section .wrapper-full {
  padding: 25px 0;
}

.light_gray_section {
  padding: 25px 0;
  background: #ebebec;
  position: relative;
  z-index: 2;
}
.light_gray_section .wrapper {
  padding: 30px 35px;
}

.red_section {
  padding: 25px 0;
  background: #D91D3D;
  color: white;
  position: relative;
  z-index: 2;
}
.red_section .wrapper {
  padding: 30px 35px;
}

.well {
  background: transparent;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.well > p {
  margin-top: 0;
}

.panel-gray {
  background-color: #ebebec;
  padding: 20px 30px;
  margin: 20px 0;
}

.border_left {
  border-left: 1px solid #ebebec;
}

#historique .wrapper {
  padding: 25px 30px;
}

#historique .header_panel .wrapper {
  padding-top: 0;
}

.social {
  margin: 25px 0;
}

.news_image {
  margin: 0 20px 10px 0;
  float: left;
  width: 50%;
}
.news_image img {
  width: 100%;
}

.news_image_right {
  margin: 0 0 10px 20px;
  float: right;
  width: 50%;
}
.news_image_right img {
  width: 100%;
}

.news_image_caption {
  display: table;
  font-family: "ars-maquette-web-i3", "ars-maquette-web", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  line-height: 1.23;
  margin: 0;
  color: white;
  background-color: #BDC5C2;
  padding: 10px 15px;
  width: 100%;
}

/* special classes */
.home_news h2 {
  font-family: "ars-maquette-web-n4", "ars-maquette-web";
  font-size: 35px;
  color: #808080;
}

.home_news h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.all_news {
  color: #808080;
  display: block;
  font-size: 12px;
  margin-top: 40px;
  text-transform: uppercase;
}
.all_news .light_gray_plus_icon {
  float: right;
  margin-top: -8px;
  display: block;
  background: url("/assets/images/light_gray_plus_icon.png") 0 0 no-repeat;
  height: 29px;
  width: 29px;
}
.all_news:hover {
  color: #54595C;
  text-decoration: none;
}
.all_news:hover .light_gray_plus_icon {
  background-position: 0 -29px;
}

.news_category {
  color: #808080;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.partner_logo {
  margin: 2px 35px;
}

.partner_logo_1 {
  margin: 20px 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bw_transition {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.bw_transition img {
  vertical-align: inherit;
  position: relative;
  z-index: 1;
  transition: opacity 0.5s;
}
.bw_transition img.color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.step-wrapper {
  padding: 25px 20px;
  display: table;
}
.step-wrapper .step-img {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 20%;
}
.step-wrapper .step-img img {
  padding-right: 15px;
}
.step-wrapper .step-text {
  display: table-cell;
  vertical-align: top;
  width: 80%;
}
.step-wrapper .step-text h2 {
  margin-top: 0;
}

.red_plus_icon {
  margin: 2px 10px 0 0;
}

.basket_icon {
  display: block;
  background: url("/assets/images/basket_icon.png") no-repeat;
  height: 31px;
  width: 31px;
}
.basket_icon:hover {
  background: url("/assets/images/basket_icon_red.png") no-repeat;
}

.order_wrapper > p {
  margin-top: 0;
}
.order_wrapper p:last-child {
  margin-bottom: 0;
}

.foundations_logo p {
  margin: 0;
}

#board_of_directors {
  margin-top: 25px;
}

.team_member {
  border-right: 1px solid #cccccc;
  margin: 0 0 25px 0;
}
.team_member.team_member--secretary {
  border-right: 0;
  border-left: 1px solid #cccccc;
}

/* Remove left border for every first element of the line */
.team_member:nth-child(4n) {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .team_member {
    border: 0 !important;
  }
}
.group_img .bw_transition {
  margin-right: 40px;
}
.group_img .bw_transition:last-of-type {
  margin-right: 0;
}

.expert {
  margin: 10px 0;
  text-align: center;
}
.expert img {
  max-width: 130px;
  max-height: 140px;
  margin-bottom: 10px;
}
.expert p {
  margin-bottom: 0;
}
.expert:first-child {
  border-left: none;
}

.wrapper > h2 {
  margin-top: 0;
}

.wrapper > :last-child {
  margin-bottom: 0;
}

.main_col {
  max-width: 877.5px;
}

.left_col {
  max-width: 750px;
  box-sizing: content-box;
}

#latest_articles {
  margin-top: 0;
}

.article {
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #ebebec;
}
.article img {
  width: 100%;
}
.article .wrapper {
  padding: 0 15px;
}
.article .cat {
  color: #7C858C;
  text-transform: uppercase;
}
.article .title {
  line-height: 1.1;
  font-family: "ars-maquette-web-n7", "ars-maquette-web", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.article .subtitle {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  margin: 5px 0 15px;
}
.article .text > p {
  margin-top: 0;
}
.article .meta {
  font-size: 0.9em;
  color: #54595C;
}
.article.first {
  padding-top: 0;
}

.article_image {
  padding-right: 0;
}

.article_page h2 {
  font-family: "ars-maquette-web-n7", "ars-maquette-web", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.article_page h2 + h4 {
  font-family: "ars-maquette-web-i7", "ars-maquette-web", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 5px 0;
}
.article_page .meta {
  font-size: 0.9em;
  color: #54595C;
  margin-top: 10px;
}

.article_page_header {
  margin-bottom: 15px;
}

#publications {
  max-width: 780px;
}
#publications .tab-pane:before {
  content: "";
  display: block;
  height: 70px;
  margin: -70px 0 0;
}

.publication {
  margin-top: 10px;
  padding: 10px 0 20px;
  position: relative;
  border-bottom: 1px solid #ebebec;
}
.publication img {
  width: auto;
}
.publication p {
  margin: 0.2em 0 0.5em;
}
.publication .publication_image {
  float: left;
  display: block;
  padding-right: 25px;
  width: 20%;
}
.publication .publication_image img {
  width: 100%;
}
.publication .publication_wrapper {
  position: relative;
  display: block;
  width: 80%;
  margin-left: 20%;
}
.publication .btn-order_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.publication .btn-order {
  display: inline-block;
  padding: 4px 6px;
  background: #7C858C;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.publication .btn-order:hover {
  color: white;
  background: #D91D3D;
}
.publication .wrapper {
  padding: 0 15px;
}
.publication .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 100px 10px 0;
}
.publication .text {
  margin-right: 90px;
}
.publication .download {
  margin-top: 10px;
  color: #7C858C;
  font-size: 95%;
  font-style: italic;
}
.publication .pub_sponsor {
  position: relative;
  font-size: 80%;
  margin-top: 0;
  color: #54595C;
}
.publication .pub_sponsor img {
  vertical-align: baseline;
}
.publication:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .publication .btn-order_wrapper {
    position: relative;
    margin-top: 10px;
  }
  .publication .text {
    margin-right: 0;
  }
  .publication .title {
    margin: 0 0 15px 0;
  }
  .publication .publication_image {
    width: 80px;
  }
}
.btn.btn-gray {
  background: #7C858C;
  border-radius: 0;
  color: white;
  padding: 8px 13px;
}

.go-top-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #C6C7C7;
  margin: 20px 0 0;
  float: right;
}
.go-top-btn img {
  display: block;
  margin: 0 auto 5px;
}

.capsana_icon {
  background: url("/assets/images/capsana_icon.png") no-repeat;
  height: 50px;
  left: -37px;
  position: absolute;
  top: -21px;
  width: 50px;
}

#our_experts {
  margin-top: 30px;
}

.health_solution {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebec;
}
.health_solution h3 {
  margin-bottom: 0;
}
.health_solution .meta {
  font-size: 90%;
  margin-bottom: 10px;
}
.health_solution:first-of-type {
  border-top: none;
}
.health_solution .images_wrapper {
  margin-top: 20px;
}

.gray_plus_icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("/assets/images/gray_plus_icon.png") no-repeat;
  height: 31px;
  width: 31px;
}

.expanded .gray_plus_icon {
  background: url("/assets/images/gray_minus_icon.png") no-repeat;
}

.table-icon {
  display: table;
}
.table-icon img {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 29px;
}
.table-icon a {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2, .panel-title {
    font-size: 25px;
  }
  .header_top {
    display: none;
  }
  .panel-title > a {
    padding-right: 40px;
  }
  .mobile_menu {
    position: absolute;
    display: block;
    right: 0;
    top: 15px;
    height: 35px;
    width: 35px;
    background: url("/assets/images/mobile_menu.png") no-repeat;
  }
  .capsana_mobile_logo {
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    height: 55px;
    width: 180px;
    background: url("/assets/images/logo_mobile.png") no-repeat;
  }
  .capsana_mobile_logo_en {
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    height: 55px;
    width: 180px;
    background: url("/assets/images/logo_mobile_en.png") no-repeat;
  }
  .fixed_picture {
    margin: 50px auto 0;
  }
  .fixed_picture > img {
    position: inherit;
  }
  .header_panel {
    margin-top: 0;
  }
  .header_panel .header_img {
    margin-top: 60px;
    text-align: center;
  }
  .header_panel .header_img .img-responsive {
    margin: 0 auto;
  }
  .header_panel.no_min_height {
    margin-top: 60px;
  }
  .footer_title {
    font-size: 13px;
    padding-top: 6px;
  }
  .home_news {
    margin-top: 50px;
  }
  .expanded .gray_plus_icon, .gray_plus_icon {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    background-size: 100%;
    height: 16px;
    width: 16px;
  }
  .home_slider_wrapper, .carousel .item {
    height: 400px;
  }
  .carousel-caption {
    top: 75px;
    left: 43.8%;
    width: 240px;
    padding: 20px 30px;
  }
  .carousel-indicators {
    bottom: 2px;
  }
  .home_news {
    margin-top: 0;
  }
  .home_news .wrapper {
    margin: 20px 0;
  }
  .home_news .all_news {
    margin: 0 0 10px 0;
  }
  .article_image {
    margin: 5px 0 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #top .no_padding {
    padding: 0;
  }
  #top .no_padding_right {
    padding-right: 0;
  }
  #top .no_padding_left {
    padding-left: 0;
  }
  #top .no_padding_top {
    padding-top: 0;
  }
  #top .no_padding_bottom {
    padding-bottom: 0;
  }
  .header_panel {
    min-height: 400px;
  }
  .header_panel.no_min_height {
    min-height: 0;
  }
  .touch .fixed_picture > img {
    position: absolute;
    margin-left: 0;
    max-width: 100%;
    left: 0;
  }
  .no-touch .page_scrolled .parent_header {
    min-height: 70px;
    background: white;
  }
  .no-touch .page_scrolled #img_logo {
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
  }
  .no-touch .page_scrolled .main_menu, .no-touch .page_scrolled .navbar {
    min-height: 0px;
  }
  .no-touch .page_scrolled .main_menu {
    background-color: white;
  }
  #historique .col-xs-1, #historique .col-xs-2, #historique .col-xs-3, #historique .col-xs-4, #historique .col-xs-5, #historique .col-xs-6, #historique .col-xs-7, #historique .col-xs-8, #historique .col-xs-9, #historique .col-xs-10,
  #historique .col-xs-11, #historique .col-xs-12, #historique .col-sm-1, #historique .col-sm-2, #historique .col-sm-3, #historique .col-sm-4, #historique .col-sm-5, #historique .col-sm-6, #historique .col-sm-7, #historique .col-sm-8,
  #historique .col-sm-9, #historique .col-sm-10, #historique .col-sm-11, #historique .col-sm-12, #historique .col-md-1, #historique .col-md-2, #historique .col-md-3, #historique .col-md-4, #historique .col-md-5, #historique .col-md-6,
  #historique .col-md-7, #historique .col-md-8, #historique .col-md-9, #historique .col-md-10, #historique .col-md-11, #historique .col-md-12, #historique .col-lg-1, #historique .col-lg-2, #historique .col-lg-3, #historique .col-lg-4,
  #historique .col-lg-5, #historique .col-lg-6, #historique .col-lg-7, #historique .col-lg-8, #historique .col-lg-9, #historique .col-lg-10, #historique .col-lg-11, #historique .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #historique .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_top > .container,
  .header > .container {
    padding: 0;
  }
  .navbar-nav > li > a {
    font-size: 12px;
    padding: 10px 7px;
  }
  .navbar-collapse {
    padding: 0;
  }
  .capsana_icon {
    left: 10px;
  }
  .no-touch .page_scrolled .navbar-nav > li > a {
    padding: 10px 7px;
  }
  .footer_title {
    font-size: 15px;
  }
  .gray_plus_icon {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    background-size: 100%;
    height: 21px;
    width: 21px;
  }
  .light_gray_plus_icon {
    margin-top: -15px;
  }
}
.social-icons-inline {
  display: inline-block;
  margin-left: 5px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fixed_picture > img {
    position: fixed;
    max-width: inherit;
    left: 50%;
    margin-left: -960px;
  }
}

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