/******************* GLOBAL ******************************/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext");
/******************* GENERAL ******************************/
body {
  position: relative;
  margin-bottom: 94px;
  background-color: white; }

body,
input,
select,
textarea {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #313642; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .02em;
  color: #313642; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 700; }

h1 {
  font-size: 50px;
  font-weight: 100;
  color: #b1231d; }
  @media (max-width: 991px) {
    h1 {
      font-size: .8em; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    h1 {
      font-size: .8em; } }

h2 {
  font-size: 37px;
  margin-top: 80px;
  margin-bottom: 50px;
  text-transform: uppercase; }
  h2.tarif {
    margin-bottom: 10px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 26px;
      margin-top: 50px;
      margin-bottom: 30px; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    h2 {
      font-size: 26px; } }

h2.brand_type {
  margin-top: 0;
  margin-bottom: 0; }

h3 {
  font-family: 'Titillium Web';
  font-size: 27px !important;
  font-style: italic;
  color: #b1231d; }
  @media (max-width: 991px) {
    h3 {
      font-size: .6em; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    h3 {
      font-size: .6em; } }

h4 {
  font-family: 'Titillium Web';
  font-size: 35px;
  font-style: italic;
  line-height: 1.143;
  text-align: center;
  color: #313642; }
  @media (max-width: 1200px) {
    h4 {
      font-size: 16px;
      line-height: 26px; } }

.quote_author {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  line-height: 2.143;
  text-align: center;
  text-transform: uppercase;
  color: #b1241c; }
  .quote_author a {
    color: #b1231d; }

.sliceWrapper a,
.sliceWrapper a:hover,
.sliceWrapper a:focus,
.sliceWrapper a:active {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase !important; }

.center {
  text-align: center; }
  .center.-red {
    margin-bottom: 0;
    color: #b1231d; }
  .center.-italic {
    font-style: italic; }

.btn-red {
  font-weight: 600;
  transition: all 300ms ease-in-out;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
  border: 0;
  background: #b1231d;
  box-shadow: none; }
  .btn-red:hover, .btn-red:focus {
    color: #b1231d;
    background: white;
    box-shadow: none; }

.btn-white {
  font-weight: 600;
  transition: all 300ms ease-in-out;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #b1231d;
  border: 0;
  background: white;
  box-shadow: none; }
  .btn-white:hover, .btn-white:focus {
    color: white;
    background: #171a22;
    box-shadow: none; }

.btn-dark {
  font-weight: 600;
  transition: all 300ms ease-in-out;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
  border: 0;
  background: #171a22;
  box-shadow: none; }
  .btn-dark:hover, .btn-dark:focus {
    color: #171a22;
    background: white;
    box-shadow: none; }

/*Remove outline selection of slick slides*/
.slick-slide:focus,
.slick-current:focus,
.slick-active:focus {
  outline: none !important; }

.alignRight {
  text-align: right; }

.jobDescription {
  font-style: normal;
  color: #9f9f9d; }

/* --------- VIANNEY TOUCH - Text Selection --------- */
::-moz-selection {
  opacity: 1;
  color: white;
  background-color: #b1231d; }

::selection {
  opacity: 1;
  color: white;
  background-color: #b1231d; }

.brand_type .box {
  font-weight: 900; }

/******************* HEADER ******************************/
header {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: white; }
  @media (max-width: 991px) {
    header {
      width: 100%; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    header {
      width: 100%; } }
  header .logo_wrapper {
    position: relative;
    z-index: 200; }
    @media (max-width: 991px) {
      header .logo_wrapper {
        width: 100%; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      header .logo_wrapper {
        width: 100%; } }
  header .logo {
    display: none;
    float: left; }
  header .mobileBurger {
    display: none;
    float: left;
    width: 20%;
    padding: 37px 0; }
    @media (max-width: 991px) {
      header .mobileBurger {
        display: block; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      header .mobileBurger {
        display: block; } }
  header .mobileBurger .burgerbar {
    display: block;
    width: 40px;
    height: 6px;
    margin: auto;
    margin-bottom: 4px;
    background: #444; }
  @media (min-width: 768px) and (max-width: 991px) {
    header .navbar-header {
      width: 200px; } }
  @media (max-width: 991px) {
    header .navbar-brand {
      width: 65%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .navbar-brand {
      width: 100%; } }
  @media (max-width: 1200px) {
    header .navbar-brand {
      display: block;
      padding: 0; }
      header .navbar-brand img {
        width: 100%;
        max-width: 160px; } }
  header .navbar-toggle {
    margin-right: 0; }
  @media (max-width: 991px) {
    header .navbar-nav {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .navbar-collapse {
      float: right; } }
  @media (max-width: 991px) {
    header .navbar#menu {
      margin-bottom: 0; } }
  header .navbar#menu li {
    position: relative;
    margin-top: 25px;
    text-transform: capitalize; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .navbar#menu li {
        margin-top: 16px; } }
    header .navbar#menu li a {
      font-family: 'Titillium Web';
      font-size: 14px;
      font-weight: 400;
      padding: 0 10px;
      letter-spacing: .1em;
      text-transform: uppercase !important;
      color: #313642;
      background: none !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .navbar#menu li a {
          padding: 0 4px; } }
      header .navbar#menu li a:hover, header .navbar#menu li a:active, header .navbar#menu li a:focus {
        transition: all 200ms ease-in-out;
        color: #b1231d !important; }
      header .navbar#menu li a.active {
        padding: 5px 10px;
        color: white;
        background-color: #e64600; }
    header .navbar#menu li:after {
      position: absolute;
      top: 6px;
      right: 0;
      display: block;
      width: 1px;
      height: 14px;
      content: '';
      background-color: #313642; }
      @media (max-width: 991px) {
        header .navbar#menu li:after {
          display: none; } }
    header .navbar#menu li.lastOne:after {
      display: none; }
  header.stuck {
    position: fixed;
    z-index: 100;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100px;
    padding: 10px 0;
    background: white;
    background-color: white;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 991px) {
      header.stuck {
        height: auto; } }

/******************* FOOTER ******************************/
footer {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  padding: 0;
  background: #323642; }
  footer h3 {
    margin-top: 0; }
  footer .aki_copyright .aki_copyright_logo_aki {
    display: block;
    width: 116px;
    height: 34px;
    margin: auto;
    transition: opacity 500ms ease;
    opacity: .5;
    background: url(../img/aki/aki_logo.png) no-repeat 0 0; }
    footer .aki_copyright .aki_copyright_logo_aki:after {
      display: block;
      width: 0;
      height: 100%;
      content: '';
      transition: all 500ms ease;
      background: url(../img/aki/aki_logo_hover.png) no-repeat 0 0; }
    footer .aki_copyright .aki_copyright_logo_aki:hover {
      opacity: 1; }
    footer .aki_copyright .aki_copyright_logo_aki:hover:after {
      width: 100%; }
  footer .footer_hidden {
    padding: 30px 0;
    background: #202020; }

/**************************************************************/
/**************************************************************/
/******************* CONTENT *****************************/
/**************************************************************/
/**************************************************************/
/***************** HOME *******************/
.slice {
  position: relative; }
  .slice h2 {
    text-align: center; }

[data-animate] {
  visibility: hidden; }

@media (max-width: 991px) {
  [data-animate] {
    visibility: visible; } }

.slice_introduction {
  height: 100%;
  /* 813px */
  height: 100vh;
  /* 813px */
  text-align: center;
  background: url(../img/mountain_top.jpg) no-repeat 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1200px) {
    .slice_introduction {
      background-attachment: initial; } }
  .slice_introduction .mountainTopContainer {
    position: relative; }
    .slice_introduction .mountainTopContainer .startingbox_big {
      /*margin-top: 160px;*/ }
      @media (max-width: 991px) {
        .slice_introduction .mountainTopContainer .startingbox_big {
          width: 100%;
          max-width: 250px; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .slice_introduction .mountainTopContainer .startingbox_big {
          width: 100%;
          max-width: 250px; } }
    .slice_introduction .mountainTopContainer .brand_type {
      font-size: 47px; }
    .slice_introduction .mountainTopContainer h1 {
      font-size: 29px;
      line-height: 1.207;
      margin-bottom: 150px;
      text-align: center;
      color: white; }
      .slice_introduction .mountainTopContainer h1.animatedH1 {
        transform: scale(1);
        opacity: 1; }
    .slice_introduction .mountainTopContainer .byDSV {
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 400;
      display: block;
      margin-bottom: 87px;
      transition: all 500ms ease-in-out;
      transform: scale(0.6);
      opacity: 0;
      color: #313642; }
      .slice_introduction .mountainTopContainer .byDSV.animated {
        transform: scale(1);
        opacity: 1; }
      .slice_introduction .mountainTopContainer .byDSV:hover {
        color: #b1231d; }
    .slice_introduction .mountainTopContainer .btn {
      font-size: 16px;
      font-weight: 400;
      line-height: 50px;
      width: 196px;
      height: 50px;
      padding: 0;
      text-transform: uppercase;
      border-radius: 3px;
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15); }
    .slice_introduction .mountainTopContainer .mountainTopOverlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 813px; }
    .slice_introduction .mountainTopContainer #mountainTopOverlayImage {
      display: none; }
  .slice_introduction .separator {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 19px;
    background: url(../img/separator_white_up.png) repeat-x 50% 0; }

.slice_about.-more {
  padding-bottom: 40px;
  background-color: #b1231d;
  background-image: url(../img/bg-more.png);
  background-repeat: repeat-x;
  background-position: top center; }
  .slice_about.-more h2 {
    margin-top: 60px;
    margin-bottom: 40px; }
  .slice_about.-more h2,
  .slice_about.-more p {
    color: white; }

.slice_about .text_2cols {
  margin-top: 50px;
  margin-bottom: 0;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  @media (max-width: 991px) {
    .slice_about .text_2cols {
      margin-bottom: 50px;
      -moz-column-count: 1;
      column-count: 1; } }
  .slice_about .text_2cols p {
    line-height: 1.625;
    z-index: 42;
    text-align: justify;
    letter-spacing: .04em; }
    @media (max-width: 991px) {
      .slice_about .text_2cols p {
        height: default; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_about .text_2cols p {
        height: default; } }

.slice_about .nutshell_anim .nutshell_video > .nutshell_video_wrapper {
  display: block; }
  .slice_about .nutshell_anim .nutshell_video > .nutshell_video_wrapper video {
    width: 100%;
    max-width: 1098px;
    margin-top: 30px;
    background-color: white !important; }
  @media (max-width: 991px) {
    .slice_about .nutshell_anim .nutshell_video > .nutshell_video_wrapper {
      display: none; } }

.slice_about .nutshell_anim .nutshell_video > img.nutshell_temp {
  display: none; }
  @media (max-width: 991px) {
    .slice_about .nutshell_anim .nutshell_video > img.nutshell_temp {
      display: block;
      width: 100%;
      margin-top: 30px; } }

.slice_expertise {
  padding-bottom: 30px;
  background: linear-gradient(white, #6b717e);
  background-image: url(../img/bg-fonction.png);
  background-repeat: no-repeat;
  background-position: bottom; }
  .slice_expertise h2 {
    margin-bottom: 10px; }
  .slice_expertise .block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 230px;
    max-height: 230px;
    margin-bottom: 70px;
    opacity: .902;
    background-color: white;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    -ms-flex-align: center;
    align-items: center; }
    .slice_expertise .block .law-monitor {
      font-family: 'Titillium Web', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      position: absolute;
      top: 30px;
      left: 30px;
      display: inline-block;
      margin-bottom: 6px;
      padding: 0 6px;
      text-align: center;
      text-transform: uppercase;
      color: white;
      background-color: #333; }
      @media screen and (max-width: 991px) {
        .slice_expertise .block .law-monitor {
          top: 10px; } }
    .slice_expertise .block.red-one {
      background-color: #b1241c; }
      .slice_expertise .block.red-one h3,
      .slice_expertise .block.red-one p {
        color: #fff !important; }
      .slice_expertise .block.red-one:after {
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        display: none;
        height: 49px;
        padding: 0 15px;
        transform: rotate(-90deg);
        text-align: center;
        text-transform: uppercase;
        color: white;
        background-color: #333; }
      .slice_expertise .block.red-one.-second:after {
        display: none; }
      .slice_expertise .block.red-one.-second:before {
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        display: none;
        height: 49px;
        padding: 0 15px;
        transform: rotate(-90deg);
        text-align: center;
        text-transform: uppercase;
        color: white;
        background-color: #333; }
    @media (max-width: 991px) {
      .slice_expertise .block {
        position: relative;
        width: 100%;
        min-height: 0;
        max-height: 9000px;
        padding: 10px;
        text-align: center; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_expertise .block {
        position: relative;
        width: 100%;
        min-height: 0;
        max-height: 9000px;
        padding: 10px;
        text-align: center; } }
    .slice_expertise .block.lastOne {
      margin-bottom: 70px; }
    .slice_expertise .block .block-text {
      position: relative;
      width: 100%;
      min-height: 230px;
      max-height: 9000px;
      padding: 45px; }
      @media (max-width: 991px) {
        .slice_expertise .block .block-text {
          min-height: 0;
          padding: 20px 15px; } }
    .slice_expertise .block.firstOne {
      margin-top: 60px; }
    @media (max-width: 991px) {
      .slice_expertise .block img {
        margin: auto; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_expertise .block img {
        margin: auto; } }
    .slice_expertise .block .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 991px) {
        .slice_expertise .block .row {
          display: block; } }
      .slice_expertise .block .row.row_expertise {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        @media (max-width: 991px) {
          .slice_expertise .block .row.row_expertise {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media (max-width: 991px) {
          .slice_expertise .block .row.row_expertise .col_icon {
            padding-bottom: 20px;
            -ms-flex-order: 2;
            order: 2; } }
        @media (max-width: 991px) {
          .slice_expertise .block .row.row_expertise .col_text {
            -ms-flex-order: 1;
            order: 1; } }
  .slice_expertise .separator {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 19px;
    margin-top: 100px;
    background: url(../img/separator_white_up.png) repeat-x 50% 0; }
    .slice_expertise .separator .arrowDownSeparator {
      position: relative;
      top: 100px;
      text-align: center; }

.slice_whyus .whyus_grid {
  margin-top: 70px;
  margin-bottom: 70px; }
  .slice_whyus .whyus_grid .CubeWrapper,
  .slice_whyus .whyus_grid .grid_box {
    width: 215px;
    height: 215px;
    padding: 0; }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_whyus .whyus_grid .CubeWrapper,
      .slice_whyus .whyus_grid .grid_box {
        height: 0;
        margin: 0;
        padding-top: 20%; } }
  .slice_whyus .whyus_grid .Cube-side {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    width: 100%;
    height: 100%;
    padding: 0;
    color: white !important; }
    .slice_whyus .whyus_grid .Cube-side a {
      color: white !important; }
    .slice_whyus .whyus_grid .Cube-side p,
    .slice_whyus .whyus_grid .Cube-side a {
      display: block;
      /*height: 100%;*/
      width: 100%;
      /*line-height: 215px;*/ }
    .slice_whyus .whyus_grid .Cube-side img {
      width: 100%; }
      .slice_whyus .whyus_grid .Cube-side img.keyword_img {
        width: auto; }
    .slice_whyus .whyus_grid .Cube-side div {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin: auto;
      text-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .slice_whyus .whyus_grid .Cube-side div h1,
      .slice_whyus .whyus_grid .Cube-side div h2,
      .slice_whyus .whyus_grid .Cube-side div h3,
      .slice_whyus .whyus_grid .Cube-side div p,
      .slice_whyus .whyus_grid .Cube-side div a {
        margin: auto;
        text-align: center; }
      .slice_whyus .whyus_grid .Cube-side div p {
        padding: 0 30px; }
    .slice_whyus .whyus_grid .Cube-side.whiteRedFace {
      font-size: 16px;
      font-style: italic;
      line-height: normal;
      text-align: center;
      color: #b1231d !important;
      background-color: white;
      box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.15); }
      .slice_whyus .whyus_grid .Cube-side.whiteRedFace a {
        color: #b1231d !important; }
    .slice_whyus .whyus_grid .Cube-side.whiteBlueFace {
      text-decoration: none;
      color: #323642 !important;
      background-color: white;
      box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.15); }
      .slice_whyus .whyus_grid .Cube-side.whiteBlueFace a {
        color: #323642 !important; }
  .slice_whyus .whyus_grid .blueSide {
    color: white !important;
    background: #313542; }
    .slice_whyus .whyus_grid .blueSide a {
      color: white !important; }
  .slice_whyus .whyus_grid .grid_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .slice_whyus .whyus_grid .grid_line {
        clear: both;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_whyus .whyus_grid .grid_line {
        clear: both;
        margin-top: 20px; } }
    .slice_whyus .whyus_grid .grid_line .grid_box.grid_box_title {
      position: relative; }
      .slice_whyus .whyus_grid .grid_line .grid_box.grid_box_title .front {
        position: absolute;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        opacity: 0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .slice_whyus .whyus_grid .grid_line .grid_box.grid_box_title .front h2 {
          margin: 0; }
      @media (max-width: 991px) {
        .slice_whyus .whyus_grid .grid_line .grid_box.grid_box_title {
          -ms-flex-order: -1;
          order: -1; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .slice_whyus .whyus_grid .grid_line .grid_box.grid_box_title h2 {
          font-size: 27px; } }
    .slice_whyus .whyus_grid .grid_line .grid_box.grid_values, .slice_whyus .whyus_grid .grid_line .grid_box.grid_more {
      color: white; }
    .slice_whyus .whyus_grid .grid_line .grid_box.grid_team {
      color: white;
      background: #323642; }
    .slice_whyus .whyus_grid .grid_line .grid_box .front,
    .slice_whyus .whyus_grid .grid_line .grid_box .hover {
      width: 100%;
      height: 100%;
      text-align: center; }
  @media (max-width: 991px) {
    .slice_whyus .whyus_grid .CubeWrapper,
    .slice_whyus .whyus_grid .grid_box {
      margin: 10px auto; } }

.slice_pricing .package {
  font-style: normal;
  position: relative;
  width: 360px;
  height: 480px;
  transition: all ease 200ms;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 1200px) {
    .slice_pricing .package {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }
  .slice_pricing .package .package_content {
    position: relative;
    width: 100%;
    height: 360px;
    padding: 40px;
    transition: all ease 350ms;
    text-align: center;
    opacity: 1; }
    @media (max-width: 991px) {
      .slice_pricing .package .package_content {
        height: auto; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_pricing .package .package_content {
        height: 430px; } }
    .slice_pricing .package .package_content h3,
    .slice_pricing .package .package_content p {
      font-style: normal;
      margin-top: 0;
      color: white; }
    .slice_pricing .package .package_content .package_subtitle {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase; }
    .slice_pricing .package .package_content .package_name {
      font-family: 'Lato', sans-serif;
      font-size: 29px;
      font-weight: normal;
      text-transform: uppercase; }
    .slice_pricing .package .package_content p {
      margin-top: 50px; }
  .slice_pricing .package .package_bottom {
    overflow: hidden;
    padding: 20px 0; }
    .slice_pricing .package .package_bottom .package_price {
      font-size: 57px;
      line-height: 38px;
      margin: 10px 0;
      letter-spacing: .04em; }
    .slice_pricing .package .package_bottom .package_vat {
      font-size: 15px;
      font-weight: 200;
      margin: 0;
      letter-spacing: .10em;
      text-transform: uppercase; }
  .slice_pricing .package .package_content_hover {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 360px;
    transition: all ease 350ms;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1200px) {
      .slice_pricing .package .package_content_hover {
        width: 100%;
        height: 100%; } }
    .slice_pricing .package .package_content_hover + .package_content {
      padding: 0; }
    .slice_pricing .package .package_content_hover h3 {
      margin: auto;
      color: #fff; }
    .slice_pricing .package .package_content_hover p {
      margin: auto;
      text-transform: capitalize; }
  .slice_pricing .package.package1 .package_content,
  .slice_pricing .package.package1 .package_content_hover {
    background-color: #313642; }
  .slice_pricing .package.package1 h3 {
    color: white; }
  .slice_pricing .package.package2 .package_content,
  .slice_pricing .package.package2 .package_content_hover {
    background-color: #b1231d; }
  .slice_pricing .package.package2 .package_price {
    color: #b1231d; }
  .slice_pricing .package.package3 .package_content,
  .slice_pricing .package.package3 .package_content_hover {
    background-color: #b1231d; }
  .slice_pricing .package.package3 .package_price {
    color: #b1231d; }
  @media (min-width: 1200px) {
    .slice_pricing .package:hover .package_content_text {
      opacity: 0; }
    .slice_pricing .package:hover .package_content_hover {
      top: 25px;
      left: 25px;
      width: 311px;
      height: 311px;
      opacity: 1; } }

.slice_pricing .btn_looking_more {
  font-size: 16px;
  line-height: 73px;
  min-width: 614px;
  max-width: 614px;
  height: 73px;
  margin-top: 35px;
  margin-bottom: 60px !important;
  margin-bottom: 35px;
  padding: 0;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: solid 1px #b1231d;
  border-radius: 3px !important;
  background-color: #b1231d; }
  @media (max-width: 1200px) {
    .slice_pricing .btn_looking_more {
      line-height: 20px;
      min-width: 0;
      max-width: 100%;
      height: auto;
      padding: 17px 65px;
      white-space: normal; } }
  .slice_pricing .btn_looking_more:hover {
    color: #b1231d !important;
    border: solid 1px #b1231d;
    background-color: white; }

.slice_contact {
  margin-top: 60px;
  padding-top: 110px;
  padding-bottom: 40px;
  background: #333; }
  .slice_contact .separator {
    position: absolute;
    top: 0;
    width: 100%;
    height: 19px;
    background: url(../img/separator_white_down.png) repeat-x 0 0; }
  .slice_contact form a {
    color: white; }
  .slice_contact form .conditions label {
    font-weight: 300; }
  .slice_contact form .conditions a {
    text-decoration: underline;
    text-transform: none !important; }
  .slice_contact input[type=text] {
    height: 73px;
    border-radius: 3px !important; }
    @media (max-width: 991px) {
      .slice_contact input[type=text] {
        height: auto;
        padding: 15px; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .slice_contact input[type=text] {
        height: auto;
        padding: 16px 12px; } }
  .slice_contact .btn_submit {
    font-size: 16px;
    line-height: 73px;
    width: 100%;
    height: 73px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0;
    letter-spacing: .2em;
    text-transform: uppercase;
    border: solid 1px #b1231d;
    border-radius: 3px !important;
    background-color: #b1231d; }
    .slice_contact .btn_submit:hover {
      border: solid 1px #b1231d;
      background-color: white; }
  .slice_contact h2 {
    color: white; }
  .slice_contact .white {
    color: white; }

@media (max-width: 991px) {
  #slider_quote h4 {
    font-size: 20px;
    margin: 30px 0; } }

.footerOnTopContent {
  margin-bottom: 35px; }
  .footerOnTopContent h3,
  .footerOnTopContent a,
  .footerOnTopContent p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    color: #97979c; }
  .footerOnTopContent a {
    transition: all 500ms ease-in-out; }
    .footerOnTopContent a:hover {
      color: white; }
  .footerOnTopContent p {
    font-weight: normal; }
  .footerOnTopContent p.contactInfos {
    color: #b1b2b6; }
    .footerOnTopContent p.contactInfos a {
      transition: all 500ms ease-in-out;
      color: #b1b2b6; }
      .footerOnTopContent p.contactInfos a:hover {
        color: white; }
  .footerOnTopContent h3 {
    text-transform: uppercase; }

.sliceWrapper {
  position: relative;
  overflow: hidden;
  background-color: white; }

.icon-bar {
  background-color: #000; }

.more_services_message {
  margin-top: 50px; }

.contactCheckBoxes {
  margin-left: 20px; }

.before-more {
  margin-bottom: 20px; }

.footer-title {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
  color: white; }
  .footer-title.-demo {
    margin-top: -18px;
    margin-bottom: 30px; }
  .footer-title span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px 4px;
    color: #333333;
    background-color: white; }
    .footer-title span.highlight {
      font-weight: 700;
      margin: 0;
      padding: 0;
      color: white !important;
      background-color: transparent; }

.button-register {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  display: block;
  width: 100%;
  max-width: 490px;
  margin-top: 30px;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #b1231d;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.6); }
  .button-register:hover {
    color: white;
    background-color: #b1231d; }

.form-group {
  margin-bottom: 30px; }

.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: white;
  border: none;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.04); }

.submit-btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  width: 100%;
  margin-bottom: -38px;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  color: #b1231d;
  border-width: 3px;
  border-style: solid;
  border-color: #b1231d;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.6); }
  .submit-btn:hover {
    color: white;
    background-color: #b1231d; }

.form-wrapper {
  margin-bottom: 60px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 40px;
  border: 2px solid #b1231d; }

.text-container {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }
  .text-container p {
    font-size: 26px; }

.tarifs-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px; }

.line {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center; }
  .line.-first {
    margin-top: 40px; }
  .line.feature-black, .line.feature-red {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #333; }
    .line.feature-black p, .line.feature-red p {
      font-size: 16px;
      line-height: 1.2;
      margin: 0;
      text-align: left;
      color: white; }
  .line.feature-red {
    background-color: #982823; }
  .line.-force-black {
    background-color: #333 !important; }
  .line:last-child {
    height: 20px; }

.icone-wrapper {
  background-color: rgba(0, 0, 0, 0.8); }
  .icone-wrapper.-red {
    background-color: #982823; }
  .icone-wrapper .icone-valid {
    display: block;
    margin: 0 auto; }

.feature {
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  width: 98%;
  margin: 0;
  text-align: right;
  color: #323642; }
  .feature.-mobile {
    font-style: normal;
    width: 100%;
    margin-bottom: 20px; }
  .feature.center {
    text-align: center; }
  .feature.-red {
    font-weight: 600;
    color: #b1231d; }

.bg-line {
  position: absolute;
  z-index: 10;
  left: 0;
  width: calc(100% - 15px);
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05); }
  .bg-line.-mt1 {
    top: 40px; }
  .bg-line.-mt2 {
    top: 120px; }
  .bg-line.-mt3 {
    top: 200px; }
  .bg-line.-mt4 {
    top: 280px; }
  .bg-line.-mt5 {
    top: 360px; }

.feature-title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  color: white; }

.black-line,
.red-line {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: calc(100% - 19%);
  height: 60px;
  background-color: #333; }

.red-line {
  right: 15px;
  bottom: 30px;
  left: auto;
  width: 100%;
  background-color: #982823; }

.monitor-label {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 30px;
  display: block;
  display: none;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: black; }

.monitor-label-pricing {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  display: block;
  width: 100px;
  margin: 50px auto 30px;
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  background-color: #333; }
  .monitor-label-pricing.-red {
    width: 180px;
    background-color: #982823; }

.sm-show {
  display: none; }

@media screen and (max-width: 52em) {
  .sm-bordered {
    width: 92%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 6px;
    border: 2px solid #333; }
  .-pricing {
    display: none; }
  .sm-hide {
    display: none; }
  .line {
    height: 70px; }
    .line.feature-black, .line.line.feature-red {
      height: 90px;
      padding: 0 5px 0 0; }
  .feature {
    text-align: left; }
  .bg-line {
    height: 70px; }
    .bg-line.-mt2 {
      top: 180px; }
    .bg-line.-mt3 {
      top: 320px; }
    .bg-line.-mt4 {
      top: 460px; }
    .bg-line.-mt5 {
      top: 600px; }
  .red-line,
  .black-line {
    height: 90px; }
  .red-line {
    bottom: 30px; }
  .black-line {
    bottom: 150px; }
  .monitor-label {
    left: 0;
    display: block; }
  .slice_pricing {
    margin-top: 30px; }
  .whyus_grid {
    margin-top: 10px; }
  .sm-show {
    display: block; } }

.footer_ontop {
  background-color: #333; }

@media screen and (max-width: 991px) {
  .form-wrapper {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px; } }

::-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 1.875;
  color: white; }

::-moz-placeholder {
  font-family: 'Titillium Web', sans-serif;
  /* Firefox 19+ */
  font-size: 16px;
  line-height: 1.875;
  color: white; }

:-ms-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  /* IE 10+ */
  font-size: 16px;
  line-height: 1.875;
  color: white; }

:-moz-placeholder {
  font-family: 'Titillium Web', sans-serif;
  /* Firefox 18- */
  font-size: 16px;
  line-height: 1.875;
  color: white; }

.mr2 {
  margin-right: 20px; }

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