/*   
Theme Name: Theme Editions du Contrepoint
Theme URI: http://www.le-contrepoint.fr/
Description: Editions du Contrepoint
Author: Damien Fauret pour le studio Travers Media
Author URI: http://www.travers-media.com
Version: 1
*/

@charset "UTF-8";

/* RESETS CSS
-------------------------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {list-style: none; margin: 0;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

input[type=button], 
input[type=submit], 
button {border:none; background:#fff;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
button:focus {outline: none;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}


/*-----------------------------------------------------------------------------*/

/* 	GLOBAL
-------------------------------------------------------------------------------*/

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;/*margin: 5px;*/}

html {font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin:0; }

body {
  font-family: "cameron", "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background: #fff;
}
html.admin-bar body { margin-top:28px; }

form {margin:0;}

input,
button,
select,
textarea {font-family: inherit;font-size: inherit;line-height: inherit;}


/*! IMAGES ------------------------------------------------------------------------------------ */
img {vertical-align: middle;}
.img-responsive {display: inline-block;height: auto;max-width: 100%;}
.img-rounded {border-radius: 6px;}
.img-circle {border-radius: 500px;}

/*! HR TAG ------------------------------------------------------------------------------------ */
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eeeeee;}

/*! LINKS ------------------------------------------------------------------------------------ */
a {color: #A5A5A5;text-decoration: none;}
a:hover,
a:focus {color: #333;text-decoration: none;}
a:focus {outline: thin dotted #333;outline: 0px auto -webkit-focus-ring-color;outline-offset: -2px;}

/* Couleurs de sélection de texte */
::-moz-selection{background: yellow; color: #000; text-shadow: none;}
::selection {background: yellow; color: #000; text-shadow: none;} 
a:link {-webkit-tap-highlight-color: blue;} 
ins {background-color: blue; color: #000; text-decoration: none;}
mark {background-color: blue; color: #000; font-style: italic; font-weight: bold;}


/*! STRUCTURE ------------------------------------------------------------------------------------ */
.container {padding-right: 10px;padding-left: 10px; margin-left: auto; margin-right: auto;}
.container:after {clear: both;}
.container:before,
.container:after {display: table;content: " ";}

.row {margin-right: -10px;margin-left: -10px;}
.row:before,
.row:after {display: table;content: " ";}
.row:after {clear: both;}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {float: left;}

.col-xs-1 {width: 8.333333333333332%;}
.col-xs-2 {width: 16.666666666666664%;}
.col-xs-3 {width: 25%;}
.col-xs-4 {width: 33.33333333333333%;}
.col-xs-5 {width: 41.66666666666667%;}
.col-xs-6 {width: 50%;}
.col-xs-7 {width: 58.333333333333336%;}
.col-xs-8 {width: 66.66666666666666%;}
.col-xs-9 {width: 75%;}
.col-xs-10 {width: 83.33333333333334%;}
.col-xs-11 {width: 91.66666666666666%;}
.col-xs-12 {width: 100%;}

@media (min-width: 768px) {
  .container {max-width: 750px;}
  
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {float: left;}
  
  .col-sm-1 {width: 8.333333333333332%;}
  .col-sm-2 {width: 16.666666666666664%;}
  .col-sm-3 {width: 25%;}
  .col-sm-4 {width: 33.33333333333333%;}
  .col-sm-5 {width: 41.66666666666667%;}
  .col-sm-6 {width: 50%;}
  .col-sm-7 {width: 58.333333333333336%;}
  .col-sm-8 {width: 66.66666666666666%;}
  .col-sm-9 {width: 75%;}
  .col-sm-10 {width: 83.33333333333334%;}
  .col-sm-11 {width: 91.66666666666666%;}
  .col-sm-12 {width: 100%;}
  .col-sm-push-1 {left: 8.333333333333332%;}
  .col-sm-push-2 {left: 16.666666666666664%;}
  .col-sm-push-3 {left: 25%;}
  .col-sm-push-4 {left: 33.33333333333333%;}
  .col-sm-push-5 {left: 41.66666666666667%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-push-7 {left: 58.333333333333336%;}
  .col-sm-push-8 {left: 66.66666666666666%;}
  .col-sm-push-9 {left: 75%;}
  .col-sm-push-10 {left: 83.33333333333334%;}
  .col-sm-push-11 {left: 91.66666666666666%;}
  .col-sm-pull-1 {right: 8.333333333333332%;}
  .col-sm-pull-2 {right: 16.666666666666664%;}
  .col-sm-pull-3 {right: 25%;}
  .col-sm-pull-4 {right: 33.33333333333333%;}
  .col-sm-pull-5 {right: 41.66666666666667%;}
  .col-sm-pull-6 {right: 50%;}
  .col-sm-pull-7 {right: 58.333333333333336%;}
  .col-sm-pull-8 {right: 66.66666666666666%;}
  .col-sm-pull-9 {right: 75%;}
  .col-sm-pull-10 {right: 83.33333333333334%;}
  .col-sm-pull-11 {right: 91.66666666666666%;}
  .col-sm-offset-1 {margin-left: 8.333333333333332%;}
  .col-sm-offset-2 {margin-left: 16.666666666666664%;}
  .col-sm-offset-3 {margin-left: 25%;}
  .col-sm-offset-4 {margin-left: 33.33333333333333%;}
  .col-sm-offset-5 {margin-left: 41.66666666666667%;}
  .col-sm-offset-6 {margin-left: 50%;}
  .col-sm-offset-7 {margin-left: 58.333333333333336%;}
  .col-sm-offset-8 {margin-left: 66.66666666666666%;}
  .col-sm-offset-9 {margin-left: 75%;}
  .col-sm-offset-10 {margin-left: 83.33333333333334%;}
  .col-sm-offset-11 {margin-left: 91.66666666666666%;}
  
/*  .cycle-slideshow { min-width: 320px !important; max-width: 320px !important; }
  .cycle-slideshow img { max-width: 100%; width: auto !important; height: auto !important; }*/
}

@media (min-width: 992px) {
  .container {max-width: 970px;}
  
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {float: left;}
  
  .col-md-1 {width: 8.333333333333332%;}
  .col-md-2 {width: 16.666666666666664%;}
  .col-md-3 {width: 25%;}
  .col-md-4 {width: 33.33333333333333%;}
  .col-md-5 {width: 41.66666666666667%;}
  .col-md-6 {width: 50%;}
  .col-md-7 {width: 58.333333333333336%;}
  .col-md-8 {width: 66.66666666666666%;}
  .col-md-9 {width: 75%;}
  .col-md-10 {width: 83.33333333333334%;}
  .col-md-11 {width: 91.66666666666666%;}
  .col-md-12 {width: 100%;}
  .col-md-push-0 {left: auto;}
  .col-md-push-1 {left: 8.333333333333332%;}
  .col-md-push-2 {left: 16.666666666666664%;}
  .col-md-push-3 {left: 25%;}
  .col-md-push-4 {left: 33.33333333333333%;}
  .col-md-push-5 {left: 41.66666666666667%;}
  .col-md-push-6 {left: 50%;}
  .col-md-push-7 {left: 58.333333333333336%;}
  .col-md-push-8 {left: 66.66666666666666%;}
  .col-md-push-9 {left: 75%;}
  .col-md-push-10 {left: 83.33333333333334%;}
  .col-md-push-11 {left: 91.66666666666666%;}
  .col-md-pull-0 {right: auto;}
  .col-md-pull-1 {right: 8.333333333333332%;}
  .col-md-pull-2 {right: 16.666666666666664%;}
  .col-md-pull-3 {right: 25%;}
  .col-md-pull-4 {right: 33.33333333333333%;}
  .col-md-pull-5 {right: 41.66666666666667%;}
  .col-md-pull-6 {right: 50%;}
  .col-md-pull-7 {right: 58.333333333333336%;}
  .col-md-pull-8 {right: 66.66666666666666%;}
  .col-md-pull-9 {right: 75%;}
  .col-md-pull-10 {right: 83.33333333333334%;}
  .col-md-pull-11 {right: 91.66666666666666%;}
  .col-md-offset-0 {margin-left: 0;}
  .col-md-offset-1 {margin-left: 8.333333333333332%;}
  .col-md-offset-2 {margin-left: 16.666666666666664%;}
  .col-md-offset-3 {margin-left: 25%;}
  .col-md-offset-4 {margin-left: 33.33333333333333%;}
  .col-md-offset-5 {margin-left: 41.66666666666667%;}
  .col-md-offset-6 {margin-left: 50%;}
  .col-md-offset-7 {margin-left: 58.333333333333336%;}
  .col-md-offset-8 {margin-left: 66.66666666666666%;}
  .col-md-offset-9 {margin-left: 75%;}
  .col-md-offset-10 {margin-left: 83.33333333333334%;}
  .col-md-offset-11 {margin-left: 91.66666666666666%;}
}

@media (min-width: 1200px) {
  .container {max-width: 970px/*1170px*/;}
  
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {float: left;}
  
  .col-lg-1 {width: 8.333333333333332%;}
  .col-lg-2 {width: 16.666666666666664%;}
  .col-lg-3 {width: 25%;}
  .col-lg-4 {width: 33.33333333333333%;}
  .col-lg-5 {width: 41.66666666666667%;}
  .col-lg-6 {width: 50%;}
  .col-lg-7 {width: 58.333333333333336%;}
  .col-lg-8 {width: 66.66666666666666%;}
  .col-lg-9 {width: 75%;}
  .col-lg-10 {width: 83.33333333333334%;}
  .col-lg-11 {width: 91.66666666666666%;}
  .col-lg-12 {width: 100%;}
  .col-lg-push-0 {left: auto;}
  .col-lg-push-1 {left: 8.333333333333332%;}
  .col-lg-push-2 {left: 16.666666666666664%;}
  .col-lg-push-3 {left: 25%;}
  .col-lg-push-4 {left: 33.33333333333333%;}
  .col-lg-push-5 {left: 41.66666666666667%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-push-7 {left: 58.333333333333336%;}
  .col-lg-push-8 {left: 66.66666666666666%;}
  .col-lg-push-9 {left: 75%;}
  .col-lg-push-10 {left: 83.33333333333334%;}
  .col-lg-push-11 {left: 91.66666666666666%;}
  .col-lg-pull-0 {right: auto;}
  .col-lg-pull-1 {right: 8.333333333333332%;}
  .col-lg-pull-2 {right: 16.666666666666664%;}
  .col-lg-pull-3 {right: 25%;}
  .col-lg-pull-4 {right: 33.33333333333333%;}
  .col-lg-pull-5 {right: 41.66666666666667%;}
  .col-lg-pull-6 {right: 50%;}
  .col-lg-pull-7 {right: 58.333333333333336%;}
  .col-lg-pull-8 {right: 66.66666666666666%;}
  .col-lg-pull-9 {right: 75%;}
  .col-lg-pull-10 {right: 83.33333333333334%;}
  .col-lg-pull-11 {right: 91.66666666666666%;}
  .col-lg-offset-0 {margin-left: 0;}
  .col-lg-offset-1 {margin-left: 8.333333333333332%;}
  .col-lg-offset-2 {margin-left: 16.666666666666664%;}
  .col-lg-offset-3 {margin-left: 25%;}
  .col-lg-offset-4 {margin-left: 33.33333333333333%;}
  .col-lg-offset-5 {margin-left: 41.66666666666667%;}
  .col-lg-offset-6 {margin-left: 50%;}
  .col-lg-offset-7 {margin-left: 58.333333333333336%;}
  .col-lg-offset-8 {margin-left: 66.66666666666666%;}
  .col-lg-offset-9 {margin-left: 75%;}
  .col-lg-offset-10 {margin-left: 83.33333333333334%;}
  .col-lg-offset-11 { margin-left: 91.66666666666666%;}
}
}



/*! TYPOGRAPHY ------------------------------------------------------------------------------------ */

p {margin: 0 0 10px 0;}
p strong {font: 1em/1em "cameron-bold", "Times New Roman", serif;}

.lead {margin-bottom: 20px;font-size: 16.099999999999998px;font-weight: 200;line-height: 1.4;}
@media (min-width: 768px) {
  .lead {font-size: 21px;}
}

small {font-size: 85%;}
cite {font-style: normal;}

.text-muted {color: #999999;}
.text-primary {color: #428bca;}
.text-warning {color: #c09853;}
.text-danger {color: #b94a48;}
.text-success {color: #468847;}
.text-info {color: #3a87ad;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "cameron", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, h2, h3 {margin-top: 20px;margin-bottom: 10px;}
h4, h5, h6 {margin-top: 10px;margin-bottom: 10px;}

h1, .h1 {font-size: 38px;}
h2, .h2 {/*font-size: 32px;*/}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 18px;}
h5, .h5 {font-size: 14px;}
h6, .h6 {font-size: 12px;}

h1 small, .h1 small {font-size: 24px;}
h2 small, .h2 small {font-size: 18px;}
h3 small, .h3 small, h4 small, .h4 small {font-size: 14px;}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* SPECIFIC STYLES */ 

/* Head */

.chaumont 		{font: 0.85em/1.3em "OCRF",sans-serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; text-transform: uppercase; letter-spacing: 1px;}
small.chaumont  {font: 0.8em/1.2em "OCRF",sans-serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; text-transform: uppercase;}
.chaumont-plein {font: 0.75em/1.3em "chaumont-plein",sans-serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.chaumont strong,
strong .chaumont{font-family:"OCRF-bold",sans-serif;}

header p.logo { font: 0.85em/1.3em "OCRF",sans-serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; text-transform: uppercase; letter-spacing: 4px; margin: 0;}
p.baseline {margin: 0; color: #A5A5A5; letter-spacing: 3px; }


/* Titre */
.titre 		 		{font: 2.7em/1.1em "cameron", "Times New Roman", serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; margin: 10px 0 5px 0;  }
.titre a			{color:#333; margin: 0; display: inline-block;}
.titre a:hover		{color:#f06;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;}
.titre strong 		{font: 1em/1em "cameron-bold", "Times New Roman", serif; vertical-align: baseline; }
.titre .chaumont 	{font: 0.7em/1em "OCRF-bold",sans-serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; text-transform: uppercase; letter-spacing: 1px;margin:0;}
.titre sup			{font-size:0.55em;letter-spacing:0.05em;}


/* Chapo */
.chapo 				{font: 1.3em/1.45em "cameron", "Times New Roman", serif; vertical-align: baseline; }
.chapo em 			{font: 1em/1em "cameron-italic", "Times New Roman", serif; vertical-align: baseline; }
.chapo strong 		{font: 1em/1em "cameron-bold", "Times New Roman", serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; }
.chapo strong em,
.chapo em strong	{font: 1em/1em "cameron-bold-italic", "Times New Roman", serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; }

/* Texte */
.texte 				{font: 1em/1.45em "cameron", "Times New Roman", serif; vertical-align: baseline; padding: 6px 0 3px 0;}
.chapo a,
.texte a			{margin:0; color:#333; text-decoration: underline;}
.chapo a:hover,
.texte a:hover		{color:#f06;}
.texte em 			{font: 1em/1em "cameron-italic", "Times New Roman", serif; vertical-align: baseline; }
p i	 			{font: 1em/1em "cameron-italic", "Times New Roman", serif; vertical-align: baseline; }
.texte strong 		{font: 1em/1em "cameron-bold", "Times New Roman", serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; }
p b	 				{font: 1em/1em "cameron-bold", "Times New Roman", serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; }
.texte strong em	{font: 1em/1em "cameron-bold-italic", "Times New Roman", serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; }

.filet				{border-top:1px dotted #ccc;margin-top:5px;padding-top:9px;}

div.info p strong {font: 1em/1em "cameron-bold", "Times New Roman", serif; vertical-align: baseline; margin: 0; }
div.info p em {font: 1em/1em "cameron-italic", "Times New Roman", serif; vertical-align: baseline; }
div.info {margin: 0 0 10px 0 !important; }
div.info p{margin:9px 0;}
div.info p a {color:#333; display: inline-block; }
div.info.clr1 p a{color:#f06;}
div.info.clr1 p a:hover{text-decoration:underline;}
div.info p a:hover {color:#f06; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }

header.surtitre p a {margin: 0;}

strong 		{font-family: "bahamontes-bold",sans-serif; vertical-align: baseline; -webkit-font-smoothing: antialiased; margin: 0;}
em			{margin:0;}

/* Footer */


/*! LISTS ------------------------------------------------------------------------------------ */
ul,
ol {margin-top: 0;margin-bottom: 10px;}

ul ul,
ol ul,
ul ol,
ol ol {margin-bottom: 0;}

.list-unstyled {padding-left: 0;list-style: none;}
.list-inline {padding-left: 0;list-style: none; height:auto;}
.list-inline > li {display: inline-block;padding-right: 5px;padding-left: 5px;}

dl { margin-bottom: 20px;}
dt,
dd {line-height: 1.428571429;}
dt {font-weight: bold;}
dd { margin-left: 0;}

.dl-horizontal dt {float: left;width: 160px;overflow: hidden;clear: left; text-align: right;text-overflow: ellipsis; white-space: nowrap;}
.dl-horizontal dd {margin-left: 180px;}
.dl-horizontal dd:before,
.dl-horizontal dd:after {display: table;content: " ";}
.dl-horizontal dd:after {clear: both;}
.dl-horizontal dd:before,
.dl-horizontal dd:after { display: table;content: " ";}
.dl-horizontal dd:after {clear: both;}

abbr[title],
abbr[data-original-title] {cursor: help;border-bottom: 1px dotted #999999;}
abbr.initialism {font-size: 90%;text-transform: uppercase;}

blockquote {padding: 10px 20px;margin: 0 0 20px;border-left: 5px solid #eeeeee;}
blockquote p {font-size: 17.5px;font-weight: 300; line-height: 1.25; }
blockquote p:last-child {margin-bottom: 0; }
blockquote small {display: block;line-height: 1.428571429;color: #999999;}
blockquote small:before {content: '\2014 \00A0';}
blockquote.pull-right {float: right;padding-right: 15px;padding-left: 0;border-right: 5px solid #eeeeee;border-left: 0;}
blockquote.pull-right p,
blockquote.pull-right small {text-align: right;}
blockquote.pull-right small:before {content: '';}
blockquote.pull-right small:after {content: '\00A0 \2014';}
q:before,
q:after,
blockquote:before,
blockquote:after {content: "";}

address {display: block;margin-bottom: 20px;font-style: normal;line-height: 1.428571429;}


/* COULEURS */

.clr1	 			{ color: #f06; }
.blanc				{ color: #FFF }
.gris-fonce			{ color: #333333 }
.gris-moyen			{ color: #A5A5A5 }
.gris-clair			{ color: #F6F6F6 }


.clr1-clair 		{ color: #c4889f }

.fond-clr1			{ background: #f06; }
.fond-blanc 		{ background: #FFF }
.fond-gris-fonce 	{ background: #333 }
.fond-gris-clair 	{ background: #F6F6F6 }


/*-----------------------------------------------------------------------------*/

/* 	FEUILLE DE STYLES SPÉCIFIQUE
-------------------------------------------------------------------------------*/

/* Marges d'usage fréquent --------------------------------------------------- */

div.row div {margin: 0;}

/* Bordure pointillé en pied */
.marge-tete {margin: 2px 0 7px 0;}

/* Sections */
section {margin: 0 0 40px 0 !important;}

/* Marges Header */
.align {margin-left:10px; padding: 8px 0 9px 0;}
.text-align {text-align: center;}

.padding-rubrique {padding: 11px 0 7px 0 !important; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC;}

/* Marges titres */
.rubrique {margin: 0px 0 0 0; padding: 4px 0 2px;border-bottom: 1px solid #CCC;}
.rubrique.clr1 { border-bottom-color: #f06; }
.categorie {margin: 0 0 8px 0;}
.categorie a {text-decoration: none;}
.categorie a:hover {text-decoration: underline;}

.marge-texte {margin-top: 10px;}
.marge-haut {margin-top: 0px;}
html.ie6 .marge-haut,html.ie7 .marge-haut{margin-top: 0px;}

div.col-xs-12.col-sm-8.col-md-6 section {margin: 0;}
footer.col-xs-12.col-sm-12.col-md-4 div.info ul li span{margin: 0;}
footer.col-xs-12.col-sm-12.col-md-4 div.info ul li a{margin: 0;}
footer.col-xs-12.col-sm-12.col-md-4 div.info p {margin: 0 0 5px 0;}
footer.col-xs-12.col-sm-12.col-md-4 div.info a {margin: 0;}
footer.col-xs-12.col-sm-12.col-md-4 {margin: 0;}

div.col-xs-12.col-sm-8.col-md-6 { margin-top: 0; margin-bottom: 0 }
footer.col-xs-12.col-sm-12.col-md-4 {margin:0;padding-right: 0;}

/*
div.col-xs-12.col-sm-8.col-md-8 {padding-left: 0;}
*/

@media (max-width: 992px) {
	div.col-xs-12.col-sm-8.col-md-6 { margin-top: 0; margin-bottom: 40px }
}

@media (max-width: 768px) {
	div.col-xs-12.col-sm-8.col-md-6 { margin-top: 40px; margin-bottom: 40px }
}

article {margin:0;}
article p {margin:0; }
/*article p+p,
article p+ul,
article ul+p{margin-top:1em;}*/
article.chapo {padding:6px 0 3px 0; border-top: 1px solid #CCC;}
article.chapo + article.texte {border-top: 1px solid #CCC;}
.rubrique + article.chapo{border-top:none;}

article.images {display: inline-block;}
article.images div.checkbox {position:relative; padding:0; margin:0;}
article.images div.checkbox label {margin: 0;}
article.images div.checkbox input {position:absolute;left:0;top:0;float:none;margin:0;}
article.images img {margin: 5px; display: inline-block;}
form.imagesHD button.submit {display: block;border-top:1px dotted #ccc;padding:9px 0;margin-bottom: -9px;width: 100%;text-align: left;color:#A5A5A5;}
form.imagesHD button.submit:hover {color:#333;}
form.imagesHD button.submit.disabled {display: none;}

/* HEADER -------------------------------------------------------------------- */

div.bloc-marque{}
div.bloc-marque a{display: block;color:#333;}
div.bloc-marque a:hover{color:#f06; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
div.bloc-marque a:hover p.baseline{color:#333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}

div.bloc-menu{}

div.bloc-contenu{padding:0;}

div.info ul li a{ margin: 0}

header {}
header.full { padding: 40px 0 30px; }
header div.pull-right i{ color: #C3C3C3; font-size:1.35em; vertical-align: baseline;}
html.ie6 .header,html.ie7 .header{}


@media (max-width: 992px) {
	header img{margin: 27px 0 26px 0px; width: 82.5%;}
	header img.baseline{margin: 29px 0 20px 10px; width: 47%;}
}

@media (max-width: 768px) {
	header img{margin: 27px 0 26px -4px; width: 50.5%;}
	div.col-xs-12.col-sm-8.col-md-6 { margin-top: 40px; margin-bottom: 40px }
}


.contact-menu {text-align: justify;}
.contact-menu * {display: inline;}
.contact-menu ul {list-style-type: none;}
.contact-menu li {display: inline-block; list-style-type: none; margin: 0 15px 0 0;}
.contact-menu li a{ margin: 0;}
.contact-menu span {display: inline-block;position: relative;width: 100%; height: 0;}

.header:after {}

.surtitre {margin: 0 0 5px 0;}

/* SECTIONS --------------------------------------------------------------------- */

/* Home LISTS */
ul.menu-list {}
ul.menu-list li { display: block; padding: 0; margin: 0; position: relative; border-bottom: 1px solid #CCC; height: 100%;}
ul.menu-list li.margin-top {margin-top:25px;}
ul.menu-list li.active>a{ color: #f06 !important; }
ul.menu-list li.bold>a,
ul.menu-list li.bold>span{font-family: "OCRF-bold";}
ul.menu-list li a { display: block; color: #A5A5A5; width: 100%; height: 100%; padding: 4px 0 2px 0; margin:0;}
ul.menu-list li a:hover { color: #333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
ul.menu-list li header {}

ul.menu-list li.newsletter form div{display:none;position:relative}
ul.menu-list li.newsletter input{display:block;font-family:"cameron", "Times New Roman", serif;font-size:14px;line-height:1.428571429;color:#333;padding:4px 17px 0 0;border:none;border-top:1px dotted #ccc;width:100%;background:#fff;-webkit-transition:background 0.2s;-moz-transition:background 0.2s;-o-transition:background 0.2s;}
ul.menu-list li.newsletter input:focus{outline:none;background:#fff;color:#333;}
ul.menu-list li.newsletter input:focus::-webkit-input-placeholder{color:#fff;}
ul.menu-list li.newsletter input:focus:-ms-input-placeholder{color:#fff;}
ul.menu-list li.newsletter input:focus:-moz-input-placeholder{color:#fff;}
ul.menu-list li.newsletter button{width:17px;position:absolute;right:0;top:6px;text-indent:-9999px;text-align:left;color:#A5A5A5;background:none;}
ul.menu-list li.newsletter button:hover{color:#333;}
ul.menu-list li.newsletter button i{position:absolute;right:0;top:1px;width:12px;text-indent:0;margin-right:0;}

ul.menu-list li ul li{ display: block; padding: 0; margin: 0; position: relative; border-bottom: 0px solid #CCC; border-top: 1px dotted #ccc; height: 100%;}
ul.menu-list li label,
ul.menu-list li span{ display:block; color: #A5A5A5; margin: 0; padding: 4px 0 2px 0;font-weight: normal;}
ul.menu-list li label:hover,
ul.menu-list li span:hover{cursor: pointer; color: #333;-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
ul.menu-list li span.no-child:hover{color:inherit;}
ul.menu-list li a i,
ul.menu-list li label i,
ul.menu-list li span i{ float: right; margin-right: 0; }

ul.menu-list li.compact ul {display: none;}
ul.menu-list li.compact.open a i:before,
ul.menu-list li.compact.open label i:before,
ul.menu-list li.compact.open span i:before
	{content: "\f0aa";}
ul.menu-list li.compact.active>ul,
ul.menu-list li.compact.has-active-child>ul {display:block;}
ul.menu-list li.compact ul li a{color:#333;font-family: "cameron", "Times New Roman", serif;font-size:14px;line-height:1.428571429;text-transform: none;letter-spacing: 0;padding:4px 0 0;}
ul.menu-list li.compact ul li a:hover{ color: #f06;-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}


/* Presse */
div.presse-article { position: relative; margin: 0px 0 0 0 !important; }
div.info img { margin: 0; }
img.presse-logo {position: relative; top:0px; right: 0;max-width: 100px;max-height: 50px;width:auto;height:auto;}

/* Filtres */
ul.filtres {padding: 3px 0 5px; margin: 0 auto;border-bottom: 1px solid #CCC;}
ul.filtres li{display: inline-block;}
ul.filtres span {margin: 0}
ul.filtres li a{ margin: 0 0 0 0;}
ul.filtres li a.actif{ color: #fff; background-color: #f06;}


/* Figure Figcaption - survol images */
figure { display: block; position: relative; overflow: hidden; margin: 20px 0 10px 0; }
figcaption { 
  position: absolute; 
  background: rgba(255,255,255,0.95); 
  color: #333; 
  padding: 20px 20px; 
  width: 100%;
  height: 100%;
  opacity: 0;
  bottom: -57%;
  -webkit-transition: all 0.4s ease;
  -moz-transition:    all 0.4s ease;
  -o-transition:      all 0.4s ease;
  text-align: center;
}

figure:hover figcaption {opacity: 1;bottom: -27%;}

@media (max-width: 768px) {
  figure img {width: 100%; max-width: 100%;}
}

audio {margin: 10px 0;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}


/* Post */
.post {}
.post header {margin:0 0 14px 0; padding: 0 0 15px 0; border-bottom: 1px dotted #9f1d64;}



/* FOOTER --------------------------------------------------------------------- */

footer 			{ }
.footer-inner 	{ }


/* Effects */
.effects {
	height: 200px;
	line-height: 200px;
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	overflow-y: show;
}
.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.effects ul li {
	position: relative;
	margin: 0 -20px;
	-webkit-transform: rotateY(60deg) scale(0.9);
	-ms-transform: rotateY(60deg) scale(0.9);
	transform: rotateY(60deg) scale(0.9);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.effects ul li.active ~ li {
	-webkit-transform: rotateY(-60deg) scale(0.9);
	-ms-transform: rotateY(-60deg) scale(0.9);
	transform: rotateY(-60deg) scale(0.9);
}

/*! ANIMATIONS ------------------------------------------------------------------------------------ */

.fade {opacity: 0;-webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear;}
.fade.in {opacity: 1;}
.collapse {display: none;}
.collapse.in {display: block;}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease;
          transition: height 0.25s ease;
}

/*! CYCLE ------------------------------------------------------------------------------------ */

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width: 100%; /*min-width: 460px; max-width: 460px;*/ margin: 10px 0; padding: 0; position: relative; text-align:center; }
.cycle-slideshow li { display: block; padding: 0; margin: 0 auto; width: 100%; cursor: pointer; }
.cycle-slideshow img { /* position: absolute; top: 0; left: 0; width: 100%;*/ padding: 0; margin: 0 auto; display: block; max-width: 100%; width: auto; height: auto;}
.cycle-slideshow li:first-child {position: static; z-index: 100;}

/* pager */
.cycle-pager {text-align: center; width: 100%; z-index: 500; position: relative; margin: 0; padding: 5px 0; overflow: hidden;border-top:1px dotted #ccc;}
.cycle-pager li {display: inline-block;padding:6px 6px 4px 8px;-moz-transition:background 0.25s; -webkit-transition:background 0.25s linear; transition:background 0.25s linear;}
.cycle-pager li:hover{background:#f1f1f1;}
.cycle-pager li.cycle-pager-active{color:#f06;}
.cycle-pager img {margin: 10px 5px 10px 5px; left: 0;}
.cycle-pager img:first-child {margin: 10px 5px 10px 0;}
.cycle-pager img:last-child {margin: 10px 0 10px 5px;}
.cycle-pager span { font-family: arial; font-size: 50px; width: 16px; height: 16px; display: inline-block; color: #ddd; cursor: pointer; }
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }

/* prev / next links */
/*
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }
*/
.disabled { opacity: .5; filter:alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*! NAV ------------------------------------------------------------------------------------ */

@media (min-width: 992px) {
	.navbar .navbar-inner {padding: 0;}
	.navbar .nav {margin: 0;display: table;width: 100%;}
	.navbar .nav li {display: table-cell;/*width: 1%*/;float: none;}
	.navbar .nav li a { text-align: center;}
	.navbar .nav li:first-child a {border-left: 0;}
	.navbar .nav li:last-child a {border-right: 0;}
}

@media (max-width: 768px) {
	.nav > li > a {padding: 10px 0px; text-align: center;}
}

.nav {padding-left: 0;margin-bottom: 0;list-style: none;} 


.nav:before,
.nav:after {display: table;content: " ";}
.nav:after {clear: both;}

.nav:before,
.nav:after {display: table;content: " ";}

.nav:after {clear: both;}

.nav > li {position: relative;display: block;}
.nav > li > a {position: relative; display: block;padding: 10px 15px; text-align: center; color:#E1E1E1; }
.nav > li > a:hover,
.nav > li > a:focus { text-decoration: none;background-color: #ae4146;color:#FFF;}

.nav > li.disabled > a {color: #999999;}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {color: #999999;text-decoration: none;cursor: not-allowed;background-color: transparent;}

.nav > li + .nav-header {margin-top: 9px;}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {color: #ffffff;background-color: #428bca;border-color: #428bca;}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {border-top-color: #ffffff;border-bottom-color: #ffffff;}

.nav > .pull-right {float: right;}

.nav .nav-divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5;}

.nav-tabs {border-bottom: 1px solid #dddddd;}

.nav-tabs > li {float: left;margin-bottom: -1px;}
.nav-tabs > li > a {margin-right: 2px;line-height: 1.428571429;border: 1px solid transparent;border-radius: 4px 4px 0 0;}
.nav-tabs > li > a:hover {border-color: #eeeeee;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {color: #555555;cursor: default;background-color: #ffffff;border: 1px solid #dddddd;border-bottom-color: transparent;}

.nav-tabs.nav-justified {width: 100%;border-bottom: 0;}
.nav-tabs.nav-justified > li {display: table-cell;float: none;width: 1%;}
.nav-tabs.nav-justified > li > a {text-align: center;}
.nav-tabs.nav-justified > li > a {margin-right: 0;border-bottom: 1px solid #dddddd;}
.nav-tabs.nav-justified > .active > a {border-bottom-color: #ffffff;}

.nav-pills > li {float: left;}
.nav-pills > li > a {border-radius: 5px;}
.nav-pills > li + li {margin-left: 2px;}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {color: #ffffff;background-color: #428bca;}

.nav-stacked > li {float: none;}
.nav-stacked > li + li > a {margin-top: 2px;margin-left: 0;}

.nav-justified {width: 100%;}
.nav-justified > li {display: table-cell;float: none;width: 1%;}
.nav-justified > li > a {text-align: center;}
.nav-tabs-justified { border-bottom: 0;}
.nav-tabs-justified > li > a { margin-right: 0; border-bottom: 1px solid #dddddd;}
.nav-tabs-justified > .active > a {border-bottom-color: #ffffff;}

.tabbable:before,
.tabbable:after {display: table;content: " ";}
.tabbable:after {clear: both;}

.tabbable:before,
.tabbable:after {display: table;content: " ";}
.tabbable:after {clear: both;}

.tab-content > .tab-pane,
.pill-content > .pill-pane {display: none;}

.tab-content > .active,
.pill-content > .active {display: block;}

.nav .caret {border-top-color: #428bca;border-bottom-color: #428bca;}
.nav a:hover .caret { border-top-color: #2a6496;border-bottom-color: #2a6496;}

.nav-tabs .dropdown-menu {margin-top: -1px;border-top-right-radius: 0;border-top-left-radius: 0;}

.navbar {
  position: relative;
  min-height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  /*margin-bottom: 20px;*/
  /*border-radius: 4px;*/
}

.navbar.player-bar {/*margin-bottom: -7px;*/ }

.navbar.menu 	{background-color: #a72a3b;}
.navbar.player 	{background-color: #333;}
.navbar.bottom 	{background-color: #fff;}

.navbar:before,
.navbar:after {display: table;content: " ";}
.navbar:after { clear: both;}
.navbar:before,
.navbar:after {display: table;content: " ";}
.navbar:after {clear: both;}

.navbar-nav { margin-top: 10px; margin-bottom: 15px;}
.navbar-nav > li > a {padding-top: 15px;padding-bottom: 15px;line-height: 20px;color: #777777; border-radius: 0px;}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {color: #333333;background-color: transparent;}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {color: #555555;background-color: #d5d5d5;}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {color: #cccccc;background-color: transparent;}

.navbar-nav.pull-right {width: 100%;}

.navbar-static-top {border-radius: 0;}

.navbar-fixed-top,
.navbar-fixed-bottom {position: fixed;right: 0;left: 0;z-index: 1430;border-radius: 0;}
.navbar-fixed-top {top: 0;}
.navbar-fixed-bottom {bottom: 0;margin-bottom: 0;}

.navbar-brand {
  display: block;
  max-width: 200px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}
.navbar-brand:hover,
.navbar-brand:focus {color: #5e5e5e;text-decoration: none;background-color: transparent;}

.navbar-toggle {
  /*position: absolute;*/
  top: 9px;
  right: 10px;
  width: 48px;
  height: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border: 0px solid #dddddd;
  border-radius: 0px;
  margin: 5px 0 5px 0;
  text-align: center;
}
.navbar-toggle.text-menu {padding: 8px 0px;}

.navbar-toggle:hover,
.navbar-toggle:focus {background-color: #ae4146;}
.navbar-toggle .icon-bar {display: block;width: 22px;height: 2px;background-color: #cccccc;border-radius: 1px;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 4px;}

.navbar-nav > li > .dropdown-menu {margin-top: 0;border-top-right-radius: 0;border-top-left-radius: 0;}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {border-top-color: #333333;border-bottom-color: #333333;}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {color: #555555;background-color: #d5d5d5;}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {border-top-color: #555555; border-bottom-color: #555555;}

.navbar-nav > .dropdown > a .caret {border-top-color: #777777;border-bottom-color: #777777;}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {right: 0;left: auto;}


@media screen and (min-width: 992px) {
  .navbar-brand {float: left;margin-right: 5px;margin-left: -15px;}
  .navbar-nav { float: left;margin-top: 0;margin-bottom: 0;}
  .navbar-nav > li {float: left;}
  .navbar-nav > li > a {border-radius: 0;}
  .navbar-nav.pull-right {float: right;width: auto;}
  .navbar-toggle {position: relative;top: auto;left: auto; display: none;}
  .nav-collapse.collapse {display: block !important;height: auto !important;overflow: visible !important;}
}

.navbar-btn {margin-top: 6px;}
.navbar-text { margin-top: 15px;margin-bottom: 15px;}

.navbar-link {color: #777777;}
.navbar-link:hover {color: #333333;}


  
/*! BUTTONS ------------------------------------------------------------------------------------ */

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
}

.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}

.btn:hover,
.btn:focus {color: #ffffff;text-decoration: none;}

.btn:active,
.btn.active {outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-formu {color: #a72a3b;background-color: #FFF;border-color: #FFF; font:0.85em/1.25em "descartes",sans-serif; height: 34px; padding: 10px;}
.btn-formu:hover,
.btn-formu:focus,
.btn-formu:active,
.btn-formu.active {
  color: #a72a3b;
  background-color: #fff;
  border-color: #fff;
}

.btn-disso {color: #ffffff;background-color: #474949;border-color: #474949;}
.btn-disso:hover,
.btn-disso:focus,
.btn-disso:active,
.btn-disso.active {
  background-color: #3a3c3c;
  border-color: #2e2f2f;
}

.btn-default {color: #ffffff;background-color: #474949;border-color: #474949;}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #3a3c3c;
  border-color: #2e2f2f;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #474949;
  border-color: #474949;
}


.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-large {padding: 14px 16px;font-size: 18px;border-radius: 6px;}
.btn-small {padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}
.btn-block {display: block;width: 100%;padding-right: 0; padding-left: 0;}
.btn-block + .btn-block {margin-top: 5px;}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/*! BUTTONS GROUPS AND DROPDOWNS ------------------------------------------------------------------------------------ */

.btn .caret {border-top-color: #ffffff;}
.dropup .btn .caret {border-bottom-color: #ffffff;}

.btn-group,
.btn-group-vertical {position: relative;display: inline-block;vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {position: relative;float: left;}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active {z-index: 2;}

.btn-group .btn + .btn {margin-left: -1px;}

.btn-toolbar:before,
.btn-toolbar:after {display: table;content: " ";}

.btn-toolbar:after {clear: both;}

.btn-toolbar:before,
.btn-toolbar:after {display: table;content: " ";}

.btn-toolbar:after {clear: both;}

.btn-toolbar .btn-group {float: left;}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {margin-left: 5px;}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-radius: 0;}

.btn-group > .btn:first-child {margin-left: 0;}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {border-bottom-left-radius: 0;border-top-left-radius: 0;}

.btn-group > .btn-group {float: left;}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {border-radius: 0;}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group > .btn-group:last-child > .btn:first-child {border-bottom-left-radius: 0;border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {outline: 0;}

.btn-group > .btn + .dropdown-toggle {padding-right: 8px;padding-left: 8px;}
.btn-group > .btn-large + .dropdown-toggle {padding-right: 12px;padding-left: 12px;}
.btn-group.open .dropdown-toggle {-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.btn .caret {margin-left: 0;}
.btn-large .caret {border-width: 5px;}
.dropup .btn-large .caret {border-bottom-width: 5px;}

.btn-group-vertical > .btn {display: block;float: none;width: 100%;max-width: 100%;}
.btn-group-vertical > .btn + .btn {margin-top: -1px;}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {border-radius: 0;}
.btn-group-vertical .btn:first-child {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.btn-group-vertical .btn:last-child {border-top-right-radius: 0;border-top-left-radius: 0;}

.btn-group-justified {display: table;width: 100%;}
.btn-group-justified .btn {display: table-cell; float: none;width: 1%;}

.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {display: none;}


/*! DROPDOWNS ------------------------------------------------------------------------------------ */

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
ul.dropdown-menu.pull-right { width: 50px;}
ul.dropdown-menu.pull-right li {  display: block;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}


/*! FORMS ------------------------------------------------------------------------------------ */

form .form.contact {margin:10px 10px 0 10px}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.label {
  display: inline;
  padding: .4em .6em .2em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #A5A5A5;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: transparent;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #f06;
}


input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {color: #999999;}
.form-control::-moz-placeholder {color: #999999;}
.form-control:-ms-input-placeholder {color: #999999;}
.form-control::-webkit-input-placeholder {color: #999999;}

.form-control {
  display: block;
  width: 97%;
  height: 38px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 12px 8px 0px;
  font-size: 14px;
  font:0.85em/1.25em "descartes",sans-serif;
  letter-spacing: 1px;
  line-height: 1.428571429;
  color: #a72a3b;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 2px 1px -1px  rgba(0, 0, 0, 0.075);
          box-shadow: 0 2px 1px -1px  rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form a.barre-link { color:#a72a3b; display: block; width: 97%; text-decoration: none; border-bottom: 1px solid #333; padding:2px 0 10px 0; margin-left: 10px; }

article.login form.form-inline div.col-9 input.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 12px 8px 0;
  font-size: 14px;
  font:0.85em/1.25em "descartes",sans-serif;
  letter-spacing: 1px;
  line-height: 1.428571429;
  color: #a72a3b;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #FFF;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  outline: none;
}

textarea { /*width: 100%; height: 100%; background: url(./img/textarea-bg.png) repeat-x;*/ resize: none;}
textarea.form-control { /*line-height: 40px;*/}

.form-control:focus {
  -webkit-box-shadow: 0 2px 1px -1px  rgba(167, 42, 59, 0.75);
          box-shadow: 0 2px 1px -1px  rgba(167, 42, 59, 0.75);
  /*border-color: rgba(82, 168, 236, 0.8);*/
  outline: 0;

}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {height: auto;}

.form-group {margin-bottom: 15px;}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control.input-large {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.form-control.input-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

select.input-large {
  height: 56px;
  line-height: 56px;
}

select.input-small {
  height: 30px;
  line-height: 30px;
}

.has-warning .help-block,
.has-warning .control-label {color: #c09853;}
.has-warning .form-control {
  padding-right: 32px;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {color: #b94a48;}
.has-error .form-control {
  padding-right: 32px;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {color: #468847;}
.has-success .form-control {
  padding-right: 32px;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {border-left: 0;}

.input-group-btn {position: relative;white-space: nowrap;}
.input-group-btn > .btn {position: relative;}
.input-group-btn > .btn + .btn {margin-left: -4px;}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {z-index: 2;}

.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {display: inline-block;}
.form-inline .radio,
.form-inline .checkbox {margin-top: 0;margin-bottom: 0;}

.form-horizontal .control-label {padding-top: 6px;}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {display: table;content: " ";}
.form-horizontal .form-group:after {clear: both;}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {display: table;content: " ";}

.form-horizontal .form-group:after {clear: both;}

@media (min-width: 768px) {
  .form-horizontal .form-group {margin-right: -10px;margin-left: -10px;}
}

.form-horizontal .form-group .row {margin-right: -10px;margin-left: -10px;}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}


/*! ACCORDION ------------------------------------------------------------------------------------ */
.infosup 				{margin: 0px 0 20px 0;}
.accordion 				{margin:20px 0 20px 0;}
.accordion a 			{color: #A5A5A5;}
.accordion a:hover 		{color: #000;-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.accordion-group 		{margin-bottom: 2px; border-bottom: 1px solid #CCC; margin: 40px 0px 2px 0px}
.accordion-group:focus 	{outline: none;}
.accordion-group:first-child {margin-bottom: 2px; border-bottom: 1px solid #CCC;border-top: 1px solid #CCC;}
.accordion-heading 		{border-bottom: 0; margin: 0}
.accordion-heading .accordion-toggle {display: block;padding: 8px 0;cursor: pointer; outline: none;margin: 0;}
.accordion-inner 		{padding: 9px 0;border-top: 1px dotted #CCC; margin: 0;}
.accordion-inner p 		{padding: 0; margin: 0;}
.accordion-body form	{padding: 9px 0; border-top:1px dotted #ccc;


/* TABLES ------------------------------------------------------------------------- */
table {max-width: 100%;background-color: transparent;}

th {text-align: left;}

.table {width: 100%;margin-bottom: 20px;}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {vertical-align: bottom;}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody { border-top: 2px solid #dddddd;}

.table .table {background-color: #ffffff;}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {border: 1px solid #dddddd;}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {background-color: #f9f9f9;}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class^="col-"] {display: table-column;float: none;}

table td[class^="col-"],
table th[class^="col-"] {display: table-cell;float: none;}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}


/*! THUMBNAILS ------------------------------------------------------------------------------------ */
.thumbnail,
.img-thumbnail {padding: 4px;line-height: 1.428571429;background-color: #ffffff;border: 1px solid #dddddd;border-radius: 4px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.thumbnail {display: block;}
.thumbnail > img,
.img-thumbnail {display: inline-block;height: auto;max-width: 100%;}
a.thumbnail:hover,
a.thumbnail:focus {border-color: #428bca;}
.thumbnail > img {margin-right: auto;margin-left: auto;}
.thumbnail .caption {padding: 9px;color: #333333;}


/*! ALIGNMENTS ------------------------------------------------------------------------------------ */
.clearfix:before,
.clearfix:after {display: table;content: " ";}
.clearfix:after {clear: both;}

.pull-right {float: right !important;}
.pull-left {float: left !important;}


/*! VISIBILITY ------------------------------------------------------------------------------------ */

.hide {display: none !important;}
.show {display: block !important;}
.invisible {visibility: hidden;}
.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.affix {position: fixed;}

@-ms-viewport {width: device-width;}

@media screen and (max-width: 400px) {
  @-ms-viewport {width: 320px;}
}

.hidden {display: none !important;visibility: hidden !important;}

.visible-sm {display: block !important;}
tr.visible-sm {display: table-row !important;}
th.visible-sm,
td.visible-sm {display: table-cell !important;}

.visible-md {display: none !important;}
tr.visible-md {display: none !important;}
th.visible-md,
td.visible-md {display: none !important;}

.visible-lg {display: none !important;}
tr.visible-lg {display: none !important;}
th.visible-lg,
td.visible-lg {display: none !important;}

.hidden-sm {display: none !important;}
tr.hidden-sm {display: none !important;}
th.hidden-sm,
td.hidden-sm {display: none !important;}

.hidden-md {display: block !important;}
tr.hidden-md {display: table-row !important;}
th.hidden-md,
td.hidden-md {display: table-cell !important;}

.hidden-lg {display: block !important;}
tr.hidden-lg {display: table-row !important;}
th.hidden-lg,
td.hidden-lg {display: table-cell !important;}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {display: none !important;}
  tr.visible-sm {display: none !important;}
  th.visible-sm,
  td.visible-sm {display: none !important;}
  
  .visible-md {display: block !important;}
  tr.visible-md {display: table-row !important;}
  th.visible-md,
  td.visible-md {display: table-cell !important;}
  
  .visible-lg {display: none !important;}
  tr.visible-lg {display: none !important;}
  th.visible-lg,
  td.visible-lg {display: none !important;}
  
  .hidden-sm {display: block !important;}
  tr.hidden-sm {display: table-row !important;}
  th.hidden-sm,
  td.hidden-sm {display: table-cell !important;}
  
  .hidden-md {display: none !important;}
  tr.hidden-md {display: none !important;}
  th.hidden-md,
  td.hidden-md {display: none !important;}
  
  .hidden-lg {display: block !important;}
  tr.hidden-lg {display: table-row !important;}
  th.hidden-lg,
  td.hidden-lg {display: table-cell !important;}
}

@media (min-width: 992px) {
  .visible-sm {display: none !important;}
  tr.visible-sm {display: none !important;}
  th.visible-sm,
  td.visible-sm {display: none !important;}
  
  .visible-md {display: none !important;}
  tr.visible-md {display: none !important;}
  th.visible-md,
  td.visible-md {display: none !important;}
  
  .visible-lg {display: block !important;}
  tr.visible-lg {display: table-row !important;}
  th.visible-lg,
  td.visible-lg {display: table-cell !important;}
  
  .hidden-sm {display: block !important;}
  tr.hidden-sm {display: table-row !important;}
  th.hidden-sm,
  td.hidden-sm {display: table-cell !important;}
  
  .hidden-md {display: block !important;}
  tr.hidden-md {display: table-row !important;}
  th.hidden-md,
  td.hidden-md {display: table-cell !important;}
  
  .hidden-lg {display: none !important;}
  tr.hidden-lg {display: none !important;}
  th.hidden-lg,
  td.hidden-lg {display: none !important;}
}

.visible-print {display: none !important;}
tr.visible-print {display: none !important;}
th.visible-print,
td.visible-print {display: none !important;}

@media print {
  .visible-print {display: block !important;}
  tr.visible-print {display: table-row !important;}
  th.visible-print,
  td.visible-print {display: table-cell !important;}
  
  .hidden-print {display: none !important;}
  tr.hidden-print {display: none !important;}
  th.hidden-print,
  td.hidden-print {display: none !important;}
}

/* Print styles!
-------------------------------------------------------------------------------*/

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {text-decoration: underline;}
  a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {content: "";}
  pre,
  blockquote {border: 1px solid #999;page-break-inside: avoid;}
  thead {display: table-header-group;}
  tr,
  img {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  @page  {margin: 2cm .5cm;}
  p,
  h2,
  h3 {orphans: 3;widows: 3;}
  h2,
  h3 {page-break-after: avoid;}
  .navbar {display: none;}
  .table td,
  .table th {background-color: #fff !important;}
  .btn > .caret,
  .dropup > .btn > .caret {border-top-color: #000 !important;}
  .label {border: 1px solid #000;}
  .table {border-collapse: collapse !important;}
  .table-bordered th,
  .table-bordered td {border: 1px solid #ddd !important;}
}
