@import url(https://fonts.googleapis.com/css?family=Questrial|Lato:300,400,700,900);

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

HTML5

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; float: left; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

* {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	line-height: 1.231; 
	text-rendering: optimizeLegibility; 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

html, body { 
	height: 100%;
}

html {
	font-size: 13px;
}

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

Body

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

body {
	background: #ffffff; 
	margin: 0;
	padding: 0;
	width: 100%; 
	overflow-x: hidden;
}

body, button, input, select, textarea { color: #666;  }

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

Links

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

a { text-decoration: none; }
a:hover { color: #333; }
a:active { color: #000;}

a:focus,
a:hover,
a:active {
	outline: 0;
}

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

Typography

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

b, strong { font-weight: bold; }
hr { display: block; height: 1px; width: 100%; border: 0; border-top: 1px dashed rgba(0, 0, 0, 0.1); 
margin: 10px 0 10px 0; padding: 0; float: left; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	margin: 0; 
}

h1 {
	font-size: 4rem;
	line-height: auto;
}

h2 {
	font-size: 3.1rem;
	line-height: auto;
}

h3 { 
	font-size: 1.35rem;
	line-height: 1.8rem;
}

h4 { 
	font-size: 1rem;
	line-height: 1.2rem;
}

p {
	font-size: 1.05rem;
	line-height: 1.4rem;
}

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

Listes

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

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

li {
	line-height: 2rem;
	color: #666;
}

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

Embedded

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

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

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

Reminder

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

.reminder {
	float: left;
	width: 80%;
	margin: 15px 0;
}

.reminder span {
	font-size: 1.2rem;
	color: #222;
}

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

Switches

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

.switch {
	float: left;
	margin: 20px 20px 30px 10px;
  	position: relative;
}

.switch.last {
	margin: 20px 0 30px 10px;
}

.switch label {
  	width: 100%;
  	height: 100%;
  	position: relative;
  	display: block;
}

.switch span {
  	width: 100%;
  	position: relative;
  	display: block;
  	font-size: 0.85em;
  	text-align: center;
  	color: #555;
  	margin: 10px 0 0 0;
  	font-weight: 600;
}

.switch input {
  	top: 0; 
  	right: 0; 
  	bottom: 0; 
  	left: 0;
  	opacity: 0;  	
  	position: absolute;
  	z-index: 60;
  	width: 100%;
  	height: 100%;
  	cursor: pointer;
  	margin: 0;
  	padding: 0;
}

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

Switches : Filtres

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

.switch.filtres {
  	width: 60px;
  	height: 60px;
}

.switch.filtres label {
  	border-radius: 50%;
  	background: #ccc;
}

.switch.filtres label:after {
  	content: "";
  	position: absolute;
  	top: -8%; right: -8%; bottom: -8%; left: -8%;
  	z-index: -1;
  	border-radius: inherit;
  	background: #ddd;
  	background: -moz-linear-gradient(#ddd, #eee);
  	background: -ms-linear-gradient(#ddd, #eee);
  	background: -o-linear-gradient(#ddd, #eee);
  	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#eee));
  	background: -webkit-linear-gradient(#ddd, #eee);
  	background: linear-gradient(#ddd, #eee);
  	box-shadow: 
    inset 0 2px 1px rgba(0,0,0,0.15),
    0 2px 5px rgba(200,200,200,0.1);
}

.switch.filtres input:checked ~ label {
  	background: #fff;
}

.switch.filtres label.document:before {
  	content: "";
  	background: url(../img/icone_off.png) no-repeat;
  	background-size: 85%;
  	position: absolute;
  	width: 44%;
  	height: 44%;
  	left: 30%;
	top: 27%;
}

.switch.filtres input:checked ~ label.periodiques:before {
	background: url(../img/icone_periodique.png) no-repeat;
  	background-size: 85%;
}

.switch.filtres input:checked ~ label.livres:before {
	background: url(../img/icone_livre.png) no-repeat;
  	background-size: 85%;
}

.switch.filtres input:checked ~ label.mixte:before {
	background: url(../img/icone_mixte.png) no-repeat;
  	background-size: 85%;
}

.switch.filtres label.bouquet:before {
  	content: "";
  	background: url(../img/icone_bouquet_off.png) no-repeat;
  	background-size: 100%;
  	position: absolute;
  	width: 44%;
  	height: 44%;
  	left: 27%;
	top: 30%;
}

.switch.filtres input:checked ~ label.courant:before {
	background: url(../img/icone_courant.png) no-repeat;
  	background-size: 100%;
}

.switch.filtres input:checked ~ label.istex:before {
	background: url(../img/icone_istex.png) no-repeat;
  	background-size: 100%;
}

.switch.filtres label.liste:before {
  	content: "";
  	background: url(../img/icone_liste_off.png) no-repeat;
  	background-size: 68%;
  	position: absolute;
  	width: 44%;
  	height: 44%;
  	left: 34.5%;
	top: 30%;
}

.switch.filtres input:checked ~ label.liste:before {
	background: url(../img/icone_liste.png) no-repeat;
  	background-size: 68%;
}

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

Switches : Formats

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

.switch.formats {
  	width: 60px;
  	height: 60px;
  	z-index: 50;
  	margin: 0 0 0 20px;
  	position: relative;
}

.switch.formats label {
  	border-radius: 5px;
}

.switch.formats span {
  	position: absolute;
  	top: 0;
  	left: -1px;
  	margin: 0;
  	font-size: 0.9rem;
  	height: 60px;
  	line-height: 60px;
  	color: #999;
}

.switch.formats label:after {
  	content: "";
  	position: absolute;
  	top: -5%; right: -5%; bottom: -5%; left: -5%;
  	z-index: -1;
  	border-radius: inherit;
  	background: #eee;
  	box-shadow: 
    inset 0 2px 1px rgba(0,0,0,0.1),
    0 2px 5px rgba(200,200,200,0.1);
}

.switch.formats input:checked ~ label {
  	background: #fff;
}

.switch.formats input:checked ~ span {
  	color: #c4163b;
}

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

Styles primaires

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

header,
section,
footer {
	width: 100%;
}

header {
	float: left;
	background: #c7daed;
	position: fixed;
	z-index: 5;
	padding: 0;
	height: 120px;
	display: table;
}

#logo {
	width: 24%;
	height: 100%;
	margin: 0;
	background: url(../img/logo.png) no-repeat left center;
	background-size: 100%;
	text-indent: -9999px;
	display: table-cell;
	vertical-align: middle;
}

#logo a {
	display: block;
	height: 100%;
}

#api {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 3% 0 0;
	z-index: 100;
	position: relative;
}

#api img {
	height: 35px;
	transition: all .1s ease-in-out;
}

#api img:hover {
	transform: scale(1.05);
}

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

Aside

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

aside {
	float: left;
	width: 24%;
	height: 100%;
	top: 120px;
	padding: 30px 0 0 0;
	position: fixed;
	background: #edf5fd;
	z-index: 6;
}

aside.sidebar {
	float: right;
	width: 18%;
	position: relative;
	height: 100%;
	top: 0;
	padding: 30px 0 0 0;
	background: #fff;
	z-index: 2;
}

section aside.sidebar div.option {
	float: left;
	width: 100%;
	margin: 0;
}

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

Contenu

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

section article {
	float: left;
	width: 70%;
	min-height: 600px;
}

section article p,
section article ul {
	font-weight: 400;
	color: #666;
	margin: 0 0 15px 0;
	line-height: 1.55rem;
}

section article p img {
	height: 50px;
	margin: 10px 30px 10px 0;
}

section article ul {
	list-style-position: inside;
	list-style-image: url(../img/puce.png);
}

section article h1 {
	text-align: left;
	margin: 30px 0 20px 0;
}

section article h1 img {
	float: right;
}

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

Tabs

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

.tabs-menu {
	width: 100%;
    float: left;
    clear: both;
}

.tabs-menu li {
	float: left;
	width: 34%;
	margin: 0 8%;
}

.tabs-menu li.current {
    position: relative;
    z-index: 5;
}

.tabs-menu li a {
    text-decoration: none; 
    display: block;
    line-height: 1rem;
    text-align: center;
    padding: 0 0 10px 0;
    color: #888;
    border-bottom: 4px solid #888;
}

.tabs-menu li a span {
	float: left;
	width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
}

.tabs-menu .current a {
    color: #222;
    border-bottom: 4px solid #222;
}

.tab {
    float: left;
    width: 100%;
}

.tab-content {
    padding: 0 8%;
    display: none;
}

#tab-1 {
	display: block;   
}

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

Sections

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

section {
	float: right;
	width: 70%;
	padding: 20px 3%;
	margin: 125px 0 0 0;
	height: 1000px;
	position: relative;
	z-index: 1;  	
	background: #fff;
}

section#home {
	float: left;
	width: 80%;
	padding: 0 10%;
	height: auto;
}

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

Styles de section

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



section h1 {
	color: #2e6fb0;
	font-weight: 300;
	font-size: 2.4rem;
	text-align: center;
	margin: 30px 0 40px 0;
}

section h2 {
	float: left;
	color: #c4173b;
	margin: 10px 0 15px 0;
	font-weight: 400;
}

section p.counter {
	float: right;
	clear: both;
	font-size: 0.95rem;
	color: #444;
	font-weight: 700;
	margin: 10px 0 20px 0;
}

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

Options

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

section div.option {
	float: left;
	width: 20%;
	margin: 0 6.5%;
}

section div.option:last-child {
	margin: 0 0 0 6.5%;
}

section div.option img {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	transition: all .2s ease-in-out;
}

section div.option img:hover {
	transform: scale(1.05);
}

section div.option h2 {
	width: 100%;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
	margin: 0 0 5px 0;
}

section div.option.exporter h2 {
	color: #242f60;
}

section div.option.signaler h2 {
	color: #2e6fb0;
}

section div.option.pourquoi h2 {
	color: #85ac66;
}

section div.option h3 {
	float: left;
	width: 100%;
	font-size: 1rem;
	line-height: 1.3rem;
	text-align: center;
	font-weight: 400;
	color: #555;
}

section div#options .switch span.rose {
	color: #c4173b;
}

section div#options .switch span.bleu {
	color: #242f60;
}

section div#options .switch span.bleuciel {
	color: #2e6fb0;
}

section div#options .switch span.vert {
	color: #85ac66;
}

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

Encarts

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

section#encarts {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	height: auto;
}

section#encarts div {
	float: left;
	width: 80%;
	padding: 25px 10%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	background: #f2f9ff;
}

section#encarts div div {
	float: left;
    width: 19%;
    margin: 0 0 0 3%;
    border: none;
    padding: 0;
}

section#encarts div div:first-child {
margin: 0 0 0 6%;
}

section#encarts div div:last-child {
margin: 0 0 0 6%;
}

section#encarts h3 {
	font-weight: 400;
	font-size: 1.6rem;
	margin: 0 0 15px 0;
	color: #242f60;
}

section#encarts h3 img {
	margin: 0 0 0 10px;
}

section#encarts p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6rem;
	color: #555;
}

section#encarts ul {
	list-style-position: inside;
	list-style-image: url(../img/puce.png);
}

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

Packages

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

section div#packages {
	clear: both;
	float: left;
    padding: 0 0 50px 0;
}

section div#packages div {
	float: left;
	width: 32%;
	margin: 0 2% 45px 0;
	position: relative;
}

section div#packages div:nth-child(3n+3) {
	margin: 0;
}

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

Packages : Titre de l'éditeur

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

section div#packages h3 {
	color: #145aa0;
	font-weight: 700;
	margin: 2px 0 0 0;
}

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

Packages : Nom du package

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

section div#packages h4 {
	color: #555;
	font-weight: 400;
	margin: 10px 0 0 0;
}

section div#packages h4::before {
	display: inline-block;
	width: 9px;
	height: 11px;
	margin: 0 9px 0 1px;
	content: "";
}

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

Packages : Icônes pour les types de package

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

section div#packages h4.livre::before {
	background: url(../img/icone_livre.png) no-repeat 0 0;
    background-size: 100%;
}

section div#packages h4.periodique::before {
	background: url(../img/icone_periodique.png) no-repeat 0 0;
    background-size: 100%;
}

section div#packages h4.mixte::before {
	background: url(../img/icone_mixte.png) no-repeat 0 0;
    background-size: 100%;
}

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

Packages : Date du package

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

section div#packages h5 {
	color: #555;
	font-weight: 400;
	margin: 10px 0 0 0;
}

section div#packages h5::before {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 8px 0 0;
	content: "";
    background: url(../img/icone_calendrier.png) no-repeat 0 0;
    background-size: 100%;
}

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

Packages : Données labellisées

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

section div#packages div span.label {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(../img/label.png) no-repeat top right;
	background-size: 100%;
	width: 130px;
	height: 28px;
	display: block;
	z-index: 2;
}

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

Packages : Structure

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

section div#packages div div {
	float: left;
	width: 90%;
	display: table;
	padding: 10px 5%;
	margin: 0;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

section div#packages div div span {
	display: table-cell;
	height: 100px;
	padding: 5px;
}

section div#packages div div span:first-child {
	vertical-align: top;
}

section div#packages div div span:last-child {
	vertical-align: middle;
}

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

Packages : Bouton de téléchargement

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

section div#packages div div span a {
	float: right;
	width: 15px;
	height: 12px;
	display: block;
	background: url(../img/fleche_rose.png) no-repeat;
	background-size: 100%;
}

section div#packages a.selected {
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
}

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

Packages : Historique

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

section div#packages div div.historique {
	float: left;
	width: 96%;
	margin: 0 2%;
	padding: 0;
	background: #1e1e46;
	position: absolute;
	left: 0;
	top: 131px;
	z-index: 2;
	-webkit-border-radius: 0 0 5px 5px;
  	-moz-border-radius: 0 0 5px 5px;
  	border-radius: 0 0 5px 5px;
}

section div#packages div div.historique a::before,
section div#packages div div.historique a::after,
section div#packages div div.historique a.selected::after {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
}

section div#packages div div.historique a::before {
	margin: 0 8px 0 0;
    background: url(../img/icone_historique.png) no-repeat 0 0;
    background-size: 100%;
}

section div#packages div div.historique a::after {
	float: right;
	margin: 3px 1px 0 0;
    background: url(../img/icone_plus.png) no-repeat 0 0;
    background-size: 100%;
}

section div#packages div div.historique a.selected::after {
	float: right;
	margin: 3px 1px 0 0;
    background: url(../img/icone_moins.png) no-repeat 0 0;
    background-size: 100%;
}

section div#packages div div.historique a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.9);
	padding: 6px 5%;
}

section div#packages div div.historique a:hover {
	color: #ffffff;
}

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

Packages : Liste de fichiers dans l'historique

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

section div#packages div div.historique ul {
	display: none;
	padding: 0 5% 5px 5%;
}

section div#packages div div.historique ul li {
	color: #fff;
	font-size: 0.9rem;
	border-bottom: 1px solid #525270;
}

section div#packages div div.historique ul li a::before,
section div#packages div div.historique ul li a::after {
	content: inherit;
}

section div#packages div div.historique ul li a {
	padding: 5px 1px;
	display: block;
	background: url(../img/fleche_rose.png) no-repeat right 8px;
	background-size: 5%;
}

section div#packages div div.historique ul li:last-child {
	border-bottom: none;
}

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

Footer

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

footer {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 76%;
	background: #fff;
	z-index: 99;
	height: 55px;
	display: table;
}

body.accueil footer {
	position: relative;
	width: 90%;
	padding: 0 5%;
}

footer ul {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

footer ul.liens {
	width: 76%;
	padding: 0 0 0 4%;
}

footer ul li {
	float: left;
	list-style: none;
	font-size: 0.85rem;
	font-style: italic;
	margin: 0 40px 0 0;
}

footer ul li,
footer ul li a {
	color: #777;
}

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

Helpers

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

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

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

Print

-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
*/
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


#labels {
	float: left;
	width: 100%;
	clear: both;
	margin: 40px 0 0 0;
}

#labels p {
	float: left;
	font-size: 0.85rem; 
	font-style: italic;
	font-weight: 700;
	color: #938353;
}

#toggles {
	float: right;
	width: 70px;
	text-align:center;
}

.ios-toggle,.ios-toggle:active {
	position:absolute;
	top:-5000px;
	height:0;
	width:0;
	opacity:0;
	border:none;
	outline:none;
}

.checkbox-label {
	box-sizing:border-box;
	display:block;
	position:relative;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 16px;
	width: 100%;
	height: 20px;
	-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	-webkit-box-shadow:inset 0 0 0 20px #aaa,0 0 0 2px #aaa;
	-moz-box-shadow:inset 0 0 0 20px #aaa,0 0 0 2px #aaa;
	box-shadow:inset 0 0 0 20px #aaa,0 0 0 2px #aaa;
}

.checkbox-label:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	line-height: 24px;
	text-indent: 30px;
	height: 20px;
	width: 20px;
	-webkit-border-radius:100%;
   -moz-border-radius:100%;
	border-radius:100%;
	top: 0px;
	left: 0px;
	right:auto;
	background:white;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
   -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
	box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
	content: attr(data-off);
	display: block;
	position: absolute;
	z-index: 0;
	top: 2px;
	left: -246px;
	padding: 0;
	height: 100%;
	width: 300px;
	text-align: right;
	color:#fff;
	font-size: 0.8rem;
	white-space:nowrap;
}

.ios-toggle:checked + .checkbox-label {
	-webkit-box-shadow:inset 0 0 0 20px rgba(147,131,83,1),0 0 0 2px rgba(147,131,83,1);
	-moz-box-shadow:inset 0 0 0 20px rgba(147,131,83,1),0 0 0 2px rgba(147,131,83,1);
	box-shadow:inset 0 0 0 20px rgba(147,131,83,1),0 0 0 2px rgba(147,131,83,1);
}

.ios-toggle:checked + .checkbox-label:before {
	left:calc(100% - 20px);
	-webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}

.ios-toggle:checked + .checkbox-label:after{
	content: attr(data-on);
	left: 0;
	width: 36px;
}

a.chosen_delete {
	float: right;
	width: 5%;
	text-align: right;
	margin: 18px 0 0 0;
	display: none;
}

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

Bouton API

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

.a-btn {
	background: #67a8b1;
    padding: 0px 35px 0 0;
    height: 38px;
    position:relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin: 10px 2%;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

.a-btn-text {
    display: block;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}

.a-btn-text img {
	float: left;
	height: 38px;
}

.a-btn-text span {
	float: left;
	color: rgba(255, 255, 255, 0.9);
	margin: 10px 0 0 20px;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px #666;
}

.a-btn-slide-text {
    position:absolute;
    top: 40px;
    left: 0px;
    width:100%;
    right: 52px;
    height:0px;
    padding: 15px 0 0 0;
    background: #222;
    font-size: 0.95rem;
    white-space:nowrap;
    overflow:hidden;
    line-height: 20px;
    -webkit-transition:height 0.3s linear;
    -moz-transition:height 0.3s linear;
    -o-transition:height 0.3s linear;
    transition:height 0.3s linear;
}

.a-btn-slide-text a {
	float: left;
	width: 48%;
	color: #ddd;
	font-size: 1.1rem;
	text-align: center;
}

.a-btn-slide-text a:hover {
	color: #fff;
}

.a-btn:hover {
    height: 90px;
    cursor: pointer;
}

.a-btn:hover .a-btn-text {
    color: #fff;
}

.a-btn:hover .a-btn-slide-text {
    height: 55px;
}

.a-btn-direct {
	background: #67a8b1;
    padding: 0px 25px 0 0;
    height: 38px;
    position:relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin: 10px 0;
}

.a-btn-direct img {
	float: left;
	height: 38px;
	margin: 0 10px;
}

.a-btn-direct span {
	float: left;
	color: rgba(255, 255, 255, 0.9);
	margin: 10px 0 0 10px;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px #666;
}

.a-btn-direct:hover {
	cursor: pointer;
}

.a-btn-direct span:hover {
	color: #fff;
}

.loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.8;
	background-color: #fff;
	z-index: 99;
	text-align: center

}

.loading p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
