@font-face {
  font-family: 'fsalbertregular';
  src: url("../fonts/fsalbert_regular-webfont.woff2") format("woff2"), url("../fonts/fsalbert_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


  .cages {
    height: 40vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    background: url(../img/anim-home/background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .cage {
    position: absolute;
    top: 0;
    display: block;
    transform-origin: top center;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
  }

  .cage-bleue {
    background-image: url(../img/anim-home/cage_bleue.png);
    background-size: contain;
    width: 20%;
    height: 70%;
    animation: 7s linear 1s infinite alternate spin;
    left: 44%;
    top: -8%;
  }

  .cage-decrochage {
    background-image: url(../img/anim-home/cage_decrochage.png);
    background-size: contain;
    width: 24%;
    height: 91%;
    animation: 10s linear 1s infinite alternate spin;
    left: 26%;
    top: -8%;
  }

  .cage-harcelement {
    background-image: url(../img/anim-home/cage_harcelement.png);
    background-size: contain;
    width: 20%;
    height: 55%;
    animation: 6s linear 1s infinite alternate harcelement;
    left: 12%;
    top: -2%;
  }

  .cage-orange {
    background-image: url(../img/anim-home/cage_orange.png);
    background-size: contain;
    width: 15%;
    height: 38%;
    animation: 4s linear 1s infinite alternate harcelement;
    left: 27%;
    top: -8%;
  }

  .cage-conflits {
    background-image: url(../img/anim-home/cage_conflits.png);
    background-size: contain;
    width: 38%;
    height: 78%;
    animation: 4s linear 1s infinite alternate spin;
    left: 51%;
    top: -5%;
  }

  @keyframes spin { 
    0% { 
      -webkit-transform: rotate(-2deg); 
      transform:rotate(-2deg); 
    } 
    100% { 
      -webkit-transform: rotate(2deg); 
      transform:rotate(2deg); 
    } 
  }
  @keyframes harcelement { 
    0% { 
      -webkit-transform: rotate(-4deg) translateY(-5%); 
      transform: rotate(-2deg) translateY(0); 
    } 
    100% { 
      -webkit-transform: rotate(4deg) translateY(-5%); 
      transform: rotate(2deg) translateY(-5%); 
    } 
  }

.m-contact__map {
  padding-bottom: 12rem; }

.fa-info {
  display: inline-block;
  background: white;
  padding: 4px 9px;
  border-radius: 10px;
  color: #3e3e3e; }

.tooltip {
  width: 400px !important; }

.tooltip-inner {
  max-width: 300px; }

.m-newsletter__mrv {
  border-radius: 20px;
  background-color: #3C3C3B;
  color: #fff;
  width: 390px;
  position: fixed;
  bottom: -8em;
  right: 4em;
  z-index: 9999;
  padding: 1.5em 1.3em;
  transition: all 1.5s ease; }
  .m-newsletter__mrv h5 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    color: orange; }
  .m-newsletter__mrv input {
    border: 0;
    border-radius: 15px 0 0 15px;
    height: 1.7em !important; }
  .m-newsletter__mrv button {
    height: 1.7em !important;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 100;
    background: orange;
    color: #fff;
    border: 0; }
  .m-newsletter__mrv:hover {
    bottom: 0;
    transition: all 1.5s ease; }

.l-canvas .l-header {
  display: none; }

span.wpcf7-form-control-wrap {
  display: inline !important;
  vertical-align: top;
  width: 100%;
  position: relative;
  top: -10px; }

span.wpcf7-form-control-wrap.sexe {
  left: 10px; }

.contactform, .contactformus {
  max-width: 450px;
  position: absolute;
  top: -9px;
  right: 0;
  background: #3e3e3e;
  padding: 1em 1em 0;
  z-index: 99999;
  color: #fff;
  display: none; }
  .contactform span.wpcf7-not-valid-tip, .contactformus span.wpcf7-not-valid-tip {
    font-size: 0.6rem; }
  .contactform div.wpcf7-response-output, .contactformus div.wpcf7-response-output {
    text-align: center;
    margin: 0;
    padding: 0.3rem .5rem;
    border-radius: 0.3rem;
    font-size: .8em;
    margin-bottom: 1em; }
  .contactform *, .contactformus * {
    font-family: "Open Sans"; }
  .contactform h2, .contactformus h2 {
    color: #f5a722;
    font-size: 1.4em;
    margin-bottom: .4em;
    padding-top: 0; }
    .contactform h2 + p, .contactformus h2 + p {
      font-size: .9em;
      border-bottom: 1px solid #868686;
      padding-bottom: 1em; }
      .contactform h2 + p + p, .contactformus h2 + p + p {
        line-height: 33px;
        padding-top: 9px; }
  .contactform input, .contactformus input {
    height: 1.9rem !important; }
  .contactform input[type="checkbox"], .contactformus input[type="checkbox"] {
    display: inline-block;
    float: left;
    height: 114px !important;
    margin-right: 15px; }
  .contactform .wpcf7-submit, .contactformus .wpcf7-submit {
    background: #f5a722;
    color: #fff;
    border: 0;
    padding: 4px 20px;
    height: auto !important;
    display: block;
    margin: 0 auto;
    margin-top: 10px; }
  .contactform textarea, .contactformus textarea {
    margin-top: 15px; }
  .contactform input, .contactform textarea, .contactformus input, .contactformus textarea {
    background: #F1F1F2;
    font-size: .8em;
    border-radius: 16px !important;
    color: #3E3E3E; }
  .contactform p, .contactformus p {
    margin-bottom: 0; }
  .contactform .close, .contactformus .close {
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    font-weight: 100;
    font-size: 35px; }
  .contactform.active, .contactformus.active {
    display: block; }

.back {
  animation: cageSwing 9s ease-in-out infinite; }

.back-consultations {
  animation: cageSwingConsultations 13s ease-in-out infinite; }

.back-consultations-2 {
  animation: cageSwingConsultations2 3s ease-in-out infinite; }

#cageO {
  animation: cageO 8s ease-in-out infinite;
  transform-origin: top; }

#cageH {
  animation: cageH 14s ease-in-out infinite;
  transform-origin: top; }

#cageD {
  animation: cageD 13s ease-in-out infinite;
  transform-origin: top; }

#cageB {
  animation: cageB 13s ease-in-out infinite;
  transform-origin: top; }

#cageC {
  animation: cageC 9s ease-in-out infinite;
  transform-origin: top; }

@keyframes cageO {
  0% {
    transform: rotate(2deg) translate(267px, 10px); }
  50% {
    transform: rotate(-2deg) translate(267px, 10px); }
  100% {
    transform: rotate(2deg) translate(267px, 10px); } }
@keyframes cageH {
  0% {
    transform: rotate(-2deg) translate(128px, 14px); }
  50% {
    transform: rotate(2deg) translate(128px, 14px); }
  100% {
    transform: rotate(-2deg) translate(128px, 14px); } }
@keyframes cageD {
  0% {
    transform: rotate(1deg) translate(241px, 15px); }
  50% {
    transform: rotate(-1deg) translate(241px, 15px); }
  100% {
    transform: rotate(1deg) translate(241px, 15px); } }
@keyframes cageB {
  0% {
    transform: rotate(-2deg) translate(390px, 10px); }
  50% {
    transform: rotate(2deg) translate(390px, 10px); }
  100% {
    transform: rotate(-2deg) translate(390px, 10px); } }
@keyframes cageC {
  0% {
    transform: rotate(-2deg) translate(498px, 0px); }
  50% {
    transform: rotate(2deg) translate(498px, 0px); }
  100% {
    transform: rotate(-2deg) translate(498px, 0px); } }
.right {
  position: absolute;
  top: 0;
  left: 50%;
  animation: cageSwingRight 20s ease-in-out infinite !important; }

@keyframes cageSwing {
  0% {
    transform: rotate(3deg) translate(-20px, 0px); }
  50% {
    transform: rotate(-3deg) translate(20px, 0px); }
  100% {
    transform: rotate(3deg) translate(-20px, 0px); } }
@keyframes cageSwingConsultations {
  0% {
    transform: rotate(2deg) translate(-10px, 0px); }
  50% {
    transform: rotate(-1deg) translate(10px, 0px); }
  100% {
    transform: rotate(2deg) translate(-10px, 0px); } }
@keyframes cageSwingConsultations2 {
  0% {
    transform: rotate(2deg) translate(-10px, 0px); }
  50% {
    transform: rotate(-1deg) translate(-10px, 0px); }
  100% {
    transform: rotate(2deg) translate(-10px, 0px); } }
@keyframes cageSwingRight {
  0% {
    transform: rotate(5deg) translate(-50px, 0px); }
  50% {
    transform: rotate(-5deg) translate(50px, 0px); }
  100% {
    transform: rotate(5deg) translate(-50px, 0px); } }
footer {
  background-color: #3E3E3E;
  padding-bottom: 7rem !important; }

html {
  margin-top: 0 !important; }

.NO_US_CORE main {
  padding-top: 10em;
  font-family: "Open Sans"; }

.svg-pb {
  width: 205px;
  margin: 0 auto;
  display: block; }

.m-contact__banner {
  position: relative;
  background: #F5A623;
  color: #fff;
  padding: 3em 0;
  margin-top: 4em; }
  .m-contact__banner .btn-dark {
    background: #948F8D;
    border: 0;
    margin-top: 1em;
    border-radius: 15px;
    font-size: 14px;
    padding: 2px 15px; }
    .m-contact__banner .btn-dark:hover {
      background: #fff;
      color: #f5a722; }
  .m-contact__banner:before {
    position: absolute;
    content: " ";
    background: url(../img/chaise-blanche-1et2.svg);
    height: 330px;
    width: 200px;
    background-size: cover;
    top: 30%;
    left: 190px; }
  .m-contact__banner:after {
    position: absolute;
    content: " ";
    background: url(../img/chaise-blanche-3.svg);
    height: 200px;
    width: 122px;
    background-size: cover;
    top: 60%;
    right: 400px; }
  .m-contact__banner article figure img {
    width: 180px;
    margin-top: .4em; }
.m-contact__intro .btn-dark.btn-round {
  border-radius: 15px;
  border: 0;
  background: #948F8D; }
.m-contact__people {
  position: absolute;
  width: 300px;
  right: 0;
  top: 5em; }
  .m-contact__people h6 {
    line-height: 1.3em;
    font-weight: 600; }
    .m-contact__people h6 + p {
      font-size: 13px;
      margin-bottom: 0; }
    .m-contact__people h6 small {
      font-style: italic;
      color: #F4B150;
      font-weight: 400;
      display: block;
      margin: 0; }
  .m-contact__people > div {
    background-color: #fff;
    margin-top: 1em;
    padding: .6em .5em;
    border-radius: 13px; }
    .m-contact__people > div:first-child {
      margin-top: 0; }
    .m-contact__people > div img {
      height: 80px;
      float: left;
      width: 80px;
      margin-right: 10px;
      border-radius: 100%; }
.m-contact__map {
  background: #B7B0AD; }
  .m-contact__map .btn-dark {
    background: #948F8D;
    border: 0;
    margin-top: 1em;
    border-radius: 15px;
    font-size: 14px;
    padding: 2px 15px; }
    .m-contact__map .btn-dark:hover {
      background: #fff;
      color: #f5a722; }
  .m-contact__map svg path.region {
    cursor: pointer; }
    .m-contact__map svg path.region:hover, .m-contact__map svg path.region.region.active {
      fill: #F4B150; }
      .m-contact__map svg path.region:hover #spotNeuchatel, .m-contact__map svg path.region.region.active #spotNeuchatel {
        fill: #fff !important; }

.m-home__plans {
  padding: 3em 0px; }
  .m-home__plans .btn-dark {
    background: #F5A623;
    padding: 6px 30px;
    border: 0;
    letter-spacing: 1px; }
    .m-home__plans .btn-dark:hover {
      background: #fff;
      color: #343a40; }
  .m-home__plans article {
    text-align: center; }
    .m-home__plans article h3 {
      font-weight: bold; }
    .m-home__plans article p {
      font-weight: 100; }
    .m-home__plans article div {
      background: #92908D;
      color: #fff;
      padding: 2em; }
.m-home__banner {
  background: #F5A623;
  color: #fff;
  padding: 3em 0;
  margin-top: 4em; }
  .m-home__banner svg {
    position: relative;
    top: -50px;
    margin-bottom: -50px; }
  .m-home__banner .btn-dark {
    padding: 6px 30px;
    border-radius: .25rem;
    margin-top: 1em;
    border: 0; }
    .m-home__banner .btn-dark:hover {
      background: #fff;
      color: #343a40; }
  .m-home__banner h3 {
    font-weight: 500;
    margin-bottom: 1em;
    font-size: 2.3em; }
  .m-home__banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
    .m-home__banner ul li {
      display: inline-block;
      margin-right: .5em;
      border: 1px solid #fff;
      height: 105px;
      width: 105px;
      border-radius: 100%;
      text-align: center; }
      .m-home__banner ul li a {
        display: block;
        height: 100%;
        padding-top: 2.4em;
        color: #fff; }
        .m-home__banner ul li a:hover {
          color: #F5A623; }
      .m-home__banner ul li:hover {
        background: #fff;
        color: #F5A623; }

.tel-us span {
  display: none; }
.tel-us:hover {
  color: #fff; }
.tel-us.active {
  width: auto;
  border-radius: 20px;
  padding: 5px 16px; }
  .tel-us.active i {
    left: 4px;
    top: 0; }
  .tel-us.active span {
    display: inline-block; }

.book-us {
  width: auto !important;
  border-radius: 29px !important;
  order: -1;
  padding: 4px 20px; }
  .book-us:hover {
    color: #fff; }

.m-home__intro--position {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: 500; }
.m-home__intro--orangebox {
  background: #F5A623;
  display: inline-block;
  padding: .3em 2em;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em; }
  .m-home__intro--orangebox a {
    color: #fff; }
  .m-home__intro--orangebox .btn {
    background: white;
    border-radius: 15px;
    color: #4A4A4A;
    margin-left: 35px;
    padding: 0px 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .5em; }
    .m-home__intro--orangebox .btn:hover {
      background: #4A4A4A;
      color: #F5A623; }
.m-home__intro p {
  color: #92908D; }
.m-home__intro h2 {
  margin-bottom: 1em !important;
  margin-top: .5em; }
.m-home__intro h1 {
  font-family: "fsalbertregular", "Open Sans", Arial;
  color: #F5A623;
  font-size: 5em;
  margin-bottom: 0;
  font-weight: bold;
  line-height: .8em; }
  .m-home__intro h1 small {
    font-family: "fsalbertregular", "Open Sans", Arial;
    font-size: .4em;
    color: #1D1D1B;
    display: block;
    font-weight: 300; }

.search-wrapper {
  height: 35px;
  margin-bottom: 0 !important;
  position: relative;
  top: -7px; }

.searchbar .btn-search {
  border-radius: 100%;
  color: #808184;
  border-color: #808184;
  height: 35px;
  width: 35px;
  margin-right: .4em; }
  .searchbar .btn-search:hover {
    background: #808184; }
    .searchbar .btn-search:hover i {
      color: #fff; }
  .searchbar .btn-search i {
    position: relative;
    left: -3px;
    top: -1px; }
.searchbar .search_input {
  font-weight: 100;
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
  position: relative;
  left: 0;
  opacity: 0;
}
.searchbar.active .btn-search {
  background: white;
  border-color: white; }
  .searchbar.active .btn-search i {
    color: #3e3e3e; }
.searchbar.active > .search_input {
  padding: 0 10px;
  width: 215px;
  caret-color: #fff;
  transition: width .3s linear;
  background: white;
  color: #3e3e3e !important;
  border: 1px solid #fff;
  border-radius: 40px 0 0 40px;
  border-right: 0px;
  padding-left: 9px !important;
  border-color: #3e3e3e;
  height: 35px;
  border-right: 1px solid #3e3e3e;
  opacity:1;
}
.searchbar.active > .search_icon {
  background: white;
  border-radius: 50% 50% 50% 0;
  border-left: 0px;
  color: #e74c3c; }
.searchbar .search_icon {
  border-radius: 50%; }

nav.navbar.navbar-dark {
  background: white;
  padding-bottom: 0; }

.affix {
  background: red; }

.affix-top {
  position: static;
  opacity: 0.8; }

nav .navbar {
  min-height: 100px; }
nav .container {
  position: relative; }
nav .navbar-brand {
  background: url(../../../uploads/2019/02/Carre%CC%81Logo_2_Final-1-768x768.png);
  height: 154px;
  width: 174px;
  background-size: cover;
  position: absolute;
  top: -19px;
  left: 0; }

div.tools {
  align-items: flex-end; }
  div.tools .navbar-toggler {
    background: #3E3E3E;
    padding: 10px;
    border-radius: 0; }
    div.tools .navbar-toggler span.menu {
      display: block;
      text-transform: uppercase;
      color: #fff;
      font-family: "Open Sans";
      font-weight: 100;
      font-size: 12px; }
    div.tools .navbar-toggler .navbar-toggler-icon {
      width: 2em;
      height: 2em; }
  div.tools form {
    margin-bottom: 7px; }
  div.tools a {
    margin-bottom: 7px;
    margin-right: .4em;
    color: #808184;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: inline-block;
    border: 1px solid #808184; }
    div.tools a:hover {
      background: #808184;
      text-decoration: none;
      color: #fff; }
      div.tools a:hover i {
        color: #fff; }
    div.tools a i {
      position: relative;
      top: 5px;
      left: 7.5px;
      font-size: 18px; }
      div.tools a i:nth-child(2) {
        left: 7px; }

footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  footer ul li {
    margin-bottom: 2px; }
    footer ul li a {
      color: #9B9B9B;
      font-family: "Open Sans";
      letter-spacing: 1px;
      font-size: 15px; }
      footer ul li a:hover {
        color: #fff !important;
        text-decoration: none; }

footer ul#menu-footer-col-1 li:first-child a {
  color: #fff;
  font-size: 17px; }

footer ul li a {
  color: #9B9B9B;
  font-family: "Open Sans";
  letter-spacing: 1px;
  font-size: 15px; }

footer ul li a:hover {
  color: #fff !important;
  text-decoration: none; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block; } }
.offcanvas-collapse {
  position: absolute;
  top: 56px;
  /* Height of navbar */
  bottom: 0;
  left: 100%;
  width: 300px;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #343a40; }

.offcanvas-collapse.open {
  visibility: visible;
  min-height: 420px;
  top: 72px;
  right: 0px;
  left: inherit;
  z-index: 9; }
  .offcanvas-collapse.open ul.navbar-nav {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .offcanvas-collapse.open ul.navbar-nav li {
      width: 100%;
      border-bottom: 0.5px solid rgba(241, 241, 242, 0.96);
      margin-bottom: 0; }
      .offcanvas-collapse.open ul.navbar-nav li:hover {
        background: #000; }
      .offcanvas-collapse.open ul.navbar-nav li:last-child {
        border: 0; }
      .offcanvas-collapse.open ul.navbar-nav li a {
        font-family: "Open Sans";
        color: #fff; }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d; }

.nav-underline .nav-link:hover {
  color: #007bff; }

.nav-underline .active {
  font-weight: 500;
  color: #343a40; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5); }

.bg-purple {
  background-color: #6f42c1; }

.lh-100 {
  line-height: 1; }

.lh-125 {
  line-height: 1.25; }

.lh-150 {
  line-height: 1.5; }

.contactform textarea {
  height: 5rem; }

@media screen and (max-width: 767px) {

    .linktoconferences {
      display: none;
    }
    
  .aa-svg {
    transform: scale(1.7);
    position: relative;
    z-index: 0;
    height: 460px !important; }

  .m-contact__people {
    right: 0 !important;
    position: relative;
    width: 100%;
    top: 2em; }

  form.search-wrapper, div.tools a.book-us {
    display: none !important; }

  .contactform input[type="checkbox"], .contactformus input[type="checkbox"] {
    height: 17px !important; }

  .m-contact__banner:before, .m-contact__banner:after {
    display: none; }

  .m-contact__banner {
    padding: 1.5em 0; }
    .m-contact__banner article {
      padding-bottom: 1.3em;
      margin-bottom: 1.3em;
      border-bottom: 1px solid #fff; }
      .m-contact__banner article figure {
        width: 100%; }
        .m-contact__banner article figure img {
          width: 100%; }
      .m-contact__banner article p.float-right {
        padding-top: 1em;
        float: none !important;
        display: inline-flex !important;
        justify-content: center;
        width: 100%; }
    .m-contact__banner h2 {
      font-size: 2em !important;
      margin-bottom: 0.2em !important; }

  .logo-container {
    display: none; }

  .m-contact__banner .mt-5 {
    margin-top: 0 !important; }

  .m-home__intro, .m-home__banner {
    text-align: center; }

  .m-home__banner ul + p, .m-contact__banner h2 + p {
    text-align: left; }

  .m-home__intro .text-dark {
    text-align: left; }

  .m-contact__intro {
    text-align: center; }
    .m-contact__intro .btn {
      margin-bottom: 1em; }

  .m-newsletter__mrv {
    display: none; }

  .contactform.active, .contactformus.active {
    width: 100%;
    overflow: scroll;
    max-width: 100%;
    top: 0;
    position: fixed;
    height: 100%; }

  .m-contact__banner {
    text-align: center; }

  .m-home__plans .d-flex {
    margin-bottom: .5em; }

  .navbar-dark {
    padding-top: 0;
    padding-right: 0; }
    .navbar-dark .navbar-brand {
      height: 99px;
      width: 107px;
      top: -13px;
      left: inherit; }

  .m-home__intro h1 {
    font-size: 3em; }
  .m-home__intro svg {
    height: 323px; } }


    .m-nav__dynamic ul{
      list-style: none;
      padding: 0;
      margin:  0;
    }

    .m-nav__dynamic ul li{
      display: inline-block;
      margin-right: 2em;
      margin-top: 1em;
      /*margin-bottom: -3em;*/
    }

    .m-nav__dynamic ul li a{
      border-radius: 0;
      background: transparent;
      font-size: 1em;
      width: auto;
      color: #808184;
      border-color:  #808184;
    }

    .m-nav__dynamic ul li a:hover{
      background: #808184!important;
      border-color: #808184!important;
      color:  #fff!important;
    }


.inf-input-text input {
  line-height: initial !important;
}


  .linktoconferences {
    position: fixed;
    right: 0;
    top: 30%;
    -webkit-transition-property: right;
    -webkit-transition-duration: 0.5s;
    z-index: 9999;
  }
  /*
  .linktoconferences:hover {
    position: absolute;
    right:0;
    top: 240px;
    -webkit-transition-property: right;
    -webkit-transition-duration: 0.5s;
  }
  */



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