#latest-news .slick-banner .slick-arrow::before, #infos-middle .slick-quick-access .slick-arrow::before, #infos-middle .slick-quick-access .item .image, .btn-close a, .buttons-intro a, .step-item, #popup-home {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.mask-branches {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

.mask-intro {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(59, 59, 59, 0.85);
  z-index: 100; }

#latest-news {
  margin-top: 69px;
  padding-bottom: 35px; }
  #latest-news .gridD {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
@media(max-width: 1050px) {
  #latest-news .gridD {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  #latest-news .slick-banner {
    width: 66%;
    position: relative; }
@media(max-width: 1050px) {
  #latest-news .slick-banner {
    width: 100%;
    margin-right: auto;
    margin-left: auto; } }
    #latest-news .slick-banner .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      text-indent: -999px;
      height: 50px;
      width: 50px;
      border: none;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      font-size: 0;
      cursor: pointer; }
@media(max-width: 520px) {
  #latest-news .slick-banner .slick-arrow {
    width: 50%;
    top: auto;
    bottom: 0;
    transform: none; } }
      #latest-news .slick-banner .slick-arrow::before {
        content: "";
        background: url("../img/icons/icon-arrow-left-grey.png") center center no-repeat;
        height: 10px;
        width: 15px;
        display: block;
        position: relative;
        left: 0; }
      #latest-news .slick-banner .slick-arrow.slick-prev {
        left: 0; }
        #latest-news .slick-banner .slick-arrow.slick-prev:hover::before {
          left: -3px; }
      #latest-news .slick-banner .slick-arrow.slick-next {
        right: 0; }
        #latest-news .slick-banner .slick-arrow.slick-next::before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
        #latest-news .slick-banner .slick-arrow.slick-next:hover::before {
          left: 3px; }
    #latest-news .slick-banner .item {
      height: 454px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative; }
      #latest-news .slick-banner .item::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../img/overlay-banner.png") center bottom no-repeat;
        background-size: 100% auto; }
@media(max-width: 1050px) {
  #latest-news .slick-banner .item {
    background-size: cover; } }
@media(max-width: 520px) {
  #latest-news .slick-banner .item {
    height: 350px; } }
      #latest-news .slick-banner .item .gridI {
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end; }
      #latest-news .slick-banner .item .img-home {
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #latest-news .slick-banner .item .infos {
        padding-right: 45px;
        padding-bottom: 25px;
        padding-left: 45px; }
@media(max-width: 520px) {
  #latest-news .slick-banner .item .infos {
    padding-right: 15px;
    padding-bottom: 80px;
    padding-left: 15px; } }
      #latest-news .slick-banner .item .category {
        margin-bottom: 10px; }
      #latest-news .slick-banner .item h2 {
        color: #FFFFFF;
        font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px; }
@media(max-width: 520px) {
  #latest-news .slick-banner .item h2 {
    font-size: 16px; } }
  #latest-news .latest-posts {
    width: 34%;
    padding-top: 33px;
    padding-bottom: 25px;
    padding-left: 38px;
    background: #032655; }
@media(max-width: 1050px) {
  #latest-news .latest-posts {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto; } }
@media(max-width: 420px) {
  #latest-news .latest-posts {
    padding-right: 15px;
    padding-left: 15px; } }
    #latest-news .latest-posts .post {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-bottom: 30px;
      margin-left: auto;
      height: 92px;
      padding-right: 40px; }
@media(max-width: 1050px) {
  #latest-news .latest-posts .post {
    width: 50%;
    padding-right: 10px; } }
@media(max-width: 520px) {
  #latest-news .latest-posts .post {
    width: 100%; } }
      #latest-news .latest-posts .post .image {
        height: 100%;
        width: 121px;
        min-width: 121px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative; }
        #latest-news .latest-posts .post .image .img-home {
          max-width: 100%;
          height: auto;
          display: block; }
      #latest-news .latest-posts .post .category a {
        padding: 4px 7px 2px;
        border-radius: 4px; }
      #latest-news .latest-posts .post .infos {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding-top: 4px;
        padding-bottom: 3px;
        padding-left: 8px;
        display: block; }
      #latest-news .latest-posts .post h3 {
        font-size: 12px;
        line-height: 1.3em;
        font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
        color: #FFFFFF; }
      #latest-news .latest-posts .post p {
        font-size: 10px;
        line-height: 1.4em;
        font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
        color: #FFFFFF; }
    #latest-news .latest-posts .read-more {
      width: 100%; }

#infos-middle {
  padding-top: 35px;
  padding-bottom: 45px;
  position: relative; }
  #infos-middle .bg {
    background: url("../img/bg-grey.jpg") #f7f7f7;
    opacity: 0.6; }
  #infos-middle .gridD {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
@media(max-width: 992px) {
  #infos-middle .gridD {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  #infos-middle #quick-access {
    width: 64%; }
@media(max-width: 992px) {
  #infos-middle #quick-access {
    width: 100%;
    margin-bottom: 50px; } }
    #infos-middle #quick-access .title {
      margin-bottom: 45px; }
  #infos-middle .slick-quick-access {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto; }
@media(max-width: 992px) {
  #infos-middle .slick-quick-access {
    max-width: 90%; } }
    #infos-middle .slick-quick-access .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      text-indent: -999px;
      height: 50px;
      width: 50px;
      border: none;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      font-size: 0;
      background: #de4730;
      cursor: pointer; }
      #infos-middle .slick-quick-access .slick-arrow::before {
        content: "";
        background: url("../img/icons/icon-arrow-left-white.png") center center no-repeat #de4730;
        height: 10px;
        width: 15px;
        display: block;
        position: relative;
        left: 0; }
      #infos-middle .slick-quick-access .slick-arrow.slick-prev {
        left: -60px; }
        #infos-middle .slick-quick-access .slick-arrow.slick-prev::before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
@media(max-width: 1050px) {
  #infos-middle .slick-quick-access .slick-arrow.slick-prev {
    left: -30px; } }
        #infos-middle .slick-quick-access .slick-arrow.slick-prev:hover::before {
          left: -3px; }
      #infos-middle .slick-quick-access .slick-arrow.slick-next {
        right: -40px; }
@media(max-width: 1050px) {
  #infos-middle .slick-quick-access .slick-arrow.slick-next {
    right: -30px; } }
        #infos-middle .slick-quick-access .slick-arrow.slick-next:hover::before {
          left: 3px; }
    #infos-middle .slick-quick-access .item .image {
      height: 60px;
      width: 90%;
      border-radius: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
      #infos-middle .slick-quick-access .item .image:hover {
        opacity: 0.7; }
      #infos-middle .slick-quick-access .item .image img {
        width: 90%; }
    #infos-middle .slick-quick-access .item h3 {
      text-align: center;
      font-size: 10.56px;
      color: #a1a1a1;
      font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif; }
  #infos-middle .search-branchs {
    width: 36%;
    padding-left: 36px; }
@media(max-width: 992px) {
  #infos-middle .search-branchs {
    width: 100%;
    padding-left: 0; } }
    #infos-middle .search-branchs .title {
      margin-bottom: 55px; }
    #infos-middle .search-branchs .search-content {
      position: relative; }
    #infos-middle .search-branchs form {
      position: relative; }
    #infos-middle .search-branchs input {
      height: 39px;
      width: calc(100% - 14px);
      padding-left: 12px;
      background: #f7f7f7;
      border: 1px solid #de4730; }
    #infos-middle .search-branchs button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background: #de4730;
      border: none;
      cursor: pointer; }
    #infos-middle .search-branchs table {
      width: 100%;
      border-collapse: collapse; }
      #infos-middle .search-branchs table tr {
        border: 1px solid #032655; }
        #infos-middle .search-branchs table tr td, #infos-middle .search-branchs table tr th {
          padding: 5px; }
      #infos-middle .search-branchs table thead tr {
        color: #032655; }
      #infos-middle .search-branchs table thead th {
        text-align: left; }
      #infos-middle .search-branchs table tbody td, #infos-middle .search-branchs table tbody th {
        font-size: 12px; }
    #infos-middle .search-branchs #results-branches {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      max-height: calc(42px * 5);
      z-index: 2;
      background: #f7f7f7;
      border: 1px solid #de4730; }
      #infos-middle .search-branchs #results-branches #all-results {
        overflow: scroll;
        overflow-x: hidden;
        max-height: calc(42px * 5); }
      #infos-middle .search-branchs #results-branches.scroll {
        overflow-y: scroll; }
      #infos-middle .search-branchs #results-branches .see-all {
        display: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        background: #de4730;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
        border: 1px solid #de4730;
        margin-left: -1px; }
      #infos-middle .search-branchs #results-branches li {
        text-transform: uppercase;
        font-size: 11px;
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #CECECE; }
        #infos-middle .search-branchs #results-branches li span {
          display: block;
          margin-top: 5px;
          line-height: 1em; }
          #infos-middle .search-branchs #results-branches li span strong {
            font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif; }
          #infos-middle .search-branchs #results-branches li span.name-person {
            font-size: 14px;
            font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
        #infos-middle .search-branchs #results-branches li.not-found {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center; }
        #infos-middle .search-branchs #results-branches li.loader-ajax {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center; }

#flex-stay-birthdays {
  padding-top: 50px;
  padding-bottom: 50px; }
  #flex-stay-birthdays .gridD {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
@media(max-width: 992px) {
  #flex-stay-birthdays .gridD {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
  #flex-stay-birthdays .title {
    margin-bottom: 30px; }
    #flex-stay-birthdays .title h2 {
      font-size: 18px; }

#stay-tuned .posts {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
@media(max-width: 992px) {
  #stay-tuned .posts {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }
#stay-tuned .post {
  margin-right: 30px;
  min-height: 434px; }
  #stay-tuned .post:last-child {
    margin-right: 0; }
@media(max-width: 992px) {
  #stay-tuned .post {
    margin-bottom: 30px;
    margin: 15px; } }
  #stay-tuned .post .gridP {
    max-width: 213px;
    margin-right: auto;
    margin-left: auto; }
  #stay-tuned .post .image {
    display: block;
    height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden; }
    #stay-tuned .post .image:hover .bg {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
  #stay-tuned .post .category {
    margin-bottom: 23px; }
  #stay-tuned .post .title {
    margin-bottom: 0; }
  #stay-tuned .post h3 {
    font-size: 14px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif; }
  #stay-tuned .post span {
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 11px;
    display: block; }
  #stay-tuned .post p {
    color: #3b3b3b;
    font-size: 13px; }
#stay-tuned .read-more {
  display: inline-block;
  margin-top: 30px;
  padding-right: 15px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  background: #FFFFFF;
  display: block;
  text-align: left;
  position: relative; }
  #stay-tuned .read-more a {
    position: relative;
    z-index: 1; }

#birthdays {
  max-width: 328px;
  min-width: 328px; }
@media(max-width: 992px) {
  #birthdays {
    margin-top: 40px; } }
@media(max-width: 580px) {
  #birthdays {
    max-width: 100%; } }
.box-birthdays {
  background: #f7f7f7;
  padding: 25px 25px 35px;
  min-height: 510px; }
  .box-birthdays .title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .box-birthdays .title h2 {
      font-size: 18px; }
      .box-birthdays .title h2 span {
        color: #3b3b3b; }
        .box-birthdays .title h2 span::after {
          background: #f07138; }
    .box-birthdays .title img {
      margin-right: 5px;
      max-width: 25px;
      height: auto; }
  .box-birthdays #birthdays-resume {
    min-height: 405px; }

.birthday {
  margin-bottom: 20px; }
  .birthday h3 {
    font-size: 12px;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #f07138; }
  .birthday p {
    font-size: 10px;
    color: #3b3b3b;
    text-transform: uppercase; }
  .birthday.info p {
    font-size: 14px;
    text-align: center; }

#assai-da-jogo {
  min-width: 465px; }
  #assai-da-jogo iframe {
    height: 459px;
    width: 100%; }
  #assai-da-jogo .read-more {
    margin-top: 20px; }
    #assai-da-jogo .read-more a {
      max-width: calc(235px - 70px); }

#modal-birthdays {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none; }
  #modal-birthdays .mask {
    background: rgba(59, 59, 59, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  #modal-birthdays .content-modal {
    position: position;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #modal-birthdays .content-modal .content {
      padding: 25px;
      height: 250px;
      width: 768px;
      background: #f7f7f7;
      position: relative;
      z-index: 3;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: scroll; }
      #modal-birthdays .content-modal .content::-webkit-scrollbar {
        display: none; }
@media(max-width: 768px) {
  #modal-birthdays .content-modal .content {
    width: 90%; } }
    #modal-birthdays .content-modal .box-birthdays {
      position: relative;
      z-index: 4;
      padding: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      cursor: pointer; }
      #modal-birthdays .content-modal .box-birthdays .birthday {
        width: 50%;
        text-align: center; }
@media(max-width: 768px) {
  #modal-birthdays .content-modal .box-birthdays .birthday {
    width: 100%; } }
    #modal-birthdays .content-modal .fechar {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
      #modal-birthdays .content-modal .fechar:hover {
        color: #f07138; }

#media-gallery {
  background: url("../img/bg-galeria.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 39px;
  padding-bottom: 36px; }
  #media-gallery .medias.mosaic .right {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #media-gallery .title {
    margin-bottom: 34px; }
    #media-gallery .title h2 span {
      color: #FFFFFF; }
      #media-gallery .title h2 span::after {
        background: #fce24c; }
    #media-gallery .title h2 strong {
      color: #fce24c; }
  #media-gallery .read-more {
    margin-top: 35px; }

#expansion-daily {
  padding-top: 48px;
  padding-bottom: 64px; }
  #expansion-daily .title {
    margin-bottom: 36px; }
  #expansion-daily .flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
@media(max-width: 769px) {
  #expansion-daily .flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  #expansion-daily .medias {
    width: 75%; }
@media(max-width: 769px) {
  #expansion-daily .medias {
    width: 100%; } }
    #expansion-daily .medias.mosaic {
      grid-template-columns: auto auto auto; }
@media(max-width: 769px) {
  #expansion-daily .medias.mosaic {
    grid-template-columns: auto auto; } }
@media(max-width: 520px) {
  #expansion-daily .medias.mosaic {
    grid-template-columns: auto; } }
      #expansion-daily .medias.mosaic .left {
        width: 65%; }
      #expansion-daily .medias.mosaic .right {
        width: 35%; }
        #expansion-daily .medias.mosaic .right .media {
          width: 100%; }
  #expansion-daily .texts {
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: #032655; }
@media(max-width: 769px) {
  #expansion-daily .texts {
    width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px; } }
@media(max-width: 520px) {
  #expansion-daily .texts {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-right: 20px;
    padding-left: 20px; } }
    #expansion-daily .texts .text {
      max-width: 170px; }
@media(max-width: 520px) {
  #expansion-daily .texts .text {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px; } }
    #expansion-daily .texts .category {
      margin-bottom: 7px; }
      #expansion-daily .texts .category a {
        padding: 5px 6px 3px; }
    #expansion-daily .texts h5 {
      color: #FFFFFF;
      line-height: 1.5em; }
    #expansion-daily .texts p {
      font-size: 11px;
      line-height: 1.5em;
      color: #FFFFFF; }
  #expansion-daily .read-more {
    margin-top: 33px; }

#introduction, #step-menus {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: none; }
  #introduction .gridD, #step-menus .gridD {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  #introduction .step, #introduction #step-menus, #step-menus .step, #step-menus #step-menus {
    display: none; }
  #introduction .step, #introduction .buttons, #step-menus .step, #step-menus .buttons {
    position: relative; }
  #introduction .number, #step-menus .number {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 41px;
    color: #f07138;
    background: #032655;
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
  #introduction #step1, #step-menus #step1 {
    display: block; }
  #introduction h2, #step-menus h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    font-size: 46px; }
@media(max-width: 1400px) {
  #introduction h2, #step-menus h2 {
    font-size: 35px; } }
    #introduction h2 strong, #step-menus h2 strong {
      color: #f07138; }
  #introduction p, #step-menus p {
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 35px; }
@media(max-width: 1400px) {
  #introduction p, #step-menus p {
    font-size: 18px;
    padding-bottom: 20px; } }
  #introduction p strong, #introduction a strong, #step-menus p strong, #step-menus a strong {
    background: #032655;
    color: #f07138;
    text-transform: uppercase;
    font-size: 26px;
    border-radius: 8px;
    padding: 5px 15px;
    padding-right: 10px;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    margin-right: 5px;
    margin-left: 5px; }
@media(max-width: 1400px) {
  #introduction p strong, #introduction a strong, #step-menus p strong, #step-menus a strong {
    font-size: 22px; } }
.step-arrow {
  position: absolute;
  top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 15px;
  z-index: 101;
  display: none; }
  .step-arrow.step-arrow-1004 {
    height: 133px;
    width: 84px;
    background-image: url("../img/introduction/arrow-menu1.png"); }
  .step-arrow.step-arrow-1005 {
    height: 133px;
    width: 84px;
    background-image: url("../img/introduction/arrow-menu2.png"); }
  .step-arrow.step-arrow-92 {
    height: 147px;
    width: 54px;
    background-image: url("../img/introduction/arrow-menu3.png"); }
  .step-arrow.step-arrow-1247 {
    height: 151px;
    width: 34px;
    background-image: url("../img/introduction/arrow-menu4.png"); }
  .step-arrow.step-arrow-1008 {
    height: 158px;
    width: 87px;
    background-image: url("../img/introduction/arrow-menu5.png"); }

#step-menus {
  margin-top: 380px;
  display: none; }
  #step-menus .gridD {
    height: auto; }
  #step-menus h2 {
    padding-left: 80px; }
  #step-menus .step-item {
    position: relative;
    top: 0;
    padding-left: 80px;
    margin-top: 50px;
    display: none; }
@media(max-width: 1400px) {
  #step-menus .step-item {
    margin-top: 20px; } }
    #step-menus .step-item.active {
      background: transparent;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0; }
    #step-menus .step-item::after {
      content: none; }

.btn-close {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 102;
  display: none; }
  .btn-close .gridD {
    position: relative; }
  .btn-close a {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    color: #f07138;
    background: #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer; }
    .btn-close a:hover {
      color: #FFFFFF;
      background: #f07138; }

.buttons-intro {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
  left: 15px;
  z-index: 102; }
  .buttons-intro .gridD {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .buttons-intro a {
    font-size: 30px;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    padding: 15px 18px;
    border-width: 3px;
    border-style: solid;
    border-radius: 7px;
    text-transform: uppercase;
    display: none; }
@media(max-width: 1400px) {
  .buttons-intro a {
    font-size: 20px;
    padding: 10px 13px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
    .buttons-intro a span {
      margin-left: 10px; }
    .buttons-intro a.jump, .buttons-intro a.finish {
      border-color: #FFFFFF;
      color: #FFFFFF; }
      .buttons-intro a.jump:hover, .buttons-intro a.finish:hover {
        background: #FFFFFF;
        color: #f07138; }
    .buttons-intro a.start, .buttons-intro a.next-step {
      border-color: #f07138;
      color: #f07138; }
      .buttons-intro a.start span, .buttons-intro a.next-step span {
        display: inline-block;
        height: 22px;
        width: 32px;
        background: url("../img/icons/icon-start.png") center center no-repeat;
        background-size: contain; }
      .buttons-intro a.start:hover, .buttons-intro a.next-step:hover {
        background: #f07138;
        color: #FFFFFF; }
        .buttons-intro a.start:hover span, .buttons-intro a.next-step:hover span {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.step-item {
  position: relative; }
  .step-item.active {
    position: relative;
    z-index: 102;
    background: #FFFFFF;
    margin-top: -15px;
    margin-left: -15px;
    padding: 15px; }
    .step-item.active.no-move {
      padding: 0;
      margin: 0; }

body .buttons-intro .gridD {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
body .buttons-intro .jump {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
body .buttons-intro .start {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
body .buttons-intro .next-step {
  display: none; }
body .buttons-intro .finish {
  display: none; }

body.step1 .buttons-intro .gridD, body.step2 .buttons-intro .gridD, body.step3 .buttons-intro .gridD, body.step4 .buttons-intro .gridD,
body.step5 .buttons-intro .gridD, body.step6 .buttons-intro .gridD, body.step7 .buttons-intro .gridD,
body.step8 .buttons-intro .gridD, body.step9 .buttons-intro .gridD, body.step10 .buttons-intro .gridD {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
body.step1 .next-step, body.step2 .next-step, body.step3 .next-step, body.step4 .next-step,
body.step5 .next-step, body.step6 .next-step, body.step7 .next-step,
body.step8 .next-step, body.step9 .next-step, body.step10 .next-step {
  display: block; }
body.step1 .finish, body.step2 .finish, body.step3 .finish, body.step4 .finish,
body.step5 .finish, body.step6 .finish, body.step7 .finish,
body.step8 .finish, body.step9 .finish, body.step10 .finish {
  display: none; }
body.step1 .start, body.step2 .start, body.step3 .start, body.step4 .start,
body.step5 .start, body.step6 .start, body.step7 .start,
body.step8 .start, body.step9 .start, body.step10 .start {
  display: none; }
body.step1 .jump, body.step2 .jump, body.step3 .jump, body.step4 .jump,
body.step5 .jump, body.step6 .jump, body.step7 .jump,
body.step8 .jump, body.step9 .jump, body.step10 .jump {
  display: none; }

.step7 .menu > li:first-child {
  position: relative;
  z-index: 102;
  background: #032655;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px; }

.step8 .menu > li:nth-child(2) {
  position: relative;
  z-index: 102;
  background: #032655;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px; }

.step9 .menu > li:nth-child(3) {
  position: relative;
  z-index: 102;
  background: #032655;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px; }

.step10 .menu > li:nth-child(4) {
  position: relative;
  z-index: 102;
  background: #032655;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px; }

.step11 .menu > li:nth-child(5) {
  position: relative;
  z-index: 102;
  background: #032655;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px; }
.step11 .buttons-intro .gridD {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.step-explication {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  padding-left: 130px; }
@media(max-width: 1400px) {
  .step-explication {
    padding-left: 100px; } }
  .step-explication::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: url("../img/arrow-introduction.png") center center no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 208px; }
@media(max-width: 1400px) {
  .step-explication::after {
    width: 128px; } }
  .step-explication .number {
    font-size: 41.6px;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    color: #f07138;
    background: #032655;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    min-width: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-right: 12px; }
@media(max-width: 1400px) {
  .step-explication .number {
    font-size: 30px;
    height: 50px;
    width: 50px;
    min-width: 50px; } }
    .step-explication .number span {
      padding-top: 0;
      padding-right: 6px; }
  .step-explication p {
    font-size: 24px;
    line-height: 41px;
    font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding: 0; }
@media(max-width: 1400px) {
  .step-explication p {
    font-size: 18px;
    line-height: 30px; } }
    .step-explication p strong {
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
      color: #f07138;
      background: #032655;
      border-radius: 5px;
      display: inline-block;
      padding-top: 3px;
      padding-right: 10px;
      padding-left: 10px;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .step-explication.step1-explication {
    margin-left: 72px;
    height: 173px;
    padding-top: 40px; }
@media(max-width: 1400px) {
  .step-explication.step1-explication {
    padding-top: 10px;
    margin-left: 140px; } }
    .step-explication.step1-explication::after {
      top: -20px; }
@media(max-width: 1400px) {
  .step-explication.step1-explication::after {
    top: -40px; } }
  .step-explication.step2-explication {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 35px;
    padding: 50px 115px 10px 0;
    height: auto; }
@media(max-width: 1400px) {
  .step-explication.step2-explication {
    padding-right: 70px;
    padding-top: 70px;
    margin-bottom: 10px; } }
    .step-explication.step2-explication::after {
      top: 20px;
      right: 0;
      left: auto;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 170px; }
@media(max-width: 1400px) {
  .step-explication.step2-explication::after {
    width: 110px; } }
    .step-explication.step2-explication span {
      padding-right: 0; }
  .step-explication.step3-explication {
    top: auto;
    right: 60%;
    bottom: 100%;
    left: auto;
    margin-top: 0;
    margin-left: 35px;
    padding: 0 170px 10px 0;
    height: 124px; }
@media(max-width: 1400px) {
  .step-explication.step3-explication {
    padding-right: 50px;
    padding-bottom: 0;
    margin-bottom: -30px; } }
    .step-explication.step3-explication::after {
      top: -20px;
      right: 15px;
      left: auto;
      background-image: url("../img/introduction/arrow4.png");
      width: 224px; }
@media(max-width: 1400px) {
  .step-explication.step3-explication::after {
    width: 125px;
    right: 35px;
    top: -30px; } }
    .step-explication.step3-explication .number {
      margin-right: 25px; }
    .step-explication.step3-explication span {
      padding-right: 0; }
    .step-explication.step3-explication p {
      min-width: 330px; }
      .step-explication.step3-explication p strong {
        margin-left: -10px; }
  .step-explication.step4-explication {
    top: auto;
    right: 60%;
    bottom: 100%;
    left: auto;
    margin-top: 0;
    margin-left: 35px;
    padding: 0 170px 10px 0;
    height: 124px; }
@media(max-width: 1400px) {
  .step-explication.step4-explication {
    padding-right: 70px;
    margin-bottom: -40px; } }
    .step-explication.step4-explication::after {
      top: -25px;
      right: 15px;
      left: auto;
      background-image: url("../img/introduction/arrow4.png");
      width: 224px; }
@media(max-width: 1400px) {
  .step-explication.step4-explication::after {
    width: 140px; } }
    .step-explication.step4-explication .number {
      margin-right: 25px; }
    .step-explication.step4-explication span {
      padding-right: 0; }
    .step-explication.step4-explication p {
      min-width: 330px; }
      .step-explication.step4-explication p strong {
        margin-left: -10px; }
  .step-explication.step5-explication {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 20%;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 10px 110px; }
    .step-explication.step5-explication::after {
      top: -60px;
      right: auto;
      left: 0;
      background-image: url("../img/introduction/arrow5.png");
      width: 215px;
      width: 165px;
      left: -50px;
      top: 10px; }
@media(max-width: 1400px) {
  .step-explication.step5-explication::after {
    width: 135px;
    top: 0;
    left: -30px;
    right: auto; } }
    .step-explication.step5-explication .number {
      margin-right: 25px; }
    .step-explication.step5-explication span {
      padding-right: 0; }
    .step-explication.step5-explication p {
      min-width: 330px; }
      .step-explication.step5-explication p strong {
        margin-left: -10px; }
  .step-explication.step6-explication {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 20%;
    margin-top: 0;
    margin-bottom: 55px;
    margin-left: 0;
    padding: 0;
    margin-left: 200px;
    margin-bottom: 10px; }
@media(max-width: 1400px) {
  .step-explication.step6-explication {
    margin-bottom: 15px;
    margin-left: 30px; } }
    .step-explication.step6-explication::after {
      top: 70px;
      right: auto;
      left: 0;
      background-image: url("../img/introduction/arrow6.png");
      height: 130px;
      width: 62px;
      top: 0;
      left: -80px; }
@media(max-width: 1400px) {
  .step-explication.step6-explication::after {
    top: 50px;
    left: 0;
    height: 80px;
    width: 32px; } }
    .step-explication.step6-explication .number {
      margin-right: 25px; }
    .step-explication.step6-explication span {
      padding-right: 0; }
    .step-explication.step6-explication p {
      min-width: 330px;
      font-size: 18px;
      line-height: 30px; }
      .step-explication.step6-explication p strong {
        margin-left: -10px; }

.item-intro {
  display: none; }

.ui-tooltip, .arrow:after {
  background: black;
  border: 2px solid white; }

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -16px;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

#popup-home {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1111; }
  #popup-home-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(59, 59, 59, 0.9); }
  #popup-home-close {
    cursor: pointer; }
    #popup-home-close::before, #popup-home-close::after {
      content: "";
      height: 3px;
      width: 20px;
      background: #3b3b3b;
      position: absolute;
      top: 15px;
      right: 5px;
      transform: rotate(45deg); }
    #popup-home-close::before {
      transform: rotate(-45deg); }
  #popup-home-content {
    position: relative;
    padding: 40px 20px 20px;
    background: #FFFFFF; }
  #popup-home.popup-home-opened {
    opacity: 1;
    visibility: visible; }

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