@font-face {
  font-family: 'Lubalin';
  src: url("../fonts/LubalinBook.eot");
  src: url("sri-tsc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LubalinBook.woff") format("woff"), url("../fonts/LubalinBook.ttf") format("truetype"), url("../fonts/LubalinBook.svg#LubalinBook") format("svg");
  font-weight: normal;
  font-style: normal; }

/* VARIABLES */
/*$backgroundMenu: $orange;
$colorMenu: $white;*/
/* MIXINS */
/* ANIMATIONS */
@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@-moz-keyframes pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@-ms-keyframes pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@-o-keyframes pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@keyframes pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

/* UTILS */
.display-flex, .flex-align, #header .logo-container, .main .title, .main .section .wrap, .menu ul li .link, .animation .left-side .shape, .animation .center-side, .animation .right-side .shape.rounded-rect, .overlay .logo-container .flipping .cards .back, .custom-modal .custom-modal-content .roww {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; }

.flex-align, #header .logo-container, .main .title, .main .section .wrap, .menu ul li .link, .animation .left-side .shape, .animation .center-side, .animation .right-side .shape.rounded-rect, .overlay .logo-container .flipping .cards .back {
  align-items: center;
  justify-content: center; }

.no-pad {
  padding: 0; }

.text-orange {
  color: #f7a600; }

.dico {
  font-weight: bold;
  cursor: pointer;
  border-bottom: 3px dotted #F7A600; }

.text-red {
  color: #EB623C; }

.text-blue {
  color: #009098; }

.text-brown {
  color: #968981; }

.text-white {
  color: #FFF; }

.bg-orange {
  background: #f7a600;
  color: #FFF; }

.bg-red, .main .section.red .text a {
  background: #DA6D4C;
  color: #FFF; }

.bg-blue {
  background: #3F8D96;
  color: #FFF; }

.bg-dark {
  background: #354b87;
  color: #FFF; }

.bg-brown {
  background: #948982;
  color: #FFF; }

.bg-violet {
  background: #8253AC;
  color: #FFF; }

.white {
  background: #FFF;
  color: #484847; }

.img-circle {
  border-radius: 50%; }

.lubalin, .popover-content {
  font-family: "Lubalin", serif; }

.italic {
  font-style: italic; }

/* RESET */
html, body {
  margin: 0 auto;
  padding: 0;
  font: 18px "Lubalin", Trebuchet MS, sans-serif;
  height: 100%;
  width: 100%;
  color: #FFF;
  overflow: hidden; }

body {
  background: url("../img/bg.jpg");
  color: #484847; }

.touch html, .touch body {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div, p, span, ul, li, h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

ul, li {
  list-style-type: none;
  display: block; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "Lubalin", Trebuchet MS, sans-serif;
  resize: none; }

.clear {
  float: none !important;
  clear: both !important; }

a {
  color: #FFF; }

a, img {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.touchable {
  -webkit-tap-highlight-color: transparent; }

.touchhover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3); }

.light {
  font-weight: 300; }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

img {
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: transparent; }

.stretch-height {
  height: 100%; }

#header {
  background: #FFF;
  height: 100px;
  position: relative;
  z-index: 4;
  border-bottom: 5px solid #f7a600;
  overflow: hidden; }
  #header * {
    height: 100%; }
  #header img.logo.bulle {
    max-height: 75%;
    margin-right: 25px;
    cursor: pointer; }
  #header img.logo.kiki {
    max-height: 75%; }
  @media screen and (max-width: 830px) {
    #header .logo-container {
      width: 50%; }
      #header .logo-container > img {
        max-height: 50% !important; } }
  #header .items {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: auto; }
    @media screen and (max-width: 830px) {
      #header .items {
        right: 20px; } }
    #header .items .icon {
      font-size: 2em;
      color: #f7a600;
      display: inline-block;
      -webkit-transform: translateY(5px);
      -moz-transform: translateY(5px);
      transform: translateY(5px);
      -webkit-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
      transition: transform 0.5s;
      cursor: pointer; }
      #header .items .icon:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0); }

.hint {
  position: relative; }
  .hint:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent; }
  .hint:after {
    content: attr(data-hint);
    background: #f7a600;
    color: #FFF;
    padding: 8px 10px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    font-family: "Lubalin", Trebuchet MS, sans-serif;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .hint:before, .hint:after {
    position: absolute;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none; }
  .hint.hint-top:before {
    bottom: 100%;
    left: 32%;
    margin: 0 0 -10px 0;
    border-top-color: #f7a600; }
  .hint.hint-top:after {
    bottom: 100%;
    left: -30%;
    margin: 0 0 -6px -10px; }
  .hint:hover:before {
    margin-top: -10px; }
  .hint:hover:after {
    margin-bottom: 2px; }
  .hint:hover:before, .hint:hover:after {
    opacity: 1; }

.main {
  height: 100vh;
  width: 100%;
  padding: 0; }
  .main .title {
    width: 100%;
    padding: 15px 0 15px;
    text-align: center;
    font-size: 23px;
    margin-top: -70px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    font-weight: bold;
    color: #FFF; }
    .main .title.visible {
      margin-top: 0; }
    @media screen and (max-width: 830px) {
      .main .title {
        width: 80%;
        width: -moz-calc(100% - 125px);
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
        margin-left: 145px; } }
  .main .section {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    height: 80%;
    height: -moz-calc(100% - 175px);
    height: -webkit-calc(100% - 175px);
    height: calc(100% - 175px);
    overflow-y: auto;
    padding: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0s 0.1s;
    -moz-transition: transform 0s 0.1s;
    transition: transform 0s 0.1s;
    width: 80%;
    width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    margin-left: 145px;
    /*&.overflow-hidden { overflow: hidden; }*/ }
    .main .section.visible {
      position: relative;
      z-index: 2;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: transform 0.7s 0s;
      -moz-transition: transform 0.7s 0s;
      transition: transform 0.7s 0s;
      background: url("../img/bg.jpg");
      opacity: 1; }
    .main .section .wrap {
      width: 90%;
      margin: 0 auto;
      min-height: 100%;
      height: 100%; }
      .main .section .wrap .wrap-content {
        height: 100%;
        padding-bottom: 30px; }
      .main .section .wrap > div.wrap-content > .text > div {
        text-align: justify; }
        .main .section .wrap > div.wrap-content > .text > div span:not(.infos) {
          cursor: pointer;
          display: inline;
          padding: .2em .6em;
          font-weight: 700;
          line-height: 1;
          color: #fff;
          text-align: center;
          white-space: nowrap;
          vertical-align: baseline;
          -webkit-border-radius: 0.25em;
          -moz-border-radius: 0.25em;
          -ms-border-radius: 0.25em;
          border-radius: 0.25em; }
      .main .section .wrap > div.wrap-content > .text i {
        font-size: 15px; }
        .main .section .wrap > div.wrap-content > .text i a {
          color: #337ab7;
          text-decoration: underline;
          background: none;
          padding: 0; }
      .main .section .wrap > div.wrap-content > .text img {
        max-height: 100px;
        margin-bottom: 20px; }
      .main .section .wrap ul {
        width: 90%;
        margin: 0 auto 20px; }
        .main .section .wrap ul li {
          margin: 10px 0; }
          .main .section .wrap ul li::before {
            content: "\ea1c";
            font-family: 'icomoon';
            margin-right: 3px; }
    .main .section .picture {
      position: relative;
      height: 100%; }
      .main .section .picture .legend {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 8px; }
        .main .section .picture .legend a {
          background: none; }
      .main .section .picture .pic {
        background-size: cover !important;
        height: 100%; }
    .main .section.home {
      /*.wrap-content { @extend .flex-align; }*/ }
      .main .section.home .text {
        width: 60%;
        float: left;
        margin-right: 2%; }
      .main .section.home .picture {
        width: 38%;
        float: right; }
        .main .section.home .picture .pic {
          background: url("../img/backgrounds/home.jpg") 50% no-repeat; }
        .main .section.home .picture .legend {
          color: #FFF; }
    .main .section.interventions .picture {
      width: 30%;
      float: left;
      margin-right: 2%; }
      .main .section.interventions .picture .pic {
        background: url("../img/backgrounds/interventions.jpg") no-repeat; }
      .main .section.interventions .picture .legend {
        color: #FFF; }
    .main .section.formations .text:nth-child(1) {
      margin-bottom: 10px; }
    .main .section.formations .text.right {
      width: 100%; }
      .main .section.formations .text.right ul {
        width: 100% !important; }
    .main .section.formations .picture {
      width: 40%;
      float: left;
      margin-right: 2%;
      height: 65%;
      margin-top: 10px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main .section.formations .picture {
          width: 50%; } }
      .main .section.formations .picture .pic {
        background: url("../img/backgrounds/formations.jpg") 50% no-repeat; }
      .main .section.formations .picture .legend {
        color: #FFF; }
    .main .section.mediation .text {
      width: 70%;
      float: left;
      margin-right: 2%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main .section.mediation .text {
          width: 60%; } }
    .main .section.mediation .picture {
      width: 25%;
      float: right; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main .section.mediation .picture {
          width: 35%; } }
      .main .section.mediation .picture .pic {
        background: url("../img/backgrounds/mediation.jpg") 40% no-repeat; }
      .main .section.mediation .picture .legend {
        color: #FFF; }
    .main .section.cellules .text.right {
      width: 100%; }
      .main .section.cellules .text.right ul {
        width: 100% !important; }
    .main .section.cellules .picture {
      width: 35%;
      float: left;
      margin-right: 2%;
      height: 65%;
      margin-top: 5px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main .section.cellules .picture {
          width: 45%; } }
      .main .section.cellules .picture .pic {
        background: url("../img/backgrounds/cellules.jpg") 50% no-repeat; }
      .main .section.cellules .picture .legend {
        color: #FFF; }
    .main .section.orange ul li::before {
      color: #f7a600; }
    .main .section.orange p > span {
      background-color: #f7a600; }
    .main .section.orange a {
      cursor: pointer;
      display: inline;
      padding: .2em .6em;
      font-weight: 700;
      line-height: 1;
      color: #FFF;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em;
      background-color: #f7a600; }
      .main .section.orange a:hover, .main .section.orange a:active, .main .section.orange a:focus {
        text-decoration: none; }
    .main .section.dark ul li::before {
      color: #354b87; }
    .main .section.brown ul li::before {
      color: #948982; }
    .main .section.red .text a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px;
      margin: 0 auto;
      width: 280px;
      padding: 10px;
      display: block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      text-align: center;
      cursor: pointer; }
      .main .section.red .text a:hover {
        color: #FFF;
        text-decoration: none; }
    .main .section.red ul li::before {
      color: #DA6D4C; }
    .main .section.blue ul li::before {
      color: #3F8D96; }

.menu {
  position: fixed;
  z-index: 3;
  top: 100px;
  left: 0;
  height: 80%;
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  width: 150px;
  overflow: hidden;
  -webkit-transition: left 0.5s 0.5s;
  -moz-transition: left 0.5s 0.5s;
  transition: left 0.5s 0.5s; }
  .menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 98%;
    width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    background-color: #383838; }
  .menu ul {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 5; }
    .menu ul li {
      width: 98%;
      width: -moz-calc(100% - 4px);
      width: -webkit-calc(100% - 4px);
      width: calc(100% - 4px);
      cursor: pointer;
      border-bottom: 1px solid #FFF;
      font-weight: bold;
      height: 20%;
      font-size: 14px; }
      .menu ul li .link {
        position: relative;
        padding: 1.5em 0 1.5em;
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
        background-color: transparent;
        -webkit-transition: background-color 0.2s, color 0.2s;
        -moz-transition: background-color 0.2s, color 0.2s;
        transition: background-color 0.2s, color 0.2s;
        height: 100%; }
        .menu ul li .link::after {
          content: '';
          position: absolute;
          top: 0;
          right: -4px;
          height: 100%;
          width: 4px;
          background-color: #83b0b9;
          opacity: 0;
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          transition: opacity 0.2s;
          pointer-events: none; }
        .menu ul li .link:hover, .menu ul li .link:active, .menu ul li .link:focus {
          text-decoration: none; }
        .menu ul li .link:hover .icon {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          transform: rotateY(180deg); }
        .menu ul li .link:hover::after {
          opacity: 1; }
        .menu ul li .link > span > span {
          display: block; }
          .menu ul li .link > span > span.icon {
            font-size: 3em;
            line-height: 1;
            margin-bottom: 0.2em;
            color: #FFF;
            -webkit-transition: transform 0.5s;
            -moz-transition: transform 0.5s;
            transition: transform 0.5s; }
          .menu ul li .link > span > span.icon.icon-mediation {
            font-size: 4em; }
          .menu ul li .link > span > span.icon.icon-ecoute {
            font-size: 3.2em; }
          .menu ul li .link > span > span.text {
            color: #f7a600; }
      .menu ul li.orange .link::after {
        background-color: #f7a600; }
      .menu ul li.orange .link.selected {
        background-color: #f7a600; }
        .menu ul li.orange .link.selected > span > span.text {
          color: #FFF; }
      .menu ul li.dark .link::after {
        background-color: #354b87; }
      .menu ul li.dark .link.selected {
        background-color: #354b87; }
        .menu ul li.dark .link.selected > span > span.text {
          color: #FFF; }
      .menu ul li.brown .link::after {
        background-color: #948982; }
      .menu ul li.brown .link.selected {
        background-color: #948982; }
        .menu ul li.brown .link.selected > span > span.text {
          color: #FFF; }
      .menu ul li.red .link::after {
        background-color: #DA6D4C; }
      .menu ul li.red .link.selected {
        background-color: #DA6D4C; }
        .menu ul li.red .link.selected > span > span.text {
          color: #FFF; }
      .menu ul li.blue .link::after {
        background-color: #3F8D96; }
      .menu ul li.blue .link.selected {
        background-color: #3F8D96; }
        .menu ul li.blue .link.selected > span > span.text {
          color: #FFF; }

#loading-bar {
  position: fixed;
  z-index: 2;
  left: 146px;
  width: 4px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }
  #loading-bar.orange {
    background-color: #f7a600; }
  #loading-bar.dark {
    background-color: #354b87; }
  #loading-bar.red {
    background-color: #DA6D4C; }
  #loading-bar.brown {
    background-color: #948982; }
  #loading-bar.blue {
    background-color: #3F8D96; }
  #loading-bar.loading {
    visibility: visible; }

.custom-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 80%;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1200px) {
    .custom-modal {
      width: 80%; } }
  .custom-modal .custom-modal-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    color: #FFF;
    background: #f7a600;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto; }
    .custom-modal .custom-modal-content h3 {
      margin: 0;
      padding: 0.4em;
      text-align: center;
      font-size: 31px;
      font-weight: bold;
      opacity: 0.8;
      background: rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
    .custom-modal .custom-modal-content .close {
      padding: 0;
      position: absolute;
      top: 10px;
      right: 10px;
      opacity: 1;
      color: #FFF;
      text-shadow: none;
      font-size: 26px; }
    .custom-modal .custom-modal-content .roww {
      padding: 15px 25px 35px; }
      .custom-modal .custom-modal-content .roww > div {
        margin: 0;
        font-weight: 300;
        font-size: 16px; }
        .custom-modal .custom-modal-content .roww > div h4 {
          margin: 0;
          padding: 10px 0;
          line-height: 25px; }
          .custom-modal .custom-modal-content .roww > div h4.text-justify {
            margin-top: 15px;
            margin-bottom: 15px; }
            .custom-modal .custom-modal-content .roww > div h4.text-justify.less {
              margin-top: 5px;
              margin-bottom: 15px; }
      .custom-modal .custom-modal-content .roww .logo {
        background: #FFF url("../img/logo-bulle.png") no-repeat;
        border: 4px solid #FFF;
        width: 75px;
        height: 75px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-size: cover;
        margin: 0 auto; }
      .custom-modal .custom-modal-content .roww h4.infoss {
        margin: 10px 0;
        padding: 0; }
        .custom-modal .custom-modal-content .roww h4.infoss .icon {
          vertical-align: middle;
          font-size: 1.8em; }
        .custom-modal .custom-modal-content .roww h4.infoss a:hover, .custom-modal .custom-modal-content .roww h4.infoss a:focus, .custom-modal .custom-modal-content .roww h4.infoss a:active {
          text-decoration: none;
          color: #FFF; }
      .custom-modal .custom-modal-content .roww button {
        border: none;
        padding: 0.6em 1.2em;
        background: #E39900;
        color: #FFF;
        font-size: 1em;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); }
        .custom-modal .custom-modal-content .roww button:hover, .custom-modal .custom-modal-content .roww button:active, .custom-modal .custom-modal-content .roww button:focus {
          outline: none; }
        .custom-modal .custom-modal-content .roww button:active {
          -webkit-transform: scale(0.8);
          -moz-transform: scale(0.8);
          transform: scale(0.8); }
      .custom-modal .custom-modal-content .roww .errormsg, .custom-modal .custom-modal-content .roww .success {
        position: absolute;
        width: 95%;
        text-align: center; }
      .custom-modal .custom-modal-content .roww .errormsg .msg {
        font-size: 12px;
        white-space: normal;
        display: block;
        margin: 0 auto;
        text-align: center;
        background: #D95540; }
      .custom-modal .custom-modal-content .roww .success .msg {
        font-size: 12px;
        white-space: normal;
        display: block;
        margin: 0 auto;
        text-align: center; }
    .custom-modal .custom-modal-content .row p {
      font-size: 12px;
      padding: 0 10px;
      margin-bottom: 10px;
      text-align: center; }
      .custom-modal .custom-modal-content .row p a, .custom-modal .custom-modal-content .row p a:hover, .custom-modal .custom-modal-content .row p a:focus, .custom-modal .custom-modal-content .row p a:active {
        color: #FFF;
        text-decoration: underline; }
  .custom-modal#modal-about > .custom-modal-content > div.text-justify {
    padding: 25px 40px 30px; }
    .custom-modal#modal-about > .custom-modal-content > div.text-justify p {
      margin-bottom: 10px;
      line-height: 19px;
      font-size: 18px; }
      .custom-modal#modal-about > .custom-modal-content > div.text-justify p.first {
        margin-top: 0; }
      .custom-modal#modal-about > .custom-modal-content > div.text-justify p.moremarg {
        margin-top: 25px; }
      .custom-modal#modal-about > .custom-modal-content > div.text-justify p.asterix {
        font-size: 14px;
        margin-top: 25px; }
        .custom-modal#modal-about > .custom-modal-content > div.text-justify p.asterix a, .custom-modal#modal-about > .custom-modal-content > div.text-justify p.asterix a:hover, .custom-modal#modal-about > .custom-modal-content > div.text-justify p.asterix a:focus, .custom-modal#modal-about > .custom-modal-content > div.text-justify p.asterix a:active {
          color: #FFF;
          text-decoration: underline; }
    .custom-modal#modal-about > .custom-modal-content > div.text-justify .picture-wrap {
      margin-right: 10px;
      margin-bottom: 10px;
      border-radius: 50%;
      background: url("../img/KirnidisConseil.jpg") top no-repeat;
      background-size: cover;
      width: 120px;
      height: 120px;
      border: 4px solid #FFF;
      float: left; }
  .custom-modal#modal-mediation {
    width: 80%; }
    @media screen and (max-width: 1200px) {
      .custom-modal#modal-mediation {
        width: 90%;
        max-width: 90%; } }
  .custom-modal#modal-references #references {
    padding: 15px; }
    .custom-modal#modal-references #references ul li {
      text-align: center;
      background: #FFF;
      width: 100px;
      height: 100px;
      margin: 5px;
      display: inline-block;
      /*&#orange .logo-ref { background: url('../img/references/Orange.png') 50% no-repeat; }*/ }
      .custom-modal#modal-references #references ul li .logo-ref {
        background-size: contain !important;
        background-repeat: none !important;
        width: 98%;
        height: 98%; }
      .custom-modal#modal-references #references ul li#carrefour .logo-ref {
        background: url("../img/references/CarrefourMarket.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#essor .logo-ref {
        background: url("../img/references/Essor.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#socoform .logo-ref {
        background: url("../img/references/SocoForm.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#landragin .logo-ref {
        background: url("../img/references/Landragin.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#lidl .logo-ref {
        background: url("../img/references/Lidl.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#socgen .logo-ref {
        background: url("../img/references/SocieteGenerale.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#psagroupe .logo-ref {
        background: url("../img/references/PSAGroupe.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#courriersgaronne .logo-ref {
        background: url("../img/references/CourriersGaronne.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#bureauveritas .logo-ref {
        background: url("../img/references/BureauVeritas.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#ratp .logo-ref {
        background: url("../img/references/RATP.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#flexcite .logo-ref {
        background: url("../img/references/FlexCite.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#sncf .logo-ref {
        background: url("../img/references/SNCF.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#ikea .logo-ref {
        background: url("../img/references/Ikea.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#ipsen .logo-ref {
        background: url("../img/references/Ipsen.png") 50% no-repeat; }
      .custom-modal#modal-references #references ul li#you {
        height: 35px;
        opacity: 0;
        /*.logo-ref:before { content: 'Et vous ?'; color: $orange; font-weight: bold;}*/ }
  .custom-modal#modal-references p {
    font-size: 15px;
    text-align: center;
    margin-top: -35px; }
  .custom-modal.shown {
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible; }
    .custom-modal.shown .custom-modal-content {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .custom-modal-overlay.shown {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible; }

.footer {
  position: absolute;
  bottom: 0;
  z-index: 5;
  font-size: 12px;
  padding-left: 5px;
  width: 80%;
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  margin-left: 145px; }
  .footer span {
    display: inline-block; }
  .footer a {
    color: #484847; }

.animation {
  position: relative;
  height: 500px;
  background-color: #FFF;
  color: #484847;
  overflow: hidden; }
  .animation .shape .legend {
    font-size: 15px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .animation .shape .legend {
        font-size: 12px; } }
  .animation .shape .images {
    text-align: center;
    margin-top: 10px; }
    .animation .shape .images .icon {
      font-size: 3em;
      position: relative;
      opacity: 0; }
      .animation .shape .images .icon.mediator {
        color: #383838;
        text-shadow: 1px 1px 9px #FFF;
        z-index: 2;
        -webkit-transition: opacity 1s 1.5s;
        -moz-transition: opacity 1s 1.5s;
        transition: opacity 1s 1.5s; }
      .animation .shape .images .icon.mediated1 {
        color: #8253AC;
        text-shadow: 1px 1px 9px #FFF;
        -webkit-transition: opacity 1s 1.8s;
        -moz-transition: opacity 1s 1.8s;
        transition: opacity 1s 1.8s; }
      .animation .shape .images .icon.mediated2 {
        color: #f7a600;
        text-shadow: 1px 1px 9px #FFF;
        -webkit-transition: opacity 1s 1.8s;
        -moz-transition: opacity 1s 1.8s;
        transition: opacity 1s 1.8s; }
      .animation .shape .images .icon.mediated {
        margin-left: -30px;
        z-index: 1; }
  .animation .left-side {
    width: 15%;
    float: left;
    height: 100%;
    position: relative; }
    .animation .left-side .shape {
      width: 80%;
      height: 40%;
      position: relative;
      margin: 0 auto;
      color: transparent;
      -webkit-transition: all 1s 1s;
      -moz-transition: all 1s 1s;
      transition: all 1s 1s; }
      .animation .left-side .shape#step2 {
        margin-top: 10%; }
      .animation .left-side .shape.rect {
        margin-top: 15px;
        padding: 5px; }
        .animation .left-side .shape.rect:before, .animation .left-side .shape.rect:after {
          width: 100%;
          height: 100%;
          z-index: 3;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          box-sizing: border-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          transition: all 1s; }
        .animation .left-side .shape.rect.shown {
          color: #484847;
          opacity: 1; }
          .animation .left-side .shape.rect.shown .icon {
            opacity: 1; }
        .animation .left-side .shape.rect.shown:before {
          -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1); }
        .animation .left-side .shape.rect.shown:after {
          -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1); }
        .animation .left-side .shape.rect.shown.mediated1:before {
          border-bottom: 3px solid #8253AC;
          border-left: 3px solid #8253AC; }
        .animation .left-side .shape.rect.shown.mediated1:after {
          border-top: 3px solid #8253AC;
          border-right: 3px solid #8253AC; }
        .animation .left-side .shape.rect.shown.mediated2:before {
          border-bottom: 3px solid #f7a600;
          border-left: 3px solid #f7a600; }
        .animation .left-side .shape.rect.shown.mediated2:after {
          border-top: 3px solid #f7a600;
          border-right: 3px solid #f7a600; }
      .animation .left-side .shape.line {
        background: #484847;
        position: absolute;
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        transform-origin: 0 100%; }
        .animation .left-side .shape.line.horizontal-line {
          height: 3px;
          width: 0;
          -webkit-transition: all 1s 1s;
          -moz-transition: all 1s 1s;
          transition: all 1s 1s;
          left: 92%; }
          .animation .left-side .shape.line.horizontal-line.shown {
            width: 30%; }
            .animation .left-side .shape.line.horizontal-line.shown#line1 {
              top: 20%; }
            .animation .left-side .shape.line.horizontal-line.shown#line2 {
              top: 75%; }
        .animation .left-side .shape.line.vertical-line {
          height: 0;
          width: 3px;
          -webkit-transition: all 1s 2s;
          -moz-transition: all 1s 2s;
          transition: all 1s 2s;
          left: 122%; }
          .animation .left-side .shape.line.vertical-line.shown {
            height: 55.5%; }
            .animation .left-side .shape.line.vertical-line.shown#line3 {
              top: 20%; }
  .animation .center-side {
    width: 70%;
    float: left;
    height: 100%;
    position: relative; }
    .animation .center-side .shape {
      text-align: center;
      float: left; }
      .animation .center-side .shape.heading {
        float: none;
        width: 60%;
        position: absolute;
        top: 2%;
        -webkit-transition: all 0.5s 5s;
        -moz-transition: all 0.5s 5s;
        transition: all 0.5s 5s;
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        transform: translateY(-200%); }
        .animation .center-side .shape.heading.shown {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          transform: translateY(0); }
      .animation .center-side .shape.circle {
        display: inline-block;
        min-width: 15%;
        white-space: nowrap; }
        .animation .center-side .shape.circle:before {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          width: 100%;
          padding-bottom: 100%;
          margin: 15px .5px;
          border: 3px solid transparent;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          transform: rotate(-90deg);
          content: '';
          display: inline-block;
          vertical-align: middle;
          padding-bottom: 0vw;
          width: 10vw;
          height: 10vw;
          background: #FFF; }
        .animation .center-side .shape.circle#step3:before, .animation .center-side .shape.circle#step3 > div {
          -webkit-transition: all 0.5s 2.5s;
          -moz-transition: all 0.5s 2.5s;
          transition: all 0.5s 2.5s; }
        .animation .center-side .shape.circle#step4:before, .animation .center-side .shape.circle#step4 > div {
          -webkit-transition: all 0.5s 3.5s;
          -moz-transition: all 0.5s 3.5s;
          transition: all 0.5s 3.5s; }
        .animation .center-side .shape.circle#step5:before, .animation .center-side .shape.circle#step5 > div {
          -webkit-transition: all 0.5s 5.5s;
          -moz-transition: all 0.5s 5.5s;
          transition: all 0.5s 5.5s; }
        .animation .center-side .shape.circle > div {
          display: inline-block;
          font-size: 15px;
          margin: 0 -.5em 0 -100%;
          padding: 0;
          vertical-align: middle;
          white-space: normal;
          width: 100%;
          margin: 0 0 0 -10vw;
          width: 9vw;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          transform: rotate(-90deg);
          opacity: 0; }
        .animation .center-side .shape.circle .images .icon {
          font-size: 4em; }
          .animation .center-side .shape.circle .images .icon.mediator {
            -webkit-transition: opacity 1s 0s;
            -moz-transition: opacity 1s 0s;
            transition: opacity 1s 0s; }
          .animation .center-side .shape.circle .images .icon.mediated1 {
            margin-left: 0;
            margin-right: -30px;
            -webkit-transition: opacity 1s 0.8s;
            -moz-transition: opacity 1s 0.8s;
            transition: opacity 1s 0.8s; }
          .animation .center-side .shape.circle .images .icon.mediated2 {
            -webkit-transition: opacity 1s 0.8s;
            -moz-transition: opacity 1s 0.8s;
            transition: opacity 1s 0.8s; }
        .animation .center-side .shape.circle.big {
          width: 50%;
          padding: 35px 0; }
          .animation .center-side .shape.circle.big:before {
            width: 15vw;
            height: 15vw; }
          .animation .center-side .shape.circle.big > div {
            width: 14vw;
            margin: 0 0 0 -15vw; }
        .animation .center-side .shape.circle.shown > div {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          transform: rotate(0deg);
          opacity: 1; }
        .animation .center-side .shape.circle.shown:before {
          border: 3px solid #383838; }
        .animation .center-side .shape.circle.shown .legend {
          color: #484847; }
        .animation .center-side .shape.circle.shown .icon {
          opacity: 1;
          -webkit-transition: opacity 0;
          -moz-transition: opacity 0;
          transition: opacity 0; }
      .animation .center-side .shape.red-circle {
        width: 25px;
        height: 25px;
        background: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        right: 29%;
        cursor: pointer;
        -webkit-transition: background 0.5s 4.5s;
        -moz-transition: background 0.5s 4.5s;
        transition: background 0.5s 4.5s;
        -webkit-animation: pulse 2s ease infinite;
        -moz-animation: pulse 2s ease infinite;
        -ms-animation: pulse 2s ease infinite;
        -o-animation: pulse 2s ease infinite;
        animation: pulse 2s ease infinite; }
        .animation .center-side .shape.red-circle.shown {
          background: #DA6D4C; }
          .animation .center-side .shape.red-circle.shown:hover {
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
            -o-animation: none;
            animation: none; }
        .animation .center-side .shape.red-circle:before {
          border-top-color: #DA6D4C; }
        .animation .center-side .shape.red-circle:after {
          background: #DA6D4C;
          color: #FFF;
          width: 400px;
          left: -180px;
          white-space: normal; }
      .animation .center-side .shape.red-circle-text {
        opacity: 0;
        -webkit-transition: opacity 1s 4.5s;
        -moz-transition: opacity 1s 4.5s;
        transition: opacity 1s 4.5s;
        position: absolute;
        width: 35%;
        font-size: 12px;
        bottom: 15%;
        right: 12%;
        background: #DA6D4C;
        color: #FFF;
        padding: 5px;
        z-index: 2; }
        .animation .center-side .shape.red-circle-text.shown {
          opacity: 1; }
      .animation .center-side .shape.red-circle-line {
        opacity: 0;
        background: #DA6D4C;
        -webkit-transition: opacity 1s 4.5s;
        -moz-transition: opacity 1s 4.5s;
        transition: opacity 1s 4.5s;
        position: absolute;
        z-index: 1; }
        .animation .center-side .shape.red-circle-line.horizontal {
          width: 55%;
          height: 4px;
          bottom: 20%;
          left: -1.6%; }
        .animation .center-side .shape.red-circle-line.vertical {
          width: 4px;
          height: 15%;
          bottom: 33%;
          right: 30.4%; }
        .animation .center-side .shape.red-circle-line.shown {
          opacity: 1; }
      .animation .center-side .shape.line {
        height: 3px;
        background: #484847;
        width: 0;
        -webkit-transition: all 5s 2.5s;
        -moz-transition: all 5s 2.5s;
        transition: all 5s 2.5s;
        position: absolute;
        left: 7vh; }
        .animation .center-side .shape.line.shown {
          width: 80%;
          width: -moz-calc(100% - 12vh);
          width: -webkit-calc(100% - 12vh);
          width: calc(100% - 12vh); }
      .animation .center-side .shape.arrow {
        position: absolute;
        right: 3%; }
        .animation .center-side .shape.arrow:before, .animation .center-side .shape.arrow:after {
          content: '';
          width: 0;
          height: 3px;
          background: transparent;
          display: block;
          -webkit-transition: all 1s 7s;
          -moz-transition: all 1s 7s;
          transition: all 1s 7s; }
        .animation .center-side .shape.arrow:before {
          background: #484847;
          transform: rotate(45deg); }
        .animation .center-side .shape.arrow:after {
          background: #484847;
          transform: rotate(-45deg);
          margin-top: 6px; }
        .animation .center-side .shape.arrow.shown:before, .animation .center-side .shape.arrow.shown:after {
          width: 15px;
          height: 3px; }
      .animation .center-side .shape.infos {
        float: none;
        width: 80%;
        position: absolute;
        bottom: 2%;
        -webkit-transition: all 0.5s 5.2s;
        -moz-transition: all 0.5s 5.2s;
        transition: all 0.5s 5.2s;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        transform: translateY(200%);
        font-size: 11px; }
        .animation .center-side .shape.infos.shown {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          transform: translateY(0); }
  .animation .right-side {
    width: 15%;
    float: left;
    height: 100%; }
    .animation .right-side .shape {
      position: relative; }
      .animation .right-side .shape.rounded-rect {
        width: 90%;
        height: 60%;
        margin: 30% auto;
        border: 5px solid transparent;
        color: transparent;
        -webkit-transition: all 1s 8s;
        -moz-transition: all 1s 8s;
        transition: all 1s 8s; }
        .animation .right-side .shape.rounded-rect .legend {
          font-weight: bold;
          padding: 0 5px; }
        .animation .right-side .shape.rounded-rect .icon {
          font-size: 4em; }
        .animation .right-side .shape.rounded-rect:before, .animation .right-side .shape.rounded-rect:after {
          width: 100%;
          height: 100%;
          z-index: 3;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          box-sizing: border-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          transition: all 1s;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          border-radius: 15px; }
        .animation .right-side .shape.rounded-rect.shown {
          color: #484847;
          opacity: 1; }
          .animation .right-side .shape.rounded-rect.shown .icon {
            opacity: 1; }
        .animation .right-side .shape.rounded-rect.shown:before {
          border-bottom: 3px solid green;
          border-left: 3px solid green;
          -webkit-transform-origin: 0 100%;
          -moz-transform-origin: 0 100%;
          transform-origin: 0 100%;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1); }
        .animation .right-side .shape.rounded-rect.shown:after {
          border-top: 3px solid green;
          border-right: 3px solid green;
          -webkit-transform-origin: 100% 0%;
          -moz-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1); }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  cursor: pointer; }
  .overlay .overlay-close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 50px;
    height: 50px;
    background: 0 0;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .overlay .overlay-close:hover {
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
    .overlay .overlay-close .bar {
      width: 50px;
      height: 4px;
      background: #f7a600;
      position: absolute;
      top: 50%; }
      .overlay .overlay-close .bar:nth-child(1) {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
        transform: translateX(-50%) translateY(-50%) rotateZ(45deg); }
      .overlay .overlay-close .bar:nth-child(2) {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
        transform: translateX(-50%) translateY(-50%) rotateZ(-45deg); }
  .overlay .logo-container {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .overlay .logo-container img {
      margin: 0 auto; }
    .overlay .logo-container .flipping {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      o-perspective: 1000;
      perspective: 1000;
      width: 200px;
      height: 200px;
      margin: 0 auto 10px; }
      .overlay .logo-container .flipping .cards {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 1.0s linear; }
        .overlay .logo-container .flipping .cards.flipped {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          transform: rotateY(180deg); }
        .overlay .logo-container .flipping .cards .front, .overlay .logo-container .flipping .cards .back {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          o-backface-visibility: hidden;
          backface-visibility: hidden;
          width: 100%;
          height: 100%;
          background: #FFF; }
        .overlay .logo-container .flipping .cards .back {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          transform: rotateY(180deg); }
          .overlay .logo-container .flipping .cards .back span {
            text-transform: uppercase;
            display: inline-block;
            border-top: 1px solid #484847;
            border-bottom: 1px solid #484847;
            font-size: 38px; }

/* Effects */
.site {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s; }
  .site.overlay-open {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9); }
    .site.overlay-open .menu {
      left: -300px; }
    .site.overlay-open .main .section.visible {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      transform: translateX(-100%); }

.overlay-contentscale {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.5s visibility 0s 0.5s;
  -moz-transition: transform 0.5s visibility 0s 0.5s;
  transition: transform 0.5s visibility 0s 0.5s; }
  .overlay-contentscale.open {
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s; }
