/* =================================================================== 
 *
 *  Infinity v1.0 Main Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles 
 *  09. header styles
 *  10. home
 *  11. about
 *  12. services
 *  13. portfolio
 *  14. testimonials
 *  15. clients
 *  16. contact
 *  17. footer
 *  18. data-theme
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");


/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html, body {
  height: 100%;
}

body {
  background: #111111;
  font-family: "librebaskerville-regular", serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #353535;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Empêche le débordement horizontal dû au curseur personnalisé */
}

/* ------------------------------------------------------------------- 
 * links & cursor - (_document-setup) 
 * ------------------------------------------------------------------- */
a, a:visited {
  color: #07617d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #000000;
}

::-moz-selection {
  color: black;
  background: #71f5bc;
}

::selection {
  color: black;
  background: #71f5bc;
}

.circle {
	position: absolute;
	border-color: #71f5bc;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	z-index:100;
	border-width: 2px;
	border-style: solid;
	transform: translate(50%, 50%);
	pointer-events: none;
}

.circle a:hover, 
.circle a:focus {
	width: 60px; 
	height: 60px; 
}

.circle.hover {
	background: #71f5bc;
    width: 95px;
    height: 95px;
    transform: translate(-15%, -15%);
    display: flex;
    align-items: center;
    font-family: "montserrat-regular", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: .1rem;
}
.circle.hover::after {
content:attr(data-cursor);
color:black;
text-align: center;
}

/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "montserrat-bold", sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}

h3, .h03, h4, .h04 {
  margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}

h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}
@media only screen and (max-width: 600px) {
  h1, .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h3, .h03 {
  font-size: 1.4rem;
  line-height: 1.5;
}

h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}

h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}
.cinfo .lead {
 font-size: 1.6rem;
 color: white;
}
body.projet .cinfo .lead  {
 color: white;
   font-family: "montserrat-regular", sans-serif;
   text-align: left;
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.8rem;
  }
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-family: "librebaskerville-italic", serif;
}

strong, b {
  font-family: "montserrat-bold", sans-serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "librebaskerville-italic", georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  font-family: "librebaskerville-bold", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var, kbd, samp, code, pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol, ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07617d;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #07617d;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button, .button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
  .circle {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "librebaskerville-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "montserrat-bold", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #71F5BC;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0F1215;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader, .oldie #preloader {
  display: none;
}
.pace-progress-inner {
font-family: "montserrat-bold", sans-serif;
font-size: 4rem;
}
.pace-progress-inner::after {
content: "";
background-color: #353635;
display: inline-block;
width: 11px;
height: 11px;
border-radius: 14px;
margin-left: 15px;
}
/*
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #71F5BC;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
*/

.loaded img {
  transform: scale3d(1, 1, 1) !important;
    filter: blur(0px) !important;
    opacity: 1 !important;
}

#portfolio .portfolio-content {
    margin-top: 0px !important;
}
 

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: #444444;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}
.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
  display: none;
}
.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label, legend {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "montserrat-regular", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #71f5bc;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  background: #A5A5A5;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #989898;
  color: #000000;
  outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #151515;
  color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #030303;
}

button.full-width, .button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium, .button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}

button.large, .button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}

button.stroke, .button.stroke {
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}

button.stroke.medium, .button.stroke.medium {
  line-height: 5.1rem !important;
}

button.stroke.large, .button.stroke.large {
  line-height: 5.4rem !important;
}

button.stroke:hover, .button.stroke:hover {
  border: 3px solid #f9a828;
  color: #f9a828;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.5rem;
}
.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */
/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "montserrat-bold", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}
.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}
.pull-quote:after {
  content: '\201D';
  bottom: -33px;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "montserrat-bold", sans-serif;
  border: none;
  color: #252525;
}
.stats-tabs li a:hover {
  color: #07617d;
}
.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "montserrat-regular", sans-serif;
  color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}
.skill-bars li {
  height: .6rem;
  background: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}
.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "montserrat-bold", sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.skill-bars li .progress {
  background: #313131;
  position: relative;
  height: 100%;
}
.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "montserrat-regular", sans-serif;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  background: #313131;
  padding: .6rem .6rem;
  border-radius: 3px;
}
.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
  content: "";
}
.skill-bars li .percent5 {
  width: 5%;
}
.skill-bars li .percent10 {
  width: 10%;
}
.skill-bars li .percent15 {
  width: 15%;
}
.skill-bars li .percent20 {
  width: 20%;
}
.skill-bars li .percent25 {
  width: 25%;
}
.skill-bars li .percent30 {
  width: 30%;
}
.skill-bars li .percent35 {
  width: 35%;
}
.skill-bars li .percent40 {
  width: 40%;
}
.skill-bars li .percent45 {
  width: 45%;
}
.skill-bars li .percent50 {
  width: 50%;
}
.skill-bars li .percent55 {
  width: 55%;
}
.skill-bars li .percent60 {
  width: 60%;
}
.skill-bars li .percent65 {
  width: 65%;
}
.skill-bars li .percent70 {
  width: 70%;
}
.skill-bars li .percent75 {
  width: 75%;
}
.skill-bars li .percent80 {
  width: 80%;
}
.skill-bars li .percent85 {
  width: 85%;
}
.skill-bars li .percent90 {
  width: 90%;
}
.skill-bars li .percent95 {
  width: 95%;
}
.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 *  08. common and reusable styles 
 *
 * ------------------------------------------------------------------- */
.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.intro h1 {
  font-family: "montserrat-bold", serif;
  font-size: 8rem;
  line-height: 1.375;
  color: #353635;
}
.section-intro h1 {
  font-family: "montserrat-bold", serif;
  font-size: 8rem;
  line-height: 1.375;
  color: #151515;
}
.section-intro h3,
.bricks-wrapper .item-wrap .item-text .folio-types {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.667;
  color: rgba(242, 242, 242, 0.5);
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-bottom: 0;
}
.section-intro .lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2.5rem;
  line-height: 1.833;
}
.section-intro.with-bottom-sep {
  padding-bottom: 4.2rem;
  position: relative;
}
.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  background-color: rgba(242, 242, 242, 1);
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }

  .section-intro .lead {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro h1 {
    font-size: 4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}
.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}

.js .animate-this, .js .animate-intro, .js .animate-this-left, .js .animate-this-right {
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1400px;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .header-logo {
  position: absolute;
  left: 50px;
  top: 50px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .header-logo a,
header .header-logo  {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 96px;
  height: 28px;
  background: url("../images/logo-wustner.png") no-repeat center;
  background-size: 96px 28px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */
#header-menu-trigger {
  display: block;
  position: fixed;
  right: 50px;
  top: 50px;
  height: 23px;
  width: 42px;
  line-height: 42px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition:  all 0.3s ease-in-out 0s;
  -o-transition:  all 0.3s ease-in-out 0s;
  -webkit-transition:  all 0.3s ease-in-out 0s;;
  -ms-transition:  all 0.3s ease-in-out 0s;
  transition:  all 0.3s ease-in-out 0s;;
}
#header-menu-trigger.opaque {

}
#header-menu-trigger.opaque .header-menu-text {
  background-color: #71f5bc;
  color: #353534;
}
#header-menu-trigger:hover, #header-menu-trigger:focus {
  color: #FFFFFF;
}
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: -8px;
  left: -75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-left: -50px;
    padding-right: 100%;
}
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
#header-menu-trigger .header-menu-icon::before, 
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.2s ease-in-out 0s;
}
#header-menu-trigger .header-menu-icon::before {
  top: -10px;
}
#header-menu-trigger .header-menu-icon::after {
  bottom: -10px;
}
#header-menu-trigger:hover .header-menu-icon::before {
  top: -13px;
}
#header-menu-trigger:hover .header-menu-icon::after {
  bottom: -13px;
}
#header-menu-trigger:hover .header-menu-icon::after,
#header-menu-trigger:hover .header-menu-icon::before {
  transition: all 0.2s ease-in-out 0s;
}
/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
  background: #FFFFFF;
  color: rgba(255, 255, 255, 0.25);
  font-size: 4rem;
  line-height: 1.6;
  padding: 50px 50px 50px 100px;
  height: 100%;
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition:  all 0.8s ease-in-out;
}
#menu-nav-wrap .titre-menu {
	line-height: 42px;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: rgba(58, 57, 55, 0.5);
	margin-top: 5rem;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  color: white;
}
#menu-nav-wrap h3 {
  color: white;
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#menu-nav-wrap .nav-list {
  font-family: "montserrat-bold", serif;
  font-size: 9rem;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 9rem;
}
#menu-nav-wrap .nav-list li {
  padding-left: 0;
  padding-top: 50px;
}
#menu-nav-wrap .nav-list li.current a {
	color: #71F5BC;
}
#menu-nav-wrap .nav-list li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.03);
  padding-top: 0px;
}
#menu-nav-wrap .nav-list li a {
  color: #3a3937;
}
#menu-nav-wrap .nav-list li a::after{
 content:" ";
 width: 15px;
 height: 15px;
 border-radius: 10px; 
 background-color: #71F5BC;
 display: inline-block; 
 margin-left: 5px;
}
#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
  color: #71F5BC;
  letter-spacing: 1rem;
}
#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}
#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}
#menu-nav-wrap .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}
#menu-nav-wrap .header-social-list li a:hover, 
#menu-nav-wrap .header-social-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}
#menu-nav-wrap span { 
	line-height: 42px;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: rgba(58, 57, 55, 0.5);
	padding-right: 40px; 
	margin-top: -5px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
}	
#menu-nav-wrap span:hover { 
	color: rgba(58, 57, 55, 1);
	transition: all 0.3s ease-in-out 0s;
}	
#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  border-radius: 3px;
  position: absolute;
  top: 50px;
  right: 50px;
  text-shadow: none;
  color: red;
}
#menu-nav-wrap .close-button span::before, 
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #3a3937;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -1px;
  transition:  all 0.3s ease-in-out 0s;
}
#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-nav-wrap .close-button span:hover::before,
#menu-nav-wrap .close-button span:hover::after  {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition:  all 0.3s ease-in-out 0s;
}
#menu-nav-wrap .sponsor-text {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.4rem;
  line-height: 3rem;
}
#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 10px;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  header .header-logo a,
  header .header-logo  {
    width: 100px;
    height: 29px;
    background-size: 100px 29px;
	left: 25px;
  }
  #header-menu-trigger {
    right: 25px;
  }
}
/*
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}*/


/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
  width: 100%;
  height: 100%;
  background-color: #151515;
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 804px;
  position: relative;
}
#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #090806;
  z-index: 10;
}

.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.home-content-tablecell {
  display: table-cell;
  vertical-align: middle;
  z-index: 500;
}
.home-content-tablecell .row {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 15rem;
}
.home-content-tablecell h3 {
  font-family: "montserrat-bold", sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}
.home-content-tablecell h1 {
  font-family: "montserrat-bold", serif;
  font-size: 9rem;
  line-height: 1.133;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
}

.home-content-tablecell h1::after  {
    content: "";
    background-color: #71F5BC;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    margin-bottom: -1px;
    margin-left: -20px;
}
.home-content-tablecell h2  {
    font-size: 2.5rem;
    text-transform: none;
    font-family: Montserrat-regular, serif;
    letter-spacing: .3rem;
    color: #979796;
}

.home-content-tablecell .more {
  margin: 4.8rem 0 0 0;
}
.home-content-tablecell .more .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
/* pastille */
.pastille {
position: absolute; bottom: 5vh; right: 25px; min-width: 200px; max-width: 14vw; display:block;
}
.pastille .image-texte,
.pastille .image  {
position: absolute; top: 50%; left: 50%;width: 100%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); transition: transform .6s cubic-bezier(.7,0,.3,1)
}
.pastille .image  {
left: calc(50% + 30px)
}
.pastille .image img {
display: block;
    position: relative; width: 140px; height: 130px;
}
.pastille .image-texte img {
display: block;
    position: relative;
    will-change: transform;
animation: rotation 10s infinite linear;
}
/* home social-list */
.home-social-list {
  position: absolute;
  left: 0px;
  margin: 0;
  padding: 50px 50px 100px 50px;
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  background: #71F5BC;
  z-index: 10;
  bottom: -50px;
}
.home-social-list::before {
  display: block;
  content: "";
  width: 3px;
  height: 30px;
  border-radius: 1px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
.home-social-list li {
  padding-left: 0;
  margin-top: 24px;
}
.home-social-list li .malt-logo {
  width: 24px;
  height: 34px;
  display: flex;
  align-items: center;
}
.home-social-list li a, .home-social-list li a:visited {
  fill:#353534;
  color: #353534;
}
.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  fill: #FFFFFF;
  color: #FFFFFF;
}

/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  z-index: 10;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #71F5BC !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 30px;
  right: 37px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }
  .home-content-tablecell h1,
  .section-intro h1,
.intro h1{
    font-size: 7rem;
  }
  #menu-nav-wrap .nav-list {
	font-size: 6rem;
	line-height: 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }
  .home-content-tablecell h1,
  .section-intro h1,
.intro h1{
    font-size: 6rem;
  }
  .home-content-tablecell h1::after {
	width: 15px;
    height: 15px;
	margin-left: 0px;
  }
  #menu-nav-wrap .nav-list {
	font-size: 4rem;
    line-height:9rem;
  }
  #menu-nav-wrap .nav-list li a::after {
	width: 10px;
	height: 10px;
  }
  .projet .pastille {
  bottom: 10vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-content-tablecell .row {
    max-width: 600px;
  }
  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }
  .home-content-tablecell h1,
  .section-intro h1,
.intro h1{
    font-size: 5.2rem;
  }
  .home-content-tablecell h1 br {
    display: none;
  }
    .home-content-tablecell h2 {
    font-size: 1.7rem !important;
  }

  .home-social-list {
    left: 0px;
    bottom: 0px;
    font-size: 2.1rem;
	padding: 30px;
  }
  .home-social-list::before {
    height: 30px;
  }

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
  #menu-nav-wrap {
	width : 100%
  }
  
  .contact-content h5 {
  margin-bottom: 1rem !important;
  }
  .pastille {
    right: 45px;
  }
}
@media only screen and (max-width: 600px) {
  #home {
    min-height: 702px;
  }

  .home-content-tablecell .row {
    max-width: 480px;
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.7rem;
  }
  .home-content-tablecell h1,
  .section-intro h1,
.intro h1{
    font-size: 4.8rem;
  }
  #menu-nav-wrap .nav-list {
	line-height: 6rem;
  }
  .pastille {
	bottom: -3vh;
    right: 40px;
  }

}
@media only screen and (max-width: 500px) {
  .home-content-tablecell .row {
    max-width: 420px;
  }
  .home-content-tablecell h3 {
    font-size: 1.5rem;
  }
  .home-content-tablecell h1,
  .section-intro h1,
.intro h1{
    font-size: 4.2rem;
  }

  .home-social-list {
    font-size: 1.8rem;
  }
  .home-social-list::before {
    height: 24px;
  }
  #menu-nav-wrap {
	padding-left: 40px;
	padding-right: 40px;
  }
  .pastille {
	bottom: -3vh;
    right: 40px;
  }
  .scrolldown{
	display: none;
  }
}
@media only screen and (max-width: 400px) {
  #home {
    min-height: 654px;
  }

  .home-content-tablecell .row {
    padding-top: 4.8rem;
    padding-bottom: 10.8rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.4rem;
  }
  .home-content-tablecell h1,
  .section-intro h1,
.intro h1{
    font-size: 3.6rem;
  }
}


/* ===================================================================
 *  11. about - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about {
  position: relative;
  padding: 35rem 0 17.5rem;
 /*  background-color: #FFFFFF;*/
  min-height: 600px;
  text-align: center;
}
.projet #about {
  padding: 15rem 0 12rem;
}
#about .about-wrap {
  max-width: 850px;
}
#about span {
  color: #353635;
}
#about h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.667;
  color: #71F5BC;
  text-transform: uppercase;
  letter-spacing: .2rem;
  position: relative;
  margin-bottom: 0;
}
#about h3.chiffre {
font-size: 8rem !important;
}
/*
#about h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
*/
#about .lead {
  font-family: "Montserrat-regular", serif;
  font-size: 2.5rem;
  line-height: 1.8;
  color: #979796;
  margin-top: 1rem;
}

.mentions #about .lead {
  font-family: "montserrat-light", sans-serif;
  font-size: 2rem;
}

.lead a {
	color: #353635;
    text-decoration: underline;
}
.lead a.external::after{
	content: "";
	background: url("../images/external-link-symbol.svg") center no-repeat;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.lead a:hover {
 color: #71F5BC;
}
.mentions .lead a:hover.external::after{
 color: #71F5BC;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * about 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #about {
    min-height: 636px;
  }
  #about .about-wrap {
    max-width: 800px;
  }
  #about .lead {

  }
}
@media only screen and (max-width: 900px) {
  #about .about-wrap {
    max-width: 720px;
  }
  .nav-slide a.prev .icon-wrap {
    margin-left: 25px !important;
}
  .nav-slide a.next .icon-wrap {
    margin-right: 25px !important;
}
}
@media only screen and (max-width: 768px) {
  #about h3 {
    font-size: 1.7rem;
  }
  #about .about-wrap {
    max-width: 600px;
  }
  #about .lead {
    font-size: 1.7rem;
  }
  .projet #about .lead {
    font-size: 1.9rem;
  }
  .projet #about .about-wrap.intro {
    margin-top: -24rem !important;
  }
  .half,
p.half.narrow  {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  }
  .half-left, 
  .half-right {
  display: block !important;


  }
  p.half {
    padding-left: 25px;
    padding-right: 25px;
	}
	.half.right,
.half.left 	{
	  margin: 0 !important;
	  }
}
@media only screen and (max-width: 600px) {
  #about {
    min-height: auto;
  }
  #about .about-wrap {
    max-width: 500px;
  }
  #about .lead {
    margin-top: 4.8rem;
  }
  .projet #about .lead {
    margin-top: 1rem;
  }
  .projet #about .about-wrap.intro {
  padding-left: 2.5rem !important;
  }
  .nav-slide a .etiquette {
  display: none; 
  }
  .projet #about .about-wrap .description .col-right {
    width: 100% !important;
	text-align: center;
  }
  .projet #about .about-wrap .description .col-left {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  #about h3 {
    font-size: 1.5rem;
  }
  #about .lead {

  }
}
@media only screen and (max-width: 400px) {
  #about {
    padding: 4.2rem 0 9.6rem;
  }
  #about .about-wrap {
    max-width: 380px;
  }
  #about .lead {
 
  }
}


/* ===================================================================
 *  12. services - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#services {
 /*  background-color: #19191b;
  background-image: url(../images/services-bg4.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;*/
  min-height: 800px;
  position: relative;
  padding: 17.5rem 0 17.5rem;
  color: rgba(255, 255, 255, 0.3);
}
#services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    /* background-color: rgba(5, 5, 5, 0.7);*/
}
#services .gradient-overlay {
      /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );*/
}
#services .section-intro h3 {
  color:#71F5BC;
}
#services .section-intro h1 {
  color:#353635;
}
#clients .section-intro h1::after,
#services .section-intro h1::after  {
	content: "";
    background-color: #71F5BC;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    margin-bottom: -1px;
    margin-left: 5px;
}
#services .section-intro .lead {
  color:#979796;
}
#services .services-content {
  text-align: center;
}

#services .icon-webdesign,
#services .icon-print,
#services .icon-code,
#services .icon-app {
  width: 4rem;
}
#services .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#services .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 25px;
}
#services .services-list .service-item p {
  color: rgba(242, 242, 242, 0.4);
  font-family: "montserrat-light", sans-serif;
  font-size: 1.8rem;
}
#services .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 100px;
  height: 100px;
  border: solid 2px #979796;
  border-radius: 50px;
  position: relative;
}
#services .services-list .icon i {
  /*font-size: 4rem;*/
  /*color: #71f5bc;*/
  top: 28%;
  position: absolute;
  left: 31%;
}
#services .services-list .h05 {
  font-size: 1.4rem;
  line-height: 1.765;
  margin-bottom: 3rem;
  font-family: "montserrat-bold", sans-serif;
  letter-spacing: 0.3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #services .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #services .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  
   .projet .section.rentrant {
    padding-bottom: 0rem !important;
}
#services, #portfolio, #clients, #contact,
 .projet .section  {
    padding: 12rem 0 12rem !important;
  }
#about {
    padding: 24rem 0 12rem !important;
  }

  #services .services-content {
    max-width: 550px;
  }
  #services .services-list .service-item {
    padding: 0 15px;
    margin-bottom: 0;
  }
  #services .services-list .icon i {
    font-size: 5.1rem;
  }
  body.projet .intro-projet {
    background-attachment: scroll !important;
}
}
@media only screen and (max-width: 600px) {
  #services .services-list .service-item {
    padding: 0 10px;
  }
  #services .services-list .icon i {
    font-size: 5rem;
  }
  .portfolio-content .col-twelve {
    margin-left: 0% !important;
}

}
@media only screen and (max-width: 400px) {
  #services .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  13. portfolio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#portfolio {
  /* background: #FFFFFF; */
  min-height: 800px;
  position: relative;
  padding: 17.5rem 0;
}
#portfolio .intro-wrap {
  /*   padding: 15rem 0 21rem;*/
 /*  background: #71f5bc; */
}
#portfolio .section-intro h3 {
  color: #71F5BC;
}
#portfolio .section-intro h1 {
  color: #353635;
}
#about .intro h1::after,
#portfolio .section-intro h1::after {
    content: "";
    background-color: #71f5bc;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    margin-bottom: -1px;
    margin-left: 7px;
}
#portfolio .section-intro .lead {
  color: #979796;
}
#portfolio .portfolio-content {
  margin-top: -22.2rem;
}
.portfolio-content .col-twelve {
    margin-left: 2%;
}
#portfolio .bricks-wrapper:before, 
#portfolio .bricks-wrapper:after {
  content: "";
  display: table;
}
#portfolio .bricks-wrapper:after {
  clear: both;
}

#portfolio .bricks-wrapper .brick {
  float: left;
  width: 48%;
  padding: 15px;
  margin: 0;
}
#portfolio .bricks-wrapper .brick.folio-item.end {
  width: 96%;
}
#portfolio .bricks-wrapper .brick.folio-item.end-mobile {
  display: none;
}
#portfolio .bricks-wrapper .brick:nth-child(2n+1) {
  clear: both;
}

/* ------------------------------------------------------------------- 
 * masonry entries - (_layout.css) 
 * ------------------------------------------------------------------- */
.bricks-wrapper .item-wrap {
  position: relative;
  overflow: hidden;
}
.bricks-wrapper .item-wrap .overlay {
  /* cursor: zoom-in; */
}
.bricks-wrapper .item-wrap .overlay img,
.bricks-wrapper .item-wrap .overlay video {
  vertical-align: bottom;
  -moz-transition: all 0s ease-in-out 0.7s;
  -o-transition: all 0s ease-in-out 0.7s;
  -webkit-transition: all 0s ease-in-out 0.7s;
  -ms-transition: all 0s ease-in-out 0.7s;
  transition: all 0s ease-in-out 0.7s;
}
.bricks-wrapper .item-wrap .overlay::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
/*
.bricks-wrapper .item-wrap .overlay::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}*/
.bricks-wrapper .item-wrap .item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10rem 7rem;
  margin-right: 6rem;
  z-index: 3;
}
.bricks-wrapper .item-wrap .item-text .folio-title {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1.364;
}
.bricks-wrapper .item-wrap .item-text .folio-title::after {
    content: "";
    background-color: #71f5bc;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    margin-bottom: 0px;
    margin-left: 7px;
}
.bricks-wrapper .item-wrap .item-text .folio-encours {
    color: white;
    font-style: italic;
    font-family: "montserrat-light", sans-serif;
    letter-spacing: 1px;
}
/*
.bricks-wrapper .item-wrap .item-text .folio-types {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}*/
.bricks-wrapper .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}
.bricks-wrapper .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}
.bricks-wrapper .item-wrap .details-link:hover, .bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.bricks-wrapper .item-wrap .item-text, .bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap:hover .overlay::before {
  opacity: 1;
  visibility: visible;
}
.bricks-wrapper .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bricks-wrapper .item-wrap:hover .overlay img,
.bricks-wrapper .item-wrap:hover .overlay video {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 1s ease-in-out;
}
.bricks-wrapper .item-wrap .overlay img,
.bricks-wrapper .item-wrap .overlay video {
  transition: all 1s ease-in-out;
}
.bricks-wrapper .item-wrap:hover .item-text, .bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* ------------------------------------------------------------------- 
 * Light Gallery Overrides - (_layout.css) 
 * ------------------------------------------------------------------- */
.lg-sub-html {
  padding: 12px 20% 15px;
}
.lg-sub-html a, .lg-sub-html a:visited {
  color: #f9a828;
}
.lg-sub-html a:hover, .lg-sub-html a:focus {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .lg-sub-html {
    padding: 12px 15% 15px;
  }
  .section-intro h1::after, 
  .intro h1::after {
    width: 15px;
    height: 15px;
}
}
@media only screen and (max-width: 768px) {
  .lg-sub-html {
    padding: 12px 40px 15px;
  }
}

.lg-sub-html h4 {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.333;
}

.lg-sub-html p {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin: .6rem 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #f9a828;
}

.lg-progress-bar .lg-progress {
  background-color: #FFFFFF;
}

#lg-counter {
  font-family: "montserrat-regular", sans-serif;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */

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

  #portfolio .section-intro {
    margin-bottom: 0;
}

  #portfolio .bricks-wrapper .brick {
    float: none;
    width: 100%;
  }
  
#portfolio .bricks-wrapper .brick.folio-item.end {
 display: none;
}
#portfolio .bricks-wrapper .brick.folio-item.end-mobile {
 display: block;
}


  .bricks-wrapper .item-wrap .item-text .folio-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  #clients .section-intro h1::after, 
#services .section-intro h1::after,
#about .intro h1::after, 
#portfolio .section-intro h1::after {
    height : 14px;
    width : 14px;
}
}


/* ===================================================================
 *  14. testimonials - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#testimonials {
  background: #FFFFFF;
  padding: 12rem 0 7.8rem;
  text-align: center;
}
#testimonials h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
  margin-bottom: 4.2rem;
}

#testimonials .flex-container {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

#testimonial-slider {
  margin: 0 0 3rem 0;
  position: relative;
}
#testimonial-slider .slides {
  padding-bottom: 3rem;
}
#testimonial-slider p {
  font-family: "librebaskerville-bold", serif;
  font-size: 3rem;
  line-height: 1.8;
  color: #151515;
}
#testimonial-slider p::before, #testimonial-slider p::after {
  display: inline-block;
  font-family: "librebaskerville-bold", serif;
  font-size: 3.6rem;
  line-height: 1;
}
#testimonial-slider p::before {
  content: '\201C';
}
#testimonial-slider p::after {
  content: '\201D';
}
#testimonial-slider .testimonial-author {
  margin-top: 4.2rem;
}
#testimonial-slider .testimonial-author img {
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto 1.2rem auto;
  display: block;
  border-radius: 50%;
  vertical-align: middle;
}
#testimonial-slider .testimonial-author .author-info {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "librebaskerville-bold", sans-serif;
  font-size: 2rem;
  margin-top: .9rem;
  margin-bottom: 3rem;
  color: #151515;
}
#testimonial-slider .testimonial-author .author-info span {
  display: block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.313;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  margin-top: .3rem;
}

/* control nav */
#testimonials .flex-control-nav {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -1.5rem;
}
#testimonials .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

#testimonials .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background-color: #959595;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#testimonials .flex-control-paging li a:hover {
  background-color: #555555;
}
#testimonials .flex-control-paging li a.flex-active {
  background-color: #000000;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #testimonial-slider p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials h2 {
    font-size: 1.7rem;
  }

  #testimonial-slider p {
    font-size: 2.5rem;
  }
  #testimonial-slider .testimonial-author img {
    width: 6.6rem;
    height: 6.6rem;
  }
  #testimonial-slider .testimonial-author .author-info {
    font-size: 1.8rem;
  }
  #testimonial-slider .testimonial-author .author-info span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #testimonials .flex-container {
    width: 90%;
  }

  #testimonial-slider p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 500px) {
  #testimonials h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #testimonials .flex-container {
    width: 100%;
  }

  #testimonial-slider p {
    font-size: 2rem;
  }
}


/* ===================================================================
 *  15. clients - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#clients {
  background-color: #f9f9f9;
  padding: 17.5rem 0;
}
#clients h3 {
  color:#979796; 
}
#clients .client-lists .owl-item {
  opacity: .4;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#clients .client-lists .owl-item:hover {
  opacity: 1;
}
#clients .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#clients .owl-carousel .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
#clients .owl-carousel .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
#clients .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.8rem;
}
#clients .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#clients .owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  background-color: #979796;
  margin: 6px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 5px;
}
#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #71F5BC;
}
.marquee {
  height: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
margin-top: 20px;
  
}

.marquee div {
  display: block;
  width: 200%;
  height: 100px;
  position: absolute;
  overflow: hidden;
  animation: marquee 60s linear infinite reverse;
}

/* ===================================================================
new marquee clients
Note pour contribution, valeurs Ã  modifier : 
- sur le slide-track, le multiplicateur 
- sur l'anim scroll, le multiplicateur 
- idem slide-track2 & le scroll2. 
Attention Ã  ne pas oublier le RWD. 
 * ------------------------------------------------------------------- */
s
.marquee2:hover div,
.marquee-big2:hover div {
	animation-play-state: paused;
}
/* .marquee-big2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(249,249,249,0.7) 0%, rgba(249,249,249,0.5) 3%, rgba(249,249,249,0) 10%, rgba(249,249,249,0) 90%, rgba(249,249,249,0.5) 97%, rgba(249,249,249,0.7) 100%);
}
.marquee2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(249,249,249,0.7) 0%, rgba(249,249,249,0.5) 3%, rgba(249,249,249,0) 10%, rgba(249,249,249,0) 90%, rgba(249,249,249,0.5) 97%, rgba(249,249,249,0.7) 100%);
} */
.marquee2 {
	height: 95px;
	position: relative;
	width: 100%;
	display: grid;
	overflow: hidden;
	margin-bottom: 10px; 
	margin-top: 20px;
}
.slide-track {
	width: calc(162px * 24);
	display: flex;
	animation: scroll 90s linear infinite reverse;
	justify-content: space-between;
}
.marquee2 img,
.marquee2 svg {
	width: 162px;
	height: 95px;
	display: grid;
	background: rgba(242, 242, 242, 1);
	border-radius: 24px;
	border: solid 10px #f9f9f9;
	transition: all 1s;
	fill: #979796;
}
@keyframes scroll {
  0% {
	transform: translateX(0px);
  }
  100% {
	transform: translateX(calc(-162px * 12));
  }
}
.marquee-big2 {
    height: 127px;
    position: relative;
    width: 100%;
    display: grid;
    overflow: hidden;
}
.slide-track2 {
    width: calc(260px* 20);
    display: flex;
    animation: scroll2 45s linear infinite reverse;
    justify-content: space-between;
}
.marquee-big2 img,
.marquee-big2 svg {
	width: 260px;
	height: 127px;
	display: grid;
	opacity:1;
	background: rgba(242, 242, 242, 1);
	border-radius: 24px;
	border: solid 10px #f9f9f9;
	transition: all 1s;
	fill: #979796;
}

svg#Logo_Kenny:hover,
svg#Logo_Domyos:hover {
    background: #282929;
} 
svg#Logo_Kinomap:hover {
    background: #ffde79;
}
svg#Logo_Nexity:hover {
    background: #C82832;
}
svg#Logo_CreditduNord:hover {
    background: #505C74;
}
svg#Logo_Adeo:hover {
    background: #0097A7;
}
svg#Logo_Decath:hover {
    background: #3643BA;
}
svg#Logo_Bel:hover {
    background: #005640;
}
svg#Logo_SG:hover {
    background: white;
}
svg#Logo_Alltricks:hover {
    background: #005162;
}
svg#Logo_Utopia:hover {
    background: linear-gradient(111deg,#fb8ad9,#bea5ff 24%,#ff47f9 52%,#ffaff9 78%,#ffaff9);
}
svg#Logo_Clearnet:hover {
    background: #54814F;
}
svg#Logo_Editionslegislatives:hover {
    background: #0E121C;
}
svg#Logo_Justlearn:hover {
    background: #653D7C;
}
svg#Logo_Louvrehotels:hover {
    background: #0F4C64;
}
svg#Logo_Filolab:hover {
    background: #2B4896;
}
svg#Logo_Taiwa:hover {
    background: #255081;
}
svg#Logo_Sportalaffiche:hover {
    background: #F1F3FA;
}
svg#Logo_OLV:hover {
    background: #54B5FC;
}
svg#Logo_Beriflam:hover {
    background: #344432;
}
svg#Logo_Impala:hover {
    background: #FFD800;
}
svg#Logo_Gefradis:hover {
  background: #EEEEEE;
}


svg#Logo_Kenny:hover,
svg#Logo_Kinomap:hover,
svg#Logo_Domyos:hover,
svg#Logo_Nexity:hover,
svg#Logo_CreditduNord:hover,
svg#Logo_Adeo:hover,
svg#Logo_Decath:hover,
svg#Logo_Bel:hover,
svg#Logo_SG:hover,
svg#Logo_Alltricks:hover,
svg#Logo_Utopia:hover,
svg#Logo_Clearnet:hover,
svg#Logo_Editionslegislatives:hover,
svg#Logo_Justlearn:hover,
svg#Logo_Louvrehotels:hover,
svg#Logo_Filolab:hover,
svg#Logo_Taiwa:hover,
svg#Logo_Sportalaffiche:hover,
svg#Logo_OLV:hover,
svg#Logo_Beriflam:hover {
    fill: white;
}
svg#Logo_Kinomap:hover,
svg#Logo_SG:hover,
svg#Logo_Impala:hover {
    fill: black;
}
svg#Logo_Gefradis:hover {
    fill: #253081;
}
svg#Logo_Sportalaffiche:hover {
    fill: #232E5C;
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-260px * 10));
  }
}

@media screen and (max-width: 768px) {
	.slide-track {
    width: calc(122px * 24);
  }
  .marquee2 img {
    width: 122px;
	height: 42px;
	margin-right:5px;
  } 
  .marquee2 {
	  margin-bottom:10px;
  }
    @keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-122px * 12));
  }
  }
  .slide-track2 {
    width: calc(160px * 20);
  }
  .marquee-big2 img {
    width: 160px;
	height: 53px;
	margin-right:5px;
  } 
  
  @keyframes scroll2 {
  0% {
		transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-160px * 10));
  }
	}
}



/* ===================================================================
 *  16. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#contact {
  background-color: #111111;
  background-image: url(../images/services-bg4.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 17.5rem 0 0rem;
  position: relative;
}
/* #contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  background-color: #000000;
} */
#contact .section-intro h1 {
  color: white;
}
#contact .section-intro h1 span  {
  color: #71f5bc;
}
#contact .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#contact .section-intro p.lead {
  color: rgba(242, 242, 242, 0.4);
  font-family: "montserrat-regular", sans-serif;
}

.contact-content {
  max-width: 1024px;
  margin-top: 3rem;
  color: #FFFFFF;
  z-index: 600;
  position: relative;
}
.contact-content h5 {
  color: #FFFFFF;
  margin-bottom: 5.4rem;
}
.contact-content h6 {
  color: #555555;
  font-size: 1.4rem;
}

.contact-content .col-four {
  float: right;
}

/* contact info */
.contact-info .cinfo {
  margin-bottom: 4.2rem;
}
.cinfo ul {
  margin: 0;
  display: flex;
  align-items: center;
}
.cinfo li  {
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
	display: inline-block;
	padding-left: 0px;
	padding-right: 20px;
}
.cinfo li i.malt-logo {
  width: 24px;
  height: 34px;
  display: flex;
}
.cinfo li a {
  fill: white;
	color: white;
}
.cinfo li  a:hover,
.cinfo li a:focus {
  fill: #71f5bc;
	color: #71f5bc;
}
/* contact form */
#contact form {
  margin-top: 0;
  margin-bottom: 3rem;
}
#contact form .form-field {
  position: relative;
}
#contact form .form-field:before, #contact form .form-field:after {
  content: "";
  display: table;
}



#contact form .form-field:after {
  clear: both;
}
#contact form .form-field label {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  text-transform: uppercase;
  letter-spacing: .05rem;
  padding: .6rem 2rem .6rem 2rem;
  margin: 0;
  color: #353534;
  background: #71f5bc;
  border-radius: 3px;
}
#contact form .form-field label::after {
  position: absolute;
  right: 15px;
  top: 1px;
  margin-top: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #71f5bc;
  content: "";
}
#contact form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#contact form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  /* Firefox 18- */
}
#contact form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  /* Firefox 19+ */
}
#contact form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#contact form .placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3.6rem;
  background: rgba(255, 255, 255, 0.1);
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
  color: #FFFFFF;
}

#contact textarea {
  min-height: 21rem;
  padding: 1.8rem 2rem;
}
#contact textarea:focus {
  color: #FFFFFF;
}

#contact button.submitform {
  font-size: 1.5rem;
  display: block;
  letter-spacing: .2rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0 3rem;
  width: 100%;
  background: #71f5bc;
  color: #353534;
  margin-top: .6rem;
}
#contact button.submitform:hover, #contact button.submitform:focus {
  background: white;
}

#message-warning, #message-success {
  display: none;
  margin-bottom: 3.6rem;
  width: 100%;
  font-family: "montserrat-light", sans-serif;
line-height: 1.833;
font-size: 1.8rem;
text-align: center;
}

#message-warning {
  color: #D32B2E;
}

#message-success {
  color: #71f5bc;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

#mentions {
  text-align: center;
  padding-top: 5rem;
  position: relative;
}

#mentions p,
#mentions a{
  color: rgba(242, 242, 242, 0.4);
  font-family: "montserrat-light", sans-serif;
  font-size: 1.4rem;
}
#mentions a {
 text-decoration: underline;
}
/* peut-Ãªtre Ã  supprimer
#mentions div::before {
display: inline-block;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
} */

/* form loader */
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * contact 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-content {
    max-width: 600px;
    text-align: center;
	margin-top: 0;
  }
body.projet .cinfo .lead {
text-align: center;
}
  .contact-info {
    width: 100%;
  }
  .cinfo ul {
    justify-content: center;
}

}
@media only screen and (max-width: 600px) {
  .contact-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}


/* ===================================================================
 *  17. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
  margin: 0 0 5.4rem 0;
  padding: 0;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
}
footer a, footer a:visited {
  color: #FFFFFF;
}
footer a:hover, footer a:focus {
  color: #f9a828;
}
footer .row {
  max-width: 1400px;
}
footer h4.h05 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 4.2rem;
  margin-bottom: 3.6rem;
}
footer h4.h05::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* footer main
 * --------------------------------- */
.footer-main {
  padding-top: 9.6rem;
  padding-bottom: 3rem;
}
.footer-main ul {
  font-size: 1.5rem;
  margin-left: 0;
}
.footer-main ul li {
  list-style: none;
  padding-left: 0;
}
.footer-main ul a, .footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}
.footer-main ul a:hover, .footer-main ul a:focus {
  color: #FFFFFF;
}
.footer-main .subscribe-form {
  position: relative;
}
.footer-main #mc-form {
  margin: 0;
  padding: 0;
}
.footer-main #mc-form input[type="email"] {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer-main #mc-form button {
  background-color: #f9a828;
  color: #000000;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-main #mc-form button:hover {
  background-color: #f89e0f;
}
.footer-main #mc-form button i {
  font-size: 2.6rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}
.footer-main #mc-form label {
  color: #f9a828;
  font-family: "montserrat-regular", sans-serif;
}

/* footer bottom
 * --------------------------------- */
.footer-bottom {
  margin-top: 3rem;
  text-align: center;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
}
.footer-bottom .copyright span {
  display: inline-block;
}
.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
  display: none;
}

#go-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 700;
  display: none;
}
#go-top-test {
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 63px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  background: #000000;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {

}
#go-top a:hover, #go-top a:focus {
  background: #000000;
  color: #FFFFFF;
}

.nav-slide a {
display: block;
outline: medium none;
position: fixed;
top: 50%;
text-align: left;
transform: translateY(-50%);
z-index: 690;
}

.nav-slide a.animate-this-left {
left: 0;    
}

.nav-slide a.animate-this-right {
right: 0;    
}

.nav-slide .icon-wrap {
border-radius: 30px;
border: solid 2px #979796;
line-height: 57px;
text-align: center;
display: block;
height: 62px;
position: relative;
width: 62px;
z-index: 100;
} 

.nav-slide a.prev .icon-wrap { 
margin-left: 75px;
margin-right: 20px;
}
.nav-slide a.next .icon-wrap { 
margin-left: 20px;
margin-right: 75px;
}
.nav-slide .etiquette {    
height: 132px;
padding: 20% 140px;
position: absolute;
top: 50%;
transition: transform 0.3s ease 0s;
color:#979796;
font-family: montserrat-bold, sans-serif;
font-size: 1.4rem;
background: white;
text-transform: uppercase;
letter-spacing: .2rem;
line-height:1.8rem;
}

.nav-slide a.animate-this-left .etiquette {    
left: 0;
transform: translateY(-50%) translateX(-110%); 
}

.nav-slide a.animate-this-right .etiquette {    
right: 0;
transform: translateY(-50%) translateX(110%); 
}

.nav-slide a.prev:hover div {
    transform: translateY(-50%) translateX(20px) !important; 
}
.nav-slide a.next:hover div {
    transform: translateY(-50%) translateX(-20px) !important;
}

.nav-slide .etiquette h3 {
color: #353635;
font-size: 25px;
margin: 0;
letter-spacing: 0;
position: relative;
text-transform: none;
white-space: nowrap;
}
.nav-slide .etiquette h3:after {
    content: "";
    background-color: #71f5bc;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    margin-bottom: -1px;
    margin-left: 7px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  .footer-main {
    text-align: center;
  }
  .footer-main .row {
    max-width: 480px;
  }
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}

/* Projet
 * --------------------------------- */
 
body.projet {
	background: none;
}

body.projet .intro-projet {
width: 100%;
height: 70%;
background-color: #151515;
background-repeat: no-repeat;
background-position: center 30%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
position: relative;
}

#triathlon.intro-projet {
background-image: url(../projets/images/triathlon/banniere.jpg);
}
#quatrecentquatre.intro-projet {
background-image: url(../projets/images/banniere-404.jpg);
}
#mentions.intro-projet {
background-image: url(../projets/images/banniere-mentions.jpg);
}
#oliviertraiteur.intro-projet {
background-image: url(../projets/images/banniere-oliviertraiteur.jpg);
}
#kinomap-site.intro-projet {
background-image: url(../projets/images/banniere-kinomap.jpg);
}
#osezlavideo.intro-projet {
background-image: url(../projets/images/banniere-osezlavideo.jpg);
}#osezlavideosite.intro-projet {background-image: url(../projets/images/banniere-osezlavideosite.jpg);}
#kinomap-app.intro-projet {
background-image: url(../projets/images/banniere-kinomap-app.jpg);
}
#ozeo.intro-projet {
background-image: url(../projets/images/banniere-ozeo.jpg);
}
#kinomap-PGW.intro-projet {
background-image: url(../projets/images/banniere-kinomap-pgw.jpg);
}
.intro-projet .overlay {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #090806; 
} 
.projet #about .about-wrap {
	margin-top: 3rem;
}
.projet #about .about-wrap.intro  {
margin-top: -30rem; 
padding-top: 5rem;
background: white; 
margin-left: 0px; 
text-align: left;
padding-left: 5rem;
padding-right: 2rem;
}
 
.projet #about .about-wrap .description{
text-align:left;
}

.projet #about .about-wrap .description .col-left{
width:52%; 
margin-right: 20%; 
float: left;
padding: 0;
}

.projet #about .about-wrap .description .col-right{
width:28%; 
float: left;
padding: 0;
}
 
.projet #about .about-wrap .description .col-right .lead{
font-size: 1.7rem; 
line-height: normal;
}

body.projet .description p.lead {
	text-align: left;
	vertical-align: top;
}
 
body.projet p.lead { 
	color: #979796;
	font-family: "montserrat-light", sans-serif;
	text-align: center;
}
body.projet p.lead strong{ 
    display: block;
    font-size: 2.3rem;
    color: #353635;
	margin-bottom: 1rem;
}
body.projet .half-right p.lead.half{ 
	text-align: right;
}
body.projet .half-left p.lead.half{ 
	text-align: left;
}
body.projet .bg-dark p.lead,
body.projet .bg-griskino p.lead { 
	color: rgba(242, 242, 242, 0.4);
}
body.projet .bg-grey p.lead { 
	color: #979796;
}.bg-olv {	background: #1C1C26;} body.projet .bg-olv p.lead strong {	color: white; }body.projet .bg-olv p.lead {	color:#9e9eaa; }
body.projet .bg-green p.lead { 
	color: rgba(53, 54, 53, 0.7);
}
.projet  .last-section  img {
  	margin-bottom: 15rem;
} 
.projet  .section  {
 padding: 15rem 0 15rem;
}
.projet  .last-section  {
 margin-top: 15rem;
 margin-bottom: 0;
}
.rentrant {
	padding-bottom: 0rem !important;
 }
.debord {
	margin-top: 15rem;
 }
.debord img {
    margin-top: -30rem;
}
.last-section.debord img {
    margin-top: -15rem;
}
.projet .right {	
	left: 50%;
}
.projet img.centre {	
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bg-dark {
	background: #353635;
 }
 
 .imageapp {
	background-image : url(../projets/images/appkinomap/image-kinomapfond.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 body.projet .bg-dark p.lead strong,
 body.projet .bg-griskino p.lead strong {
	color: white;
 }
.bg-gris {
	background: #deddda;
 }
.bg-griskino {
	background: #2f3438;
}
 .bg-grismoyen {
	background: #908F94;
 }
 body.projet .bg-grismoyen p.lead strong {
	color: white;
 }
 body.projet .bg-grismoyen p.lead {
	color: #d0d0d0;
 }
 .bg-jaunekino {
	background: #FDCC23;
 }
 body.projet .bg-jaunekino p.lead {
	color: white;
 }
.bg-bleuozeo {
	background: #EDF7F8;
 }
.bg-grey {
	background: #F6F6F6;
}
.bg-green {
	background: #71f5bc;
}
.bg-blue {
	background: #032241;
}
.half {
	display: inline-block;
	width:45%;
}
.half-right {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}
.half-left {
   display: flex;
   align-items: center;
   justify-content: flex-start;
}
.half.narrow {
	max-width: 400px;
}
.half.left {
	margin-right:9%;
}
.half.right {
	margin-left:9%;
}
.half-image-texte {
	position: relative;
}

.half-image-texte .half {
	position: absolute;
    top: 15rem;
}
.half-image-texte .half.left {
    right: 50%;
}	
.half-image-texte .half.right {	
	left: 50%;
}

/* ===================================================================
 *  18. data-theme
 *
 * ------------------------------------------------------------------- */
.projet #color {
 height: 100vh;
}
 #color.ultra-light section#about {
  background: white;
}

#color.dark .marquee2 img,
#color.dark .marquee2 svg,
#color.dark .marquee-big2 img,
#color.dark .marquee-big2 svg {
  border: solid 10px #111111;
}

#color.dark #services .services-list .h05 {
 color: white;
}

#color.dark section#services,
#color.dark section#clients {
  background: #111111;
}

section#clients .marquee2:after,
section#clients .marquee-big2:after, 
.marquee2:after,
.marquee-big2:after {
transition: background 1s !important;
}

#color.dark section#clients .marquee2:after,
#color.dark section#clients .marquee-big2:after {
transition: background 1s !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 3%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5) 97%, rgba(0, 0, 0, 0.7) 100%);
}

#color.ultra-light section#services {
  background: white;
}
#color.light section#contact {
  background: #f9f9f9;
}	
#color.light section#contact {
background-image:none;
background-position: center;
}
#color.light section#contact .overlay {
opacity:0;
}
#color.light section#contact .section-intro p.lead {
  color: rgba(53, 54, 53, 0.7);
}
#color.light section#services h3,
.projet #color.light section#about h3 {
color: #71F5BC;
}
#color.light section#services h1,
#color.light section#contact h1,
#color.light section#contact h5 {
color: #151515;
}
#color.light section#services .section-intro .lead,
#color.light section#about h3,
#color.light section#services .services-list .service-item p {
color: #979796;
}

#color.dark section#portfolio {
background: #111111
}
#color.light section#portfolio,
#color.light section#services {
background: #f9f9f9;
}
#color.dark section#about h3 {
color: rgba(242, 242, 242, 0.5);
}

#color.dark section#portfolio h1::after,
#color.dark section#clients h1::after,
#color.dark section#about h1::after {
background-color: #71F5BC;
}
#color.dark section#portfolio .lead,
#color.dark section#clients .lead,
#color.dark section#about .lead,
#color.dark #services .section-intro .lead {
color:rgba(242, 242, 242, 0.4);
}

#color.grey section#portfolio   {
background: #f9f9f9;
}
#color.dark section#clients h1,
#color.dark section#about h1,
#color.dark section#services .section-intro h1,
#color.dark section#portfolio .section-intro h1,
#color.dark section#about span {
color: white;
}
#color.light section#services h3 {
color:#353635;
}
#color.light section#contact h3 {
color:#979796;
}

section {
  transition: all 1s;
}
#color.transparent #header-menu-trigger .header-menu-icon,
#color.grey #header-menu-trigger .header-menu-icon {
background-color: white;
}
#color.ultra-light #header-menu-trigger .header-menu-icon,
#color.light #header-menu-trigger .header-menu-icon {
background-color: #111111;
}