
html, body {
	height: 100%;
}

body.modal-open {
    overflow:hidden;
	width: 100%;
}

html{
	width:100%;
	font-size: 16px; 
}

body{
	color:#A8ABAD;
	font-weight:400;
	font-size: 1rem; 
	font-family:'Titillium Web', sans-serif;
	line-height:1.5rem; /* 24px*/
}

a{
	color:#DDDDDD;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FF5100;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
	font-family:'Titillium Web' , sans-serif;
  	font-weight: 600;
}

em {
	font-family:'Titillium Web' , sans-serif;
  	font-weight: 600;
	font-style:italic;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #353f4a;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #FF5100;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 500;
	font-family:'Rajdhani', sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

:-ms-input-placeholder {
  	color: #A8ABAD;
}

::-moz-placeholder {
  	color: #A8ABAD;
}

input::-webkit-input-placeholder {
  	color: #A8ABAD;
}

textarea::-moz-placeholder {
	color: #A8ABAD;
}

textarea::-webkit-input-placeholder {
	color: #A8ABAD;
}

::placeholder {
  	color: #A8ABAD;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 0.75rem; /* 12px*/
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 0.75rem; /* 12px*/
  	line-height: 1.25rem; /* 20px*/
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	color:#FFFFFF;
	font-weight:600;
	font-family: 'Rajdhani', sans-serif;
	line-height:1.5rem;
}

h1{
	font-size:3.75rem; /* 60px*/
}

h2{
	font-size:3.75rem; /* 60px*/
	font-weight:700;
	letter-spacing:-0.0625rem;
	line-height:3.75rem;
	
}

h3{
	font-size:2.25rem; /* 36px*/
	line-height:2.25rem;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	color:#A4A4A4;
}

h4{
	font-size:1.75rem; /* 28px*/
	color:#ECEDEE;
}

h4.chapo {
	font-size:1.75rem; /* 28px*/
	font-weight:600;
	line-height:2.25rem;
	color:#ECEDEE;
}

h5{
	font-size:1.5rem; /* 24px*/
	font-weight:600;
	text-transform: uppercase;
	color:#ECEDEE;
}

h6{
	font-size:1.125rem; /* 18px*/
}

.title-page {
	text-align: center;
	margin-bottom: 96px;	
}

.title-page h2.title {
	margin: 0 0 48px 0;
}

h6.tab-description {
	font-family:'Titillium Web', sans-serif;
	color:#A4A4A4;
	margin-top:0;
}

p.tab-description {
	margin-bottom:0;
	font-weight:400;
	color:#8B8C8C;
}

h4.service-name {
	font-size:1.75rem; /*28px*/
	line-height:1.75rem;
	font-weight:500;
	padding-top:17px;
	padding-left:100px;
	margin-bottom: 44px;
	color:#FFFFFF;
}

p.service-description {
	padding-left:100px;
	margin-bottom:50px;
}

h5.direct {
    margin-bottom: 30px;
}

/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home
================================================== */

#home {
	position: relative;
	width:100%;
	height: 100%;
	background-color:#FF5100;
	*border: 0;
	*margin:0;
	*padding:0;
	z-index:0;
}

#home .home-logotype {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -210px;
	width: 420px;
	height: 210px;
	background: url(../img/logo-gidl21.svg) no-repeat top center;
	background-size:420px auto;
	z-index: 1;	
}
 
#home #hometext {
	position:absolute;
	width: 100%;
	top:53%;
	left:0;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(29, 29, 29, 0.4);
	z-index:2;	
}

h1.home-text  {
	font-weight:500;
	line-height: 5.625rem; /*90px*/
}

h1.home-text span {
	letter-spacing: 0.0625rem; /*0,155rem*/
}

h1.spacedesigne {
	font-weight:700;
}

h1.spacedesigne span {
	letter-spacing: 1.625rem; /*2,62rem ou 26,2px */
}

#home .control-nav {
	position: absolute;
	width: 100%;
	left:50%;
	left:0;
	bottom: 16.4%;
	z-index: 3;
}

#home #nextsection {
	margin-left: 50%;
	left:-58px;
	position: relative;
	float:left;
}

#home  a.button-about{
	position: absolute;
	margin-top: -9px;
	top: 50%;
}

#home .button-about {
	float: left;
  	padding: 10px 20px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	color: #FFFFFF;
	font-size:1.125rem; /*18px*/
	font-weight:700;
  	vertical-align: middle;
  	text-align: center;
  	text-transform: uppercase;
  	cursor: pointer;
	border:solid 2px #FFFFFF;
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  /*	*zoom: 1; */
}

#home .button-about:hover,
#home .button-about:active {
	background-color: #FFFFFF;
	border:solid 2px #FFFFFF;
	color:#FF5100;
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 100;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #1D1D1D;
	z-index: 1001;
	-webkit-box-shadow: 0 12px 10px rgba(29, 29, 29, 0.8);
	-moz-box-shadow: 0 12px 10px rgba(29, 29, 29, 0.8);
	box-shadow: 0 12px 10px rgba(29, 29, 29, 0.8);
}

header .sticky-nav.stuck {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 10px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo-gidl-small20.svg) no-repeat;
	width: 112px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	font-size: 1rem; /* 16px*/
	font-weight: 400;
	line-height: 3.75rem; /* 60px*/
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover,
nav#menu #menu-nav li a:active {
	color: #FF5100;
	text-decoration: none;
}

/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background: url(../img/hamburger-icon.svg) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin: 22px 0 0 0;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background: url(../img/cross-icon.svg) no-repeat 0 0;
	width: 25px;
	height: 25px;
	display: block;
	margin: 22px 0 0 0;
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 1rem; /* 16px*/
	text-transform: uppercase;
	padding: 20px 0;
}

/* ==================================================
   Section Page
================================================== */

.page {
	position: relative;
	background: #1D1D1D;
	width:100%;
	/*height:100%;*/
	padding: 0 0 120px 0;
	z-index: 99;
}

.page-alternate{
	text-align:center;
	position:relative;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding: 72px 0;
	z-index: 97;
}

.page-alternate.one {
	background-image: url(../img/page/img_bkg1170-1e.jpg);
}

.page-alternate.two {
	background-image: url(../img/page/img_bkg1170-1b.jpg);
}

.page-alternate.three {
	background-image: url(../img/page/img_bkg1170-1c.jpg);
}

.page-alternate span.overlay {
	position: absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(255,81,0,0.85);
	z-index: 99;
}

.page-alternate h3 {
	position: relative;
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	/*margin:0 0 24px;*/
	z-index: 99;
}

.page-alternate.two h3 {
	line-height: 3.375rem; /*54px*/
}

.page-alternate h4 {
	position: relative;
	color: #FFFFFF;
	font-weight:500;
	line-height: 2rem; /*32px*/
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 99;
}

.page-social {
	position: relative;
	background: #151515;
	padding: 100px 0;
	z-index: 99;
}

.page > .container{
	padding-top:120px;
}


/* ==================================================
   Activity Section
================================================== */

.col-g {
	border-left: 2px solid #FF5100;
	padding-left: 20px;
	padding-right: 25px;
}

.col-d {
	padding-right: 0px;
}

h5.profile{
	line-height: 1.89rem;
}

p.profile-description{
	margin-bottom: 48px;
	text-align:justify;
}

.social-icons {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons a {
	color: #FFFFFF;
	font-size: 1rem; /* 16px*/
	line-height: 1.5rem; /* 24px*/
	width: 16px;
	height: 16px;
}

.social-icons a:hover{
	color: #FF5100;
}

.nav {
 	margin-bottom: 0px;
  	margin-left: 0;
  	list-style: none;
}

.nav > li > a {
	font-family:'Rajdhani', sans-serif;
  	display: block;
  	color: #ecedee;
	border: solid 1px #ecedee;
  	font-size: 1.4375rem; /* 23px */
	font-weight: 700;
	letter-spacing:-0.0625rem; /*-1px*/
	text-transform: uppercase;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  	background-color: #FF5100;
	color: #FFFFFF;
  	text-decoration: none;
  	display: block;
}

.nav > li > a > img {
  	max-width: none;
}

.nav > .pull-right {
  	float: right;
}

.nav-tabs {
  	*zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
  	display: table;
  	content: "";
  	line-height: 0rem;
}

.nav-tabs:after {
  	clear: both;
}

.nav-tabs {
  	border-bottom: none;
}

.nav-tabs > li {
	float: left;
	margin: 0 0 0 0;
}

.nav-tabs > li > a {
	background-color: #353f4a;
	border: solid 1px #ecedee;
	color:#ecedee;
	padding:15px;
  	line-height: 1.6rem; /* 20px */
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  	background-color: #FF5100;
	border: solid 1px #fff;
	color: #FFFFFF;
  	cursor: default;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#fff;
	background-color: #ff5100;
	border: solid 1px #fff;
}

.tabbable {
  	*zoom: 1;
}

.tabbable:before,
.tabbable:after {
  	display: table;
  	content: "";
  	line-height: 0rem;
}

.tabbable:after {
  	clear: both;
}

.tab-content {
  	overflow: auto;
	padding: 18px;
	background: #151515;	
}

.tab-content > .tab-pane {
  	display: none;
}

.tab-content > .active {
  	display: block;
}

/* ==================================================
   Méthodologie Section
================================================== */

.page-alternate .method{
	position:relative;
	opacity: 1;
	filter: alpha(opacity=100);
	box-sizing:border-box;
	margin-top:48px;
	width:100%;
	display:flex;
	flex-flow: row wrap;
    justify-content: space-between;
	align-content: space-between;
	z-index: 99;
}

.page-alternate .method .process{
	width:170px;
	display:inline-block;
	border: solid 2px #FFFFFF;
	opacity: 1;
	padding:18px 0;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	z-index: 99;
	
}

.page-alternate .method .process .number{
	background-color: #FFFFFF;
	border-radius:100%;
	display:inline-block;
	width:36px;
	height:36px;
	margin-bottom:12px;
	color:#FF5100;
	font-size:1.3125rem; /*21px*/
	line-height:2.25rem; /*36px*/
	text-align:center;
	font-weight:700;
	z-index: 99;
}

.page-alternate .method .process span{
	display:block;
	font-size:1.3125rem; /*21px*/
	font-weight:500;
	line-height:0.75rem; /*12px*/
	text-transform:uppercase;
	color:#FFFFFF;
	z-index: 99;
}

/* ==================================================
   Service  Section
================================================== */

.service-group{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.service{
	display:inline-block;
	width:100%;
}

.image-service {
	position: absolute;
	display: block;
	width: 87px;
	height: 75px;
	margin: 0;
	background-color: #FF5100;
	text-align: center;
}

.image-service span.font-icon-beaker {
	display: inline-block;
	margin: 0;
	color: #FFF;
	font-size: 3.5rem; /*56px*/
	line-height: 4.6875rem; /*75px*/
}

.image-service span.font-icon-cogs {
	display: inline-block;
	margin: 0;
	color: #FFF;
	font-size: 3.5rem; /*56px*/
	line-height: 4.6875rem; /*75px*/
}

.image-service span.icom-embed2 {
	display: inline-block;
	margin: 0;
	color: #FFF;
	font-size: 3.5rem; /*56px*/
	line-height: 4.6875rem; /*75px*/
}

.contact-content {
	background-color:#151515;
	width:100%;
	margin-top:50px;
	margin-bottom:25px;
	overflow:hidden;
	position:relative;
}

.contact-content h3 {
	margin:28px 0 28px 25px;
}

.contact-content .info-contact{
	padding-right:20%;
	position: relative;
}

.contact-content a.button-contact{
	position: absolute;
	margin-top: -24px;
	top: 50%;
	right: 0;
}

.contact-content .button-contact {
  	display: inline-block;
	/*float: right;*/
	margin-right:25px;
  	padding: 10px 20px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	border: solid 2px #ecedee; /*#353f4a*/
	background-color:#353f4a; /*#353f4a*/
  	color: #ecedee;				/*#191919*/
  	/*vertical-align: middle;*/
  	text-align: center;
  	text-transform: uppercase;
  	font-weight:700;
  	font-size: 1.125rem; /*18px*/
  	cursor: pointer;
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	/* *zoom: 1; */
}

.contact-content .button-contact:hover,
.contact-content .button-contact:active,
.contact-content .button-contact:focus {
	background-color: #FF5100;
	color:#FFFFFF;
	border:solid 2px #fff;
}

/* ==================================================
   Listes Section
================================================== */

.page-alternate .liste{
	position:relative;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top:48px;
	width:100%;
	z-index: 99;
}

.page-alternate .liste .listeprocess {
	box-sizing:border-box;
	border: solid 2px #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	display:inline-block;
	padding:18px;
	z-index: 99;
	
}

.page-alternate .liste .listeprocess p{
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: 'Rajdhani', sans-serif;
	text-align:left !important;
	font-size:1.3125rem; /*21px*/
	font-weight:500;
	line-height:1.5rem; /*24px*/
	text-transform:uppercase;
	margin:0;
	color:#FFFFFF;
	z-index: 99;
}

/* ==================================================
   Section Portfolio
================================================== */
.container #projets{
	position:relative;
	display:block;
	/*margin-left:30px;*/
	max-width:1110px;
	/*margin-bottom:100px;*/
}

#groupethumbs li::before {
    content: " ";
    display: block;
    left: 0;
    padding: 0 0 100%;
    top: 0;
    width: 100%;
}

#groupethumbs {
	/*margin: 24px 0 0;*/
	padding: 0;
	box-sizing:border-box;
	display: flex;
    flex-flow: row wrap;
    list-style: outside none none;
}

.thumbs-liste li {
	box-sizing:border-box;
	list-style: outside none none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #353f4a;
    border-image: none;
    border-style: solid;
    border-width: 0px 0 1px 1px;
    position: relative;
	text-align:center;
	width:25%;
}

.thumbs-liste li:nth-child(4n+1) {
    border-left: medium none;
}

/*.thumbs-liste li:nth-child(n+1) {
    border-top: medium none;
}*/

.thumbs-liste li:nth-child(n+5) {
	border-bottom: medium none;
}

.thumb-wrap {
    display: block;
	background-repeat:no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	max-height: 277px;
    max-width: 277px;
    width: 100%;
	background-size:cover;
}

.thumb-wrap.print {
	background-image:url(../img/work/test/iconeworkprint.png);	
}

.thumb-wrap.web1 {
	background-image:url(../img/work/test/iconeworkweb1.png);
}

.thumb-wrap.web2 {
	background-image:url(../img/work/test/iconeworkweb2.png);
}

.thumb-wrap.paint {
	background-image:url(../img/work/test/iconeworkpaint.png);
}

.thumbs {
	opacity:0;
	list-style: outside none none;
	animation: animthumbs 0.6s ease 0s forwards !important;
}

@keyframes animthumbs{
	0%{  opacity:0;}
	50%{opacity:0.5;}
	100%{ opacity:1;}
}

.thumbs:nth-child(1), .thumbs[data-delay="1"] {
	animation-delay: 0.2s !important;
}

.thumbs:nth-child(2), .thumbs[data-delay="2"] {
    animation-delay: 0.4s !important;
}

.thumbs:nth-child(3), .thumbs[data-delay="3"] {
	animation-delay: 0.6s !important;
}

.thumbs:nth-child(4), .thumbs[data-delay="4"] {
	animation-delay: 0.8s !important;
}

.thumbs:nth-child(5), .thumbs[data-delay="5"] {
	animation-delay: 1s !important;
}

.thumbs:nth-child(6), .thumbs[data-delay="6"] {
    animation-delay: 1.2s !important;
}

.thumbs:nth-child(7), .thumbs[data-delay="7"]{
    animation-delay: 1.4s !important;
}

.thumbs:nth-child(8), .thumbs[data-delay="8"] {
	animation-delay: 1.6s !important;
}

.thumb-wrap:hover {
	transform:scale(1.1);
	transition: 0.2s ease-in-out;
}

/* ==================================================
   Marques Section
================================================== */

.page-alternate #slidemarques{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin-top:48px;
	padding:14px 0;
	/*border: solid 1px #FFFFFF;*/
	width:1110px;
	height:120px;
	/*text-align:left !important;*/
	overflow:hidden;
	z-index: 99;
}

#slidemarques ul{
	list-style-type:none;
	position:absolute;
	display:flex;
	flex-flow: row nowrap;
}

#slidemarques li {
	box-sizing:border-box;
	list-style: outside none none;
	margin: auto 22px;
}

.marques {
	animation: animarques 30s cubic-bezier(.45,.05,.55,.95) infinite;
	-webkit-animation: animarques 30s cubic-bezier(.45,.05,.55,.95) infinite;
}

@keyframes animarques{
	0%{left:0;}
	25%{left:-480px;}
	50%{left:-959px;}
	75%{left:-1440px;}
	100%{left:-1919px;}
}

#slidemarques .blcg{
	position:relative;
	float:left;
	box-sizing:border-box;
	margin:-14px 0;
	padding:0;
	top:0;
	left:0;
	width:20px;
	height:120px;
	border-top: solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-left: solid 1px #fff;
	background-image: linear-gradient(to right, rgba(0,0,0, 0.4), rgba(255,81,0, 0.1));
}

#slidemarques .blcd{
	position:relative;
	float:right;
	box-sizing:border-box;
	margin:-14px 0;
	padding:0;
	top:0;
	right:0;
	width:20px;
	height:120px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom:solid 1px #fff;
	background-image: linear-gradient(to left, rgba(0,0,0, 0.4), rgba(255,81,0, 0.1));
}

/* ==================================================
   Contact Section
================================================== */

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 12px;
	line-height: 1.5rem; /* 24px*/
	font-size:0.9375rem; /*15px*/
	padding: 0;	
	color: #A8ABAD;
}

/*.contact-details ul li:nth-last-of-type(3n+1) {
	margin: 0 0 12px;
}*/

.contact-details hr {
	margin: 12px 0;
	border-style: dashed none none;
}

.contact-details ul li:last-of-type {
	margin: 0 0 0px;
}

.courriel{
	color:#FF5100;
}

.courriel:hover,
.courriel:active,
.courriel:focus {
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 6px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #151515;
    color: #FFFFFF;
    font-size: 1rem; /* 16px*/
    height: auto;
    padding: 15px;
	margin: 0;
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    border: solid 2px #ecedee;
	background-color:#353f4a;
    cursor: pointer;
	color: #ecedee;
    display: inline-block;
    font-size: 1.125rem; /* 18px*/
    font-weight: 700;
	text-transform: uppercase;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
	border: solid 2px #fff;
    background: #FF5100;
    color: #FFFFFF;
}

#contact-form #success,
#contact-form #error,
#contact-form #errorRezo{
	position:relative;
	margin-top: -144px;
	margin-bottom: 96px;
	display:none;
	padding: 10px;
	text-align: left;
	font-family:'Titillium Web', sans-serif;
	font-size: 1rem; 
	line-height:1.5rem;
	font-weight: 600;
	z-index: 5000;
}

#success {
	background-color:#FFF;
	border:solid 2px #ff5100;
	color: #000;
}

#error {
	background-color:red;
	border:solid 2px #fff;
	color:#fff;
}

#errorRezo {
	background-color:yellow;
	border: solid 2px black;
	color: black;
}

#success .btn-success,
#error .btn-error,
#errorRezo .btn-error{
	position:absolute;
	top:10px;
	right:10px;
	border:0;
	outline: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
}
.btn-success:active,
.btn-error:active,
.btn-success:focus,
.btn-error:focus{
	border:0;
	outline: 0;
}

#success .btn-success {
	background-color:#ff5100;
	color:#FFF;
}

#error .btn-error,
#errorRezo .btn-error {
	background-color:black;
	color:#fff;
}

#erreur {
    display: none;
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;
	background: #353f4a;
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #0E091B;
	font-size: 2rem; /* 32px*/
	line-height: 4.375rem; /* 70px*/
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#social ul li:hover a,
#social ul li:active a {
	background-color: #FF5100;	
}

#social ul li:hover a span,
#social ul li:active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);	
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #FF5100;
	overflow:hidden;
	text-align: center;
	z-index: 900;
}

footer .credits {
	color: #FFFFFF;
	font-size: 0.8125rem; /* 13px*/
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}

footer a {
	color: #fff;
	cursor: pointer;
}

footer a:hover, 
footer a:focus{
	color: #fff;
	text-decoration:none ;
}

/* ==================================================
   Mentions légales
================================================== */







/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background: rgba(0,0,0,0.4);
	margin: 0;
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 45px;
	height: 45px;
	z-index: 99;
}

#back-to-top i {
	font-size: 1.75rem; /* 28px*/
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -14px;
	line-height: 1rem; /*16px*/
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

#back-to-top i:hover {
	color:#FF5100;	
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #ff5100;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;	
	font-size: 1.5rem; /*24px*/
	color: #FF5100;	
	z-index: 900;
}

#threecircle{
	position:absolute;
	width: 150px !important;
 	height: 150px !important;
	left:50% !important;
	top:50% !important;
	margin-top:-75px;
	margin-left:-75px;
	z-index:11;
}