/******************************************** PAGE ********************************************/

body {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    word-wrap: break-word;
    font-family: 'Cairo', sans-serif;
}

#gkPageContent {
    padding: 0;
}

/******************************************** LOGO ********************************************/

#gkLogo {
    width: 500px;
	display: block;
	float: none;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

#gkLogo img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 500px;
}

#gkHeaderNav.inactive #gkLogo {
    opacity: 0.6;
}



/******************************************** TITRES ********************************************/

h1 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 50px;
    text-transform: uppercase;
}

.titre {
	color: #065375;
	font-weight: 700;
	font-size: 26px;
}

h1, h2, h3, h4, h5, h6 {
    color: #065375;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

/******************************************** MENU ********************************************/

#gkHeaderNav {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transition: margin-left .3s ease-out;
    -moz-transition: margin-left .3s ease-out;
    -ms-transition: margin-left .3s ease-out;
    -o-transition: margin-left .3s ease-out;
    transition: margin-left .3s ease-out;
    width: 100%;
    z-index: 10;
}

#gkHeaderNav .gkMainMenu {
    color: #26292b;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 18px;
    margin: 390px 0 0 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    background: #fff;
    border-top: 4px solid #065375;
	border-bottom: 4px solid #065375;
}

.dark-bg .gkMainMenu > .gkmenu > li > a, .dark-bg .gkMainMenu > .gkmenu > li > span {
    color: #065375 !important;
}

.dark-bg .gkMainMenu > .gkmenu > li.active > a {
    color: #599FB2 !important;
	font-weight: 700 !important;
}

#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a {
    font-weight: 400;
    padding: 1px 60px;
	border-left: 1px solid #065375;
	border-right: 1px solid #065375;
	height: 25px;
	margin-top: 4px;
}

.dark-bg #gkMobileMenu span {
    color: #485155;
}

.dark-bg #gkMobileMenu i::before {
    background: #599FB2;
}

.dark-bg #gkMobileMenu i::after {
    background: #599FB2;
}

.dark-bg #gkMobileMenu i {
    background: #599FB2;
}

#gkHeaderNav.gk-fixed > div {
    margin: 0 auto;
    max-width: none;
    position: relative;
    width: 100%;
}

#gkHeaderNav.gk-fixed-nav {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
    box-shadow: 0 0 3px rgba(0,0,0, .3);
    height: 120px;
    position: fixed;
    top: -350px !important;
}



section#gkPageContent .gk-fixed-nav {
overflow: visible;
position: fixed;
width: 100%;
z-index: 1000;
background: #000;
top: 300px !important;
}


#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
    display: none !important;
}

.dark-bg .gkMainMenu > .gkmenu > li > a:hover, .dark-bg .gkMainMenu > .gkmenu > li > a:active, .dark-bg .gkMainMenu > .gkmenu > li > a:focus, .dark-bg .gkMainMenu > .gkmenu > li.active > a {
    color: #599FB2 !important;
}

#gk-menu-overlay-wrap .gkMainMenu a:hover {
    color: #599FB2;
}

/******************************************** SEPARATION ********************************************/

hr {
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 8px solid #599FB2;
    clear: both;
    display: block;
    margin: 20px auto;
    width: 200px;
}

#gkTop2 hr {
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 8px solid #fff;
    clear: both;
    display: block;
    margin: 20px auto;
    width: 200px;
}

/******************************************** HIGHLIGHTER ********************************************/


.gkHighlighterGK5 {
    position: relative;
    width: 100%;
    margin: 65px;
    float: none;
    display: block;
}

.gkHighlighterInterface span.text {
    display: block;
    float: left;
    margin: 0 6px 0 20px;
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
    line-height: 18px;
    padding: 15px;
}

.gkHighlighterInterface div {
    float: left;
    width: auto;
    padding: 15px;
}

.gkHighlighterWrapper .gkHighlighterItem {
    position: absolute;
    top: 0;
    width: 100%;
    left: 60px;
    font-size: 30px;
	color:#599FB2;
}

/******************************************** TOP 1 ********************************************/


#gkTop1 {
    padding: 20px 0 50px 0;
}


/******************************************** TOP 2 ********************************************/

#gkTop2 {
	margin: 0;
	padding: 0;
}

#gkTop2 .box {
    float: left;
	background: #065375 url(../../../images/fond-bleu-degrade.png) no-repeat center center;
	color: #fff;
	font-size: 14px;
	margin: 20px 0 0;
}

#gkTop2 p {
	display: block;
	position: relative;
	float: none;
	width: 70%;
	margin: 30px auto;
	letter-spacing: 1px;
}

#gkTop2 h2 {
	margin: 20px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

/********* CONTACT ***********/

#gkTop2 .contact {
	text-align: center;
}

#gkTop2 .contact h2 {
	font-size: 60px !important;
	font-weight: 700 !important;
}

#gkTop2 .contact p {
	font-size: 25px !important;
	font-weight: 400 !important;
}

#gkTop2 .contact a {
	font-size: 25px;
	color: #fff;
}

#gkTop2 .contact a:hover {
	font-size: 25px;
	color: #C8CED2;
}


.gkContactForm select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    background: #fff;
    border: 1px solid #599FB2;
    color: #aaa;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    width: 100% !important;
}

.gkContactForm .bigbutton {
	float: right;
}

.gkContactForm textarea {
    height: auto !important;
    max-width: 100% !important;
    padding: 24px;
	min-height: 260px;
}


/******************************************** PARALAX ********************************************/

.gk-parallax-overlay h2 {
    color: #065375;
    font-size: 50px;
    letter-spacing: 2px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
}

.gk-parallax-overlay {
    background: rgba(255,255,255,0.7);
    color: #fff;
    margin: 0 330px;
    padding: 20px 10px;
    border: 10px solid #fff;
}

.parallax-bg-layer {
    will-change: top;
    margin: 600px 0;
}

@media (max-width: 2560px) and (min-width: 1721px) {
	
	.box.small-spaces {
    padding: 250px 0 !important;
}
}

/******************************************** ICONES ********************************************/

.icones {
	display: block;
	width:20%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px
}
.icones img {
	display: block;
	float: none;
	margin: 0 auto;
	width: 80%;
	padding: 20px 0;
}

/******************************************** BOTTOM ********************************************/
.txt-intro {
	font-size: 20px; 
	font-weight: bold; 
	color: #065375;
}

#gkBottom2 {
    background: #fff;
    overflow: hidden;
    padding: 60px 0;
}

#gkBottom3 h2, #gkBottom5 h2 {
    color: #fff;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	padding: 20px 0 0 0;
}

.txt-bottom3 {
    color: #000;
    font-size: 20px;
    display: block;
    margin: 0 auto;
}


.frontpage #gkBottom1 .box, .frontpage #gkBottom2 .box, .frontpage #gkBottom3 .box, .frontpage #gkBottom4 .box, .frontpage #gkBottom5 .box, .frontpage #gkBottom6 .box, .frontpage #gkBottom7 .box, .frontpage #gkBottom8 .box {
    padding: 80px 0 100px 0;
    text-align: center;
}

#gkBottom1 .box {
    float: left;
	text-align: center;
}

#gkTop2 p {
	display: block;
	position: relative;
	float: none;
	width: 70%;
	margin: 30px auto;
	letter-spacing: 1px;
}

#gkBottom3, #gkBottom5 {
    background: #88B5C4;
}


#gkBottom3 hr, #gkBottom5 hr {
    border-top: 8px solid #fff;
}

/******* SERVICES ******/

.titre-services {
	font-size:28px;
	font-weight: 600;
	text-align: center;
	color: #000;
}

/******* METIERS ******/

.metier {
	width: 80%;
	margin: 40px auto;
	text-align: center;
}

.metier h2 {
	color: #e32f11;
	font-size: 40px;
	padding: 0 0 20px 0;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 50px;
}

.metier h3 {
	color: #485155;
	font-size: 30px;
	padding: 0 0 20px 0;
	font-weight: 500;
}

.metier h4 {
	color: #485155;
	font-size: 35px;
	padding: 0 0 20px 0;
	font-weight: 700;
	letter-spacing: -1px;
}

.metier h5 {
	color: #e32f11;
	font-size: 30px;
	font-weight: 500;
}

.metier p {
	color: #485155;
	font-weight: 400;
}

/******************************************** BOUTON ********************************************/

button, .button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, #gkMainbody .readmore > a, .readon, .btn, .btn-border, .btn-thin-border {
    -webkit-appearance: none;
    background: #599FB2;
    border: none;
    border-radius: 1px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 5px 2px 2px;
    padding: 9px 25px;
    text-align: center;
    text-transform: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/******************************************** K2 ********************************************/

div.itemNavigation a.itemPrevious {
    padding: 0 40px;
}

div.itemNavigation a.itemNext {
    padding: 0 40px;
}

.blog-page .item-title {
    display: none;
}

.blog-page .item-list .item-info {
    margin: 20px 0;
}

.single-page > .header.no-image, .blog-page > .header.no-image {
    background: none;
}

.blog-page .cat-item-image img {
    width: 70%;
}

.single-page > .header {
	display: none;
}

.single-page > .header .item-title-wrap {
	display: none;
}

.item-info {
    font-size: 12px;
    font-weight: 700;
    margin: 220px 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #e32f11;
}

/******* REALISATION ******/

.realisation {
	width: 80%;
	display: block;
	float: none;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

.realisation p {
	border-left: 2px solid #485155;
	color: #485155;
	font-weight: 400;
	padding-left: 20px
}

.realisation p strong {
	font-weight: 700;
	font-size: 22px;
}

.realisation h2 {
	color: #e32f11;
	font-size: 28px;
	padding: 0 0 20px 0;
	font-weight: 700;
}

.gauche {
	width:30%;
	float: left;
	display: block;
}

.gauche img {
	width:70%;
	top:0;
}

.droite {
	width:70%;
	float: left;
	display: block;
}

.realisationplus {
	text-align: center;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 85%;
	padding: 20px 0;
	float: none;
}

.realisationplus h3 {
	color: #e32f11;
}


/******************************************** FOOTER ********************************************/

#gkBottom8 {
	background: #065375;
	color: #fff;
	font-size: 12px;
}

#gkBottom8 a {
	color: #599FB2;
}

#gkBottom8 a:hover {
	color: #000;
}

#gkBottom8 p {
	text-align: center;
}

#gkBottom8 img {
	max-width: 75px;
}


.menu-footer ul {
	text-align: center;
}

.menu-footer li {
	border-bottom: none;
	line-height: 3.6;
	padding: 7px 90px 30px 0;
	display: inline-block;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
}

.menu-footer li a {
	border-bottom: 5px solid #599FB2;
	color: #fff !important;
}
.menu-footer li a:hover {
	border-bottom: 5px solid #fff;
	color: #599FB2 !important;
}

#gkFooter a {
    color: #599FB2;
    padding: 0 !important;
}

#gkFooter a:hover {
    color: #065375;
    padding: 0 !important;
}


/******************************************** RESEAUX SOCIAUX ********************************************/

#gkBottom9 {
	background: #fff;
}

#gkBottom9 img {
	max-width: 70px;
}

#gkBottom9 p {
	margin:0;
}



/******************************************** SLIDERS ********************************************/

.gkIsWrapper-gk_box .gkIsPagination li.active {
    border-top: 3px solid #e32f11;
}

.gkIsWrapper-gk_box .gkIsPagination li {
    border-top: 3px solid #C8CED2;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px;
    padding-top: 0px;
}

.gkIsWrapper-gk_box .gkIsPagination {
    text-align: center;
    padding: 0 !important;
}

/*
.gkIsWrapper-gk_box img {
	max-width: 80% !important;
}
*/






