/*
#------------------------------------------------------------------------
# Creativity - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
/*
div.gk-intro {
    height: 500px;
}
*/
.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* CustomBg suffix - only with the onepage page suffix */
.onepage .box.CustomBg {
	background: #81ac8b;
}

.onepage #gkPageContentWrap, #gkBottom1-2 {
	background-attachment: fixed;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-image: url("/images/Fond.jpg");
}

.onepage body {
    color: #000;
    font-weight: 500;
}

.onepage .gkContactForm address, .box.bigtitle .header small {
	color: #333;
}

.onepage a {
	color: #22883a;
}