@font-face {
font-family: 'Segoe UI Regular';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Regular'), url('../font/Segoe UI.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Italic'), url('../font/Segoe UI Italic.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Bold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('../font/Segoe UI Bold.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold Italic'), url('../font/Segoe UI Bold Italic.woff') format('woff');
}



*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font-family:'Segoe UI Regular';
}

body{
    font-family:'Segoe UI Regular';
}

.modal-body a:link {
  text-decoration: none;
  color: #FFF;
}

.textAlignCenter{
    text-align:center;
}

.displayBlock{
    display:block;
}

.marginAuto{
    margin:auto;
}
/*
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
*/
.navbar {
	background-color: #FFF;
	height: 5rem;

}
.menu {
	padding: 0;
}
.ombre {
	box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
}

.bg {
	background-image: url("../images/bg3.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;
	padding: 0;
	background-color: #FFF;
        background-size: 1140px;
}
.bg2 {
	background-color: #FFF;
	position: relative;
  z-index: 2;
	margin-bottom: 450px;
	box-shadow: 0 1rem 0.5rem -0.5rem rgba(0,0,0,0.2);
}
.bg-b {
	background-color: #FFF;
}

.jumbotron {
	background-color: transparent;
	padding-top: 10%;

}
.opa {
  background-color: rgba(255,255,255,0.9);
  padding: 20px;
  border-radius: 15px;
  color:#000;
}

/* ----- | Menu | ----- */

.navbar {
    font-size: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.3);
}
.nav-item {
	padding: 0 0.5rem;
}

.nav-link {
    color: #878786;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75rem 3rem;
    text-align: center;

}
.nav-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 0.2rem;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.nav-link:hover {
    text-decoration: none;
    color: #5BACD6;
}

.nav-link:hover:after {
    text-decoration: none;
    color: #FFF;
    width: 90%;
    background: #5BACD6;
}

a.active {
     background-color: transparent;
    border-radius: 4px;
    margin-top: 9px;
    padding: 0.2rem 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    transition: color .7s ease;
    color: #5BACD6 !important;
    font-weight:bold;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #FFF;
}

/* ----- | Menu Fin | ----- */


.gradient {
	height: 140px;
	display: block;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	margin-top: 15rem;
}

 #prestation, #equipe, #reference, #roadmap {
    background-color: #FFF;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.titreConsulting{
    color:white !important;
}

.titre{
    color: #878786;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 0;
    line-height: 90%;
    padding-bottom: 2rem;
}
.titre small{
    font-size: 1rem;
    color: #5BACD6;
    margin: 0;
}

.img-height {
  position:absolute;
  margin: 0 auto;
  left:-2000px;right:-2000px;
  
}

@media (max-width: 991px) {
  .nav-link:hover:after {
      width: 0%;
  }
  #navbars .navbar-nav {
    background-color: #FFF;
    padding-top: 30px;
  }
  section {
    margin-top: -5px;
  }

}

@media (max-width: 1200px) {
  .nav-link{font-size:12px;}
  .itemActu{font-size:17px !important;}
}


@media (max-width: 991px) {
  .nav-link:hover:after {
      width: 0%;
  }
  #navbars .navbar-nav {
    background-color: #FFF;
    padding-top: 30px;
  }
  section {
    margin-top: -5px;
  }
  
  .nav-link{font-size:7px !important;}
  .itemActu{font-size:12px !important;}

}

@media (max-width: 991px) {
  .nav-link {
    font-size: 12px;
   }
   .cqed {
   height: auto;
  }
}
/* ---- Missions ----- */


.ref-card {
  overflow: hidden;
  height: 380px;
  margin: 25px 10px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  text-align:center;
}

.ref-card:hover {
  box-shadow: 0 34px 32px -23px rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.ref-post-text {
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 17px;
  text-transform: uppercase;
  color: #878786;
  width: 100%;
}

.ref-description {
  font-size: 12px;
  text-transform: none;
  color: #878786;
  padding-bottom: 1rem;
}

.img-height {
  position:absolute;
  margin: 0 auto;
  left:-2000px;right:-2000px;
}

.modal-dialog{
    max-width: 70% !important;
}

.modal-body{
    padding:2rem;
}

.borderRadius50{
    border-radius:50px;
}

.titleModalPresentationEquipe{
    margin-left:2rem;
}

.modalContent60{
    max-width: 60%;
    margin: auto;
}

.contenuPopup{
    margin-left: 2rem;
}

.imgRefLogo{
    margin-top:55px !important;
}

.imgRef{
    height:67%;
}

.imgInPopup {
    width: 300px;
    margin: auto;
    margin-right: auto;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
}

/* ----- Footer ----- */
footer {
  position: fixed;
  bottom: 0;
  padding-top: 2rem;
  width: 100%;
  height: 450px;  

  font-size: 100px;
  color: #FFF;
  background-color: #878786;
}

footer a, footer .titre, footer p, footer a:hover {
	text-decoration: none;
	color: #FFF;
}

.footerext {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;  
  font-size: 100px;
  color: #FFF;
  background-color: #878786;
}

.footerext a, .footerext .titre, .footerext p, {
	text-decoration: none;
	color: #FFF;
}

.footerext a:hover {
	
	color: #5BACD6;
}


h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500; }

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

p {
  color: #696b6e;
  font-size: .9rem; }


.form-control-custom {
  border: 0.1rem solid #dfe1e5;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: .9rem;
  color: #FFF;
  border-radius: .3rem; }

.form-control-custom:focus {
  border: 0.1rem solid #5BACD6;
  outline: none; }

.btn-warning {
	background-color: #5BACD6;
	color: #FFF;
}

.form-control-custom {
	color: #878786;
	padding: 0 0.5rem;
}


.cqed{
 
  height: 250px;
  padding: 20px;

}


.rondTitre {
    display: block;
    padding-top: 15px;
    background-color: white;
    
    font-weight: bold;
    font-size: 16px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 17px;
    margin-top: -42px;
    border-radius: 10px;
    padding-bottom: 15px;
}

.noPadding{
    padding-left: 0 !important;
}

.prestationUnit{
    margin:auto;border: 1px;border-style: border-width: 2px;padding: 12px;
    height:445px;border-color:lightgrey;
    margin-top:20px;
    border-radius: 20px;
    text-align: center;
    padding-left:20px;
}

.equipeUnit{
    border-radius:10px;margin: auto;text-align: center;margin-top: 20px;margin-bottom: 40px;cursor:pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
}

.equipeUnit:hover{
    box-shadow: 0 34px 32px -23px rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.equipeUnit img {
    margin-top: 35px;
    margin-bottom: 35px;
    width:260px;
}

.infoEquipe{
    margin-bottom: 20px;
}

.modal-dialog{
    max-width: 70% !important;
}

.modal-body{
    padding:2rem;
}

.borderRadius50{
    border-radius:15px;
}

.titleModalPresentationEquipe{
    margin-left:2rem;
}

.bgReseau{
    background-repeat: no-repeat;
    height: 556px;
    background-size: cover;
    width: 100%;
    background-position: bottom;
}

@media (max-width: 1200px) {   
    .imgLampe{
        width:auto !important
    }
}



@media (max-width: 991px) {
    .marginTopLittleScreen{
        margin-top:100px;
    }
    
    .bgReseau{
        height:480px;
    }
    
    .prestationUnit{
        height:335px;
    }
    
    .methodeUnit{
        background-color: transparent !important;
    }
    
    .imgLampe{
        height: 477px;
        width: 720px !important;
    }
    
    .reseauUnit{
        margin-top:15px;
    }
}

@media (max-width: 991px) {
    .marginTopLittleScreen{
        margin-top:100px;
    }
    
    .bgReseau{
        height:480px;
    }
    
    .prestationUnit{
        height:335px;
        margin-bottom:80px;
    }
    
    .presentationUnit:last-of-type{
        margin-bottom:auto;
    }
    
    .methodImgAbsolute{
        max-height: 480px !important;
    }
        
    
}

@media (max-width: 764px) {
    .itemActu{
        font-size: 16px !important;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .prestationUnit{
        height:auto;
    }
    
    .methodImgAbsolute{
        max-height: 785px !important;
    }
    
    .methodeUnit{
        background-color:none !important;
    }
    
    .imgLampe {
        height: 475px !important;
        width: 542px !important;
    }
    
    .navbar-brand{
        padding-top:0 !important;
    }
}


.undisplayedVignette{
    display:none;
}

.imgInPopup{
    width:300px;
    margin: auto;
    margin-right:20px;
    text-align:center;
    display: inline-block;
}

.blocImage{
    margin:auto;
    text-align:center;
}

.modalContent60{
    max-width: 60%;
    margin: auto;
}

a:focus{
    outline:none;box-shadow: none !important;
}

.zoneTitreSection{
    margin-bottom: 10px;
}

.zoneTitreSectionFond{
    position: absolute;font-size: 65px;color: #bdbdbd;opacity: 0.2;font-weight:bold;
    margin-top:8px;
}

.titreSection{
    padding-top: 53px;z-index: 1;font-size: 24px;font-weight:bold;color: #5BACD6;
    
}

.methode_titre{
    background-color:white;border-radius:15px;border:1px solid #878786;padding:5px;margin-top:30px;padding-top:15px;padding-bottom:15px;
}

.methode_texte{
    text-align:justify;color:white;margin-top:10px;
}

.methodImgAbsolute{
    position:absolute;max-width:1140px;max-height:340px;width:1140px;filter:blur(10px);
}

.zoneTitreSectionMethode{
    margin-bottom:0 !important;
    background-color:white;
    padding-bottom: 30px;
}

.methodeUnit{
    cursor: pointer;
    background-color:rgb(255,255,255,0.2);
}



#prestation{
    border-bottom: 3px dotted lightgray;
    border-bottom-style: dashed;
    padding-bottom: 7rem;
}

.ref-post-textReference {
  position: absolute;
  bottom: 34px;
  padding-left: 20px;
  padding-right:10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #5BACD6;
}

.zoneTitreSection{
    margin-bottom: 20px;
}

/*.imgRef{
    height:62%;
}*/

@media (max-width: 500px) {

}

.imgEmchBerger,.imgIdee, .imgAgenci, .imgConceptAvocat,.imgValetude , .imgGilliard, .imgMultimodal, .imgLampsane{
    width:140px;
}

.colorBlack{
    color:black;
}

.imgRefVisu{
    max-height:60%;
}

.vignetteReference {
    cursor:pointer;
}

.nosMetiersTitre{
    margin-left: -10px;
    padding-left:10px !important;
    background-color: white;
}


@import url('https://fonts.googleapis.com/css?family=Ubuntu');

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

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: grey;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #5BACD6;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width:100px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #5BACD6;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color:white;
  padding:5px;
  margin-bottom:20px;
}
/* custom*/
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width:1px;
  height:20px;
  background: #5BACD6;
  bottom:-20px;
  left:50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: grey;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #5BACD6;
  border-color: #fff;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #5BACD6;
  border-color: #5BACD6;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #fff;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #5BACD6;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
  color: grey;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #5BACD6;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #5BACD6;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 3em !important;
  font-weight: 700;
  line-height: 1.2;
  color: #5BACD6;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
  color: grey;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.5em !important;
  color: grey;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}