/* Generated on: Thu Dec 07 2017 16:11:49 GMT-0500 (EST) */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
}
body {
  color: #6b7987;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  word-break: break-word;
  width: 100%;
}
a {
  color: #5ac1ea;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.4em;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.6em;
}
h3 {
  font-weight: 500;
}
iframe {
  display: block;
}
iframe,
img,
video {
  max-width: 100%;
}
img,
video {
  height: auto !important;
}
main {
  display: block;
}
p,
ul,
ol {
  margin-bottom: 1em;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-left: 0;
}
@media (min-width: 768px) {
  .layout-two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-container {
    padding-left: 20px;
    width: calc(100% - 215px);
  }
}
@media (min-width: 768px) {
  .sidebar-container {
    -ms-flex-preferred-size: 215px;
        flex-basis: 215px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 60px;
  }
}
.site-container {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  position: relative;
  max-width: 1002px;
}
.site-row {
  background-color: #fff;
  width: 100%;
}
.address-box {
  margin-bottom: 30px;
  width: 100%;
}
.address-box h3 {
  font-weight: 600;
}
.address-box p {
  margin: 0;
}
.arrow-down {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 0;
}
.button {
  cursor: pointer;
}
.chevron-container {
  background-color: the-main;
  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;
  width: 50px;
  height: 50px;
}
.chevron-container.disabled {
  background-color: the-gray-darker;
}
.chevron-lines {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 38%;
  height: 38%;
}
.ios .chevron-lines {
  display: block;
}
.chevron-lines.left {
  margin-left: 6px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.chevron-lines.right {
  margin-right: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dropdown-container {
  position: relative;
  height: 80px;
}
@media (min-width: 500px) {
  .dropdown-container {
    height: 45px;
  }
}
.dropdown-list {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  max-width: 100%;
  width: 420px;
  height: 100%;
}
.dropdown-list .arrow-down {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown-list .home-arrow-container {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}
@media (min-width: 600px) {
  .dropdown-list .home-arrow-container {
    border-left: 1px solid #fff;
  }
}
.dropdown-item {
  background-color: the-main;
  border-bottom: 2px solid #d359a9;
  color: #fff;
  cursor: default;
  display: block;
  opacity: 0;
  padding: 10px 60px 10px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-item:hover {
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item.show {
  cursor: pointer;
  opacity: 1;
}
.dropdown-item.active:hover,
.dropdown-item.show:hover {
  opacity: 0.7;
}
.hide {
  display: none;
}
.imagedetail {
  max-width: 100%;
  width: 100%;
}
.input-file-box {
  position: relative;
  min-height: 44px;
}
.input-file-box input[type="file"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.input-file-box input[type="file"]:focus {
  outline: none;
}
.input-file-box .button {
  margin-bottom: 0;
}
.item-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-button,
.button,
form.form .formfooter input[type="submit"] {
  background-color: #5ac1ea;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 13.5px 20px;
  text-align: center;
  text-transform: uppercase;
}
.main-button:hover,
.button:hover,
form.form .formfooter input[type="submit"]:hover {
  background-color: #5ac1ea;
  color: #08539b;
  text-decoration: none;
}
.main-button.bt-cancel,
.button.bt-cancel,
form.form .formfooter input[type="submit"].bt-cancel {
  background-color: #c9d1d8;
  display: none;
}
.maps {
  display: none;
}
@media (min-width: 768px) {
  .maps {
    display: block;
    margin: 70px 0;
  }
}
.page-title {
  color: #08539b;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.question-box {
  background-color: #e6e9ea;
  margin-bottom: 20px;
  padding: 20px;
}
@media (min-width: 600px) {
  .question-box {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.question-box:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .question-box:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .question-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.question-cta {
  margin-bottom: 0;
}
.question-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.quotation-box {
  background-color: #08539b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .quotation-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
.controller_faq .quotation-box {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-container .quotation-box {
    margin-bottom: 60px;
    width: 215px;
  }
}
.quotation-box h3 {
  color: #5ac1ea;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.sidebar-container .quotation-box:before {
  border-top: 40px solid #08539b;
  border-right: 215px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .sidebar-container .quotation-box:before {
    content: '';
  }
}
.quotation-box-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.quotation-box-image {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.section-actions,
.section-header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 100%;
}
.section-actions {
  text-align: left;
}
@media (min-width: 768px) {
  .section-actions {
    text-align: center;
  }
}
.section-header {
  margin-bottom: 10px;
  text-align: left;
}
.section-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.services-section .section-title {
  margin-bottom: 40px;
}
.since-1998-section .section-title {
  margin-bottom: 40px;
}
.show-overlay:after {
  background-color: rgba(255,255,255,0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar-link {
  color: #6b7987;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar-link:before {
  color: #5ac1ea;
  content: '>';
  margin-right: 10px;
}
.sidebar-link:hover {
  text-decoration: none;
}
.sidebar-link-item {
  border-bottom: 2px solid #e6e9ea;
  padding: 10px 20px;
}
.sidebar-link-list {
  display: none;
  list-style: none;
}
@media (min-width: 768px) {
  .sidebar-link-list {
    display: block;
  }
}
.site-breadcrumb {
  display: none;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .site-breadcrumb {
    display: block;
  }
}
.site-breadcrumb a {
  color: #6b7987;
}
@media (min-width: 768px) {
  .temoignage {
    width: 200px;
  }
}
.temoignage p {
  color: #6b7987;
}
.testimonies-container {
  margin-bottom: 20px;
}
.top {
  background: url("/themes/uberfixe/images/ico-top.png") no-repeat left center;
  color: #6b7987;
  display: block;
  font-size: 14px;
  margin: 70px 0;
  padding-left: 20px;
  text-transform: uppercase;
}
.diffuseurzone {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .diffuseurzone,
  .diffuseurzone .swiper-container {
    max-height: none;
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .diffuseurzone,
  .diffuseurzone .swiper-container {
    height: 700px;
  }
}
.home-pagination {
  display: none;
}
.home-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .home-slide {
    background-size: cover;
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .home-slide {
    height: 700px;
  }
}
.home-slide-content {
  background-color: #08539b;
  color: #fff;
  font-size: 26px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .home-slide-content {
    background-color: transparent;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    width: 100%;
  }
}
.home-slide-content a {
  color: inherit;
}
.home-slide-content .site-container {
  padding: 0;
}
.home-slide-image {
  width: 375px;
}
@media (min-width: 375px) {
  .home-slide-image {
    width: 414px;
  }
}
@media (min-width: 414px) {
  .home-slide-image {
    width: 480px;
  }
}
@media (min-width: 480px) {
  .home-slide-image {
    width: 600px;
  }
}
@media (min-width: 600px) {
  .home-slide-image {
    display: none;
  }
}
.testimony-author {
  font-size: 14px;
  font-style: normal;
  line-height: 1.2;
}
.testimony-navigation {
  cursor: pointer;
  font-family: 'Dosis', sans-serif;
  font-size: 52px;
  font-weight: bold;
  margin-right: 20px;
}
.testimony-quotation-mark {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100px;
}
@media (min-width: 600px) {
  .testimony-quotation-mark {
    left: 0;
  }
}
.testimony-quotation-mark-end {
  top: auto;
  left: auto;
  bottom: 140px;
  right: 10px;
}
@media (min-width: 600px) {
  .testimony-quotation-mark-end {
    bottom: 140px;
    right: 0;
  }
}
.testimony-quote {
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 0.6em;
}
.testimony-section {
  color: #08539b;
}
.testimony-section .site-container {
  margin-top: 20px;
}
.testimony-section .site-container:first-child {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
}
.testimony-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.testimony-section-footer a {
  margin-top: 10px;
  margin-left: 10px;
  text-transform: uppercase;
}
.testimony-slide-content {
  line-height: 1;
}
.testimony-slider {
  padding: 0 1px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .copyright-line {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
.footer-content {
  margin: 0 auto;
  padding: 0;
  max-width: 1002px;
}
@media (min-width: 768px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 960px) {
  .footer-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-content > div {
  display: none;
}
@media (min-width: 600px) {
  .footer-content > div {
    display: block;
  }
}
.footer-content > div:last-child {
  display: block;
}
.footer-cta-container,
.footer-logo-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-cta-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .footer-cta-container {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    width: 190px;
  }
}
.footer-cta-link {
  font-size: 14px;
  margin-right: 10px;
  width: 185px;
}
@media (min-width: 768px) {
  .footer-logo-container {
    margin-right: 40px;
  }
}
.footer-logo-image {
  display: block;
  width: 145px;
}
.footer-navigation {
  display: none;
}
@media (min-width: 600px) {
  .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-navigation-column {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-navigation-column {
    margin-right: 40px;
    max-width: 175px;
  }
}
@media (min-width: 960px) {
  .footer-navigation-column {
    margin-right: 60px;
    max-width: 190px;
  }
}
.footer-navigation-item {
  display: block;
  line-height: 1.7;
}
.footer-navigation-item:before {
  color: #5ac1ea;
  content: '>';
  display: inline-block;
  margin-right: 10px;
}
.footer-navigation-link {
  color: #fff;
}
.site-footer {
  background-color: #08539b;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
@media (min-width: 600px) {
  .site-footer {
    padding: 40px 20px;
  }
}
.site-footer h3 {
  color: #5ac1ea;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
}
.show-me-more {
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
  display: block;
  color: #95a5a6;
  display: inline-block;
  text-decoration: none;
}
.show-me-more:hover,
.show-me-more:focus {
  color: #fff;
}
.show-me-more .line {
  display: block;
  background: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  overflow: hidden;
}
.show-me-more .line.line-1 {
  top: 0;
}
.show-me-more .line.line-2 {
  top: 50%;
}
.show-me-more .line.line-3 {
  top: 100%;
}
.show-me-more:hover .line-1,
.show-me-more:focus .line-1 {
  -ms-transform: translateY(-1.5px);
      transform: translateY(-1.5px);
  -webkit-transform: translateY(-1.5px);
  -moz-transform: translateY(-1.5px);
}
.show-me-more:hover .line-3,
.show-me-more:focus .line-3 {
  -ms-transform: translateY(1.5px);
      transform: translateY(1.5px);
  -webkit-transform: translateY(1.5px);
  -moz-transform: translateY(1.5px);
}
.show-me-more.active .line-1 {
  -ms-transform: translateY(9.5px) translateX(0) rotate(45deg);
      transform: translateY(9.5px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(9.5px) translateX(0) rotate(45deg);
  -moz-transform: translateY(9.5px) translateX(0) rotate(45deg);
}
.show-me-more.active .line-2 {
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
}
.show-me-more.active .line-3 {
  -ms-transform: translateY(-9.5px) translateX(0) rotate(-45deg);
      transform: translateY(-9.5px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-9.5px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-9.5px) translateX(0) rotate(-45deg);
}
header {
  border: 0;
}
header ul {
  list-style: none;
}
.company-navigation {
  background-color: #5ac1ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  padding: 0 20px 10px;
  text-transform: uppercase;
  max-width: 1002px;
}
@media (min-width: 1024px) {
  .company-navigation {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header-link,
.navigation-link {
  color: inherit;
  cursor: pointer;
}
.header-links-item {
  margin-bottom: 7px;
}
@media (min-width: 1024px) {
  .header-links-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .header-links-item:last-child {
    margin-right: 0;
  }
}
.header-links-item:last-child {
  margin-bottom: 0;
}
.header-links-list {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-links-list {
    display: block;
  }
}
.header-links-list-right li:first-child {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .header-links-list-right li:first-child {
    margin-top: 0;
  }
}
.header-lock-image {
  width: 15px;
  height: 15px;
}
.header-logo-image {
  display: block;
  width: 100px;
}
@media (min-width: 1024px) {
  .header-logo-image {
    width: 130px;
    height: 53.42px;
  }
}
.logo-background {
  display: none;
}
@media (min-width: 1024px) {
  .logo-background {
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-top: 100px solid #5ac1ea;
    display: block;
    width: 0;
    height: 0;
  }
}
.logo-container {
  background-color: #5ac1ea;
  padding: 10px 10px 5px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .logo-container {
    background-color: transparent;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4000;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.logo-link {
  display: inline-block;
}
@media (min-width: 1024px) {
  .logo-link {
    pointer-events: auto;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.navigation-container {
  background-color: #5ac1ea;
  display: none;
}
@media (min-width: 1024px) {
  .navigation-container {
    display: block;
  }
}
.navigation-container.active {
  display: block;
}
.navigation-item {
  border-bottom: 2px solid #fff;
}
@media (min-width: 1024px) {
  .navigation-item {
    border-color: #08539b;
    display: inline-block;
    position: relative;
  }
}
.navigation-item:hover,
.navigation-item.active {
  background-color: #fff;
  border-color: #fff;
  color: #08539b;
}
.navigation-item:hover .navigation-link,
.navigation-item.active .navigation-link {
  text-decoration: none;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media (min-width: 1024px) {
  .navigation-item:hover .navigation-link,
  .navigation-item.active .navigation-link {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.navigation-item:active .navigation-link + ul,
.navigation-item:focus .navigation-link + ul,
.navigation-item:hover .navigation-link + ul {
  display: block;
}
@media (min-width: 1024px) {
  .navigation-item.active {
    border-color: #fff;
  }
}
.navigation-item li {
  border-bottom: 2px solid #e6e9ea;
}
@media (min-width: 1024px) {
  .navigation-item li {
    white-space: nowrap;
  }
}
.navigation-item li:last-child {
  border-bottom: 0;
}
.navigation-item li a {
  color: #6b7987;
  display: block;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation-item li a:before {
  color: #5ac1ea;
  content: '>';
  margin-right: 10px;
}
.navigation-item li a:hover {
  text-decoration: none;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.navigation-item ul {
  background-color: #fff;
  display: none;
  text-transform: none;
}
@media (min-width: 1024px) {
  .navigation-item ul {
    border-top: 2px solid #e6e9ea;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
  }
}
.navigation-link {
  display: block;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation-list {
  margin-bottom: 0;
}
.show-me-more {
  position: absolute;
  top: 30px;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .show-me-more {
    display: none;
  }
}
.site-header {
  color: #fff;
}
.site-navigation-container {
  background-color: #08539b;
  font-weight: 600;
}
.site-navigation {
  background-color: #08539b;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-transform: uppercase;
  max-width: 1002px;
}
@media (min-width: 1024px) {
  .site-navigation {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.job-box {
  background-color: #ebeff1;
  margin-bottom: 25px;
  padding: 20px 20px 30px;
}
.job-box h3 {
  text-transform: uppercase;
}
.job-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
.modal-box {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: rgba(0,0,0,0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
}
.modal-box.active {
  -webkit-animation: fade-in 0.4s;
          animation: fade-in 0.4s;
  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;
}
.modal-close {
  color: #fff;
  cursor: pointer;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 20px;
}
.modal-content {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  max-width: 600px;
  width: 100%;
}
.active .modal-content {
  -webkit-animation: fade-in-up 0.5s;
          animation: fade-in-up 0.5s;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out-up {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes fade-out-up {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.share-container {
  margin: 60px 0;
}
.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.share-image {
  fill: #6b7987;
  width: 25px;
  height: 25px;
}
.share-item {
  margin-right: 10px;
}
.share-item:last-child {
  margin-left: 10px;
}
.hero-box {
  position: relative;
}
.hero-content {
  background-color: #08539b;
  color: #fff;
  font-size: 21px;
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) {
  .hero-content {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .hero-content {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .hero-content {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .hero-content .site-container {
    padding: 34px 20px;
  }
}
#slideshow {
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden;
}
@media (min-width: 600px) {
  #slideshow {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #slideshow {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  #slideshow {
    height: 340px;
  }
}
@media (min-width: 1400px) {
  #slideshow {
    height: 480px;
  }
}
#slideshow img {
  max-width: none;
  height: 100%;
}
@media (min-width: 768px) {
  #slideshow img {
    max-width: 100%;
    height: auto;
  }
}
#slideshow > div {
  max-width: none;
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  margin-left: -65%;
  margin-top: -30%;
  opacity: 0;
  -webkit-transition: opacity 5s, -webkit-transform 20s;
  transition: opacity 5s, -webkit-transform 20s;
  -o-transition: opacity 5s, transform 20s;
  transition: opacity 5s, transform 20s;
  transition: opacity 5s, transform 20s, -webkit-transform 20s;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (min-width: 375px) {
  #slideshow > div {
    margin-top: -18%;
  }
}
@media (min-width: 600px) {
  #slideshow > div {
    margin-top: -25%;
  }
}
@media (min-width: 768px) {
  #slideshow > div {
    margin-left: -55%;
    margin-top: -20%;
  }
}
#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#slideshow .fx:first-child + div ~ div {
  z-index: -1;
}
#slideshow .fx {
  -webkit-transform: scale(1.25) translate(30px);
      -ms-transform: scale(1.25) translate(30px);
          transform: scale(1.25) translate(30px);
  opacity: 1;
}
.contact-form-container {
  background-color: #ebeff1;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 20px;
}
@media (min-width: 768px) {
  .contact-form-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
  }
}
.contact-form-container h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-form-container h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-form-container input,
.contact-form-container textarea {
  border: 2px solid #c9d1d8;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  padding: 10px 13px;
}
.contact-form-container input[type=submit],
.contact-form-container textarea[type=submit] {
  border: 0;
  font-size: 18px;
  padding: 13.5px 20px;
}
.contact-form-container label {
  display: none;
  font-style: normal;
}
.contact-form-container .bouton {
  background-color: #5ac1ea;
  border: 0;
}
.contact-form-container .form-actions {
  margin-top: 20px;
}
.contact-form-container .form-element {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .contact-form-container .form-element {
    display: inline-block;
    margin-right: 20px;
    width: calc(50% - 25px);
  }
}
.contact-text-box {
  margin-top: 20px;
  width: 100%;
}
.contact-text-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .contact-text-box .form-element {
    width: calc(100% - 25px);
  }
}
.content-header {
  font-size: 22px;
  margin-bottom: 40px;
}
.hub-element {
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.hub-element:last-child {
  border-bottom: 0;
}
.hub-element h3 {
  color: #5ac1ea;
  font-weight: 600;
  text-transform: uppercase;
}
.map-container {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .map-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-container {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.news-element {
  background-color: #e6e9ea;
  margin-bottom: 20px;
  padding: 20px;
}
@media (min-width: 480px) {
  .news-element {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news-element .article-time {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-element .item-title {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: none;
}
.news-element .item-title a {
  color: inherit;
}
.news-element .item-title a:after {
  color: #5ac1ea;
  content: '>';
  margin-left: 5px;
}
.news-image-container {
  margin-bottom: 10px;
}
.news-image-container a {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 60%;
  height: 0;
}
.newsletter-box {
  margin: 0;
  padding-bottom: 30px;
  max-width: 300px;
}
.newsletter-box .form-element {
  margin-right: 0;
  width: 100%;
}
.newsletter-box .main-button {
  margin-top: 1em;
}
.page-header {
  padding: 0;
}
@media (min-width: 600px) {
  .page-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-container {
  padding: 30px 20px 0;
}
@media (min-width: 480px) {
  .service-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-container.services-section {
  margin-bottom: 20px;
}
.service-element {
  margin-bottom: 70px;
}
@media (min-width: 480px) {
  .service-element {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.service-image-container {
  margin-bottom: 13px;
  height: 60px;
}
.service-image-container img {
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 480px) {
  .about-tas-section .site-container,
  .services-section .site-container,
  .whats-new-section .site-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-tas-section h3 {
  font-size: 28px;
}
@media (min-width: 960px) {
  .about-tas-section h3 {
    font-size: 32px;
  }
}
.services-section {
  background-color: #08539b;
  color: #fff;
  margin-bottom: 70px;
}
.services-section h3 {
  color: #5ac1ea;
}
.since-1998-section {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .since-1998-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) {
  .since-1998-section .site-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.since-box {
  background-color: #e6e9ea;
  padding: 20px;
  max-width: 280px;
}
.since-box .main-button {
  margin-bottom: 0;
}
.since-image {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .since-image {
    -ms-flex-preferred-size: calc(100% - 340px);
        flex-basis: calc(100% - 340px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100% - 340px);
  }
}
@media (min-width: 600px) {
  .since-image {
    width: 622px;
    height: 477px;
  }
}
.trio-item {
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 480px) {
  .trio-item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .trio-item {
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
  }
}
.trio-item h3 {
  color: #08539b;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.trio-title-icon-image {
  display: inline-block;
  width: 38px;
  height: 38px;
}
.index_service_img {
  margin-bottom: 20px;
}
.whats-new-section {
  background-color: #e6e9ea;
  display: none;
}
@media (min-width: 768px) {
  .whats-new-section {
    display: block;
  }
}
.controller_index .whats-new-section {
  display: block;
}
@media (min-width: 768px) {
  .whats-new-section .trio-item {
    margin-bottom: 0;
  }
}
.faq-list-box {
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 100px;
}
.faq-list-box .section-title {
  background-color: #ebeff1;
  margin-bottom: 10px;
  padding: 8px 13px;
}
.faq-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.faq-list li {
  padding: 4px 15px;
}
.faq-question {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}
.clickable {
  cursor: pointer;
}
.low-pad {
  padding: 10px 20px 0 0;
}
.dark-zone {
  background-color: #ebeff1;
  padding: 31px 26px;
}
time {
  display: block;
  font-size: 14px;
  margin: 18px 0px;
}
.news-element.no-image time {
  margin-top: 0;
}
.button {
  background-color: #6ecff6;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
}
.button.bt-cancel {
  background-color: #c9d1d8;
}
.box-link {
  background-color: #08539b;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px 75px 20px 20px;
  position: relative;
}
.box-link h3 {
  color: #5ac1ea;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.box-link .contact-link {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -23px;
}
.adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}
.adr h3 {
  margin: 0 0 4px 0;
}
.phone-box {
  width: 130px;
  margin-bottom: 30px;
}
form.form {
  margin: 0;
}
form.form section {
  margin-bottom: 25px;
}
form.form .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form.form .two-column .form-element {
  width: 260px;
  margin-right: 36px;
}
form.form .form-element {
  margin-bottom: 16px;
}
form.form .form-element label {
  display: none;
}
.form .form-element textarea {
  height: 229px;
}
section.whats-new-section .article-date {
  font-size: 14px;
  display: block;
  padding-bottom: 6px;
}
section.whats-new-section .article-extrait {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 18px;
}
form.form .message {
  padding: 0 0 20px;
  font-size: 14px;
}
.format-content {
  margin-bottom: 40px;
}
