/*
Theme Name: RLM
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/



/* Colors */
:root {
--bleu: #1E458B;
--vertfonce: #0B5E49;
--vert: #A5D454;
--blanc: #fff;
--noir: #000;
--gris: #ccc;
--gris_fond: #f5f5f5;
}


/* Header */
/* slogan site */
.nectar-header-text-content {
	font-weight: 600;
	text-transform: uppercase;
}
	.nectar-header-text-content:after {
		content : "Le rendez-vous annuel des décideurs IT du Grand Est";
		display: block;
		color: var(--noir);
		font-weight: 600;
		text-transform: none;
		text-align: right;
	}

@media (min-width: 920px) {
	#logo img {
		max-width: 160px !important;
    	height: auto !important;
	}
	.nectar-header-text-content {
		font-size: 22px;
		line-height: 22px;
	}
		.nectar-header-text-content:after {
			font-size: 15px;
			line-height: 15px;
		}
}
@media (min-width: 1100px) {
	#logo img {
		max-width: 180px !important;
    	height: auto !important;
	}
	.nectar-header-text-content {
		font-size: 24px;
		line-height: 24px;
	}
		.nectar-header-text-content:after {
			font-size: 16px;
			line-height: 16px;
		}
}
@media (min-width: 1300px) {
	.nectar-header-text-content {
		font-size: 34px;
		line-height: 34px;
	}
		.nectar-header-text-content:after {
			font-size: 18px;
			line-height: 18px;
		}
}



#partenaires .vc_col-sm-2 .vc_column-inner {
	padding: 0 10px;
}
#partenaires .img-with-aniamtion-wrap .inner .hover-wrap {
	border: 1px solid var(--gris_fond);
}
#partenaires .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner {
	padding: 10px 0;
}
#partenaires .img-with-aniamtion-wrap img {
	max-width: 90%;
	height: auto;
}
@media (max-width: 800px) {
	#partenaires .vc_col-sm-2 .vc_column-inner {
		padding: 0 10px 10px 0;
	}
}

/* Programme */
table th {
	font-size: 18px !important;
	text-transform: uppercase;
}
table td {
	font-size: 16px !important;
}



/* Footer */
#footer-outer #nav_menu-2 h4,
#footer-outer #nav_menu-3 h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid var(--vert);
}
#footer-outer #nav_menu-2 ul li a, 
#footer-outer #nav_menu-3 ul li a {
	font-size: 16px;
	line-height: 16px;
}