/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the Less CSS pre-processor.
 */


/* Modifications suite à l'ajout de bootstrap.css et de la framanav */
.checkbox {
  position: inherit;
  display: table-cell !important;
  text-align: center;
}
  
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  position: inherit;
  margin-right: 0.8em;
}
 

.checkbox label {
  margin-right: 1em;
  border-left: 1px solid lightgray;
}

 
#framafooter > div > div {
  box-sizing: border-box !important;
  -moz-boxsizing: border-box;
  -webkit-box-sizing: border-box;
}

#admin-menu, #admin-menu .dropdown {
  z-index: 1001;
}

legend {
  font-size: inherit;
}

.user-block-connect {
  text-align: right;
  font-size: 14px;
}

.label {
padding: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: #666;
text-align: inherit;
white-space: inherit;
vertical-align: inherit;
border-radius: inherit;

}

.webform-submission-info {
  padding-top: 20px;
}

#content h2 {
  font-size: 1.6em;
}

#content h3 {
 font-size: 1.4em; 
}


/* Fin de modifs en cas de bootstrap.css /framanav */

.navbar-default, #page-header > .lead {
  display: none;
}

.form-control, input, textarea {
  width: auto;
}

#framafooter > div > div {
  box-sizing: border-box !important;
  -moz-boxsizing: border-box;
  -webkit-box-sizing: border-box;
}

#admin-menu, #admin-menu .dropdown {
  z-index: 1001;
}

legend {
  font-size: inherit;
}

.user-block-connect {
  text-align: right;
  font-size: 14px;
}

.label {
padding: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: #666;
text-align: inherit;
white-space: inherit;
vertical-align: inherit;
border-radius: inherit;

}

.webform-submission-info {
  padding-top: 20px;
}

#footer-wrapper, .footer {
  background: inherit;
  color: #808080;
  padding: 0;
}

#footer-wrapper a:hover, #footer-wrapper a:focus, #footer-wrapper a {
  color: inherit;
}

#footer, .footer {
  margin-top: 0;
  border-color: #808080;
}

.field-name-field-form1-image {
    padding-top: 10px;
    margin-bottom: 16px;
}

.description {
  font-size: 0.85em;
  color: #666;
}


.form-item-form-key {
  display: none;
}


.shareLink {
  float: left;
  margin-right: 15px;
}

.field-name-field-form1-image > .field-items > .field-item > .img-responsive {
  margin: auto;
}


