/* ===================================================================
 *
 *  Howdy v1.0 Main Stylesheet
 *  08-13-2016
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. forms
 *  05. buttons
 *  06. other components
 *  07. common and reusable styles
 *  08. header styles
 *  09. home
 *  10. a-propos
 *  11. technologies
 *  12. services
 *  13. portfolio
 *  14. stats
 *  15. contact
 *  16. footer
 *
 * =================================================================== */

/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("../icons/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("windows10/windows10.css");
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/* montserrat */
@font-face {
    font-family: "montserrat-regular";
    src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}
/* Removed montserrat-bold font-face due to missing files */

/* libre baskerville */
/* Removed librebaskerville-regular font-face due to missing files */
/* librebaskerville font-face rules removed: files not available. Use serif fallback. */

@font-face {
    font-family: "roboto";
    src: url("../fonts/robotocondensed/Roboto-Light.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/robotocondensed/PlayfairDisplay-Bold.woff")
        format("woff");
}

/* ===================================================================
 *  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: #050505;
    font-family: "roboto", sans-serif;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #444;
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------------------------
 * links - (_document-setup)
 * ------------------------------------------------------------------- */
a,
a:visited {
    color: #fff;
    -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: #fff;
}

/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
    font-family: 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: -0.1rem;
}

@media only screen and (max-width: 600px) {
    h1,
    .h01 {
        font-size: 2.6rem;
        letter-spacing: -0.07rem;
    }
}

h2,
.h02 {
    /*font-size: 2.4rem;
	line-height: 1.25;*/
    font-family: serif;
    font-size: 3.3rem;
    line-height: 1.455;
}
h3,
.h03 {
    font-size: 2rem;
    line-height: 1.5;
}
h4,
.h04 {
    font-size: 1.7rem;
    line-height: 1.76;
    letter-spacing: 0.03rem;
}
h5,
.h05 {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
}
h6,
.h06 {
    font-size: 1.3rem;
    line-height: 1.85;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "roboto-regular", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    color: #4f4f4f;
    margin-bottom: 3.6rem;
}

@media only screen and (max-width: 768px) {
    p.lead {
        font-size: 1.8rem;
    }
}

em,
i,
strong,
b {
    font-size: 1.7rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: normal;
}
em,
i {
    font-family: serif;
}
strong,
b {
    /*font-family: serif;*/
    font-family: "roboto", sans-serif;
    /* font-weight: bold; */
}

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: 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: serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.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 0.2rem;
    padding: 0.3rem 0.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: 0.4rem;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0.6rem 0 0.6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 0.8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4c2405;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #4c2405;
}

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;
    }
}

@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: 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: #ffffff;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

/* ===================================================================
 *  04. preloader - (_preloader-1.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #050505;
    z-index: 800;
    height: 100%;
    width: 100%;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    padding: 0;
}

#loader:before {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    border-left: 2px solid #ffffff;
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================================================
 *  04. 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 0;
    border: 0;
    outline: none;
    /* vertical-align: middle; */
    color: #313131;
    font-family: "roboto", sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -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: #fff;
}

label,
legend {
    font-family: "roboto", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.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: 0.15rem;
}

/* -----------------------------------------------------------
 * Style Placeholder Text
 * ----------------------------------------------------------- */
::-webkit-input-placeholder {
    color: #828282;
}

:-moz-placeholder {
    color: #828282; /* Firefox 18- */
}

::-moz-placeholder {
    color: #828282; /* Firefox 19+ */
}

:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282 !important;
}

/* -----------------------------------------------------------
 * Change Autocomplete styles in Chrome
 * ----------------------------------------------------------- */
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: #7c3b08;
    transition: background-color 5000s ease-in-out 0s;
}

/* ===================================================================
 *  05.  buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: block;
    font-family: "roboto", Sans-serif;
    font-size: 1.5rem;
    line-height: 40px;
    margin: 0 0.3rem 1.2rem 0;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    background: #A6C2A7;
    background-image: none;
    color: #fff;
    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;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    height: 40px;
    background-image: linear-gradient(to top, #a6c2a7 0%, #A6C2A7 100%);
    width: 50% !important;
}

.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: #d8c1ab;
    color: #fff;
    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: #403b37;
    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: #514a44;
}

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 #4c2405;
    color: #4c2405;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ===================================================================
 *  06. 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;
}

.cn-hide {
    display: none;
}

/* -------------------------------------------------------------------
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */

/* drop cap
 * ----------------------------------------------- */
.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem 0.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: #4c2405;
}

.stats-tabs li a em {
    display: block;
    margin: 0.6rem 0 0 0;
    font-size: 1.4rem;
    font-family: "montserrat-regular", sans-serif;
    color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skillset-container {
    display: flex;
}
.skillset-container .skillset-1,
.skillset-container .skillset-2,
.skillset-container .skillset-3,
.skillset-container .skillset-4 {
    width: 30%;
}
.technos-contains {
    display: flex;
    align-items: center;
}
.technos-contains img {
    margin-left: 10px;
    width: 35px;
}
.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem;
}

.skill-bars li {
    height: 0.6rem;
    background: #a1a1a1;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    /* font-family: "montserrat-bold", sans-serif; */
    color: #313131;
    font-size: 20px;
}

.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: 0.6rem 0.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%;
}

/* ===================================================================
 *  07. common and reusable styles
 *
 * ------------------------------------------------------------------- */
.section-intro {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
}

.section-intro h2 {
    font-family: serif;
    font-size: 4rem;
    line-height: 1.375;
    color: #151515;
}

.section-intro h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 2rem;
    color: #A6C2A7;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin-bottom: 0;
}

.section-intro.with-bottom-sep {
    padding-bottom: 4.2rem;
    position: relative;
}

.section-intro.with-bottom-sep::after {
    display: inline-block;
    height: 1px;
    width: 240px;
    background-color: #dedede;
    text-align: center;
}

/* -------------------------------------------------------------------
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .section-intro h2 {
        font-size: 3.7rem;
    }

    .section-intro h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .section-intro h2 {
        font-size: 2.5rem;
    }

    .section-intro h3 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 400px) {
    .section-intro h2 {
        font-size: 2.1rem;
    }

    .section-intro h3 {
        font-size: 1.6rem;
        margin-bottom: 6px;
    }
}

.wide {
    max-width: 1300px;
}

.narrow {
    max-width: 800px;
}

.js .animate-this,
.js .animate-intro {
    opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro .no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
    opacity: 1;
}

/* ===================================================================
 *  08. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 700;
}

header .row {
    height: auto;
    max-width: 1300px;
    position: relative;
}

/* -------------------------------------------------------------------
 * header logo - (_layout.css)
 * ------------------------------------------------------------------- */
header .header-logo {
    position: absolute;
    left: 26px;
    top: 30px;
    -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 {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 60px;
    height: 60px;
    background: url("../images/logo.png") no-repeat center;
    background-size: 60px 60px;
    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: 26px;
    top: 30px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: rgba(255, 255, 255, 0.5);
    -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;
}

#header-menu-trigger.opaque {
    background-color: #000000;
}

#header-menu-trigger.opaque .header-menu-text {
    background-color: #000000;
}

#header-menu-trigger:hover,
#header-menu-trigger:focus {
    color: #ffffff;
}

#header-menu-trigger .header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -75px;
    width: 75px;
    text-align: center;
    background-color: transparent;
    -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;
}

#header-menu-trigger .header-menu-icon {
    display: block;
    height: 2px;
    width: 24px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -1px;
}

#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;
}

#header-menu-trigger .header-menu-icon::before {
    top: -8px;
}

#header-menu-trigger .header-menu-icon::after {
    bottom: -8px;
}

/* -------------------------------------------------------------------
 * off-canvas menu - (_layout.scss)
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
    background: #111111;
    color: rgba(255, 255, 255, 0.25);
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 3.6rem 3rem;
    height: 100%;
    width: 240px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 800;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#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-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-family: sans-serif;
    border-bottom: 1px solid #353535;
    padding-bottom: 20px;
}

#menu-nav-wrap .nav-list {
    margin: 3.6rem 0 1.5rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
    line-height: 3.6rem;
}

#menu-nav-wrap .nav-list li {
    padding-left: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
    line-height: 4.2rem;
}

#menu-nav-wrap .nav-list li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, 0.03);
}

#menu-nav-wrap .nav-list li a {
    color: rgba(255, 255, 255, 0.55);
    display: block;
}

#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap .nav-list li a:focus {
    color: white;
}

#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 .close-button {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 15px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

#menu-nav-wrap .close-button span::before,
#menu-nav-wrap .close-button span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

#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 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;
    background: #000000;
    background-image: linear-gradient(
        to bottom right,
        #000000 0%,
        #191919 100%
    );
}

.button-inline label {
    display: inline;
    margin-right: 3rem;
}
.button-inline {
    display: inline;
}

/* -------------------------------------------------------------------
 * responsive:
 * header section
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    header .header-logo {
        top: 27px;
    }

    header .header-logo a {
        width: 54px;
        height: 54px;
        background-size: 54px 54px;
    }
}

@media only screen and (max-width: 400px) {
    #header-menu-trigger .header-menu-text {
        display: none;
    }
}

/* ===================================================================
 *  09. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

.header-background {
 background: #151515; 
    
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 400px;
    position: relative;
}

.header-errors {
    background: #151515;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100vh;
    position: relative;
}

#home {
    background: #151515;
    width: 100%;
    height: 100vh;
    background-image: url(../images/img8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*min-height: 804px;*/
    position: relative;
}

#portfolio-header {
    background-image: url(../images/img2.jpg);
}

#devis-header {
    background-image: url(../images/img9.jpeg);
    background-position: 0% 45%;
}

#errors-pages {
    background-image: url(../images/img8.jpg);
    background-position: 0% 45%;
}

#errors-pages p {
    color: #fff;
}

#errors-pages button {
    width: 300px !important;
}

#plandusite-header {
    background-image: url(../images/img10.jpg);
    background-position: 0% 45%;
}

#mentions-header {
    background-image: url(../images/img11.jpg);
    background-position: 0% 45%;
}

#home .gradient-overlay,
#devis-header .gradient-overlay,
#mentions-header .gradient-overlay,
#plandusite-header .gradient-overlay,
#portfolio-header .gradient-overlay,
#errors-pages .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: -moz-linear-gradient(
        top,
        black 0%,
        black 20%,
        transparent 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        black 0%,
        black 20%,
        transparent 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to top,
        black 0%,
        black 20%,
        transparent 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

#devis-header .gradient-overlay,
#portfolio-header .gradient-overlay {
    opacity: 0.55;
}

#mentions-header .gradient-overlay,
#errors-pages .gradient-overlay {
    opacity: 0.8;
}

#plandusite-header .gradient-overlay {
    opacity: 0.65;
}

#home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: #000000;
}

.home-content-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.home-content-tablecell {
    display: table-cell;
    vertical-align: bottom;
    z-index: 500;
}

.home-content-tablecell .row {
    position: relative;
    padding-top: 4.2rem;
    padding-bottom: 15rem;
}

.home-content-tablecell h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 0 0 0 0.3rem;
}

.home-content-tablecell h1 {
    font-family: serif;
    font-size: 3.5rem;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}

#home .home-content-tablecell h1 {
    text-shadow: 2px 1px 1px #000000;
}

#errors-pages .home-content-tablecell h1 {
    font-size: 4.5rem;
}

#portfolio-header .home-bottom-text h1,
#devis-header .home-bottom-text h1,
#plandusite-header .home-bottom-text h1,
#mentions-header .home-bottom-text h1 {
    font-size: 4rem;
    text-align: center;
}

#portfolio-header .home-bottom-text,
#devis-header .home-bottom-text,
#plandusite-header .home-bottom-text,
#mentions-header .home-bottom-text {
    border-left: initial;
}

.home-content-tablecell .home-section-links {
    display: inline-block;
    list-style: none;
    margin: 1.8rem 0 0 0;
}

.home-content-tablecell .home-section-links li {
    display: inline-block;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: rgba(255, 255, 255, 0.35);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem;
}

.home-content-tablecell .home-section-links li:last-child {
    margin-right: 0;
}

.home-content-tablecell .home-section-links a {
    font-family: serif;
    font-size: 1.8rem;
    text-transform: none;
    letter-spacing: 0;
    color: #ffffff;
    margin-left: 0.3rem;
}

.scroll-icon {
    position: absolute;
    width: 60px;
    height: 48px;
    font-size: 3.3rem;
    bottom: 30px;
    right: 20px;
    color: #ffffff !important;
    -webkit-animation: vertical 3s ease infinite;
    animation: vertical 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes vertical {
    0%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-5px);
    }

    40% {
        -webkit-transform: translateY(20px);
    }
}

@keyframes vertical {
    0%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-5px);
    }

    40% {
        -webkit-transform: translateY(20px);
    }
}

/* -------------------------------------------------------------------
 * responsive:
 * home section
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .home-content-tablecell h3 {
        font-size: 2.1rem;
    }

    .home-content-tablecell h1 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .home-content-tablecell h3 {
        font-size: 2rem;
    }

    .home-content-tablecell h1 {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 768px) {
    h2,
    .h02 {
        font-size: 2.5rem;
    }

    #mentions-legales h2,
    .h02 {
        font-size: 2.2rem;
    }

    .home-content-tablecell .row {
        padding-bottom: 11.4rem;
    }

    .home-content-tablecell .home-bottom-text {
        padding-right: 15%;
    }

    .home-content-tablecell h3 {
        font-size: 1.8rem;
    }

    .home-content-tablecell h1 {
        font-size: 2.8rem;
    }

    .home-content-tablecell h1 br {
        /*display: none;*/
    }

    .home-content-tablecell .home-section-links {
        margin: 4.2rem 0 0 0;
    }

    .home-content-tablecell .home-section-links li {
        font-size: 1.3rem;
    }

    .home-content-tablecell .home-section-links a {
        font-size: 1.6rem;
    }

    .scroll-icon {
        right: 15px;
    }

    .header-background {
        height: 290px;
    }

    #portfolio-header .home-bottom-text h1,
    #devis-header .home-bottom-text h1,
    #plandusite-header .home-bottom-text h1,
    #mentions-header .home-bottom-text h1 {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 600px) {
    #home {
        min-height: 702px;
    }

    .home-content-tablecell {
        vertical-align: middle;
    }

    .home-content-tablecell .row {
        padding-top: 9rem;
        padding-bottom: 3rem;
    }

    .home-content-tablecell .home-bottom-text {
        padding-right: 10%;
    }

    .home-content-tablecell h3 {
        font-size: 1.7rem;
    }

    .home-content-tablecell h1 {
        font-size: 2.5rem;
        line-height: 37px !important;
    }

    .scroll-icon {
        right: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .home-content-tablecell .home-bottom-text {
        padding-right: 5%;
    }

    .home-content-tablecell h3 {
        display: none;
    }

    .home-content-tablecell h1 {
        font-size: 2.1rem;
    }
    .home-content-tablecell .home-section-links li {
        margin-bottom: 0;
        line-height: 28px;
    }
}

@media only screen and (max-width: 400px) {
    #home {
        min-height: 500px;
    }

    .home-content-tablecell .home-bottom-text {
        padding-right: 0;
    }

    .home-content-tablecell h1 {
        font-size: 2rem;
        line-height: 32px;
    }

    .home-content-tablecell .home-section-links {
        margin: 1.5rem 0 0 0;
    }
}

/* ===================================================================
 *  10. a-propos - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#a-propos {
    position: relative;
    padding: 10.8rem 0 10.8rem;
    background-color: #ffffff;
    min-height: 700px;
}

#a-propos h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.8rem;
    color: #A6C2A7;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    margin: 0 0 0 0.3rem;
}

#a-propos h1 {
    font-family: "librebaskerville-bold", serif;
    font-size: 3.3rem;
    line-height: 1.455;
}

.a-propos-profile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #A6C2A7;
    width: 50%;
    background-image: url(../images/img3.jpg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 0.35;
}

.a-propos-wrap {
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
}

.a-propos-wrap:before,
.a-propos-wrap:after {
    content: "";
    display: table;
}

.a-propos-wrap:after {
    clear: both;
}

.a-propos-profile,
.a-propos-prestations {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.a-propos-profile {
    padding-right: 9rem;
    position: relative;
    z-index: 2;
}

.a-propos-profile p.lead {
    color: #636363;
}

.a-propos-profile .a-propos-profile-bg {
    display: none;
}

.a-propos-prestations {
    padding-left: 9rem;
    position: relative;
}

.a-propos-prestations p.lead {
    color: #757575;
}

.a-propos-prestations ul.prestations {
    list-style: none;
    margin-left: 0;
}

.a-propos-prestations ul.prestations li {
    padding-left: 0;
    margin-bottom: 0.6rem;
    position: relative;
}

.a-propos-prestations ul.prestations li h4 {
    font-size: 2.3rem;
    letter-spacing: 0.03rem;
    line-height: 1.313;
    margin-bottom: 0.6rem;
}

.a-propos-prestations ul.prestations li p {
    margin-bottom: 1.5rem;
    color: #4f4f4f;
}

.a-propos-prestations ul.prestations .icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(46, 22, 3, 0.4);
    /* color: #A6C2A7; */
    color : #A6C2A7;

}

.a-propos-prestations ul.prestations .icon-wrap i {
    font-size: 4.2rem;
}

.a-propos-prestations ul.prestations .item-photography .icon-wrap {
    top: -0.3rem;
}

.a-propos-prestations ul.prestations .item-webdesign .icon-wrap {
    top: -0.7rem;
}

.a-propos-prestations ul.prestations .item-uiux .icon-wrap {
    top: -0.1rem;
}

.a-propos-prestations ul.prestations .service-item {
    padding-left: 8rem;
}

/* -------------------------------------------------------------------
 * responsive:
 * a-propos
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    .a-propos-profile {
        padding-right: 5rem;
    }

    .a-propos-prestations {
        padding-left: 5rem;
    }
}

@media only screen and (max-width: 900px) {
    .a-propos-profile {
        padding-right: 4rem;
    }

    .a-propos-prestations {
        padding-left: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    #a-propos {
        padding: 0 0 20px 0;
    }
    .a-propos-wrap {
        padding: 0;
        width: 100%;
    }
    #services {
        padding: 60px 0 50px 0 !important;
    }
    .section-intro.with-bottom-sep {
        padding-bottom: 10px;
    }
    #services .custom-btn {
        margin: 10px auto 0 auto;
    }
    #technologies {
        padding: 60px 0 0 0 !important;
        min-height: 680px !important;
    }
    .technos-contains {
        justify-content: center;
    }
    .skill-bars {
        margin: 45px 0 0 0;
    }
    .a-propos-profile-bg {
        display: none;
    }

    #portfolio p.lead {
        margin-bottom: 0px;
    }

    .a-propos-profile,
    .a-propos-prestations {
        float: none;
        width: 100%;
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .a-propos-profile .intro,
    .a-propos-prestations .intro {
        text-align: center;
    }

    .a-propos-profile {
        padding-bottom: 50px;
    }

    .a-propos-profile .a-propos-profile-bg {
        display: block;
        width: 100%;
    }

    .a-propos-prestations ul.prestations li h4 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 752px) {
    .a-propos-profile-bg {
        z-index: -1;
    }
}

@media only screen and (max-width: 600px) {
    .a-propos-profile,
    .a-propos-prestations {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 400px) {
    .a-propos-profile,
    .a-propos-prestations {
        padding-left: 20px;
        padding-right: 20px;
    }

    .a-propos-prestations {
        text-align: center;
    }

    .a-propos-prestations ul.prestations .icon-wrap {
        position: static;
        margin-bottom: 0.6rem;
    }

    .a-propos-prestations ul.prestations .icon-wrap i {
        font-size: 6rem;
    }

    .a-propos-prestations ul.prestations .service-item {
        padding-left: 0;
        margin-bottom: 3rem;
    }

    .a-propos-prestations ul.prestations .service-item h4 {
        margin-bottom: 1.5rem;
    }
}

/* ===================================================================
 *  11. technologies - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#technologies {
    background-color: #1f0e01;
    background-image: url(../images/skills-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 800px;
    position: relative;
    padding: 12rem 0 9.6rem;
    color: rgba(255, 255, 255, 0.3);
}

#technologies .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #000000;
}

#technologies .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: -moz-linear-gradient(
        left,
        black 0%,
        black 20%,
        transparent 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        black 0%,
        black 20%,
        transparent 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        black 0%,
        black 20%,
        transparent 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

#technologies .row {
    position: relative;
}

#technologies [class="col-technologies"] {
    width: 90%;
    padding-right: 0;
}

#technologies .section-intro {
    text-align: left;
}

#technologies .section-intro h3 {
    color: rgba(255, 255, 255, 0.35);
    color: #A6C2A7;
    margin-bottom: 6px;
}

#technologies .section-intro h2 {
    color: #ffffff;
}

#technologies .skill-bars {
    margin-top: 50px;
}

#technologies .skill-bars li {
    /* background: #CFAD8C; */
    background: transparent;
    margin-bottom: 60px;
}

#technologies .skill-bars li strong {
    color: #ffffff;
}

#technologies .skill-bars li .progress {
    background: #ffffff;
}

/* -------------------------------------------------------------------
 * responsive:
 * technologies
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    #technologies [class="col-technologies"] {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    #technologies .section-intro {
        text-align: center;
    }

    #technologies [class="col-technologies"] {
        width: 100%;
        padding-right: 15px;
    }

    #home-bloc-1,
    #home-bloc-2 {
        display: block;
        width: 100%;
    }

    #home-bloc-1 .bafo-picture {
        width: 180px !important;
        margin: 0px auto 40px auto;
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    #technologies [class="col-technologies"] {
        padding-right: 10px;
    }

    #home-bloc-1 .bafo-picture {
        width: 220px !important;
    }
}

@media only screen and (max-width: 400px) {
    #technologies [class="col-technologies"] {
        padding-right: 0;
    }

    #home-bloc-1 .bafo-picture {
        margin: 15px auto 25px auto;
        width: 190px !important;
    }
}

/* ===================================================================
 *  12. services - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#services {
    background: #ffffff;
    position: relative;
    padding: 12rem 0 9rem;
}

#services .services-content h2 {
    margin-bottom: 4.8rem;
    color: #A6C2A7;
    padding-left: 8rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    position: relative;
    font-family: "montserrat-bold", sans-serif;
}

#services .services-content h2::before {
    display: block;
    content: "";
    height: 3px;
    width: 4rem;
    background-color: #aeaeae;
    position: absolute;
    top: 50%;
    left: 2rem;
    margin-top: -3px;
}

#services .left {
    padding-right: 40px;
}

#services .right {
    padding-left: 40px;
}

#services .timeline-wrap {
    position: relative;
    text-align: left;
}

#services .timeline-wrap::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 2rem;
    top: 0;
}

#services .timeline-block {
    position: relative;
    padding-left: 8rem;
    margin-bottom: 4.2rem;
}

#services .timeline-ico {
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
    background: #A6C2A7;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 2rem;
    top: 0;
    margin-left: -2.4rem;
}

#services .timeline-header .timeframe {
    /*font-family: "montserrat-regular", sans-serif;*/
    font-size: 1.6rem;
    color: #757575;
    margin-bottom: 0;
}

#services .timeline-header h3 {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: 0.03rem;
}

/* -------------------------------------------------------------------
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    #services .left {
        padding-right: 20px;
    }

    #services .right {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #services .services-content h2 {
        padding: 0;
        text-align: center;
    }

    #services .services-content h2::before {
        display: none;
    }

    #services .left {
        padding-right: 10px;
    }

    #services .right {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #services .timeline-block {
        padding-left: 7rem;
    }
}

@media only screen and (max-width: 400px) {
    #services .timeline-header .timeframe {
        font-size: 1.5rem;
    }

    #services .timeline-header h3 {
        font-size: 1.9rem;
    }

    #services .timeline-block {
        padding-left: 6rem;
    }
}

/* ===================================================================
 *  13. portfolio : mentions lÃ©gales - devis - plan du site (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#mentions-legales,
#plandusite {
    background: #ebebeb;
    /*min-height: 800px;*/
    position: relative;
    padding: 12rem 0 9rem;
}

#portfolio {
    background: #f0f0f0;
    position: relative;
    padding: 12rem 0 9rem;
}

#plandusite {
    text-align: center;
}

#mentions-legales a {
    color: #444;
    text-decoration: underline;
    font-size: 1.7rem;
}

#mentions-legales p {
    margin-bottom: initial;
}

#mentions-legales .block-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#mentions-legales .block-logo h3 {
    margin-bottom: initial;
}

#mentions-legales .block-logo img {
    margin-right: 15px;
}

#plandusite .nav-pds li {
    list-style-type: none;
    padding-left: 0;
}

#plandusite h2 a {
    color: #444;
}

#plandusite .nav-pds li a {
    color: #444;
}

#plandusite .nav-pds {
    margin-left: 0;
}

#plandusite h2 {
    font-size: 1.8rem;
    line-height: 1.25;
    font-family: "montserrat-regular", sans-serif;
    font-weight: normal;
}

#portfolio .bricks-wrapper:before,
#portfolio .bricks-wrapper:after {
    content: "";
    display: table;
}

#portfolio .bricks-wrapper:after {
    clear: both;
}

#portfolio .bricks-wrapper .brick {
    float: left;
    width: 47%;
    padding: 0;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0 6px 6px rgba(10, 16, 20, 0.15),
        0 0 52px rgba(10, 16, 20, 0.12);
    border-radius: 5px;
}

#portfolio .bricks-wrapper .brick:nth-child(2n + 1) {
    clear: both;
}

.custom-btn {
    display: block;
    margin: 7.8rem auto 0 auto;
    background: #A6C2A7;
    background-image: none;
    font-size: 1.5rem;
    line-height: 37px;
    color: #fff;
    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;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    height: 37px;
    background-image: linear-gradient(to top, #a6c2a7 0%, #A6C2A7 100%);
    width: 260px !important;
}
.custom-btn:hover,
button.submitform:hover {
    background: #d8c1ab;
    color: #fff;
    outline: 0;
}

/* -------------------------------------------------------------------
 * masonry entries - (_layout.css)
 * ------------------------------------------------------------------- */
.bricks-wrapper .item-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.bricks-wrapper .item-wrap .overlay img {
    vertical-align: bottom;
    -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 .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: sans-serif;
    font-size: 2.4rem;
    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;
    top: 0;
    left: 0;
    padding: 3rem 0 0 3rem;
    margin-right: 5rem;
    z-index: 3;
}

.bricks-wrapper .item-wrap .item-text .folio-title {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.364;
}

.bricks-wrapper .item-wrap .item-text .folio-types {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
}

.bricks-wrapper .item-wrap .details-link {
    display: block;
    background-color: #ffffff;
    height: 4.6rem;
    width: 4.6rem;
    line-height: 4.6rem;
    color: #000000;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 3.6rem;
    right: 0;
}

.bricks-wrapper .item-wrap .details-link i {
    font-size: 2rem;
    line-height: 4.6rem;
}

.bricks-wrapper .item-wrap .details-link:hover,
.bricks-wrapper .item-wrap .details-link:focus {
    background-color: #000000;
    color: #ffffff;
}

.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 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.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);
}

.project-description {
    color: #fff;
}
/* -------------------------------------------------------------------
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 920px) {
    #portfolio .bricks-wrapper .brick {
        width: 46%;
    }
}

@media only screen and (max-width: 720px) {
    #portfolio .bricks-wrapper .brick {
        width: 45%;
    }
}

@media only screen and (max-width: 600px) {
    #portfolio .bricks-wrapper .brick {
        float: none;
        width: 100%;
        margin-bottom: 30px !important;
    }
    .skill-bars li strong {
        font-size: 14px;
    }
}

/* ===================================================================
 *  14. stats - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#stats {
    background-color: #111111;
    position: relative;
    padding: 6rem 0 6rem;
    display: none;
}

#stats .stat {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

#stats .stat:last-child {
    border: none;
}

#stats .stat .icon-part {
    color: #333;
}

#stats .stat .icon-part i {
    font-size: 6rem;
}

#stats .stat h5 {
    color: #ffffff;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-family: "roboto", sans-serif;
    font-weight: 300;
}

#stats .stat h3 {
    color: #A6C2A7;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 1.5rem 0 0 0;
    padding-top: 1.5rem;
    line-height: 1;
    font-family: "montserrat-bold", sans-serif;
    position: relative;
    text-align: center;
}

#stats .stat h3::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: rgba(5, 100, 139, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
}

/* -------------------------------------------------------------------
 * responsive:
 * stats
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    #stats .stat:nth-child(n) {
        border: none;
        padding-bottom: 2.4rem;
    }
}

/* ===================================================================
 *  15. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#devis .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
}

#devis {
    background: #ebebeb;
    min-height: 800px;
    position: relative;
    padding: 12rem 0 9rem;
    font-family: montserrat, arial, verdana;
}

@media only screen and (max-width: 768px) {
    #devis,
    #portfolio,
    #mentions-legales,
    #plandusite {
        padding: 60px 0 55px 0;
    }
}

#devis .button,
#devis input[type="email"],
#devis input[type="number"],
#devis input[type="search"],
#devis input[type="text"],
#devis input[type="tel"],
#devis input[type="url"],
#devis input[type="password"],
#devis textarea,
#devis select {
    border: 1px solid #bbb;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #e5e5e5 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e5e5e5)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #e5e5e5 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #ffffff 0%,
        #e5e5e5 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
}

#devis input:-webkit-autofill,
#devis input:-webkit-autofill:hover,
#devis input:-webkit-autofill:focus #devis textarea:-webkit-autofill,
#devis textarea:-webkit-autofill:hover #devis textarea:-webkit-autofill:focus,
#devis select:-webkit-autofill,
#devis select:-webkit-autofill:hover,
#devis select:-webkit-autofill:focus {
    -webkit-text-fill-color: #4a4a4a;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e5e5e5)
    );
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

#devis input[type="email"],
#devis input[type="number"],
#devis input[type="search"],
#devis input[type="text"],
#devis input[type="tel"],
#devis input[type="url"],
#devis input[type="password"],
#devis textarea,
#devis select {
    display: block;
    height: initial;
    padding: 5px 5px 5px 15px;
    border: 0;
    outline: none;
    vertical-align: middle;
    color: #313131;
    font-family: "roboto", sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
}

#devis .button,
#devis a.button,
#devis button,
#devis input[type="submit"],
#devis input[type="reset"],
#devis input[type="button"] {
    display: block;
    font-family: "roboto", Sans-serif;
    font-size: 1.4rem;
    line-height: 40px;
    margin: 0 0.3rem 1.2rem 0;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    margin-right: 0.3rem;
    background: #A6C2A7;
    background-image: none;
    background-image: none;
    color: #fff;
    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;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    height: 40px;
    background-image: linear-gradient(to top, #a6c2a7 0%, #A6C2A7 100%);
    width: 30% !important;
}

#devis button.submitform:hover {
    background: #d8c1ab;
    color: #fff;
    outline: 0;
}

.flash-notice {
    border: 1px solid #d6e9c6;
    padding: 12px;
    border-radius: 5px;
    color: #3c763d;
    background-color: #dff0d8;
    margin-bottom: 40px;
    font-family: "roboto", sans-serif;
    text-align: center;
}

#contact {
    background-color: #111111;
    background-image: url(../images/img4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 10.2rem;
    padding-bottom: 6rem;
    position: relative;
}

#contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #000000;
}

#contact .section-intro h2 {
    color: white;
}

#contact .section-intro h3 {
    color: #A6C2A7;
}

#contact .section-intro p.lead {
    color: rgba(255, 255, 255, 0.3);
}

/* contact form */
.contact-form {
    max-width: 740px;
    margin-top: 4.2rem;
    position: relative;
}

.contact-form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); /* Firefox 18- */
}

.contact-form::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); /* Firefox 19+ */
}

.contact-form:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

#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: 1.1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -1.2rem;
    right: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 0 2rem;
    margin: 0;
    color: #ffffff;
    background: #4c2405;
}

#contact form .form-field label::after {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #4c2405;
    content: "";
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"] {
    height: 6.6rem;
    padding: 1.8rem 2rem;
    -webkit-text-fill-color: initial;
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
    border-color: #A6C2A7;
    color: #ffffff;
}

#contact input:-webkit-autofill,
#contact input:-webkit-autofill:hover,
#contact input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
}

#contact textarea {
    min-height: 20rem;
    padding: 1.8rem 2rem;
}

#contact textarea:focus {
    border-color: #A6C2A7;
    color: #ffffff;
}

#contact button.submitform {
    display: block;
    margin: 4.8rem auto 0 auto;
    background: #A6C2A7;
    background-image: none;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 40px;
    color: #fff;
    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;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    height: 40px;
    background-image: linear-gradient(to top, #a6c2a7 0%, #A6C2A7 100%);
    width: 35% !important;
}

#contact button.submitform:hover,
#contact button.submitform:focus {
    background: #d8c1ab;
}
#contact-error {
    /* display: none; */
    background: #e0e4e9;
    /* padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%; */
    color: #d32b2e;
    font-family: "montserrat-regular", sans-serif;
}
#message-warning,
#message-success {
    display: none;
    background: #e0e4e9 !important;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
}

#message-warning {
    color: #d32b2e;
}

#message-success {
    color:#0bdb4d;
}

#message-warning i,
#message-success i {
    margin-right: 10px;
}

/* 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;
    color: #ffffff;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
    display: none;
}

.oldie #submit-loader .text-loader {
    display: block;
}

.contact-info {
    margin: 4.8rem auto 0;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
}

.contact-info p {
    color: #555;
}

.contact-info .collapse {
    padding: 0;
}

.contact-info .icon {
    margin-bottom: 2.1rem;
}

.contact-info .icon i {
    font-size: 4.2rem;
    color: #ffffff;
}

.contact-info h5 {
    color: #ffffff;
}

/* ---------------------------------------------------------------
 * 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: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    margin-right: 0.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);
    }
}

/* ===================================================================
 *  16. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

.footer-distributed {
    background-color: #050505;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-family: "roboto", sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px "Cookie", cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    font-size: 1.3rem;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0;
    line-height: 20px;
}

.footer-distributed .fsfooter {
    font-size: 1.3rem;
    margin-top: -25px;
    margin-bottom: 2rem;
    color: #92999f;
}

.footer-distributed .footer-icons span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 9px 15px 9px -10px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    font-size: 1.4rem;
}

.footer-distributed img {
    height: 60px;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
}

.footer-distributed .footer-center p a {
    color: #fff;
    text-decoration: underline;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.footer-distributed .footer-icons {
}

.footer-distributed .footer-icons a {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-right: 10px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1050px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .footer-distributed .footer-center p span {
        line-height: 25px;
    }

    .footer-distributed .footer-icons span {
        margin-bottom: 15px;
    }

    .footer-distributed img {
        margin-bottom: 10px;
    }

    .footer-distributed .footer-center i {
        line-height: 30px;
        margin: 0px 5px 9px -10px;
        vertical-align: initial;
        font-size: 20px;
        height: 23px;
    }

    .footer-distributed .footer-center i.fa-envelope {
        font-size: 15px;
    }
}

#go-top {
    position: fixed;
    bottom: 42px;
    right: 30px;
    z-index: 700;
    display: none;
}

#go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #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: 21px;
    line-height: inherit;
}

#go-top a:visited {
    background: #000000;
    color: #888;
}

#go-top a:hover,
#go-top a:focus {
    background: #000000;
    color: #ffffff;
}

#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 8px 0;
    z-index: 9999999999;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 20px;
    margin-left: 8px;
}
#cookie-bar .cb-enable {
    background: #6f6f6f;
}
#cookie-bar .cb-enable:hover {
    background: #A6C2A7;
}
#cookie-bar .cb-disable {
    background: #990000;
}
#cookie-bar .cb-disable:hover {
    background: #bb0000;
}
#cookie-bar .cb-policy {
    background: #0033bb;
}
#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

/* -------------------------------------------------------------------
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
    .bricks-wrapper .item-wrap .item-text,
    .bricks-wrapper .item-wrap .details-link {
        opacity: 0 !important;
        visibility: visible !important;
    }

    .bricks-wrapper .item-wrap .overlay::before {
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        visibility: visible;
    }

    .project-description {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }

    .bricks-wrapper .item-wrap .item-text,
    .bricks-wrapper .item-wrap .details-link {
        opacity: initial;
        visibility: hidden;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
    .bricks-wrapper .item-wrap .item-text {
        top: 45px;
    }
}
@media only screen and (max-width: 768px) {
    #go-top {
        bottom: 0;
        right: 0;
    }
    .footer-distributed {
        padding: 25px 25px;
    }
    .bricks-wrapper .item-wrap .item-text,
    .bricks-wrapper .item-wrap .details-link {
        opacity: 1 !important;
    }
    .bricks-wrapper .item-wrap .overlay::before {
        background: rgba(0, 0, 0, 0.44);
        opacity: 1;
        visibility: visible;
    }
    .bricks-wrapper .item-wrap .item-text .folio-title {
        margin-bottom: 0;
        text-shadow: 1px 1px 2px #000;
    }
    .bricks-wrapper .item-wrap .item-text .folio-types {
        text-transform: initial;
        letter-spacing: 0;
        text-shadow: 1px 1px 2px #000;
    }
    .bricks-wrapper .item-wrap .item-text {
        padding: 1rem 0 0 3rem;
    }
    .project-description {
        line-height: 20px;
        text-shadow: 1px 1px 2px #000;
        font-size: 14px;
        line-height: 2.4rem;
    }
    .bricks-wrapper .item-wrap .item-text .folio-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 750px) {
    .bricks-wrapper .item-wrap .item-text {
        top: 0;
    }
}

@media all and (max-width: 580px) {
    .home-bottom-text {
        padding-left: initial;
        border-left: initial;
    }

    .button,
    a.button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    #contact button.submitform,
    #devis .button,
    #devis a.button,
    #devis button,
    #devis input[type="submit"],
    #devis input[type="reset"],
    #devis input[type="button"],
    #errors-pages button {
        width: 100% !important;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        text-align: left;
    }

    #cookie-bar p {
        font-size: 12px;
    }
    #cookie-bar {
        padding: 8px 8px;
    }
}

.pagination {
    text-align: center;
    margin-top: 80px;
}

.page a {
    display: inline-block;
    padding: 4px 15px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8),
        0px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.last a,
.first a,
.previous a,
.next a {
    display: none;
}

/* Footer social links: inline, no bullets */
.footer-distributed .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
}
.footer-distributed .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer-distributed .social-links a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.social-links {
    margin-top: 10px;
}

.pagination .current {
    display: inline-block;
    padding: 4px 15px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #a8a8a8;
    background: #bababa;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.page a:hover,
.page.gradient a:hover {
    background: #fefefe;
}

.grecaptcha-badge {
    display: none;
}
#recaptcha-container {
    margin-top: 15px !important;
}