/* Start of CMSMS style sheet 'responsive : FormBuilder Default Style' */
//***************** Formulaire ******************* //




/* Sample FormBuilder CSS base */
form {
	margin-top: 100px
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	
	padding: 2em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #ccc;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: 200px;
	border: 1px solid #bcac61
}
textarea {
	margin: 0.5em 0;
	width: 100%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #ccc;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 1.5em;
        margin-bottom: 40px;
}
.contactform {padding:25px 0;}


.contactform input {
	letter-spacing: 1px;
  width: 100%;
  height: 25px;
  border: 1px solid #fff;
  width: 100%;
  height: 48px;
  color: #fff;
  padding: 15px;
  font-size: 13px;
 background: none;
  margin-bottom: 20px;
}

.contactform  input[type=submit]  {
	
width: 230px;
    height: 50px;
    border: 1px solid #fff;
    padding: 15px;
    font-size: 13px;
    /* font-family: OpenSansLight; */
   
  background: rgba(255,255,255,0.6);
    color: #fff;
text-transform:Uppercase;
    letter-spacing: 2px;
    text-transform: uppercase;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    display: block;
    margin: 0 auto;
    font-weight: 400;
letter-spacing: 1px;
}

.contactform  input[type=submit]:hover
     {
     background-color:#007649;
     color:#fff;
     }






.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 100%;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {

        width:100%; height :25px;
  border: 1px solid #fff;
  width: 100%;
  height: 90px;
  color: #fff;
 background: none;
  padding: 15px;
  font-size: 13px;
margin: 0;letter-spacing: 1px;
  height: 200px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.NewsSummaryField img {
    width: 30%;
    max-width: 600px;
    float: left;
    margin: 0 50px 10px 0;
}

.NewsSummaryLink {
    font-size: 30px;
    line-height: 50px;
}

.NewsSummary {
    clear: both;
    margin: 100px 0;
}


.NewsSummaryPostdate {
    color: #02764a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 55px;
}

/* End of 'responsive : FormBuilder Default Style' */

