/**
 * @file        ../contact.css
 * @date        2019-06-05
 * @version     1.0
 * @package     Joomla.Administrator
 * @subpackage  com_exaltarts
 * @since       3.0
 * @copyright   Copyright (C) 2010 - 2019 Jackie Leclair. All rights reserved.
 * @author      Jackie Leclair
 * @description
 * @license     http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @usage
 *
 */

/* ########################### contacts ########################### */

div.contact {
	width: 700px;
	margin: 50px auto;
	color: #fff;
	line-height: 1.6em;
	font-size: 110%;
}

div.contact h2 {
	padding: 20px 0 10px 20px;
	float: left;
}
div.contact p  {
	padding-left: 20px;
}
div.contact p.contact-position {
	font-size: 150%;
	float: left;
	padding: 20px 0 10px 20px;
}
div.contact-address {
	clear: both;
	width: 230px;
}
div.contact address {
	font-style: normal;
	margin: 20px 20px 0;
}

span.contact-country {
	display: block;
}

div.contact.mel1 span.contact-emailto {
	font-weight: bold;
	line-height: 1.5em;
}
div.contact.mel2 span.contact-emailto {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}
div.contact.mel3 span.contact-emailto {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
}

div.contact form {
	clear: left;
	padding: 10px 20px;
	margin: 0;
}

div.contact form fieldset {
	border: none;
}

div.contact form legend {
 	font-weight: bold;
}

div.contact form dt {
	float: left;
	clear: both;
	font-weight: bold;
	width: 25%;
	margin: 10px 0 0 0;
}

div.contact form dd {
	float: left;
	width: 75%;
}

div.contact input, div.contact textarea {
	background-color: #ccc;
	border: solid 1px #ccc;
	color: #000;
	padding: 2px 0;
	margin: 10px 0 0 0;
}

#jform_contact_emailmsg, div.contact textarea {
	width: 100%;
}

#jform_contact_email_copy-lbl {
	margin-left: 10px;
}

div.contact .button {
	background-image:url(../images/pfeil.gif);
	background-color: #505050;
	background-repeat: no-repeat;
	background-position-y: center;
	border: 0;
	color: #fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding: 10px 10px 10px 30px;
	cursor:pointer;
	border: solid 1px #ccc;
}

div.contact input.invalid,.contact textarea.invalid {
	border:solid 2px red;
}

div.contact label.invalid {
	color:red;
}

dt.message { color: transparent; }
dd.message ul { list-style-type: none; text-align: center; }

/************** RESPONSIVITE *****************/
@media (max-width: 800px) {
	div.contact {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	#contact-form dd {
		clear: left;
		width: 100%;
	}
}
