/*
#------------------------------------------------------------------------
# (M)Social - August 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 */
/* test style gkgrid-NewsShow pro*/
/*ecrase /modules/mod_news_pro_gk5/interface/css/style.css*/

.animhome div.nspArts {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

#gkToolbar {
	left: -260px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 260px;
	z-index: 1000;
}

#gkToolbar.hidden {
	left: -320px;
}

#gkToolbar.active {
	left: 0;
}

#gkToolbar > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-left: none;
	padding: 14px;
	position: relative;
	width: 260px;
}

#gkToolbar label {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 5px 0;
}

#gkToolbar select {
	width: 90%;
}

#gkHandler {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	color: #333;
	cursor: pointer;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: -1px;
	width: 40px;
}

#gkHandler > i {
	color: #555;
	padding-right: 0!important;
}

#gkToolbar h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#gkStyleArea {
	float: left;
	margin: 16px 0!important;
}

#gkStyleArea a {
	display: block;
	float: left;
	height: 14px;
	margin: 1px 8px 0 0;
	width: 14px;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 600px) {
	#gkToolbar {
		display: none;
	}
}

#gkPatternArea  {
	overflow: hidden;
	padding: 5px;
}

#gkPatternArea > a {
	float: left;
	height: 40px;
	margin: 6px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-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;
	width: 40px;
}

#gkPatternArea > a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#gkPattern1 { background-image: url('../images/patterns/mini_pattern1.png'); }
#gkPattern2 { background-image: url('../images/patterns/mini_pattern2.png'); }
#gkPattern3 { background-image: url('../images/patterns/mini_pattern3.png'); }
#gkPattern4 { background-image: url('../images/patterns/mini_pattern4.png'); }
#gkPattern5 { background-image: url('../images/patterns/mini_pattern5.png'); }
#gkPattern6 { background-image: url('../images/patterns/mini_pattern6.png'); }
#gkPattern7 { background-image: url('../images/patterns/mini_pattern7.png'); }
#gkPattern8 { background-image: url('../images/patterns/mini_pattern8.png'); }
#gkPattern9 { background-image: url('../images/patterns/mini_pattern9.png'); }
#gkPattern10 { background-image: url('../images/patterns/mini_pattern10.png'); }
#gkPattern11 { background-image: url('../images/patterns/mini_pattern11.png'); }
#gkPattern12 { background-image: url('../images/patterns/mini_pattern12.png'); }

#bgStyle,
#menuType {
	margin-bottom: 20px;
}



/* -------------------------------------------------------------------*/
/* mod_news_pro_gk5/portal_modes/title_overlay/style.css*/
/* -------------------------------------------------------------------*/
.gkNspPM-TitleOverlay .gkImgOverlay {
    background: none repeat scroll 0 0 #fff !important;
    cursor: pointer;
    height: 100%;
    left: -30%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    z-index: 2;
}
.gkNspPM-TitleOverlay.hover .gkImgOverlay {
    left: 0;
    opacity: 0.2 !important;
}

.gkNspPM-TitleOverlay > figure > figcaption {
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
}



.gkNspPM-TitleOverlay > figure > figcaption h3 {
  /*  font-size: 24px !important;*/
	font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 18px;
    text-transform: uppercase;
	}

/* cache le texte du caption*/
.gkNspPM-TitleOverlay > figure > figcaption h3 a {
    visibility: hidden !important;
	color: #fff !important;
}
/* affiche le texte du caption sur Hover*/
.gkNspPM-TitleOverlay.hover > figure > figcaption h3 a {
     visibility: visible!important;
	color: #fff !important;
}

/* -------------------------------------------------------------------*/
/* Ajout tom*/
/* -------------------------------------------------------------------*/
/*menu.css*/
#gkMainMenu .gkMenu > ul > li {
    clear: none !important;
    float: left;
    font-size: 16px;
    font-weight: 500;
    height: 62px;
    line-height: 63px;
    margin-left: 11px;
    text-transform: uppercase;
    width: auto;
}


.big-btn {
    border: 1px solid #DB4A37;
    color: #DB4A37;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 65px;
    margin: 20px auto 32px;
    padding: 0 55px;
    text-transform: uppercase;
}


/* logo*/
#gkLogo.text > span {
    display: block;
    font-size: 33px;/*55px*/
    font-weight: 300;
    letter-spacing: 0px;/*2px;*/
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
}


#gkLogo.text > span > span {
    color: #FFFFFF;
	font-weight: 500;
}


/* Taille titre module */
/*écrase template.css*/
.box.bigtitle .header {
    font-size: 60px;/*64px*/
    font-weight: 500;
    line-height: 1;
    margin: 0 0 72px;
    text-transform: uppercase;
}

.box.bigtitle .header small {
	clear: both;
	display: block;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.0;
}


/* GK TAB*/

/* Taille et position des onglet*/
.gkTabsWrap.vertical ol, .gkTabsWrap.horizontal > ol {
	/*height: 40px;*/
	height: 50px!important;
	margin: 0!important;
	padding: 0!important;
}

.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    cursor: pointer !important;
    float: left !important;
	list-style-type: none !important;
    margin: -13px !important;
    padding: 0px 18px !important;
    position: relative;
	/*color: #EEEEEE!important;blanc*/
    color: #19243A !important; /*Couleur du texte des onglets inactif*/
	text-shadow: none !important;
	 /* border-right: 1px solid #EEEEEE;
    color: #999999;*/
    text-shadow: none !important;
	font-weight: 500 !important;
	font-family: 'Raleway',Arial,sans-serif !important;
	font-size: 16px !important;
}
/* Pour forcer l'override sur .gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li { */
div#gk-tabs-810.gkTabsGK5 div.gkTabsWrap.vertical ol.gkTabsNav li {
	line-height: 52px !important;  /*(hauteur du texte dans l'onglet)*/
}


.gkTabsWrap.vertical .gkTabsContainer + ol {
	border-bottom: none;
}
.gkTabsWrap.vertical .gkTabsContainer + ol li.active {
	position: relative;
	top: -1px;
	line-height: 42px !important;
}
/* FIN Taille et position des onglet*/*

.gkTabsWrap.vertical {
    border: none!important;
}
/*Couleur des onglets inactif*/
.gkTabsWrap.vertical ol, .gkTabsWrap.horizontal > ol {
    /*background: -moz-linear-gradient(center top , #FBFBFB 0%, #F8F8F8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background: none repeat scroll 0 0 #61A79D!important;
	 border-bottom: 1px solid #61A79D!important;
}

/*Couleur onglet actif*/
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active {
   /* background: none repeat scroll 0 0 #08203C!important; bleu Marine*/
	/*background: none repeat scroll 0 0 #272727!important; 
	color: #FFFFFF!important;balck*/
	background: none repeat scroll 0 0 #FFFFFF !important;
    color: #19243A !important;
	height: 51px !important; /* hauteur onglet actif*/
}

/* couleur fond contenu*/
.gkTabsItem {
    /*background: none repeat scroll 0 0 #08203C!important; bleu Marine*/
	 /*background: none repeat scroll 0 0 #272727!important;  noir*/
	 background: none repeat scroll 0 0 #ffffff !important; 
}

/* hauteur onglet actif*/*/

.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active {
    /*height: 41px;*/
	height: 51px;
}

/*Couleur Hover des onglets inactif*/

.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.horizontal ol li:hover {
   background: none repeat scroll 0 0 #72C4B9 !important;
    color: #5078BB;
}

/* Couleur texte contenu onglet actifs*/
#gkHeaderBottom .box {
     color: #888;
}

#gkHeaderBottom .box a {
    border: 1px solid #72c4b9;
	color: #72c4b9 !important;
}

#gkHeaderBottom .box a:hover {
    border: 1px solid #272727 !important;
	color: #272727 !important;
}


/* remove K2 CsS style pour les liste*/

.itemBody > div > ul li:before {
	color: #db4a37;
	content: "";
	font-size: 4px !important;
}