/*** general */

body{
	
}

.row{
	max-width: 70rem;
}

*, p{
	font-family: 'Lato', sans-serif;
}

p {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

h1,h2,h3,h4,h5,h6,h2 a,h1 a {
	color: #111111;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin: 0;
}

h2 {
	font-size: 1.1em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #4D4D4D;
	font-weight: bold;
}

h2 a{
	font-size: 0.8em;
}
div#block-user-login h2{
	border-bottom: none;
	margin: 15px 0;
}

h3,h3 a {
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
	color: #00286b;
}

h1,h1 a {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 8px;
	padding: 5px;
}

img{	display: block;    margin: 0;    padding: 0;}

ul{
	list-style-position: inside;
}

.display-none{
	display: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
 	padding: 0.2rem;
 	height: 2rem;
 	margin: 0 0 0.3rem 0;
 }
 
select{
	background-image: none;
	padding: 0.2rem;
 	height: 2rem;
}

/*
 * DRUPAL ADMIN CUSTOM
 */
 .element-invisible{
 	display: none;
 }

dl.sub-nav {
	margin: 7px 3px;
	float: right;	
}

div.tabledrag-toggle-weight-wrapper{
	text-align: right;
}
a.tabledrag-toggle-weight{
	font-size: 0.9em;
}

ul{
	margin-bottom: 0.5rem;
}
li{
	list-style: none;
}

.views-exposed-form .views-submit-button, .views-exposed-form  .views-reset-button {
	float: left;
	padding: 0.2em 1em 0 0.5em;
	margin-top: 10px;
}
.views-exposed-form .views-submit-button input.form-submit, .views-exposed-form  .views-reset-button input.form-submit {
	margin-top: 0.1em;
}

div.views-exposed-widgets{
	margin: 1em 0;
}
div.views-exposed-widgets input.form-text{
	width: 200px;
	margin: 0;
}
div.views-exposed-widgets select{
	width: 200px;
	margin: 0;
}

.views-ui-display-tab-actions .ctools-button-processed li a, 
.views-ui-display-tab-actions .ctools-button-processed input{
	color: #008cba;
}

th.views-field a img{
	float: right;
}

div.form-item-operation{
	float: left;
	margin-right: 20px;
}
div.form-item-operation select{
	width: auto;
}
.sub-nav dt.active-trail a, .sub-nav dd.active-trail a, .sub-nav li.active a {
border-radius: 3px;
font-weight: normal;
background: #008cba;
padding: 0.1875rem 1rem;
cursor: default;
color: #fff;
}

ul.action-links{
	margin: 5px 0 0 0;
	text-align: right;
	height: 25px;
}
ul.action-links li{
	margin: 0 5px;
	display: inline-block;
}
ul.action-links a{
	background: #EC008C;
	color: white;
	padding: 5px 10px;
}
ul.action-links a:HOVER{
	background: #ff008C;
}
	
form.node-form div.form-item{
	margin: 2px 0;
}
form.node-form div.form-item label{
	font-weight: bold;
}
form.node-form div.form-item div.description{
	font-style: italic;
	font-size: 0.8em;
}


table div.form-type-checkbox input.form-checkbox{
	margin-top: 10px;
}

table tr td{
	padding: 0.3rem 0.5rem;
}



/** drag drop */
a.tabledrag-handle{
	
	
}

table a.tabledrag-handle div.handle{
	background-image: url("/sites/all/themes/gestion/images/drag-ico.png");
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
}

table div.indentation{
	width: 15px;
	height: 15px;
	float: left;
}

table#taxonomy td:first-child a{
	color: black;
}

/**
 * FRONT PAGE
 */
body.front div.content div.node{
	display: none;
}

body.front table.views-view-grid{
	border: none;
	width: 100%;
	margin: 20px;
}
body.front table.views-view-grid td{
	width: 50%;
	
}



/*
 * BREADCRUMB
 */
div.breadcrumb {
	padding: 10px 0;
}

div.breadcrumb a{
	font-size: 0.8em;
}

/*
 * FIELDSET
 */
 
fieldset {
	border: 1px solid #ddd;
	padding: 0.4rem;
	margin: 0.5rem 0;
}
 
 
 
/** button */
.button {
	border: none;
	background: #00B7DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-right: 1.3rem;
	padding-bottom: 0.5rem;
	padding-left: 1.3rem;
}

.button:HOVER {
	background: #516f87;
}

/**
HEADER
*/
div#header{
	
}

div#header.relative{
	position: relative;	
}
img#logo-img{
	margin: 15px 0;
}
div.slogan-zone{
	padding: 25px 0 0 0;
}
div.slogan-zone p{
	font-size: 1.3em;
	line-height: 1.3;
}


/**
 * FOOTER
 */
div#footer{
	padding: 30px;
	background: #f09b24;
}

div#footer div.a-propos p{
	font-size: 0.9em;
}

div#footer div.zone-contact p{
	margin-bottom: 10px;
}


/*
 * ALL PAGES 
 */

div#page-title{
	padding: 8px 0;
	background: #EA5B0C;
	margin-bottom: 5px;
}

div#page-title h1{
	margin: 0;
	color: white;
}

div.field-name-body{
	margin: 5px 0;
}


p.indication{
	font-size: 0.9em;
	line-height: 1.3;
	text-align: justify;
}

ul.pager li{
	float: left;
	margin-right: 10px;
}
/**
* FRONT PAGE
*/
body.front div#page-title{
	display: none;
}

body.front div#front-1{
	padding: 20px 0;
	background: #ffa500;
}
body.front div#front-1 h2{
	text-align: center;
	text-transform: none;
	color: #ffffff;
	line-height: 2;
	font-size: 1.6em;
	
}


div.progress dib.bar{
	height: 20px;
	background: #ffa500;
}


/*
 * WEBFORM
 */
 
form input.form-email, form textarea{
	margin-bottom: 0.5rem;
}

form input.form-email.error, form textarea.error{
	border-color: red;
}


@media only screen and (max-width: 767px) {
	h2, h2 a {font-size: 1em;}
}

