@charset "UTF-8";
/* RGB */
/* bleu logo */
/* jaune logo */
/* Color */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700");
/* line 3, ../sass/_menu.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 3, ../sass/_menu.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 3, ../sass/_menu.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 3, ../sass/_menu.scss */
[hidden] {
  display: none;
}

/* line 3, ../sass/_menu.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 3, ../sass/_menu.scss */
body {
  margin: 0;
}

/* line 3, ../sass/_menu.scss */
a:focus {
  outline: thin dotted;
}

/* line 3, ../sass/_menu.scss */
a:active, a:hover {
  outline: 0;
}

/* line 3, ../sass/_menu.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 3, ../sass/_menu.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 3, ../sass/_menu.scss */
b, strong {
  font-weight: bold;
}

/* line 3, ../sass/_menu.scss */
dfn {
  font-style: italic;
}

/* line 3, ../sass/_menu.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 3, ../sass/_menu.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 3, ../sass/_menu.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

/* line 3, ../sass/_menu.scss */
pre {
  white-space: pre-wrap;
}

/* line 3, ../sass/_menu.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 3, ../sass/_menu.scss */
small {
  font-size: 80%;
}

/* line 3, ../sass/_menu.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 3, ../sass/_menu.scss */
sup {
  top: -0.5em;
}

/* line 3, ../sass/_menu.scss */
sub {
  bottom: -0.25em;
}

/* line 3, ../sass/_menu.scss */
img {
  border: 0;
}

/* line 3, ../sass/_menu.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 3, ../sass/_menu.scss */
figure {
  margin: 0;
}

/* line 3, ../sass/_menu.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 3, ../sass/_menu.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 3, ../sass/_menu.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 3, ../sass/_menu.scss */
button, input {
  line-height: normal;
}

/* line 3, ../sass/_menu.scss */
button, select {
  text-transform: none;
}

/* line 3, ../sass/_menu.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 3, ../sass/_menu.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 3, ../sass/_menu.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 3, ../sass/_menu.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3, ../sass/_menu.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 3, ../sass/_menu.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 3, ../sass/_menu.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 3, ../sass/_menu.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, ../sass/_menu.scss */
*,
*::after,
*::before {
  box-sizing: border-box;
}

/* line 10, ../sass/_menu.scss */
html {
  background: #101010;
  height: 100%;
}

/* line 15, ../sass/_menu.scss */
body {
  height: 100%;
  color: #57585c;
  color: #fff;
  background: #fff;
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fade effect */
/* line 26, ../sass/_menu.scss */
.js body {
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 31, ../sass/_menu.scss */
.js body.render {
  opacity: 1;
}

/* Page Loader */
/* line 36, ../sass/_menu.scss */
.js .loading::before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
}

/* line 47, ../sass/_menu.scss */
.js .loading::after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #fff;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
/* line 70, ../sass/_menu.scss */
a {
  text-decoration: none;
  color: #F8A12E;
  outline: none;
}

/* line 76, ../sass/_menu.scss */
a:hover,
a:focus {
  color: #f8d05d;
  outline: none;
}

/* line 82, ../sass/_menu.scss */
button:focus {
  outline: none;
}

/* line 86, ../sass/_menu.scss */
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 94, ../sass/_menu.scss */
.content {
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 100, ../sass/_menu.scss */
.content--fixed {
  position: relative;
  z-index: 1000;
  display: block;
  padding: 0.85em;
}

/* line 107, ../sass/_menu.scss */
.codrops-header {
  flex-direction: column;
  align-items: center;
}

/* line 112, ../sass/_menu.scss */
.codrops-header__title {
  font-weight: bold;
  padding-bottom: 0.25em;
  text-align: center;
}

/* line 118, ../sass/_menu.scss */
.info {
  margin: 0;
}

/* line 122, ../sass/_menu.scss */
.message {
  position: relative;
  z-index: 100;
  padding: 1em;
  text-align: center;
  color: #101010;
  background: #fff;
}

/* Icons */
/* line 132, ../sass/_menu.scss */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

/* line 140, ../sass/_menu.scss */
main {
  position: relative;
  width: 100%;
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Header */
/* line 149, ../sass/_menu.scss */
.codrops-header {
  position: relative;
  z-index: 100;
  display: flex;
}

/* line 155, ../sass/_menu.scss */
.codrops-header__title {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0.75em 0;
}

/* line 162, ../sass/_menu.scss */
.info {
  color: #f0f0f0;
  text-align: center;
}

/* Top Navigation Style */
/* line 168, ../sass/_menu.scss */
.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 175, ../sass/_menu.scss */
.content--switch {
  padding: 2.5rem 1rem;
}

/*****************************/
/* Media queries Grand écran */
/*****************************/
@media screen and (min-width: 1em) {
  /* line 183, ../sass/_menu.scss */
  .message {
    display: none;
  }

  /* line 187, ../sass/_menu.scss */
  .codrops-header {
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    align-self: start;
    grid-area: header;
    justify-self: start;
  }

  /* line 196, ../sass/_menu.scss */
  .info {
    text-align: left;
    margin: 0 0 0 1.25em;
  }

  /* line 201, ../sass/_menu.scss */
  .content {
    margin: 0 auto;
    min-height: 100vh;
  }

  /* line 206, ../sass/_menu.scss */
  .js .content--switch {
    display: none;
  }

  /* line 210, ../sass/_menu.scss */
  .js .content--switch-current {
    display: flex;
  }

  /* line 214, ../sass/_menu.scss */
  .content--fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 100%;
    padding: 1.5em;
    pointer-events: none;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto auto 4em;
    grid-template-areas: 'header ...' '... ...' 'menu demos';
  }

  /* line 234, ../sass/_menu.scss */
  .content--fixed a {
    pointer-events: auto;
  }
}
/* fin media query grand ecran */
/* line 241, ../sass/_menu.scss */
.demo-1 {
  font-family: 'Josefin Sans', sans-serif;
}

/* line 245, ../sass/_menu.scss */
.content__title {
  font-size: 2rem;
  margin: 0;
}

/* line 250, ../sass/_menu.scss */
.content__text {
  max-width: 600px;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

/* line 257, ../sass/_menu.scss */
#content-1 {
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Portofolio */
/* line 264, ../sass/_menu.scss */
#content-2 {
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Services */
/* line 270, ../sass/_menu.scss */
#content-3 {
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Vide */
/* line 276, ../sass/_menu.scss */
#content-4 {
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Compétences */
/* line 282, ../sass/_menu.scss */
#content-5 {
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Contact */
/* line 288, ../sass/_menu.scss */
#content-6 {
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 294, ../sass/_menu.scss */
.menu-trigger {
  display: none;
}

/* line 298, ../sass/_menu.scss */
.grim {
  display: none;
}

/******************************/
/* Media queries Grand écran */
/******************************/
@media screen and (min-width: 1em) {
  /* line 306, ../sass/_menu.scss */
  .content__title {
    font-size: 8vw;
  }

  /* line 310, ../sass/_menu.scss */
  .menu-trigger {
    display: inline-block;
    background: none;
    border: 0;
    grid-area: menu;
    justify-self: start;
    align-self: end;
    cursor: pointer;
    pointer-events: auto;
    font-family: inherit;
    color: inherit;
    position: relative;
    padding: 0;
    white-space: nowrap;
  }

  /* line 326, ../sass/_menu.scss */
  .menu-trigger--close {
    align-self: center;
  }

  /* line 330, ../sass/_menu.scss */
  .grim {
    display: grid;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
  }

  /* line 341, ../sass/_menu.scss */
  .grim--open {
    pointer-events: auto;
  }

  /* line 345, ../sass/_menu.scss */
  .grim__item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* line 353, ../sass/_menu.scss */
  .grim__item:first-child {
    grid-area: 31 / 1 / 33 / 2;
  }

  /* line 357, ../sass/_menu.scss */
  .grim__item:nth-child(2) {
    grid-area: 31 / 2 / 33 / 3;
  }

  /* line 361, ../sass/_menu.scss */
  .grim__item:nth-child(3) {
    grid-area: 29 / 1 / 31 / 3;
  }

  /* line 365, ../sass/_menu.scss */
  .grim__item:nth-child(4) {
    grid-area: 29 / 3 / 33 / 5;
  }

  /* line 369, ../sass/_menu.scss */
  .grim__item:nth-child(5) {
    grid-area: 25 / 1 / 29 / 5;
  }

  /* line 373, ../sass/_menu.scss */
  .grim__item:nth-child(6) {
    grid-area: 25 / 5 / 33 / 9;
  }

  /* line 377, ../sass/_menu.scss */
  .grim__item:nth-child(7) {
    grid-area: 17 / 1 / 25 / 9;
  }

  /* line 381, ../sass/_menu.scss */
  .grim__item:nth-child(8) {
    grid-area: 17 / 9 / 33 / 17;
  }

  /* line 385, ../sass/_menu.scss */
  .grim__item:nth-child(9) {
    grid-area: 1 / 1 / 17 / 17;
  }

  /* line 389, ../sass/_menu.scss */
  .grim__item:nth-child(10) {
    grid-area: 1 / 17 / 33 / 33;
  }

  /* line 393, ../sass/_menu.scss */
  .grim__item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    opacity: 0;
    box-shadow: 0 0 0 2px currentColor;
    background: currentColor;
  }

  /* line 407, ../sass/_menu.scss */
  .grim__item-bg--1 {
    color: #aaaaaa;
  }

  /* line 408, ../sass/_menu.scss */
  .grim__item-bg--2 {
    color: #0071bc;
  }

  /* Close */
  /* line 410, ../sass/_menu.scss */
  .grim__item-bg--3 {
    color: black;
  }

  /* line 411, ../sass/_menu.scss */
  .grim__item-bg--4 {
    color: #f8a12e;
  }

  /* Slide Accueil */
  /* line 413, ../sass/_menu.scss */
  .grim__item-bg--5 {
    color: #aaaaaa;
  }

  /* Slide 2 Portofolio */
  /* line 415, ../sass/_menu.scss */
  .grim__item-bg--6 {
    color: #0b5cad;
  }

  /* Slide Service */
  /* line 417, ../sass/_menu.scss */
  .grim__item-bg--7 {
    color: #f8a12e;
  }

  /* Slide Competences */
  /* line 419, ../sass/_menu.scss */
  .grim__item-bg--8 {
    color: #0071bc;
  }

  /* Slide Speaker*/
  /* line 421, ../sass/_menu.scss */
  .grim__item-bg--9 {
    color: #4597ce;
  }

  /* Slide Contact */
  /* line 423, ../sass/_menu.scss */
  .grim__item-bg--10 {
    color: #aaaaaa;
  }

  /* line 425, ../sass/_menu.scss */
  .grim__item-content {
    position: relative;
    color: #fff;
    transition: color 0.3s;
    overflow: hidden;
  }

  /* line 432, ../sass/_menu.scss */
  .grim__item-content:hover,
  .grim__item-content:focus {
    opacity: 0.8;
    color: inherit;
    transition: opacity 0.3s;
  }

  /* line 439, ../sass/_menu.scss */
  .grim__item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    opacity: 0;
  }

  /* line 449, ../sass/_menu.scss */
  .grim__item-title {
    font-weight: normal;
    margin: 0;
    font-size: 1.85rem;
    letter-spacing: 0.15rem;
  }

  /* line 456, ../sass/_menu.scss */
  .grim__item:nth-child(6) .grim__item-title {
    font-size: 2rem;
  }

  /* line 460, ../sass/_menu.scss */
  .grim__item:nth-child(7) .grim__item-title {
    font-size: 2.25rem;
  }

  /* line 464, ../sass/_menu.scss */
  .grim__item:nth-child(8) .grim__item-title {
    font-size: 2.45rem;
  }

  /* line 468, ../sass/_menu.scss */
  .grim__item:nth-child(9) .grim__item-title {
    font-size: 2.65rem;
  }

  /* line 472, ../sass/_menu.scss */
  .grim__item:nth-child(10) .grim__item-title {
    font-size: 3.85rem;
  }

  /*  .grim__item-desc {
      font-size: 0.85rem;
      margin: 0.5rem 0 0 0;
    }
  
    .grim__item-desc::after {
      content: '...';
      position: relative;
      display: block;
      font-size: 1.75rem;
    }*/
}
/* fin media query GRIM */
/* link quand grid ouvert */
/* line 490, ../sass/_menu.scss */
a.grim__link.grim__item-content {
  text-decoration: none;
}

/* line 495, ../sass/_menu.scss */
a.grim__link.grim__item-content:hover {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

/* Animation Icone ouverture et fermeture menu */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* line 511, ../sass/_menu.scss */
.blink {
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
  animation-timing-function: steps(1);
}

/* line 519, ../sass/_menu.scss */
.blink:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  color: #f8a12e;
}

/*****************************/
/* Media queries petit écran */
/*****************************/
@media screen and (max-width: 54em) {
  /* Accueil */
  /* line 532, ../sass/_menu.scss */
  #content-1 {
    height: 100vh;
  }

  /* Services */
  /* line 537, ../sass/_menu.scss */
  #content-3 {
    height: 100vh;
  }

  /* Compétences */
  /* line 542, ../sass/_menu.scss */
  #content-5 {
    height: 100vh;
  }

  /* Contact */
  /* line 547, ../sass/_menu.scss */
  #content-6 {
    height: 100vh;
  }

  /* line 551, ../sass/_menu.scss */
  .last__p__slide1 {
    margin-bottom: 50px;
  }
}
/* Slide 2 : Portofolio */
/* line 3, ../sass/_portofolio.scss */
.container.gallery-container {
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

/* Styles for the gallery */
/* line 11, ../sass/_portofolio.scss */
.tz-gallery {
  padding: 40px;
}

/* line 15, ../sass/_portofolio.scss */
.tz-gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

/* line 21, ../sass/_portofolio.scss */
.tz-gallery img {
  border-radius: 2px;
}

/* line 25, ../sass/_portofolio.scss */
.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  padding: 5px;
  /*border: solid 1px #CCC;
  -moz-box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  box-shadow: 5px 5px 0px #999;*/
}

/* line 36, ../sass/_portofolio.scss */
.iconeReal {
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -13px;
}

/* line 43, ../sass/_portofolio.scss */
.tz-gallery .caption {
  padding: 26px 30px;
  text-align: center;
}

/* line 48, ../sass/_portofolio.scss */
.tz-gallery .caption h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
}

/* line 54, ../sass/_portofolio.scss */
.tz-gallery .caption p {
  font-size: 1rem;
  color: #FFF;
  margin: 0;
}

/* line 60, ../sass/_portofolio.scss */
.baguetteBox-button {
  background-color: transparent !important;
}

/* line 64, ../sass/_portofolio.scss */
#baguetteBox-overlay .full-image {
  background-color: rgba(0, 0, 0, 0.7);
}

/*****************************/
/* Media queries petit écran */
/*****************************/
@media screen and (max-width: 54em) {
  /* line 73, ../sass/_portofolio.scss */
  .container.gallery-container {
    padding: 0;
  }

  /* line 76, ../sass/_portofolio.scss */
  .tz-gallery {
    padding: 0;
  }
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay.visible {
  opacity: 1;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

/* line 6, ../sass/_baguetteBox.scss */
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%,100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%,100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%,100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%,100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button#next-button {
  right: 2%;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button#previous-button {
  left: 2%;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

/* line 6, ../sass/_baguetteBox.scss */
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* Slide 3 : services */
/* line 4, ../sass/_services.scss */
.h3Service {
  color: #f8a12e;
}

/*****************************/
/* Media queries petit écran */
/*****************************/
@media screen and (max-width: 54em) {
  /* line 12, ../sass/_services.scss */
  .h3Service {
    font-size: 1.5rem;
  }
}
/* Slide 5 : competences */
/* line 4, ../sass/_competences.scss */
.devicon-git-plain {
  width: 4em;
}

/* Slide 6 : contact */
/* Slide 4 : Temoignages */
/* line 4, ../sass/_temoignages.scss */
.cardColor1 {
  background-color: #4597ce;
}

/* jaune logo */
/* line 8, ../sass/_temoignages.scss */
.cardColor2 {
  background-color: #f8a12e;
}

/* bleu logo */
/* line 12, ../sass/_temoignages.scss */
.cardColor3 {
  background-color: #0b5cad;
}

/* line 16, ../sass/_temoignages.scss */
.cardColor4 {
  background-color: #aaaaaa;
}
