/*
Theme Name: PopCorn Manager
Author: PopCorn Communication
Description: Template d&eacute;velopp&eacute; sur le moteur Bootstrap.
Template: bootstrap
Version: 0.0.1
Tags: bootstrap, popcorn, manager
*/

/* COLORS */

.white { color: rgba(255,255,255,1); }
.white-bg { background-color: rgba(255,255,255,1); }
.white-border { border-color: rgba(255,255,255,1); }
.blue, body { color: rgba(32,27,61,1); }
.blue-bg, .btn-primary { background-color: rgba(32,27,61,1) !important; }
.blue-border, .btn-primary { border-color: rgba(32,27,61,1) !important; }
.orange, h2, .h2 { color: rgba(238,111,87,1); }
.orange-bg, .btn-primary:hover, .btn-primary.active { background-color: rgba(238,111,87,1) !important; }
.orange-border, .btn-primary:hover, .btn-primary.active { border-color: rgba(238,111,87,1) !important; }

/* GLOBAL */

html, body { height: 100%; }

/* TYPOGRAPHY */

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span { display: block; }