@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/Brandon_bld-webfont.eot');
    src: url('../fonts/Brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/Brandon_bld-webfont.woff') format('woff'),
         url('../fonts/Brandon_bld-webfont.ttf') format('truetype'),
         url('../fonts/Brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

}
@font-face {
    font-family: 'ahamonoregular';
    src: url('../fonts/ahamono-regular-webfont.eot');
    src: url('../fonts/ahamono-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ahamono-regular-webfont.woff2') format('woff2'),
         url('../fonts/ahamono-regular-webfont.woff') format('woff'),
         url('../fonts/ahamono-regular-webfont.ttf') format('truetype'),
         url('../fonts/ahamono-regular-webfont.svg#ahamonoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #efeded;
    overflow: visible;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

footer {
    padding: 20px 0;
    background: #fff;
}

footer p {
    margin: 0;
    font-family: arial, Helvetica, sans-serif;
    font-size: 0.825em;
    color: #1cda99;
}

::-moz-selection {
    text-shadow: none;
    background: #1cda99;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #1cda99;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }

}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
    width:140px;
    height:320px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/loader-logo.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.section-heading { /* title section */
    font-family: 'brandon_grotesquebold';
    color: #ee4042;
    font-size: 3em;
    letter-spacing: 0px;
    display: none;
}

.navbar-custom {
    margin-bottom: 0;
    font-family: 'brandon_grotesquebold';
    text-transform: uppercase;
    background-color: #fff; /* navigation color 768*/
}

.navbar-custom .navbar-brand { /* logo navbar - before scroll */
    display: block;
    margin: 0;
    width: 45px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/logo_nav_w.svg) no-repeat;
}

.navbar-custom .navbar-brand:hover { /* logo navbar */
    color: blue;
}

.navbar-custom a {
    color: #fff; /* link color transparent */ 
}

.navbar-toggle {
    color: #fff; /* burger responsive */
    background: #1cda99;
    padding: 10px 14px;
    border-radius: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom .nav li a:hover , /* hover a:link nav */
.navbar-custom .nav li a:focus {
    color: #18313f;
    outline: none;
}

@media(max-width:768px) {
    .navbar-custom a {
        color: #1cda9a;
    }

    .navbar-custom .navbar-brand { /* logo navbar - before scroll */
    margin-left: 20px;
    margin-top: 5px;
    background-size: 90% auto;
    background: url(../img/logo_nav_mob.svg) no-repeat;

}
.intro {
    webkit-box-shadow:0;
    -moz-box-shadow:0;
    box-shadow:0;
}

}

@media(min-width:768px) {

      .intro {
    webkit-box-shadow:inset 0px 0px 0px 70px #1cda99;
    -moz-box-shadow:inset 0px 0px 0px 70px #1cda99;
    box-shadow:inset 0px 0px 0px 70px #1cda99;
}

    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        background: #fff; /* navbar solid color */
    }
    .navbar-custom.top-nav-collapse a {
        color: #1cda9a; /* link color solid navbar on scroll */
    }

    .navbar-custom.top-nav-collapse .navbar-brand {
        background: url(../img/logo_nav.svg) no-repeat; /* solid navbar brand on scroll */
    }

    .navbar-custom.top-nav-collapse .navbar-brand:hover {
        color: red; /* :hover brand title on scroll */
    }
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: white;
}

.intro .intro-body {
    display: table-cell;
    vertical-align:middle;
    background: none;
}

.name-stuff {
  margin-top: 0;
}

.name-stuff span {
  font-size: 2em;
  font-family: 'brandon_grotesquebold';
  color: black;
}

.name-stuff h2 {
  color: #18313f;
  margin: 0 auto;
  padding: 0;
  font-size: 1.625em;
  font-family: 'brandon_grotesquebold';
}

.name-stuff h3 {
  color: #1cda99;
   margin: 0 auto;
  padding: 0;
  font-size: 1.225em;
  font-family: 'brandon_grotesque_regularRg';
}


.text-swap span::before {
  content: '';
  animation: swaPPer 5s infinite ease-in;
  -webkit-animation: swaPPer 5s infinite ease-in;
  color: #1cda99;
  font-size: 60px;
  font-family: 'brandon_grotesqueBold';
  text-transform: uppercase;
}



@keyframes swaPPer {
  0% {
    content: 'design editorial';
    opacity: 0;
}
3% {
    content: 'design editorial';
    opacity: 1;
}
  32% {
    content: 'design editorial';
    opacity: 1;
}
  33.333% {
    content: 'identité visuelle';
    opacity: 0;
  }
  35.333% {
    content: 'identité visuelle';
    opacity: 1;
  }
  65% {
    content: 'identité visuelle';
    opacity: 1;
  }
  66.666% {
    content: 'web';
    opacity: 0;
  }
  69.666% {
    content: 'web';
    opacity: 1;
  }
  100% {
    content: 'web';
    opacity: 1;
  }

}

@-webkit-keyframes swaPPer {
  0% {
    content: 'design editorial';
    opacity: 0;
}
3% {
    content: 'design editorial';
    opacity: 1;
}
  32% {
    content: 'design editorial';
    opacity: 1;
}
  33.333% {
    content: 'identité visuelle';
    opacity: 0;
  }
  35.333% {
    content: 'identité visuelle';
    opacity: 1;
  }
  65% {
    content: 'identité visuelle';
    opacity: 1;
  }
  66.666% {
    content: 'web';
    opacity: 0;
  }
  69.666% {
    content: 'web';
    opacity: 1;
  }
  100% {
    content: 'web';
    opacity: 1;
  }
}

.mouse-scroll {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: none;
    background-repeat: no-repeat;
    background: url(../img/godown.svg);
    margin: 0 auto 20px auto;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


@media only screen and (min-width: 768px) {

  .swap-mob li {
    display: none;
  }
}
@media only screen and (min-width: 1170px) {


}

}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}




@media(max-width:767px) {

    .portfolio-modal .close-modal {
    display: none;
}


.intro .intro-body {
    background: #1cda99;
}

.name-stuff h2 {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5em;
  font-family: 'brandon_grotesquebold';
}

.name-stuff h3 {
  color: #18313f;
   margin: 0 auto;
  padding: 0;
  font-size: 1.125em;
  font-family: 'brandon_grotesque_regularRg';
}
  .mouse-scroll {
    display: none;
  }
.text-swap  {
  display: none;
}

.swap-mob {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.swap-mob li {
    text-align: center;
    margin: 20px auto;
    font-size: 35px;
    font-family: 'brandon_grotesqueBold';
    text-transform: uppercase;
    color: #1cda99; 
}

.swap-mob li:nth-child(1) {
    animation-duration: 4s;
    animation-delay: 0s;
    animation-name: moBone;
    animation-iteration-count: infinite;
}
.swap-mob li:nth-child(2) {
    animation-duration: 4s;
    animation-delay: 1s;
    animation-name: moBone;
    animation-iteration-count: infinite;
}
.swap-mob li:nth-child(3) {
    animation-duration: 4s;
    animation-delay: 2s;
    animation-name: moBthree;
    animation-iteration-count: infinite;

}

@keyframes moBone {
    0% {
    color: #1cda99;
}
   10% {
    color: #fff;
}
   20% {
    color: #1cda99;
}
   30% {
    color: #1cda99;
}
   40% {
    color: #1cda99;
}
   50% {
    color: #1cda99;
}
   60% {
    color: #1cda99;
}
   70% {
    color: #1cda99;
}
   80% {
    color: #1cda99;
}
    90% {
    color: #1cda99;
}
    100% {
    color: #1cda99;
  }
}

@keyframes moBtwo {
    0% {
    color: #1cda99;
}
   10% {
    color: #fff;
}
   20% {
    color: #1cda99;
}
   30% {
    color: #1cda99;
}
   40% {
    color: #1cda99;
}
   50% {
    color: #1cda99;
}
   60% {
    color: #1cda99;
}
   70% {
    color: #1cda99;
}
   80% {
    color: #1cda99;
}
    90% {
    color: #1cda99;
}
    100% {
    color: #1cda99;
  }
}

@keyframes moBthree {
    0% {
    color: #1cda99;
}
   10% {
    color: #fff;
}
   20% {
    color: #1cda99;
}
   30% {
    color: #1cda99;
}
   40% {
    color: #1cda99;
}
   50% {
    color: #1cda99;
}
   60% {
    color: #1cda99;
}
   70% {
    color: #1cda99;
}
   80% {
    color: #1cda99;
}
    90% {
    color: #1cda99;
}
    100% {
    color: #1cda99;
  }
}

    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

.btn-sub {
  float: none !important;
}

}

@media only screen and (max-width: 475px) {
    .text-swap span::before {
  font-size: 34px;
}
  .text-outro {
    margin-top: 20px !important;
  }

  .top-outro {
    font-size: 2em !important;
}
.bot-outro {
    font-size: 1.225em !important;
}

#contact img {
    margin: 20px auto !important;
}

.thank-bold {
  font-size: 60px !important;
  line-height: 20px !important;
}

.thank-light {
  font-family: 'brandon_grotesquemedium';
  color: #18313f;
  font-size: 26px !important;
  margin: 0;
  padding: 0;
}
}

@media(min-width:768px) {
    section {
        padding: 100px 0; /* defaut:150px;*/
    }

}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio {
    background: #f0f1e6;
}


/*--- Modal Portfolio ---*/

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'ahamonoregular';
    text-decoration: underline;
    font-size: 1.063em;
    font-size: 16px;
    color: #18133f;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
}

.portfolio-modal .modal-content ul.list-inline li {
    color: #000;
}

.portfolio-modal .modal-content img {
    margin-bottom: 10px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.text-descr-item {
  margin: 10px auto 30px auto;
  padding: 0;
  color: #18313f;
  font-family: 'brandon_grotesque_regularRg';
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
}

.btn-projet {
  font-family: 'brandon_grotesquemedium';
  background: #fff;
  border: 2px solid #1cda99;
  color: #18313f;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  transition: all 0.2s ease;
}

.btn-projet:hover {
  color: #1cda99;
}

/*--- Services ---*/

.content-section {
    padding-top: 100px; /* defaut : 100px; */
    background-color: #fff;
}

.box-serv {
    padding: 20px 0;
    background: #fff;
    webkit-box-shadow:inset 0px 0px 0px 50px #f0f1e6;
    -moz-box-shadow:inset 0px 0px 0px 50px #f0f1e6;
    box-shadow:inset 0px 0px 0px 50px #f0f1e6;
    margin-bottom: 50px;
}

.picto-serv {
    display: table;
    height: 100px;
    width: 100%;
    position: relative;
}

.picto-serv img {
    display: table-cell;
    position: absolute;
    vertical-align: bottom;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.services-heading {
    color: #1cda99;
    text-align: center;
    margin: 20px auto 10px auto;
    font-family: 'brandon_grotesqueblack';
}

#services ol {
    padding: 0;
    margin: 0;
}

#services ol li {
    list-style: none;
    margin: 0 auto;
    position: relative;
}

#services ol li p {
    color: #1cda99;
    font-size: 1.063em;
    line-height: 2em;
    margin: 0 auto;
    font-family: 'ahamonoregular';
    text-decoration: underline;
}

/*--- Contact ---*/

#contact {
    background: #f0f1e6;
}

.mailto {
  color: #18313f;
  font-weight: bold;
}

.cbp-mc-form:before,
.cbp-mc-form:after {
    content: " ";
    display: table;
}

.cbp-mc-form:after {
    clear: both;
}

.cbp-mc-form label {
    padding: 20px 5px 0px 2px;
    float: left;
    font-family: 'brandon_grotesquemedium';
    text-transform: uppercase;
    color: #002bff;
    font-weight: normal;
    font-size: 12px;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
    font-family: 'ahamonoregular';
    font-size: 14px;
    padding: 5px 10px;
    color: #18313f;
    display: block;
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
    border: 2px solid #f0f1e6;
    background: #fff;
}

.cbp-mc-form textarea {
    min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
    outline: none;
    border: 2px solid #1cda99;
    background: #fff;
    transition: all 0.2s ease;

}

.cbp-mc-form select:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #636363;
    font-family: 'ahamonoregular';
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #636363;
    font-family: 'ahamonoregular';
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #636363;
    font-family: 'ahamonoregular';
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #636363;
    font-family: 'ahamonoregular';
    font-style: italic;
}

.cbp-mc-submit-wrap {
    text-align: center;
    padding-top: 10px;
    clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
    background: #392752;
    border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    transition: all 0.3s ease;

}

.cbp-mc-form input.cbp-mc-submit:hover {
    background: #25f3d3;
}

.cbp-mc-form  button {
  display: none;
}

.top-outro {
    font-family: 'brandon_grotesquemedium';
    font-size: 3em;
    margin: 0 auto;
    padding: 0;
    line-height: 1em;
    color: #1cda99;
}
.bot-outro {
    font-family: 'brandon_grotesque_regularRg';
    font-size: 2em;
    margin: 10px auto 0 auto;
    padding: 0;
    line-height: 1em;
    color: #1cda99;
}

.thank-bold {
  font-family: 'brandon_grotesqueblack';
  color: #18313f;
  font-size: 80px;
  margin: 0 auto 0 auto;
  padding: 0;
  line-height: 30px;
}

.thank-light {
  font-family: 'brandon_grotesquemedium';
  color: #18313f;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#contact img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 40px auto  0 auto;
}

#btn-sub {
    color:#18313f;
    height:50px;
    width:130px;
    border:4px solid #18313f;
    display:inline-block;
    font-family: 'brandon_grotesquebold';
    font-size:15px;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    cursor:hand;
    position:relative;
    line-height: 45px;
    padding: 0;
    margin: 10px 0;
    float: right;
    background: transparent;
}

#btn-sub:hover {
    color:#18313f;
}

#btn-sub .line {
    position:absolute;
    background:rgba(28,218,153,1);
    -webkit-transition:all 350ms ease;
    -moz-transition:all 350ms ease;
    -o-transition:all 350ms ease;
    -ms-transition:all 350ms ease;
    transition:all 350ms ease;
}

#btn-sub .tp {
    width:0;
    height:4px;
    top:-4px;
    left:-4px;
    opacity:0;
}

#btn-sub:hover .tp {
    width:128px;
    left:-4px;
    opacity:1;
}

#btn-sub .bt {
    width:0;
    height:4px;
    top:42px;
    right:-4px;
    opacity:0;
}

#btn-sub:hover .bt {
    width:128px;
    right:-4px;
    opacity:1;
}

#btn-sub .rt {
    width:4px;
    height:0px;
    top:-4px;
    right:-4px;
    opacity:0;
}

#btn-sub:hover .rt {
    height:50px;
    right:-4px;
    opacity:1;
}

#btn-sub .lt {
    width:4px;
    height:0px;
    top:46px;
    left:-4px;
    opacity:0;
}

#btn-sub:hover .lt {
    height:46px;
    left:-4px;
    opacity:1;
    top:0px;
}