@charset "UTF-8";
@font-face {
  font-family: 'clicRDV';
  src: url(assets/fonts/clicRDV.ttf); }

@font-face {
  font-family: 'Lato';
  src: url(assets/fonts/Lato-Regular.ttf); }

@font-face {
  font-family: 'LatoBold';
  src: url(assets/fonts/Lato-Bold.ttf); }

@font-face {
  font-family: 'LatoSemiBold';
  src: url(assets/fonts/Lato-Semibold.ttf); }

@font-face {
  font-family: 'LatoLight';
  src: url(assets/fonts/Lato-Light.ttf); }

@font-face {
  font-family: 'LatoLightItalic';
  src: url(assets/fonts/Lato-LightItalic.ttf); }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Breakpoints based on Google Material */
/* https://material.google.com/layout/responsive-ui.html#responsive-ui-breakpoints */
/* Tablets */
/* Phones */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none; }

body {
  line-height: 1;
  background: #FFF; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Color Font */
/*Bg Color */
/*Border Color */
.form input {
  text-align: center; }

.form input,
.form textarea {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #979797;
  display: block;
  font-size: 18px;
  color: #777777; }

.form textarea {
  width: 100%;
  resize: none;
  padding: 10px; }

.form .submit {
  width: 200px;
  height: 45px;
  border-radius: 4px;
  background-color: #344be2;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto; }
  @media (max-width: 980px) {
    .form .submit {
      margin-top: 30px; } }

.pro-login {
  margin: 0 auto;
  width: 636px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  padding-top: 54px;
  padding-bottom: 30px; }
  @media (max-width: 480px) {
    .pro-login {
      width: 100%; } }
  .pro-login #logo {
    text-align: left;
    float: none;
    margin: 0 auto; }
    .pro-login #logo a:after {
      color: #282828; }
  .pro-login .logo-center {
    margin: 0 auto; }
  .pro-login h5 {
    font-family: 'LatoLight';
    font-size: 30px;
    font-weight: 300;
    line-height: 1.17;
    text-align: center;
    color: #555555;
    margin-top: 30px;
    padding-bottom: 46px;
    border-bottom: 3px solid #f1f1f1; }
  .pro-login .box-content {
    width: 300px;
    margin: 0 auto;
    padding-top: 65px; }
    .pro-login .box-content input {
      width: 100%;
      height: 40px; }
      .pro-login .box-content input:first-of-type {
        margin-bottom: 40px; }
  .pro-login .forgotPassword {
    text-align: right;
    margin-bottom: 62px;
    opacity: 0.8;
    font-size: 15px;
    padding-top: 5px; }
  .pro-login a {
    color: #344be2; }
  .pro-login .box-footer {
    margin-top: 82px;
    border-top: 3px solid #f1f1f1;
    padding: 30px 40px 0 40px; }
    .pro-login .box-footer a {
      font-family: 'LatoBold';
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67; }
    .pro-login .box-footer small {
      display: block;
      font-family: 'LatoLight';
      font-size: 15px;
      font-style: italic;
      line-height: 2;
      color: #777777;
      margin-left: 31px; }
  .pro-login .box-footer-dl {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 480px) {
      .pro-login .box-footer-dl {
        display: block;
        margin-bottom: 20px; } }
    @media (min-width: 980px) {
      .pro-login .box-footer-dl:first-of-type {
        margin-right: 50px; } }
    .pro-login .box-footer-dl a img {
      width: 21px;
      height: 21px;
      margin-right: 10px;
      position: relative;
      top: 4px; }

@font-face {
  font-family: 'clicRDV';
  src: url(assets/fonts/clicRDV.ttf);
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'clicRDV' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-clicrdv:before {
  content: "\e9fd"; }

h1 .icon-clicrdv, h2 .icon-clicrdv {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 31px; }
  h1 .icon-clicrdv:before, h2 .icon-clicrdv:before {
    font-size: 144px;
    line-height: 32px;
    position: absolute;
    left: 0; }
  @media (min-width: 1280px) {
    h1 .icon-clicrdv, h2 .icon-clicrdv {
      width: 174px;
      height: 35px; }
      h1 .icon-clicrdv:before, h2 .icon-clicrdv:before {
        font-size: 174px;
        line-height: 35px; } }
  @media (max-width: 480px) {
    h1 .icon-clicrdv, h2 .icon-clicrdv {
      width: 132px; }
      h1 .icon-clicrdv:before, h2 .icon-clicrdv:before {
        font-size: 132px;
        line-height: 34px; } }

.icon-agenda:before {
  content: "\e901"; }

.icon-agreement:before {
  content: "\e902"; }

.icon-balance:before {
  content: "\e903"; }

.icon-bar-graph-1:before {
  content: "\e904"; }

.icon-bar-graph:before {
  content: "\e905"; }

.icon-box-1:before {
  content: "\e906"; }

.icon-box-2:before {
  content: "\e907"; }

.icon-box:before {
  content: "\e908"; }

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

.icon-business-card:before {
  content: "\e90a"; }

.icon-cabinet:before {
  content: "\e90b"; }

.icon-calculator:before {
  content: "\e90c"; }

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

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

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

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

.icon-checked-1:before {
  content: "\e911"; }

.icon-checked2:before {
  content: "\e912"; }

.icon-clock:before {
  content: "\e913"; }

.icon-coins:before {
  content: "\e914"; }

.icon-container:before {
  content: "\e915"; }

.icon-conversation:before {
  content: "\e916"; }

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

.icon-curriculum:before {
  content: "\e918"; }

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

.icon-document:before {
  content: "\e91a"; }

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

.icon-folders:before {
  content: "\e91c"; }

.icon-gear:before {
  content: "\e91d"; }

.icon-hammer:before {
  content: "\e91e"; }

.icon-hourglass:before {
  content: "\e91f"; }

.icon-id-card:before {
  content: "\e920"; }

.icon-idea:before {
  content: "\e921"; }

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

.icon-job:before {
  content: "\e923"; }

.icon-lamp:before {
  content: "\e924"; }

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

.icon-levels2:before {
  content: "\e926"; }

.icon-line-graph-1:before {
  content: "\e927"; }

.icon-line-graph:before {
  content: "\e928"; }

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

.icon-list2:before {
  content: "\e92a"; }

.icon-man:before {
  content: "\e92b"; }

.icon-manager:before {
  content: "\e92c"; }

.icon-network-1:before {
  content: "\e92d"; }

.icon-network:before {
  content: "\e92e"; }

.icon-note:before {
  content: "\e92f"; }

.icon-notebook-1:before {
  content: "\e930"; }

.icon-notebook:before {
  content: "\e931"; }

.icon-percentage:before {
  content: "\e932"; }

.icon-pie-chart-12:before {
  content: "\e933"; }

.icon-pie-chart-22:before {
  content: "\e934"; }

.icon-pie-chart2:before {
  content: "\e935"; }

.icon-piggy-bank:before {
  content: "\e936"; }

.icon-presentation:before {
  content: "\e937"; }

.icon-push-pin:before {
  content: "\e938"; }

.icon-pyramid:before {
  content: "\e939"; }

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

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

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

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

.icon-search2:before {
  content: "\e93e"; }

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

.icon-shipping:before {
  content: "\e940"; }

.icon-shopping-basket:before {
  content: "\e941"; }

.icon-smartphone2:before {
  content: "\e942"; }

.icon-stats:before {
  content: "\e943"; }

.icon-stopwatch:before {
  content: "\e944"; }

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

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

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

.icon-target-1:before {
  content: "\e948"; }

.icon-target:before {
  content: "\e949"; }

.icon-team:before {
  content: "\e94a"; }

.icon-teamwork-1:before {
  content: "\e94b"; }

.icon-teamwork:before {
  content: "\e94c"; }

.icon-telemarketer:before {
  content: "\e94d"; }

.icon-wallet:before {
  content: "\e94e"; }

.icon-worker:before {
  content: "\e94f"; }

.icon-worldwide:before {
  content: "\e950"; }

.icon-add:before {
  content: "\e951"; }

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

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

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

.icon-cancel:before {
  content: "\e955"; }

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

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

.icon-checked:before {
  content: "\e958"; }

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

.icon-communication-1:before {
  content: "\e95a"; }

.icon-communication-2:before {
  content: "\e95b"; }

.icon-communication-3:before {
  content: "\e95c"; }

.icon-communication-4:before {
  content: "\e95d"; }

.icon-communication-5:before {
  content: "\e95e"; }

.icon-communication-6:before {
  content: "\e95f"; }

.icon-communication:before {
  content: "\e960"; }

.icon-cursor-1:before {
  content: "\e961"; }

.icon-cursor-2:before {
  content: "\e962"; }

.icon-cursor:before {
  content: "\e963"; }

.icon-delete:before {
  content: "\e964"; }

.icon-dislike-1:before {
  content: "\e965"; }

.icon-dislike:before {
  content: "\e966"; }

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

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

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

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

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

.icon-email-1:before {
  content: "\e96c"; }

.icon-email:before {
  content: "\e96d"; }

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

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

.icon-export:before {
  content: "\e970"; }

.icon-forbidden:before {
  content: "\e971"; }

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

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

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

.icon-import-1:before {
  content: "\e975"; }

.icon-import-2:before {
  content: "\e976"; }

.icon-import:before {
  content: "\e977"; }

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

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

.icon-letter:before {
  content: "\e97a"; }

.icon-levels-1:before {
  content: "\e97b"; }

.icon-levels:before {
  content: "\e97c"; }

.icon-like-1:before {
  content: "\e97d"; }

.icon-like:before {
  content: "\e97e"; }

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

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

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

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

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

.icon-login:before {
  content: "\e984"; }

.icon-logout:before {
  content: "\e985"; }

.icon-megaphone:before {
  content: "\e986"; }

.icon-menu-1:before {
  content: "\e987"; }

.icon-menu-2:before {
  content: "\e988"; }

.icon-menu:before {
  content: "\e989"; }

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

.icon-minimize-1:before {
  content: "\e98b"; }

.icon-minimize-2:before {
  content: "\e98c"; }

.icon-minimize-3:before {
  content: "\e98d"; }

.icon-minimize:before {
  content: "\e98e"; }

.icon-more-1:before {
  content: "\e98f"; }

.icon-more:before {
  content: "\e990"; }

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

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

.icon-mute:before {
  content: "\e993"; }

.icon-networking:before {
  content: "\e994"; }

.icon-next-1:before {
  content: "\e995"; }

.icon-next:before {
  content: "\e996"; }

.icon-organization:before {
  content: "\e997"; }

.icon-orientation:before {
  content: "\e998"; }

.icon-padlock-1:before {
  content: "\e999"; }

.icon-padlock:before {
  content: "\e99a"; }

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

.icon-password:before {
  content: "\e99c"; }

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

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

.icon-pie-chart-1:before {
  content: "\e99f"; }

.icon-pie-chart-2:before {
  content: "\e9a0"; }

.icon-pie-chart:before {
  content: "\e9a1"; }

.icon-placeholder:before {
  content: "\e9a2"; }

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

.icon-previous-1:before {
  content: "\e9a4"; }

.icon-previous:before {
  content: "\e9a5"; }

.icon-repeat-1:before {
  content: "\e9a6"; }

.icon-repeat-2:before {
  content: "\e9a7"; }

.icon-repeat-3:before {
  content: "\e9a8"; }

.icon-repeat-4:before {
  content: "\e9a9"; }

.icon-repeat-5:before {
  content: "\e9aa"; }

.icon-repeat-6:before {
  content: "\e9ab"; }

.icon-repeat-7:before {
  content: "\e9ac"; }

.icon-repeat-8:before {
  content: "\e9ad"; }

.icon-repeat-9:before {
  content: "\e9ae"; }

.icon-repeat:before {
  content: "\e9af"; }

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

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

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

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

.icon-shuffle:before {
  content: "\e9b4"; }

.icon-smartphone-1:before {
  content: "\e9b5"; }

.icon-smartphone:before {
  content: "\e9b6"; }

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

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

.icon-speaker:before {
  content: "\e9b9"; }

.icon-speech-bubble-1:before {
  content: "\e9ba"; }

.icon-speech-bubble-2:before {
  content: "\e9bb"; }

.icon-speech-bubble-3:before {
  content: "\e9bc"; }

.icon-speech-bubble-4:before {
  content: "\e9bd"; }

.icon-speech-bubble-5:before {
  content: "\e9be"; }

.icon-speech-bubble-6:before {
  content: "\e9bf"; }

.icon-speech-bubble-7:before {
  content: "\e9c0"; }

.icon-speech-bubble-8:before {
  content: "\e9c1"; }

.icon-speech-bubble-9:before {
  content: "\e9c2"; }

.icon-speech-bubble-10:before {
  content: "\e9c3"; }

.icon-speech-bubble-11:before {
  content: "\e9c4"; }

.icon-speech-bubble-12:before {
  content: "\e9c5"; }

.icon-speech-bubble-13:before {
  content: "\e9c6"; }

.icon-speech-bubble-14:before {
  content: "\e9c7"; }

.icon-speech-bubble-15:before {
  content: "\e9c8"; }

.icon-speech-bubble-16:before {
  content: "\e9c9"; }

.icon-speech-bubble-17:before {
  content: "\e9ca"; }

.icon-speech-bubble-18:before {
  content: "\e9cb"; }

.icon-speech-bubble-19:before {
  content: "\e9cc"; }

.icon-speech-bubble-20:before {
  content: "\e9cd"; }

.icon-speech-bubble-21:before {
  content: "\e9ce"; }

.icon-speech-bubble-22:before {
  content: "\e9cf"; }

.icon-speech-bubble-23:before {
  content: "\e9d0"; }

.icon-speech-bubble-24:before {
  content: "\e9d1"; }

.icon-speech-bubble-25:before {
  content: "\e9d2"; }

.icon-speech-bubble-26:before {
  content: "\e9d3"; }

.icon-speech-bubble-27:before {
  content: "\e9d4"; }

.icon-speech-bubble-28:before {
  content: "\e9d5"; }

.icon-speech-bubble:before {
  content: "\e9d6"; }

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

.icon-stick-man-1:before {
  content: "\e9d8"; }

.icon-stick-man-2:before {
  content: "\e9d9"; }

.icon-stick-man-3:before {
  content: "\e9da"; }

.icon-stick-man-4:before {
  content: "\e9db"; }

.icon-stick-man:before {
  content: "\e9dc"; }

.icon-sticker-1:before {
  content: "\e9dd"; }

.icon-sticker-2:before {
  content: "\e9de"; }

.icon-sticker-3:before {
  content: "\e9df"; }

.icon-sticker-4:before {
  content: "\e9e0"; }

.icon-sticker:before {
  content: "\e9e1"; }

.icon-tap:before {
  content: "\e9e2"; }

.icon-telephone-1:before {
  content: "\e9e3"; }

.icon-telephone-2:before {
  content: "\e9e4"; }

.icon-telephone-3:before {
  content: "\e9e5"; }

.icon-telephone-4:before {
  content: "\e9e6"; }

.icon-telephone-5:before {
  content: "\e9e7"; }

.icon-telephone-6:before {
  content: "\e9e8"; }

.icon-telephone-7:before {
  content: "\e9e9"; }

.icon-telephone-8:before {
  content: "\e9ea"; }

.icon-telephone:before {
  content: "\e9eb"; }

.icon-transfer-1:before {
  content: "\e9ec"; }

.icon-transfer-2:before {
  content: "\e9ed"; }

.icon-transfer-3:before {
  content: "\e9ee"; }

.icon-transfer-4:before {
  content: "\e9ef"; }

.icon-transfer-5:before {
  content: "\e9f0"; }

.icon-transfer-6:before {
  content: "\e9f1"; }

.icon-transfer-7:before {
  content: "\e9f2"; }

.icon-transfer-8:before {
  content: "\e9f3"; }

.icon-transfer-9:before {
  content: "\e9f4"; }

.icon-transfer-10:before {
  content: "\e9f5"; }

.icon-transfer:before {
  content: "\e9f6"; }

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

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

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

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

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

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

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

body {
  font-family: Lato;
  width: 100%; }

#container-center {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

a {
  color: #ffffff; }

h1 {
  font-family: "LatoLight";
  font-size: 35px;
  line-height: 45px;
  color: #ffffff; }
  @media (min-width: 1280px) {
    h1 {
      font-size: 55px;
      line-height: 65px; } }

h2 {
  font-family: "LatoLight";
  font-size: 35px;
  line-height: 45px;
  color: #555555; }
  @media (min-width: 1280px) {
    h2 {
      font-size: 55px;
      line-height: 65px; } }

h3 {
  font-family: "LatoSemiBold";
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  opacity: 0.8; }
  @media (min-width: 1280px) {
    h3 {
      font-size: 30px;
      line-height: 40px; } }

p, li {
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  padding: 20px 0; }

li p {
  padding: 0; }

strong {
  font-weight: bold; }

figure {
  margin-top: 33px; }
  @media (min-width: 768px) {
    figure {
      margin-top: 0; } }

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

.center-block {
  display: block;
  text-align: center; }

.bt-link,
.action {
  background-color: #344be2;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  font-family: 'LatoBold';
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 5px 20px;
  padding: 12px 50px;
  display: inline-block;
  cursor: pointer; }
  .bt-link:focus,
  .action:focus {
    outline: 0; }

main {
  width: 100%; }

.content ul {
  color: #555555;
  padding-top: 0px; }

.content li {
  list-style-type: none;
  padding-top: 0px; }

@media (max-width: 768px) {
  .m-flex {
    display: flex;
    flex-wrap: wrap-reverse; } }

@media (max-width: 768px) {
  .display-on-tab {
    display: block; } }

@media (min-width: 980px) {
  .display-on-tab {
    display: none; } }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.error-404 {
  padding: 200px 20%;
  background: #344be2;
  text-align: center; }
  .error-404 header {
    position: relative;
    top: inherit; }
  .error-404 .page-content {
    display: none; }

.Oval-4 {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 75, 226, 0.8);
  box-shadow: 0 8px 8px 0 rgba(125, 125, 125, 0.5);
  border: solid 2px #ffffff;
  border-radius: 2em;
  display: block; }
  .Oval-4.more {
    font-weight: bold;
    color: #FFF;
    font-size: 37px;
    line-height: 43px;
    text-align: center; }

.under-768 {
  display: none; }
  @media (max-width: 768px) {
    .under-768 {
      display: block; } }

header {
  height: 62px;
  width: 100%;
  padding: 5px 3%;
  position: absolute;
  box-sizing: border-box; }

.header-white {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4; }
  .header-white #logo a:after {
    color: #000; }
  .header-white #menu_row a {
    color: #999999; }
  .header-white #contacter button {
    background-color: #344be2;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    font-family: 'LatoBold';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 5px 20px; }
    .header-white #contacter button:focus {
      outline: 0; }
  .header-white #contacter .ico-user {
    background-position: -200px -144px; }
  .header-white #contacter .ico-menu {
    background-position: -200px -76px; }
  .header-white #contacter .ico-phone {
    background-position: -200px -9px; }

.sticky {
  background-color: #ffffff;
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid #e4e4e4;
  top: 0;
  padding: 7px 3%; }
  .sticky #logo {
    width: 195px;
    height: 48px; }
    .sticky #logo a:after {
      color: #000;
      font-size: 150px;
      line-height: 33px; }
    .sticky #logo img {
      width: 36px;
      height: 36px; }
  .sticky #menu_row a {
    color: #999999; }
  .sticky #contacter button {
    background-color: #344be2;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    font-family: 'LatoBold';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 5px 20px; }
    .sticky #contacter button:focus {
      outline: 0; }
  .sticky #contacter .ico-user {
    background-position: -200px -144px; }
  .sticky #contacter .ico-menu {
    background-position: -200px -76px; }
  .sticky #contacter .ico-phone {
    background-position: -200px -9px; }

#logo {
  float: left;
  display: table;
  width: 185px;
  height: 52px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #logo {
      width: 245px; } }
  @media (max-width: 320px) {
    #logo {
      width: 40px; } }
  #logo a {
    display: table-cell;
    vertical-align: middle;
    width: 194px;
    height: 45px;
    position: relative; }
    @media (min-width: 768px) {
      #logo a {
        width: 211px; } }
    #logo a:after {
      content: "\e9fd";
      color: #fff;
      font-family: 'clicRDV';
      font-size: 140px;
      line-height: 32px;
      position: absolute;
      right: 0; }
      @media (min-width: 768px) {
        #logo a:after {
          font-size: 188px;
          line-height: 44px; } }
      @media (max-width: 320px) {
        #logo a:after {
          display: none; } }
    #logo a img {
      width: 36px;
      height: 36px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        #logo a img {
          width: 48px;
          height: 48px; } }

#menu_row {
  display: none;
  height: 52px; }
  @media (min-width: 980px) {
    #menu_row {
      display: table;
      width: 50%;
      float: left;
      padding-left: 0.71429%;
      padding-right: 0.71429%; } }
  @media (min-width: 980px) and (max-width: 1102px) {
    #menu_row {
      width: 42.85714%;
      float: left;
      padding-left: 0.71429%;
      padding-right: 0.71429%; } }
  #menu_row .menu-menu-principal-container {
    display: table-cell;
    vertical-align: middle;
    height: 52px; }
  #menu_row .navbar li {
    display: inline-block;
    padding: 0;
    line-height: inherit;
    margin: 0 0 0 7%;
    font-family: "LatoSemiBold";
    font-size: 16px;
    font-style: normal;
    font-stretch: normal; }
    @media (min-width: 980px) and (max-width: 1000px) {
      #menu_row .navbar li {
        margin: 0 0 0 6%; } }

#contacter {
  display: table;
  text-align: right;
  width: 27.53623%;
  float: right;
  margin-right: 0; }
  @media (max-width: 320px) {
    #contacter {
      width: 56.52174%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 768px) {
    #contacter {
      width: 56.52174%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 980px) {
    #contacter {
      width: 26.08696%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 980px) and (max-width: 1102px) {
    #contacter {
      width: 28.98551%;
      float: right;
      margin-right: 0; } }
  #contacter .r-menu {
    display: table-cell;
    vertical-align: middle;
    height: 50px; }
    @media (min-width: 768px) {
      #contacter .r-menu {
        height: 52px; } }
  #contacter button {
    display: none; }
    @media (min-width: 768px) {
      #contacter button {
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        font-family: 'LatoBold';
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        padding: 5px 20px;
        padding: 6px 32px;
        margin-right: 15px; }
        #contacter button:focus {
          outline: 0; } }
  #contacter .ico-user {
    display: none; }
    @media (min-width: 980px) {
      #contacter .ico-user {
        display: inline-block;
        vertical-align: middle;
        background-image: url("assets/img/svg/sprite.svg");
        background-position: -10px -144px;
        width: 25px;
        height: 25px; } }
    #contacter .ico-user a {
      display: block;
      height: 100%; }
  #contacter .ico-menu {
    display: inline-block;
    vertical-align: middle;
    background-image: url("assets/img/svg/sprite.svg");
    background-position: -10px -76px;
    cursor: pointer;
    width: 25px;
    height: 25px; }
    @media (min-width: 980px) {
      #contacter .ico-menu {
        display: none; } }
  #contacter .ico-phone {
    display: inline-block;
    vertical-align: middle;
    background-image: url("assets/img/svg/sprite.svg");
    background-position: -10px -9px;
    width: 25px;
    height: 25px;
    margin-right: 2%; }
    @media (min-width: 768px) {
      #contacter .ico-phone {
        display: none; } }
    #contacter .ico-phone a {
      display: block;
      height: 100%; }

.menu-mobile {
  display: none;
  padding-top: 82px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #344be2;
  text-align: center; }
  .menu-mobile .closeMenuMobile {
    color: white;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px; }
  .menu-mobile .menu-mobile-navList {
    margin-bottom: 130px; }
  .menu-mobile li {
    font-weight: bold;
    padding: 0; }
    .menu-mobile li:not(:last-child):after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      margin: 20px auto;
      background: #fff; }
  .menu-mobile .btn {
    background-color: #ffffff;
    color: #344be2;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-family: 'LatoBold';
    font-size: 16px;
    cursor: pointer;
    padding: 5px 20px;
    text-transform: uppercase; }

.menu-mobile-open {
  overflow: hidden; }

.main-footer {
  border-top: 1px solid #e4e4e4;
  padding-top: 60px; }
  .main-footer #logo {
    transform: scale(0.75);
    transform-origin: 0; }
    .main-footer #logo a:after {
      color: #282828; }
  .main-footer .sitemap {
    width: 93%;
    margin: 0 auto;
    padding-bottom: 70px;
    border-bottom: 1px solid #b5b5b5; }
    .main-footer .sitemap > ul > li {
      display: inline-block;
      width: 15.25424%;
      vertical-align: top; }
      @media (max-width: 1050px) {
        .main-footer .sitemap > ul > li {
          width: 49.15254%;
          text-align: center; } }
      .main-footer .sitemap > ul > li:first-child {
        width: 23.72881%;
        text-align: left; }
        @media (max-width: 1050px) {
          .main-footer .sitemap > ul > li:first-child {
            width: 100%; } }
      .main-footer .sitemap > ul > li li {
        font-size: 16px;
        padding: 10px 0;
        line-height: 18px; }
    .main-footer .sitemap h6 {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.88;
      color: #282828;
      text-transform: uppercase;
      margin-top: 18px; }
  .main-footer .sub-footer {
    width: 93%;
    margin: 0 auto; }
    .main-footer .sub-footer ul {
      padding: 20px 0 10px 0; }
    .main-footer .sub-footer li {
      display: inline-block;
      margin-right: 40px;
      font-size: 16px;
      padding: 0 0 10px 0; }
      .main-footer .sub-footer li:last-child {
        margin-right: 30px; }
      @media (max-width: 480px) {
        .main-footer .sub-footer li {
          margin-right: 10px;
          width: 45%; }
          .main-footer .sub-footer li:last-child {
            margin-right: 10px; } }
    .main-footer .sub-footer img {
      margin-top: 20px; }
    @media (max-width: 480px) {
      .main-footer .sub-footer {
        text-align: center; }
        .main-footer .sub-footer .right {
          margin: 0 0 25px 0; }
        .main-footer .sub-footer .right,
        .main-footer .sub-footer .left {
          float: none; } }
  .main-footer .social-list li {
    display: inline-block;
    margin-right: 10px; }
  .main-footer a {
    color: #777777; }

.top-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .top-content .content {
    padding: 170px 10px 50px 10px; }
    @media (min-width: 768px) {
      .top-content .content {
        padding: 170px 40% 160px 15%; } }
    .top-content .content .sub {
      margin: 20px 0;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      opacity: 0.8; }
      @media (min-width: 768px) {
        .top-content .content .sub {
          margin: 50px 0 100px 0; } }
      @media (min-width: 1280px) {
        .top-content .content .sub {
          font-size: 18px; } }
    .top-content .content button,
    .top-content .content .action,
    .top-content .content a {
      background-color: #ffffff;
      color: #344be2;
      border: 1px solid #ffffff;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px;
      font-family: 'LatoBold';
      font-size: 16px;
      cursor: pointer;
      text-align: center;
      padding: 5px 20px;
      text-transform: uppercase; }
      .top-content .content button:focus,
      .top-content .content .action:focus,
      .top-content .content a:focus {
        outline: 0; }
      @media (max-width: 768px) {
        .top-content .content button,
        .top-content .content .action,
        .top-content .content a {
          margin-bottom: 40px; } }

.w-bg {
  height: 550px;
  background-color: #344be2; }
  .w-bg .action {
    margin-top: 80px;
    display: inline-block; }

.top-content.blog {
  height: 634px;
  background-color: #344be2;
  text-align: center; }
  @media (max-width: 768px) {
    .top-content.blog {
      height: 420px; } }

.compteur {
  width: 100%;
  background-color: #ffffff; }
  .compteur .content {
    padding: 0 5%;
    text-align: center; }
    @media (max-width: 768px) {
      .compteur .content {
        padding: 20px 5%; } }
  .compteur h5 {
    padding-top: 60px;
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555; }
    @media (max-width: 768px) {
      .compteur h5 {
        font-size: 35px; } }

.compteur-unique {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .compteur-unique {
      padding: 20px 0; } }
  @media (min-width: 768px) {
    .compteur-unique {
      display: inline-block;
      width: 49.15254%; } }
  @media (min-width: 1150px) {
    .compteur-unique {
      display: inline-block;
      width: 23.72881%;
      padding: 125px 0; } }
  .compteur-unique .bottom {
    text-align: center; }
    @media (min-width: 980px) {
      .compteur-unique .bottom {
        text-align: left; } }
  .compteur-unique .c-picto {
    display: inline-block;
    vertical-align: bottom;
    width: 46px; }
  .compteur-unique .c-content {
    display: inline-block;
    vertical-align: bottom; }
  .compteur-unique .count-uniq {
    font-family: "LatoLight";
    font-size: 50px;
    color: #344be2; }
    @media (min-width: 980px) {
      .compteur-unique .count-uniq {
        padding-left: 50px;
        text-align: left; } }
    @media (max-width: 1320px) {
      .compteur-unique .count-uniq {
        font-size: 42px; } }
  .compteur-unique .text {
    opacity: 0.4;
    color: #344be2;
    font-family: "LatoBold";
    font-size: 22px;
    display: inline-block;
    vertical-align: bottom;
    /*@include breakpoint(min-width $tab)  {
			font-size: 18px;
		}*/ }
    @media (max-width: 768px) {
      .compteur-unique .text {
        vertical-align: middle; } }
    @media (min-width: 1150px) {
      .compteur-unique .text {
        font-size: 18px; } }
  .compteur-unique .icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 9px;
    width: 46px;
    height: 46px; }
    @media (max-width: 768px) {
      .compteur-unique .icon {
        vertical-align: middle; } }

.content-right {
  padding: 86px 7%; }
  .content-right h2 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 60px; }
    @media (max-width: 768px) {
      .content-right h2 {
        width: auto; } }
    @media (min-width: 768px) {
      .content-right h2 {
        padding-bottom: 100px; } }
  .content-right ul {
    padding-left: 30px; }
  .content-right figure {
    width: 100%;
    height: 667px;
    position: relative; }
    @media (min-width: 768px) {
      .content-right figure {
        display: inline-block;
        width: 49.15254%;
        vertical-align: top;
        height: 730px; } }
    @media (max-width: 480px) {
      .content-right figure {
        height: auto; } }
    .content-right figure img {
      position: absolute;
      right: 0;
      height: 667px; }
      @media (min-width: 768px) {
        .content-right figure img {
          height: 730px; } }
      @media (max-width: 768px) {
        .content-right figure img {
          display: block;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        .content-right figure img {
          height: 320px;
          position: relative;
          left: -20px; } }
  @media (max-width: 768px) {
    .content-right .content {
      width: 100%; } }
  @media (min-width: 768px) {
    .content-right .content {
      display: inline-block;
      vertical-align: top;
      width: 40.67797%;
      margin-left: 6.77966%; } }

.content-right-small {
  width: 91.52542%;
  height: 470px;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  border: solid 1px #ffffff;
  padding: 0;
  margin: 4.23729% auto; }
  .content-right-small h3.p1,
  .content-right-small h4.p1 {
    font-family: 'LatoLight'; }
  .content-right-small h3.p1 {
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 40px;
    line-height: 1.18; }
    @media (min-width: 768px) {
      .content-right-small h3.p1 {
        font-size: 35px; } }
    @media (max-width: 1150px) {
      .content-right-small h3.p1 {
        font-size: 45px; } }
    @media (min-width: 1150px) {
      .content-right-small h3.p1 {
        font-size: 55px; } }
  .content-right-small h4.p1 {
    font-size: 25px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .content-right-small h4.p1 {
        font-size: 25px; } }
    @media (min-width: 980px) {
      .content-right-small h4.p1 {
        font-size: 30px; } }
  .content-right-small figure {
    /*height: 470px;*/
    overflow: hidden; }
    @media (min-width: 980px) {
      .content-right-small figure {
        height: 468px; } }
    .content-right-small figure img {
      height: 470px;
      left: 0; }
  .content-right-small .content {
    padding: 30px 0;
    margin: 5px 2.54237%; }
  @media (max-width: 768px) {
    .content-right-small {
      height: initial; }
      .content-right-small .content {
        padding: 30px 20px 0;
        text-align: center; } }

.content-left {
  padding: 86px 7%;
  overflow: hidden; }
  .content-left h2 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .content-left h2 {
        padding-bottom: 100px; } }
  .content-left ul {
    padding-left: 30px; }
  .content-left figure {
    width: 100%;
    height: 667px;
    position: relative; }
    @media (min-width: 768px) {
      .content-left figure {
        display: inline-block;
        width: 49.15254%;
        vertical-align: top;
        height: 730px; } }
    @media (max-width: 480px) {
      .content-left figure {
        height: auto; } }
    .content-left figure img {
      height: 667px; }
      @media (min-width: 768px) {
        .content-left figure img {
          height: 730px; } }
      @media (max-width: 480px) {
        .content-left figure img {
          height: 320px; } }
  @media (max-width: 768px) {
    .content-left .content {
      width: 100%; } }
  @media (min-width: 768px) {
    .content-left .content {
      display: inline-block;
      vertical-align: top;
      width: 40.67797%; } }

.s-tt {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .s-tt .content {
      vertical-align: middle; } }
  .s-tt .content h2 {
    width: 100%;
    margin: 0;
    text-align: left;
    font-family: "LatoLight";
    font-size: 30px;
    line-height: 40px;
    color: #555555;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .s-tt .content h2 {
        width: 65%; } }
    @media (min-width: 1280px) {
      .s-tt .content h2 {
        font-size: 42px;
        line-height: 52px; } }
  @media (min-width: 768px) {
    .s-tt figure {
      vertical-align: middle; } }

.p-benefice {
  padding: 10px 0; }

.g-content-list {
  padding: 43px 7%; }
  @media (min-width: 768px) {
    .g-content-list {
      padding: 86px 4%; } }
  @media (min-width: 980px) {
    .g-content-list {
      padding: 86px 0%; } }
  @media (min-width: 1140px) {
    .g-content-list {
      padding: 43px 7%; } }
  .g-content-list .center {
    text-align: center; }
  .g-content-list .item-benefice {
    margin: 35px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .g-content-list .item-benefice {
        width: 40.67797%;
        margin: 0 2.54237%;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 980px) {
      .g-content-list .item-benefice {
        width: 27.9661%;
        margin: 0 2.54237%;
        display: inline-block;
        vertical-align: top; } }
  .g-content-list .item {
    margin: 35px 0;
    text-align: center; }
    .g-content-list .item p {
      padding: 5px 0; }
    .g-content-list .item .picto {
      padding-bottom: 36px;
      border-bottom: 1px solid #777; }
    @media (min-width: 768px) {
      .g-content-list .item {
        width: 40.67797%;
        margin: 35px 2.54237%;
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 980px) {
      .g-content-list .item {
        width: 27.9661%;
        margin: 35px 2.54237%;
        display: inline-block;
        vertical-align: top; } }
  .g-content-list .wp-image-219 {
    width: 100%;
    height: 100%; }
  .g-content-list h2 {
    text-align: center;
    margin-bottom: 65px; }
    @media (min-width: 768px) {
      .g-content-list h2 {
        margin-bottom: 100px; } }
  .g-content-list h3 {
    font-family: "LatoSemiBold";
    font-size: 30px;
    line-height: 40px;
    color: #222222;
    margin: 24px 0 10px 0; }
    @media (min-width: 1280px) {
      .g-content-list h3 {
        font-size: 30px;
        line-height: 40px; } }
  .g-content-list .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background-color: #339aff;
    text-align: center;
    background-image: url("assets/img/svg/sprite.svg");
    background-position: -10px -315px; }
    .g-content-list .icon img {
      margin-top: 28px;
      width: 40px;
      height: 40px; }

.logo-list {
  padding-top: 0;
  padding-bottom: 86px; }
  .logo-list .center {
    max-width: 1150px;
    margin: 0 auto; }
  .logo-list .item-logo {
    vertical-align: middle;
    display: inline-block;
    width: 152px;
    height: 75px;
    margin: 0 18px 15px 18px; }
    @media (max-width: 480px) {
      .logo-list .item-logo {
        margin: 0 13px 15px 13px; } }
    .logo-list .item-logo img {
      max-height: 75px;
      width: auto; }
  .logo-list .bottom-link {
    margin: 27px 0 0 0; }

.m-activite {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8% 0; }
  .m-activite h2 {
    text-align: center;
    padding-bottom: 28px;
    color: #FFF; }
  .m-activite .moteur {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: LatoLight;
    color: #777; }
    @media (max-width: 768px) {
      .m-activite .moteur {
        width: 70%; } }
    @media (min-width: 768px) {
      .m-activite .moteur {
        font-size: 26px; } }
    .m-activite .moteur .entete {
      width: 100%;
      line-height: 76px;
      float: left;
      position: relative;
      overflow: hidden; }
      .m-activite .moteur .entete .arrow {
        position: relative;
        width: 10%;
        float: left;
        background-color: #E9E9E9;
        margin: 0;
        height: 76px;
        border: 1px solid #777;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0; }
        .m-activite .moteur .entete .arrow .this-arrow {
          height: 100%;
          background: url(assets/img/svg/chevron-top.svg) no-repeat center center;
          background-size: 45%; }
        @media (max-width: 980px) {
          .m-activite .moteur .entete .arrow {
            width: 15%; } }
        @media (max-width: 720px) {
          .m-activite .moteur .entete .arrow {
            width: 20%; } }
        @media (max-width: 480px) {
          .m-activite .moteur .entete .arrow {
            width: 30%;
            border-radius: 0 4px 0 0;
            -moz-border-radius: 0 4px 0 0;
            -webkit-border-radius: 0 4px 0 0;
            -o-border-radius: 0 4px 0 0;
            -ms-border-radius: 0 4px 0 0; } }
      .m-activite .moteur .entete.close .arrow {
        background-color: #FFF; }
        .m-activite .moteur .entete.close .arrow .this-arrow {
          background: url(assets/img/svg/chevron-bottom.svg) no-repeat center center;
          background-size: 45%; }
      .m-activite .moteur .entete.close .title {
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px; }
    .m-activite .moteur .title {
      width: 90%;
      float: left;
      background-color: #FFF;
      margin: 0;
      height: 76px;
      border: 1px solid #777;
      border-radius: 4px 0 0 0;
      -moz-border-radius: 4px 0 0 0;
      -webkit-border-radius: 4px 0 0 0;
      -o-border-radius: 4px 0 0 0;
      -ms-border-radius: 4px 0 0 0; }
      @media (max-width: 980px) {
        .m-activite .moteur .title {
          width: 85%; } }
      @media (max-width: 720px) {
        .m-activite .moteur .title {
          width: 80%; } }
      @media (max-width: 480px) {
        .m-activite .moteur .title {
          width: 70%; } }
    .m-activite .moteur .menu-activites-container {
      clear: both;
      position: relative; }
    .m-activite .moteur .activite-menu {
      width: 90%;
      float: left;
      background-color: #FFF;
      border-bottom: 1px solid #777;
      border-left: 1px solid #777;
      border-right: 1px solid #777;
      border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -webkit-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      position: absolute;
      z-index: 1; }
      .m-activite .moteur .activite-menu.close {
        display: none; }
      @media (max-width: 480px) {
        .m-activite .moteur .activite-menu {
          width: 100%; } }
      .m-activite .moteur .activite-menu li {
        padding: 0; }
      .m-activite .moteur .activite-menu a {
        color: #777;
        line-height: 20px;
        width: 100%;
        height: 100%;
        display: block;
        padding: 20px 0; }
        .m-activite .moteur .activite-menu a:last-child:hover {
          border-radius: 0 0 4px 4px;
          -moz-border-radius: 0 0 4px 4px;
          -webkit-border-radius: 0 0 4px 4px;
          -o-border-radius: 0 0 4px 4px;
          -ms-border-radius: 0 0 4px 4px; }
        .m-activite .moteur .activite-menu a:hover {
          background-color: #ededed; }

.product {
  background-color: #eaf1f8;
  padding: 43px 7%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .product {
      padding: 86px 7%; } }
  .product h2 {
    text-align: center;
    padding-bottom: 86px; }
  .product .etape {
    position: relative;
    z-index: 100; }
    .product .etape .number {
      display: inline-block;
      width: 15.25424%;
      vertical-align: top; }
      .product .etape .number .c-number {
        background-color: #ffffff;
        border-radius: 25px;
        background-image: url("assets/img/svg/sprite.svg");
        background-repeat: no-repeat;
        background-position: -360px -335px;
        width: 50px;
        height: 50px;
        text-align: center;
        padding-top: 12px;
        font-size: 26px;
        color: #999999; }
    .product .etape .r-content {
      display: inline-block;
      vertical-align: top;
      width: 83.05085%; }
    .product .etape figure {
      width: 100%;
      height: 335px;
      position: relative; }
      @media (min-width: 768px) {
        .product .etape figure {
          display: inline-block;
          width: 49.15254%;
          vertical-align: middle;
          height: 630px; } }
      @media (max-width: 480px) {
        .product .etape figure {
          height: 210px;
          margin-top: 0;
          margin-bottom: 33px; } }
      .product .etape figure img {
        position: absolute;
        height: auto;
        width: 100%;
        top: 0; }
        .product .etape figure img.bulle-sms {
          width: 70%;
          right: -5%;
          top: 50%; }
        @media (min-width: 768px) {
          .product .etape figure img {
            height: 630px;
            width: auto; } }
    .product .etape .content {
      width: 100%; }
      @media (min-width: 768px) {
        .product .etape .content {
          display: inline-block;
          vertical-align: middle;
          width: 40.67797%; } }
  .product .l-etape img {
    right: 0; }
  @media (min-width: 768px) {
    .product .l-etape .content {
      margin-left: 6.77966%; } }
  .product .r-etape img {
    left: 0; }
  @media (min-width: 768px) {
    .product .r-etape .content {
      margin-right: 6.77966%; } }
  .product .line1 {
    display: none;
    background-image: url("assets/img/svg/pointilles.svg");
    background-repeat: no-repeat;
    height: 23px;
    width: 800px;
    transform: rotate(212deg);
    background-size: 100%;
    position: absolute;
    z-index: 10; }
    @media (min-width: 768px) {
      .product .line1 {
        left: 0;
        display: block; } }
    @media (min-width: 1024px) {
      .product .line1 {
        width: 1024px; } }
    @media (min-width: 1420px) {
      .product .line1 {
        left: 8%; } }
    @media (min-width: 1580px) {
      .product .line1 {
        left: 15%; } }
  .product .line2 {
    display: none;
    background-image: url("assets/img/svg/pointilles.svg");
    background-repeat: no-repeat;
    height: 23px;
    width: 800px;
    transform: rotate(330deg);
    background-size: 100%;
    position: absolute;
    z-index: 10; }
    @media (min-width: 768px) {
      .product .line2 {
        left: 0;
        display: block; } }
    @media (min-width: 1024px) {
      .product .line2 {
        width: 1024px; } }
    @media (min-width: 1400px) {
      .product .line2 {
        left: 23%; } }

.productOneLine {
  background: #e9f0f7;
  padding: 110px 0;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .productOneLine {
      padding: 110px 0 280px 0; } }
  .productOneLine h2 {
    text-align: center;
    margin-bottom: 120px; }
  .productOneLine h3 {
    font-family: "LatoSemiBold";
    font-size: 24px;
    line-height: 40px;
    color: #222222;
    opacity: 0.8;
    width: 70%;
    text-align: left; }
    @media (min-width: 768px) {
      .productOneLine h3 {
        font-size: 30px; } }
  .productOneLine .productOneLine-list {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center; }
  .productOneLine .productOneLine-item {
    vertical-align: top;
    width: 100%; }
    @media (max-width: 1200px) {
      .productOneLine .productOneLine-item {
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      .productOneLine .productOneLine-item {
        width: 27.9661%;
        display: inline-block; } }
    .productOneLine .productOneLine-item:not(:last-of-type) {
      margin-right: 50px; }
  .productOneLine .productOneLine-item-text {
    margin-bottom: 15px;
    position: relative;
    z-index: 10; }
    .productOneLine .productOneLine-item-text .number,
    .productOneLine .productOneLine-item-text h3 {
      display: inline-block;
      vertical-align: middle;
      font-size: 26px; }
      @media (min-width: 1200px) {
        .productOneLine .productOneLine-item-text .number,
        .productOneLine .productOneLine-item-text h3 {
          vertical-align: top; } }
  .productOneLine .number {
    background-color: #ffffff;
    border-radius: 25px;
    background-image: url(assets/img/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: -360px -335px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    font-size: 26px;
    color: #999999;
    margin-right: 10px; }
  @media (min-width: 768px) {
    .productOneLine .productOneLine-item-picture {
      position: inherit;
      bottom: -170px;
      z-index: 1; } }
  @media (min-width: 1200px) {
    .productOneLine .productOneLine-item-picture {
      position: absolute;
      bottom: -170px;
      z-index: 1; } }
  .productOneLine .dot {
    display: none;
    background-image: url(assets/img/svg/line-dotted.svg);
    height: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 25%;
    position: absolute;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: 47%;
    right: 35.8%; }
    @media (min-width: 1200px) {
      .productOneLine .dot {
        display: block;
        position: absolute;
        bottom: -150px;
        width: 130%;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        top: inherit;
        right: inherit; } }

.calendrier {
  padding: 86px 7%;
  background: linear-gradient(to bottom, #344be2 0%, #344be2 50%, #2a2db2 50%, #2a2db2 100%); }
  .calendrier .left {
    color: #fff; }
    @media (min-width: 980px) {
      .calendrier .left {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%; } }
  .calendrier h2,
  .calendrier p {
    color: #ffffff; }
  .calendrier h2 {
    font-family: 'LatoLight';
    opacity: 1; }
    @media (min-width: 1024px) {
      .calendrier h2 {
        font-size: 55px;
        line-height: 60px; } }
  .calendrier p {
    opacity: 0.8; }
  .calendrier .right {
    margin-right: 0 !important;
    position: relative;
    float: none;
    padding: 15px; }
    @media (min-width: 980px) {
      .calendrier .right {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%; } }
    .calendrier .right iframe {
      background: #FFF;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5); }
    .calendrier .right > img {
      width: 100%;
      height: 100%; }
  .calendrier .powered {
    text-align: right; }
    @media (min-width: 980px) {
      .calendrier .powered {
        position: absolute;
        left: -270px;
        bottom: -10px; } }
    .calendrier .powered p {
      padding: 0; }
  .calendrier #logo {
    text-align: left;
    transform: scale(0.5);
    transform-origin: right 0;
    float: right; }

#tinymce p {
  padding: 0;
  line-height: 20px; }

#tinymce img {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2; }

#tinymce a {
  color: blue; }

#tinymce h1 {
  color: #222222; }

.center {
  text-align: center; }

.temoignage .tab-list {
  border-bottom: 1px solid #b7b7b7;
  text-align: center;
  margin: -20px auto 0 auto;
  width: 100%; }
  .temoignage .tab-list a {
    line-height: 1.44;
    text-align: center;
    color: #777777;
    text-transform: uppercase; }
    .temoignage .tab-list a img {
      display: block;
      width: 30px;
      margin: 0 auto 15px auto; }

.temoignage .tab-list-item {
  display: inline-block; }
  .temoignage .tab-list-item a {
    outline: none; }
  .temoignage .tab-list-item:not(:last-of-type) {
    margin: 0 30px; }
    @media (max-width: 768px) {
      .temoignage .tab-list-item:not(:last-of-type) {
        margin: 0 10px; } }
  .temoignage .tab-list-item.selected {
    border-bottom: 3px solid #344be2; }
    .temoignage .tab-list-item.selected p {
      color: #344be2; }
  .temoignage .tab-list-item p {
    padding: 0 20px;
    font-family: 'LatoBold'; }
    @media (max-width: 768px) {
      .temoignage .tab-list-item p {
        padding: 0 10px; } }

.temoignage .tab-item {
  background-color: #f9f9f9;
  min-height: 0; }
  .temoignage .tab-item h5 {
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555;
    padding: 60px 0; }
    @media (max-width: 768px) {
      .temoignage .tab-item h5 {
        font-size: 35px; } }

.temoignage figure {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px; }

.temoignage .item-logo {
  vertical-align: middle;
  display: inline-block;
  width: 152px;
  height: 75px;
  margin: 0 18px 15px 18px; }
  .temoignage .item-logo img {
    max-height: 75px;
    width: auto;
    margin: 0 auto;
    display: block; }

.temoignage-unique {
  padding: 100px 10%;
  background-color: #f9f9f9; }
  .temoignage-unique h2 {
    color: #777;
    font-family: 'LatoLight';
    font-size: 42px;
    line-height: 42px;
    text-align: center; }
  .temoignage-unique .t_u-content {
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    margin-top: 90px;
    padding: 100px 0; }
    @media (max-width: 768px) {
      .temoignage-unique .t_u-content {
        padding: 40px 0 75px 0; } }
    @media (max-width: 736px) {
      .temoignage-unique .t_u-content {
        padding: 40px 0 160px 0; } }
    .temoignage-unique .t_u-content p {
      padding: 0; }
    .temoignage-unique .t_u-content figure {
      padding: 0 2.54237%;
      position: relative; }
    .temoignage-unique .t_u-content figcaption {
      font-size: 28px;
      font-family: 'LatoLight';
      font-style: italic;
      color: #222; }
    .temoignage-unique .t_u-content .face {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .temoignage-unique .t_u-content .face {
          display: inline-block;
          vertical-align: middle;
          width: 32.20339%; } }
      .temoignage-unique .t_u-content .face img {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 32.20339%;
        height: 32.20339%;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 1px 1px 12px #555; }
        @media (min-width: 768px) {
          .temoignage-unique .t_u-content .face img {
            width: 49.15254%; } }
        @media (min-width: 768px) {
          .temoignage-unique .t_u-content .face img {
            display: block; } }
        @media (max-width: 480px) {
          .temoignage-unique .t_u-content .face img {
            width: 66%;
            height: auto; } }
    .temoignage-unique .t_u-content .t-content {
      width: 100%;
      margin-top: 30px;
      text-align: left; }
      @media (min-width: 768px) {
        .temoignage-unique .t_u-content .t-content {
          display: inline-block;
          vertical-align: middle;
          margin-left: 0;
          margin-top: 0;
          width: 57.62712%; } }
      @media (max-width: 768px) {
        .temoignage-unique .t_u-content .t-content {
          text-align: center; } }
    .temoignage-unique .t_u-content .nom {
      font-family: 'LatoBold';
      text-transform: uppercase;
      color: #777;
      font-size: 18px;
      margin-top: 35px; }
    .temoignage-unique .t_u-content .job, .temoignage-unique .t_u-content .team {
      font-size: 18px;
      color: #777;
      opacity: 0.8;
      line-height: 24px; }
    .temoignage-unique .t_u-content .logo-entreprise {
      margin-top: 30px;
      display: none;
      text-align: center; }
      @media (min-width: 768px) {
        .temoignage-unique .t_u-content .logo-entreprise {
          display: block; } }
      @media (max-width: 736px) {
        .temoignage-unique .t_u-content .logo-entreprise {
          display: block;
          position: absolute;
          bottom: -100px;
          left: 0;
          right: 0;
          margin-top: 0; } }
      .temoignage-unique .t_u-content .logo-entreprise img {
        width: 152px;
        border-radius: 0;
        border: none;
        box-shadow: none; }

.temoignage-clients {
  padding-top: 0;
  background-color: #f9f9f9; }
  .temoignage-clients h5 {
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555;
    padding: 60px 0; }
    @media (max-width: 768px) {
      .temoignage-clients h5 {
        font-size: 35px; } }
  .temoignage-clients .clear {
    clear: both; }
  .temoignage-clients .container {
    margin: 0 auto;
    max-width: 1120px;
    padding-bottom: 0; }
  .temoignage-clients figure {
    width: 83.05085%;
    margin: 0 6.77966%;
    text-align: center;
    margin-bottom: 80px !important; }
    @media (min-width: 768px) {
      .temoignage-clients figure {
        width: 40.67797%;
        margin: 0 2.54237%;
        display: inline-block; } }
    @media (min-width: 980px) {
      .temoignage-clients figure {
        width: 27.9661%;
        margin: 0 2.54237%;
        display: inline-block; } }
  .temoignage-clients .nom {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777777;
    position: relative;
    margin: 10px 0 13px;
    padding: 0; }
    .temoignage-clients .nom:after {
      content: '';
      margin-top: 10px;
      width: 66px;
      height: 3px;
      background: #777777;
      position: absolute;
      bottom: -13px;
      left: calc(50% - 33px); }
  .temoignage-clients figcaption,
  .temoignage-clients .link {
    line-height: 30px;
    font-size: 20px;
    font-style: italic; }
  .temoignage-clients figcaption {
    padding-top: 10px;
    font-family: 'LatoLight';
    opacity: .8; }
  .temoignage-clients .link {
    margin: 15px 0 40px;
    color: #777777;
    display: block; }
    .temoignage-clients .link:hover {
      text-decoration: underline; }
  .temoignage-clients .action {
    margin: 0 0 60px 0; }
  .temoignage-clients .more {
    width: 286px;
    height: 45px;
    border-radius: 4px;
    background-color: #344be2; }

.tarif {
  background-color: #f9f9f9;
  padding-bottom: 100px; }
  @media (min-width: 980px) {
    .tarif .container {
      padding: 0 50px; } }
  .tarif h5 {
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555;
    padding: 100px 0; }
    @media (max-width: 768px) {
      .tarif h5 {
        font-size: 35px; } }
  .tarif .normal-tarif-item {
    display: table-cell;
    width: 100%; }
    @media (min-width: 980px) {
      .tarif .normal-tarif-item {
        width: 75%; } }
  .tarif .tarif-list {
    font-size: 0;
    text-align: center;
    max-width: 1550px;
    margin: 0 auto; }
  .tarif .tarif-list-item {
    border: 1px solid #c8c8c8;
    width: 91.52542%;
    margin: 2.54237%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px; }
    .tarif .tarif-list-item:first-of-type .tarif-list-item-header {
      background-color: #339aff; }
    .tarif .tarif-list-item:nth-child(2) .tarif-list-item-header {
      background-color: #3175f1; }
    .tarif .tarif-list-item:nth-child(3) .tarif-list-item-header {
      background-color: #344be2; }
    .tarif .tarif-list-item.last {
      border-radius: 10px; }
      @media (min-width: 980px) {
        .tarif .tarif-list-item.last {
          margin-left: 2.54237% !important; } }
      .tarif .tarif-list-item.last .tarif-list-item-header {
        background-color: #2c4095; }
      @media (min-width: 980px) {
        .tarif .tarif-list-item.last .tarif-list-item-content {
          min-height: 480px; } }
      .tarif .tarif-list-item.last .tarif-list-item-content .intro-strong-bloc {
        height: 130px;
        line-height: 130px;
        padding: 0 30px; }
        .tarif .tarif-list-item.last .tarif-list-item-content .intro-strong-bloc strong {
          display: inline-block;
          vertical-align: middle;
          line-height: normal; }
      .tarif .tarif-list-item.last .tarif-list-item-content strong {
        font-weight: bold;
        padding: 0; }
      .tarif .tarif-list-item.last .tarif-list-item-content li {
        color: #777777; }
      .tarif .tarif-list-item.last .tarif-list-item-price strong {
        font-size: 40px; }
        .tarif .tarif-list-item.last .tarif-list-item-price strong:after {
          content: initial; }
      .tarif .tarif-list-item.last .tarif-list-item-footer {
        background-color: #e7e7e7;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
    .tarif .tarif-list-item .tarif-list-item-header {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      height: 230px;
      text-align: center; }
      @media (min-width: 980px) {
        .tarif .tarif-list-item .tarif-list-item-header {
          border-top-left-radius: 0;
          border-top-right-radius: 0; } }
    .tarif .tarif-list-item .tarif-list-item-footer {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      @media (min-width: 980px) {
        .tarif .tarif-list-item .tarif-list-item-footer {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
    @media (min-width: 980px) {
      .tarif .tarif-list-item {
        border-radius: 0;
        border-bottom-left-radius: 10px;
        width: 33.33%;
        margin: 0; }
        .tarif .tarif-list-item:not(:first-of-type) {
          margin-left: -1px; }
        .tarif .tarif-list-item:first-of-type,
        .tarif .tarif-list-item:first-of-type .tarif-list-item-header {
          border-top-left-radius: 10px; }
        .tarif .tarif-list-item:nth-child(3),
        .tarif .tarif-list-item:nth-child(3) .tarif-list-item-header {
          border-top-right-radius: 10px; }
        .tarif .tarif-list-item:nth-child(3),
        .tarif .tarif-list-item:nth-child(3) .tarif-list-item-footer {
          border-bottom-right-radius: 10px; }
        .tarif .tarif-list-item.last {
          display: table-cell;
          width: 25%;
          background: #ededed;
          position: relative; }
          .tarif .tarif-list-item.last .tarif-list-item-content li:last-child {
            position: absolute;
            bottom: 166px; }
        .tarif .tarif-list-item.last,
        .tarif .tarif-list-item.last .tarif-list-item-header {
          border-top-right-radius: 10px;
          border-top-left-radius: 10px; }
        .tarif .tarif-list-item.last,
        .tarif .tarif-list-item.last .tarif-list-item-footer {
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px; } }
    .tarif .tarif-list-item .tarif-list-item-title {
      font-family: 'LatoLight';
      font-size: 25px;
      font-weight: 300;
      line-height: 2.6;
      color: #ffffff;
      padding: 0; }
    .tarif .tarif-list-item .tarif-list-item-note {
      font-family: 'LatoLight';
      font-size: 19px;
      font-weight: 300;
      line-height: 2.2;
      color: #ffffff;
      padding: 0; }
    .tarif .tarif-list-item .tarif-list-item-note:before, .tarif .tarif-list-item .tarif-list-item-note:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 2rem;
      height: 1px;
      background: #ffffff; }
    .tarif .tarif-list-item .tarif-list-item-note:before {
      margin-right: .3rem; }
    .tarif .tarif-list-item .tarif-list-item-note:after {
      margin-left: .3rem; }
    .tarif .tarif-list-item .tarif-list-item-content {
      opacity: 0.8;
      font-family: Lato;
      font-size: 16px;
      line-height: 1.47;
      text-align: center;
      color: #777777; }
      .tarif .tarif-list-item .tarif-list-item-content p {
        padding: 0 30px;
        font-size: 16px; }
      .tarif .tarif-list-item .tarif-list-item-content ul {
        padding: 20px 0; }
        .tarif .tarif-list-item .tarif-list-item-content ul li {
          padding: 10px 30px;
          color: #222222;
          font-size: 16px; }
    .tarif .tarif-list-item .tarif-list-item-intro {
      max-height: 130px;
      height: 130px;
      line-height: 130px;
      overflow: hidden;
      border-bottom: 1px solid #999999; }
      .tarif .tarif-list-item .tarif-list-item-intro span {
        display: inline-block;
        vertical-align: middle;
        line-height: 25px; }
    .tarif .tarif-list-item .tarif-list-item-footer {
      background-color: #f1f1f1;
      text-align: center;
      padding: 30px 0;
      border-top: 1px solid #fff; }
      @media (min-width: 980px) {
        .tarif .tarif-list-item .tarif-list-item-footer {
          border-bottom-left-radius: 10px; } }
      .tarif .tarif-list-item .tarif-list-item-footer .cta {
        border-radius: 4px;
        border: 0;
        background-color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        line-height: 0.89;
        text-align: center;
        color: #344be2;
        text-transform: uppercase;
        padding: 10px 20px;
        cursor: pointer; }

.tarif-list-item-price {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  text-align: center; }
  .tarif-list-item-price strong {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.08;
    color: #555; }
    .tarif-list-item-price strong:after {
      content: 'â‚¬';
      font-size: 23px; }
  .tarif-list-item-price small {
    display: block;
    font-size: 15px;
    margin-top: -10px; }

.tarif-telesecretariat {
  padding: 0px 7% 100px; }
  @media (max-width: 768px) {
    .tarif-telesecretariat .bottom-link {
      margin-top: 20px; } }
  @media (min-width: 980px) {
    .tarif-telesecretariat .container {
      padding: 0 50px; } }
  .tarif-telesecretariat h5 {
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555;
    padding: 100px 0; }
    @media (max-width: 768px) {
      .tarif-telesecretariat h5 {
        font-size: 35px; } }
    .tarif-telesecretariat h5 ~ small {
      opacity: 0.8;
      font-size: 18px;
      line-height: 1.67;
      text-align: center;
      color: #777777;
      display: block; }
  .tarif-telesecretariat .tarif-telesecretariat-list {
    font-size: 0;
    text-align: center;
    margin: 80px auto 0 auto;
    max-width: 1200px;
    width: 100%; }
  .tarif-telesecretariat .tarif-telesecretariat-list-item {
    width: 91.52542%;
    margin: 2.54237%;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1; }
    @media (min-width: 980px) {
      .tarif-telesecretariat .tarif-telesecretariat-list-item {
        width: 32.20339%;
        margin: 0;
        margin-bottom: 100px; } }
    .tarif-telesecretariat .tarif-telesecretariat-list-item:first-of-type .tarif-telesecretariat-list-item-header {
      background-color: #339AFF;
      border-top-left-radius: 4px;
      -moz-border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      -o-border-top-left-radius: 4px;
      -ms-border-top-left-radius: 4px; }
    .tarif-telesecretariat .tarif-telesecretariat-list-item:nth-child(2) {
      z-index: 2; }
      .tarif-telesecretariat .tarif-telesecretariat-list-item:nth-child(2) .tarif-telesecretariat-list-item-header {
        background-color: #344BE2;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0; }
      .tarif-telesecretariat .tarif-telesecretariat-list-item:nth-child(2) .tarif-telesecretariat-list-item-body ul {
        padding: 30px 0; }
    .tarif-telesecretariat .tarif-telesecretariat-list-item:nth-child(3) .tarif-telesecretariat-list-item-header {
      background-color: #3175F1;
      border-top-right-radius: 4px;
      -moz-border-top-right-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -o-border-top-right-radius: 4px;
      -ms-border-top-right-radius: 4px; }
  .tarif-telesecretariat .tarif-telesecretariat-list-item-header {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px 0; }
  .tarif-telesecretariat .tarif-telesecretariat-list-item-body {
    background-color: #F9F9F9;
    padding: 20px 40px 40px 40px; }

.tarif-addional-services {
  background-color: #f9f9f9;
  width: 100%;
  font-size: 26px;
  padding: 0 4.23729% 4.23729% 4.23729%;
  /*    .container {
        @include breakpoint(min-width $desktop) {
            padding: 0 50px;
        }
    }*/ }
  .tarif-addional-services .addional-services-header {
    background-color: #344be2;
    padding: 25px 25px;
    font-family: 'LatoLight';
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #344be2;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0; }
  .tarif-addional-services .addional-services-content {
    background-color: #ffffff;
    padding: 25px 25px;
    text-align: center;
    color: #777777;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #999999; }
  .tarif-addional-services .bt-contact {
    background-color: #344be2;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.89;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 0;
    cursor: pointer; }

.contact-intro {
  background: #f1f1f1;
  text-align: center;
  padding-bottom: 100px; }
  .contact-intro h5 {
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555;
    padding: 100px 0 35px; }
    @media (max-width: 768px) {
      .contact-intro h5 {
        font-size: 35px; } }
  .contact-intro .tel {
    font-size: 23px;
    color: #222222;
    margin-top: 20px;
    opacity: 0.8;
    min-height: 20px; }
    @media (max-width: 480px) {
      .contact-intro .tel {
        font-size: 18px; } }
    .contact-intro .tel a {
      color: #222;
      text-decoration: none; }
  .contact-intro .hour {
    font-family: 'LatoLightItalic'; }
  .contact-intro .separator {
    position: relative;
    margin-top: 30px; }
  .contact-intro .round {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    background-color: #339aff;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding-left: 9px; }
  .contact-intro .line {
    display: block;
    height: 3px;
    background: #d1d1d1;
    position: absolute;
    top: 22px;
    left: 10%;
    right: 10%; }
  .contact-intro .iframe {
    width: 80%;
    height: auto;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
    margin: 60px auto 0 auto; }
    @media (min-width: 980px) {
      .contact-intro .iframe {
        width: 789px; } }

.contact-formulaire {
  padding-top: 100px;
  text-align: center; }
  .contact-formulaire h5 {
    font-family: 'LatoLight';
    font-size: 55px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    color: #555555;
    padding: 100px 0 35px; }
    @media (max-width: 768px) {
      .contact-formulaire h5 {
        font-size: 35px; } }
  .contact-formulaire iframe {
    overflow: hidden; }
  .contact-formulaire .box {
    border-radius: 4px;
    background-color: #f9f9f9;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 0 auto 100px auto;
    padding: 0 100px 50px 100px; }
    @media (max-width: 480px) {
      .contact-formulaire .box {
        padding: 0 10px 50px 10px;
        width: 80%; } }
    .contact-formulaire .box h5 {
      margin: 30px auto 70px auto; }
  .contact-formulaire .left,
  .contact-formulaire .right {
    display: inline-block;
    vertical-align: top; }
    .contact-formulaire .left input::-webkit-input-placeholder, .contact-formulaire .left textarea::-webkit-input-placeholder,
    .contact-formulaire .right input::-webkit-input-placeholder,
    .contact-formulaire .right textarea::-webkit-input-placeholder {
      color: #777777;
      opacity: 0.8;
      font-family: 'Lato'; }
    .contact-formulaire .left input::-moz-placeholder, .contact-formulaire .left textarea::-moz-placeholder,
    .contact-formulaire .right input::-moz-placeholder,
    .contact-formulaire .right textarea::-moz-placeholder {
      color: #777777;
      opacity: 0.8;
      font-family: 'Lato'; }
    .contact-formulaire .left input:-ms-input-placeholder, .contact-formulaire .left textarea:-ms-input-placeholder,
    .contact-formulaire .right input:-ms-input-placeholder,
    .contact-formulaire .right textarea:-ms-input-placeholder {
      color: #777777;
      opacity: 0.8;
      font-family: 'Lato'; }
    .contact-formulaire .left input:-moz-placeholder, .contact-formulaire .left textarea:-moz-placeholder,
    .contact-formulaire .right input:-moz-placeholder,
    .contact-formulaire .right textarea:-moz-placeholder {
      color: #777777;
      opacity: 0.8;
      font-family: 'Lato'; }
    @media (max-width: 980px) {
      .contact-formulaire .left,
      .contact-formulaire .right {
        width: 100% !important;
        display: block; } }
  .contact-formulaire .left {
    margin: 0 0 0 6.77966%;
    width: 32.20339%; }
    @media (max-width: 1280px) {
      .contact-formulaire .left {
        margin: 0;
        width: 49.15254%; } }
    .contact-formulaire .left input {
      width: 90%;
      height: 40px;
      margin-bottom: 30px; }
      @media (max-width: 980px) {
        .contact-formulaire .left input {
          width: 100%; } }
  .contact-formulaire .right {
    margin: 0 6.77966% 0 0;
    width: 49.15254%; }
    @media (max-width: 1280px) {
      .contact-formulaire .right {
        margin: 0;
        width: 49.15254%; } }

.contact-map {
  background: #f1f1f1;
  padding-bottom: 100px; }
  .contact-map .contact-map-header {
    padding: 20px 0;
    margin: 0 auto;
    width: 70%; }
    @media (max-width: 980px) {
      .contact-map .contact-map-header {
        width: 80%; } }
    @media (max-width: 768px) {
      .contact-map .contact-map-header {
        width: 90%; } }
  .contact-map .header-block {
    display: inline-block;
    width: 49.15254%;
    text-align: center; }
    @media (max-width: 980px) {
      .contact-map .header-block {
        display: inline-table; } }
    .contact-map .header-block p {
      font-size: 15px;
      margin: 0;
      padding: 0; }
      @media (max-width: 480px) {
        .contact-map .header-block p {
          padding: 0;
          padding-bottom: 30px; } }
    .contact-map .header-block p, .contact-map .header-block .icon {
      vertical-align: middle; }
      @media (min-width: 980px) {
        .contact-map .header-block p, .contact-map .header-block .icon {
          display: inline-block; } }
      @media (max-width: 980px) {
        .contact-map .header-block p, .contact-map .header-block .icon {
          margin: 0 auto; } }
  .contact-map .icon {
    background-image: url(assets/img/svg/sprite.svg);
    background-position: -10px -315px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #339aff;
    transform: scale(0.5);
    text-align: center; }
    @media (max-width: 768px) {
      .contact-map .icon {
        position: relative; } }
    .contact-map .icon img {
      width: 50px;
      height: 50px;
      margin-top: 23px; }
  .contact-map .contact-map-picture {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); }
    .contact-map .contact-map-picture img {
      width: 100%;
      height: 100%;
      vertical-align: middle; }
  .contact-map .scrolloff {
    pointer-events: none; }

.post-content {
  text-align: center;
  margin-top: -160px; }

.blog .content {
  padding: 14% 20%; }

.blog .page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  .blog .page-title span {
    display: block;
    font-family: LatoSemiBold;
    opacity: 0.6;
    font-size: 30px;
    color: #ffffff;
    text-transform: none; }

.blog .post-content .action {
  margin: 25px 0 60px 0; }

.post {
  width: 83.05085%;
  height: 650px;
  margin: 20px auto;
  background: #f9f9f9;
  word-wrap: break-word;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .post {
      width: 40.67797%;
      margin: 35px 1.69492%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 980px) {
    .post {
      width: 25.42373%;
      margin: 35px 1.69492%;
      display: inline-block;
      vertical-align: top; } }
  .post:hover {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .post:hover .link {
      background-color: #344be2;
      color: #fff; }
  .post .p-content {
    position: relative;
    height: 275px;
    overflow: hidden; }
  .post figure {
    height: 219px;
    overflow: hidden; }
    .post figure img {
      border-radius: 4px 4px 0 0;
      width: 100%; }
  .post .tag {
    position: relative;
    z-index: 0;
    top: -13px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    height: 28px;
    border-radius: 4px;
    background-color: #3175f1;
    color: #fff;
    text-transform: uppercase; }
  .post .date {
    text-align: center;
    margin: 10px auto;
    font-family: Lato;
    font-size: 13px;
    color: #777777; }
  .post .header-post {
    position: relative;
    top: 0;
    height: auto;
    border: none;
    background-color: inherit;
    padding: 5px 3% 20px; }
    .post .header-post h1 {
      font-family: LatoSemibold;
      line-height: 38px;
      font-size: 28px;
      color: #222222;
      opacity: 0.8;
      text-align: center;
      overflow: hidden; }
      @media (min-width: 768px) {
        .post .header-post h1 {
          line-height: 40px;
          font-size: 30px; } }
  .post .entry-content {
    font-family: Lato;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #777777;
    padding: 0 22px 22px 22px;
    position: relative; }
    @media (min-width: 768px) {
      .post .entry-content {
        font-size: 18px;
        line-height: 30px; } }
    .post .entry-content img {
      width: 100%; }
  .post .link {
    display: block;
    margin: 24px auto 0;
    width: 83.05085%;
    height: 45px;
    border-radius: 4px;
    background-color: #f1f1f1;
    font-family: LatoBold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #777777;
    line-height: 42px; }

#post figure {
  margin: 0;
  height: 550px; }
  #post figure .top-content.blog {
    height: 100%; }
  @media (max-width: 480px) {
    #post figure {
      height: 420px; } }

#post h1 {
  font-family: LatoLight;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  color: #555555;
  padding-bottom: 15px; }
  @media (max-width: 480px) {
    #post h1 {
      font-size: 50px;
      line-height: 50px; } }

#post .post {
  width: 100%;
  height: auto;
  margin: 0;
  background: #fff; }
  #post .post:hover {
    box-shadow: none; }

#post .tag {
  top: -16px; }

#post .date {
  font-size: 18px;
  margin-bottom: 70px; }

#post p {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0; }
  @media (min-width: 768px) {
    #post p {
      font-size: 21px;
      line-height: 35px; } }

#post .header-post {
  padding: 20px 19.49153%; }
  @media (max-width: 480px) {
    #post .header-post {
      padding: 20px 7%; } }

#post .entry-content {
  text-align: justify; }
  #post .entry-content strong {
    font-weight: 600; }
  #post .entry-content em {
    font-style: italic; }
  #post .entry-content a {
    color: #3175F1; }
    #post .entry-content a:hover {
      text-decoration: underline;
      color: #344BE2; }
    #post .entry-content a.bt-link, #post .entry-content a.action, #post .entry-content a[rel="wp-video-lightbox"] {
      display: inline-block;
      background: #3175F1;
      color: #FFF;
      padding: 5px 10px;
      margin: 10px 0 0 0;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px; }
      #post .entry-content a.bt-link:hover, #post .entry-content a.action:hover, #post .entry-content a[rel="wp-video-lightbox"]:hover {
        text-decoration: none;
        background: #344BE2; }
  #post .entry-content h2, #post .entry-content h3, #post .entry-content h4 {
    padding: 60px 0 30px; }
  #post .entry-content .normal {
    padding: 15px 0; }
  @media (min-width: 980px) {
    #post .entry-content {
      padding: 0 19.49153%; } }
  @media (max-width: 980px) {
    #post .entry-content {
      padding: 0 15.25424%; } }
  @media (max-width: 768px) {
    #post .entry-content {
      padding: 0 11.01695%; } }
  #post .entry-content ul {
    list-style: disc;
    margin-left: 2.2em; }
    #post .entry-content ul li {
      margin: 6px 0;
      padding: 0;
      font-size: 21px;
      line-height: 35px; }

#post img {
  text-align: center;
  max-width: 100%;
  margin: 20px auto;
  display: block;
  height: auto; }

#post blockquote {
  font-family: LatoLightItalic;
  text-align: center;
  color: #222222;
  font-size: 28px;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #post blockquote {
      font-size: 32px; } }
  #post blockquote p {
    font-family: inherit;
    font-size: inherit; }

#post .tags {
  text-align: center;
  margin: 25px 0; }
  #post .tags a {
    border-radius: 4px;
    padding: 1px 8px;
    margin: 5px;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #777777;
    font-size: 12px;
    line-height: 22px; }

#post .sociaux {
  padding: 0 23.72881%;
  text-align: center;
  position: relative;
  margin: 30px 0; }
  @media (max-width: 768px) {
    #post .sociaux {
      padding: 0 5%; } }
  #post .sociaux .addtoany_list {
    text-align: center;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    width: 30%;
    margin: 16px auto; }
  #post .sociaux .addtoany_list.a2a_kit_size_32 a {
    margin: 0 10px; }
    @media (min-width: 768px) {
      #post .sociaux .addtoany_list.a2a_kit_size_32 a {
        margin: 0 19px; } }
    @media (max-width: 480px) {
      #post .sociaux .addtoany_list.a2a_kit_size_32 a {
        padding: 0 5px; } }
  #post .sociaux .addtoany_list.a2a_kit_size_32 a > span {
    width: 42px;
    height: 42px;
    border-radius: 21px; }
  #post .sociaux .a2a_svg svg {
    width: 30px;
    display: inline-block;
    vertical-align: middle; }
  #post .sociaux .line {
    width: 100%;
    height: 2px;
    background-color: #d1d1d1;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: -26px; }

.std-content {
  color: #777777;
  padding: 5% 7.5%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 33px;
  text-align: center; }
  @media (min-width: 768px) {
    .std-content {
      font-size: 21px;
      line-height: 35px;
      text-align: left; } }
  .std-content.columns .content .left, .std-content.columns .content .right {
    width: 100%; }
    @media (min-width: 768px) {
      .std-content.columns .content .left, .std-content.columns .content .right {
        width: 45%; } }
  @media (min-width: 768px) {
    .std-content.columns .content .left {
      margin: 0 5% 0 0; } }
  @media (min-width: 768px) {
    .std-content.columns .content .right {
      margin: 0 0 0 5%; } }
  .std-content .content h3, .std-content .bloc-content h3 {
    margin: 0 0 39px 0; }
  .std-content h1 {
    color: #222222; }
  .std-content h2 {
    color: #222222;
    font-size: 50px;
    line-height: 60px; }
  .std-content h3 {
    color: #222222; }
  .std-content.left, .std-content.right {
    float: none;
    clear: both; }
    .std-content.left figure, .std-content.left .content, .std-content.right figure, .std-content.right .content {
      width: 100%;
      display: block; }
      @media (min-width: 768px) {
        .std-content.left figure, .std-content.left .content, .std-content.right figure, .std-content.right .content {
          display: table-cell;
          vertical-align: middle; } }
    .std-content.left figure, .std-content.right figure {
      max-width: 420px;
      margin: 0 auto; }
      .std-content.left figure img, .std-content.right figure img {
        width: 100%; }
    @media (min-width: 768px) {
      .std-content.left figure, .std-content.right figure {
        width: 40%; }
      .std-content.left .content, .std-content.right .content {
        width: 60%; } }
    @media (min-width: 980px) {
      .std-content.left figure, .std-content.right figure {
        width: 30%; }
      .std-content.left .content, .std-content.right .content {
        width: 70%; } }
  .std-content.left figure {
    text-align: center; }
    @media (min-width: 768px) {
      .std-content.left figure {
        text-align: left; } }
  .std-content.left .content {
    padding: 0; }
    @media (min-width: 768px) {
      .std-content.left .content {
        padding: 0 0 0 10%; } }
    @media (min-width: 1280px) {
      .std-content.left .content {
        padding: 0 0 0 20%; } }
  .std-content.right figure {
    text-align: center; }
    @media (min-width: 768px) {
      .std-content.right figure {
        text-align: right; } }
  .std-content.right .content {
    padding: 0; }
    @media (min-width: 768px) {
      .std-content.right .content {
        padding: 0 10% 0 0; } }
    @media (min-width: 1280px) {
      .std-content.right .content {
        padding: 0 20% 0 0; } }
  .std-content ul {
    list-style: disc;
    margin-left: 2.2em; }
    .std-content ul li {
      margin: 6px 0;
      padding: 0;
      font-size: 21px;
      line-height: 35px; }

.wh-content-center, .grey-content-center {
  padding: 5% 7.5%; }
  @media (min-width: 768px) {
    .wh-content-center, .grey-content-center {
      padding: 5% 15.5%; } }
  @media (min-width: 1280px) {
    .wh-content-center, .grey-content-center {
      padding: 5% 20.5%; } }

.grey-c {
  background-color: #f9f9f9; }
  .grey-c h1 {
    color: #fff; }

#testimonial {
  margin-bottom: 170px; }
  @media (max-width: 768px) {
    #testimonial {
      margin-bottom: 30px; } }
  #testimonial p,
  #testimonial li {
    padding: 0; }

.testimonial-text {
  width: 590px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative; }
  @media (max-width: 768px) {
    .testimonial-text {
      width: 90%; } }
  @media (min-width: 980px) {
    .testimonial-text {
      padding-top: 95px; } }
  @media (min-width: 980px) {
    .testimonial-text.testimonial-text-right {
      width: 50%;
      text-align: left;
      left: 45%;
      margin: 0; } }
  @media (min-width: 980px) {
    .testimonial-text.testimonial-text-left {
      width: 50%;
      text-align: left;
      left: 5%;
      margin: 0; } }

.testimonial-text-citation {
  margin-bottom: 36px;
  font-family: 'LatoLight';
  font-weight: 300;
  font-style: italic; }

.testimonial-text-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: 'LatoBold';
  line-height: 1.67; }

.tab-item {
  min-height: 518px;
  position: relative; }
  @media (max-width: 980px) {
    .tab-item {
      min-height: 340px; } }
  @media (max-width: 375px) {
    .tab-item {
      min-height: 360px; } }
  @media (max-width: 320px) {
    .tab-item {
      min-height: 460px; } }
  .tab-item p {
    color: #fff; }
  .tab-item.hidden {
    display: none; }

.tab-list {
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin: -50px auto 0 auto;
  overflow: hidden; }
  @media (min-width: 980px) {
    .tab-list {
      width: 532px; } }

.tab-list-item-plus {
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
  .tab-list-item-plus .Oval-4 {
    position: relative;
    margin: 15px 0 0 0; }

.tab-list-item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
  .tab-list-item a {
    outline: none; }
  .tab-list-item.ui-state-active .testimonial-photo {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    height: 104px;
    margin-top: -10px;
    margin-bottom: 10px; }
    .tab-list-item.ui-state-active .testimonial-photo:after {
      content: initial; }
    .tab-list-item.ui-state-active .testimonial-photo img {
      width: 100px;
      height: 100px; }
  .tab-list-item.ui-state-active .testimonial-logo {
    opacity: 1; }
  .tab-list-item:not(:last-of-type) {
    margin-right: 40px; }
    @media (max-width: 600px) {
      .tab-list-item:not(:last-of-type) {
        margin-right: 20px; } }
    @media (max-width: 375px) {
      .tab-list-item:not(:last-of-type) {
        margin-right: 7px; } }
  @media (max-width: 600px) {
    .tab-list-item:first-child {
      margin-left: 15px; } }

.testimonial-photo {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
  height: 74px;
  position: relative;
  margin: 5px 0 0 0;
  overflow: hidden; }
  .selected .testimonial-photo {
    height: 84px;
    margin: 0 -5px; }
  .testimonial-photo:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    border: 0; }
    .selected .testimonial-photo:after {
      background: none; }
  .testimonial-photo img {
    width: 70px;
    height: 70px; }
    .selected .testimonial-photo img {
      height: 80px;
      width: 80px; }

.testimonial-logo {
  max-width: 68px;
  margin: 0 auto; }

.tab-item-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  @media (max-width: 375px) {
    .tab-item-bg {
      background-image: none !important;
      background-color: #344be2; } }
