/* Largeur du contenu */

.page-header, .page-content, .hentry {
    width: 1200px;
}

/* Couleurs */

.menu-toggle:hover, .main-navigation.toggled .menu-toggle, .main-navigation a:hover,
.widgets-trigger:hover, .widgets-trigger:focus, .widgets-trigger:active {
    background: #8AC163;
}

a, .page-title a:hover, .page-title a:focus, .page-title a:active, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active {
    color: #8AC163;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #8AC163;
    border: 1px solid #8AC163;
}

.page-title, .entry-title {
    text-transform: none;
}

.main-navigation a {
    text-transform: capitalize;
}

@media screen and (max-width: 480px) {
		#content .alignleft {
    	width: 100%;
	}
}

@media screen and (max-width: 1200px) {
     .page-header, .page-content, .hentry {
      width: 100%;
  }
}