/* Editions NordSud */
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 Reset */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
address {
  font-style: normal;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.resetList {
  list-style: none;
  margin: 0;
}
.bgcover {
  -moz-background-size: cover;
  background-size: cover;
}
.bgcontain {
  -moz-background-size: contain;
  background-size: contain;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  font: normal 14px/20px arial, sans-serif;
  font-size: 1.4rem;
  text-align: left;
}
html {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
#primary-nav,
#secondary-nav,
#footer-nav {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.compl-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.compl-title span {
  color: #00ccff;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
.compl-title:after {
  display: block;
  content: ' ';
  height: 1px;
  background-color: #dedede;
  margin-top: -10px;
}
a {
  color: #00ccff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
li {
  display: list-item;
  text-decoration: none;
  text-align: -webkit-match-parent;
}
strong,
b {
  font-weight: 700;
}
dl {
  margin-top: 15px;
}
dt {
  line-height: 15px;
}
#page {
  position: relative;
  min-height: 100%;
}
#wrapper {
  width: 100%;
}
body:not(.home) #wrapper {
  padding-bottom: 100px;
}
.holder {
  max-width: 1000px;
  padding: 0 20px 40px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100px;
}
#header .holder {
  position: relative;
}
#logo {
  position: absolute;
  width: 136px;
  top: 0;
  left: 20px;
}
#logo img {
  width: 136px;
  height: auto;
}
.primary-nav-holder {
  position: absolute;
  top: 40px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#primary-nav {
  text-align: center;
}
#primary-nav .menu {
  list-style: none;
  margin: 0;
}
#primary-nav .menu a {
  color: #fff;
}
#primary-nav .menu > li {
  display: inline-block;
  position: relative;
  margin-right: 1px;
}
#primary-nav .menu > li > a {
  display: block;
  padding: 7px 9px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#primary-nav .menu > li.has-children > a:after {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted #fff;
  border-left: 4px solid transparent;
}
#primary-nav .menu > li:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#primary-nav .menu > li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#primary-nav .menu > li.books > a,
#primary-nav .menu > li.books .submenu {
  background-color: #ff00cc;
}
#primary-nav .menu > li.books:hover > a {
  background-color: rgba(255,0,204,0.75);;
}
#primary-nav .menu > li.authors > a,
#primary-nav .menu > li.authors .submenu {
  background-color: #00ccff;
}
#primary-nav .menu > li.authors:hover > a {
  background-color: rgba(0,204,255,0.75);;
}
#primary-nav .menu > li.nordsud > a,
#primary-nav .menu > li.nordsud .submenu {
  background-color: #ff7700;
}
#primary-nav .menu > li.nordsud:hover > a {
  background-color: rgba(255,119,0,0.75);;
}
#primary-nav .menu > li.contact > a,
#primary-nav .menu > li.contact .submenu {
  background-color: #7700ff;
}
#primary-nav .menu > li.contact:hover > a {
  background-color: rgba(119,0,255,0.75);;
}
#primary-nav .menu > li.pro > a,
#primary-nav .menu > li.pro .submenu {
  background-color: #05e600;
}
#primary-nav .menu > li.pro:hover > a {
  background-color: rgba(5,230,0,0.75);;
}
#primary-nav .submenu {
  position: absolute;
  z-index: 1000;
  width: 160px;
  max-height: 0;
  padding: 0 10px;
  left: calc(50% - 80px);
  right: 0;
  overflow: hidden;
  font-size: 1.3rem;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#primary-nav .submenu > li {
  margin-bottom: 3px;
}
#primary-nav .submenu > li:first-child {
  padding-top: 10px;
}
#primary-nav .submenu > li:last-child {
  padding-bottom: 10px;
}
#primary-nav .submenu a {
  display: inline-block;
  font-family: arial, sans-serif;
  padding: 5px 5px 2px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
#primary-nav .submenu a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
#primary-nav li.has-children:hover {
  background: #fff;
}
#primary-nav li.has-children:hover .submenu {
  max-height: 50em;
}
#search-form {
  width: 184px;
}
#search-form input[type=search] {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: 150px;
  height: 34px;
  padding: 8px 0;
  margin: 0;
  border: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bfbdbd;
  color: #bfbdbd;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#search-form input[type=search]:focus {
  color: #000;
}
#search-form input[type=image] {
  cursor: pointer;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
#cover {
  position: relative;
  margin: 100px 0 40px;
  min-height: 175px;
  max-height: 250px;
  overflow: hidden;
  background-color: #ff7700;
}
#cover img {
  display: block;
  width: 100vw;
  height: auto;
}
#cover.cover-author #cover-image,
#cover.cover-book #cover-image {
  min-height: 250px;
}
#cover.cover-author {
  background-color: #00ccff;
}
#cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: transparent no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
body.book #cover {
  background-color: #ff7700;
}
body.book #cover img {
  display: block;
  height: 220px;
  max-height: 220px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#breadcrumb {
  max-width: 1000px;
  padding: 0 20px 40px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-top: -30px;
}
#breadcrumb a {
  display: inline-block;
  color: #757575;
  font-weight: bold;
  padding: 2px 6px 2px 2px;
  text-transform: capitalize;
}
#breadcrumb a:after {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #bfbdbd;
}
#breadcrumb a:hover {
  color: #ff00cc;
}
#breadcrumb span {
  color: #46494a;
}
#contents-holder {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#main {
  width: 80%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#main p {
  margin: 1em 0;
}
.page-content {
  color: #46494a;
}
.page-content h2 {
  font-size: 1.6rem;
  color: #bfbdbd;
  margin-bottom: 10px;
}
.page-content h2:not(:first-child) {
  margin-top: 2em;
}
.page-content h3 {
  margin-top: 1em;
}
.page-content img[syle*="float: left"] {
  margin-bottom: 40px;
}
.page-content ul,
.page-content ol {
  padding-left: 25px;
  margin-bottom: 2em;
}
.page-content ul li,
.page-content ol li {
  margin: 1em 0;
}
.page-content ol {
  list-style: decimal;
}
.page-content ul {
  list-style: disc;
}
.page-content .contact-image {
  float: left;
  margin: 0 40px 40px 0;
}
.page-content img {
  max-width: 100%;
}
.paginator {
  margin: 2em 0;
  font-size: 1.4rem;
  text-align: center;
  color: #757575;
}
.paginator span.label {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}
.paginator .paginate {
  display: inline-block;
  padding: 15px 0;
  list-style: none;
  margin: 0;
}
.paginator .paginate li {
  display: inline-block;
  vertical-align: middle;
}
.paginator .paginate a,
.paginator .paginate span {
  display: block;
  padding: 0 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.paginator .paginate span {
  cursor: default;
}
.paginator .paginate .disabled {
  color: #bfbdbd;
}
.paginator .paginate .current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #ff7700;
}
.paginator .paginate .first,
.paginator .paginate .previous,
.paginator .paginate .next,
.paginator .paginate .last {
  font-size: 1.8rem;
}
.paginator .paginate a {
  color: #757575;
  background-color: #f6f6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paginator .paginate a:hover {
  color: #ff7700;
  background-color: rgba(255,119,0,0.1);;
}
article.download {
  display: inline-block;
  width: 49%;
}
#intro {
  position: relative;
  background-color: #00ccff;
  padding: 10px 20px;
  width: calc(80% - 20px);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#intro p {
  color: #fff;
  font-size: 1.6rem;
  margin: .5em 0;
}
.page-title {
  font-size: 1.8rem;
  color: #00ccff;
  margin: 0 0 30px;
}
.page-title span {
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
.page-title:after {
  display: block;
  content: ' ';
  height: 1px;
  background-color: #dedede;
  margin-top: -10px;
}
#sidebar {
  width: 20%;
  padding-top: 10px;
}
#filters {
  padding: 10px;
}
body.home #contents {
  display: block;
}
body.home #main {
  width: 100vw;
  padding-top: 193px;
}
body.home #main .holder {
  width: 100vw;
  max-width: none;
  height: calc(100vh - 241px);
  /* 100% - hauteur nav (inc margins: 120 ) - hauteur footer (inc margins: 50 + 40) */
  min-height: 200px;
  background: transparent no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
}
#home-slider {
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}
#home-slider-elements,
#home-slider-elements > .slide,
#home-slider-elements > .slide > a,
#home-slider-elements > .slide > .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home-slider-elements {
  list-style: none;
  margin: 0;
  background-color: #000;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#home-slider-elements > .slide {
  margin: 0;
  background-color: #000;
}
#home-slider-elements > .slide > a {
  display: table;
  color: #fff;
  top: 100%;
}
#home-slider-elements > .slide .slide-image {
  background: transparent no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-slider-elements > .slide .slide-info {
  display: table-cell;
  vertical-align: middle;
}
#home-slider-elements > .slide .slide-info h1 {
  font-size: 2.4rem;
}
#home-slider-elements > .slide .slide-info p {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 90%;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#home-slider-elements > .slide.book:hover .slide-image {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#home-slider-elements > .slide.book:hover > a {
  top: 0;
}
#home-slider-elements > .slide:nth-child(2) {
  left: 100%;
}
#home-slider-elements > .slide:nth-child(3) {
  left: 200%;
}
#home-slider-elements > .slide:nth-child(4) {
  left: 300%;
}
#home-slider-elements > .slide:nth-child(5) {
  left: 400%;
}
#home-slider-elements > .slide:nth-child(6) {
  left: 500%;
}
#home-slider-elements > .slide:nth-child(7) {
  left: 600%;
}
#home-slider-elements > .slide:nth-child(8) {
  left: 700%;
}
#books-list {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#books-list > li {
  width: 33%;
  padding-bottom: 20px;
  padding-right: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#books-list > li:hover .book-title a {
  color: #ff00cc;
}
#books-list .book {
  position: relative;
  padding-left: 110px;
  min-height: 100px;
}
#books-list .book a {
  color: #757575;
}
#books-list .book a:hover {
  color: #ff00cc;
}
#books-list .book .book-title a {
  color: #46494a;
}
#books-list .book .book-title a:hover {
  color: #ff00cc;
}
#books-list .book .book-cover,
#books-list .book .book-cover img {
  width: 100px;
  height: 100px;
}
#books-list .book .book-cover {
  position: absolute;
  left: 0;
  top: 0;
}
#books-list .book .book-meta {
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: arial, sans-serif;
}
#books-list .book .book-meta p {
  margin: 3px 0;
}
#books-list .book .book-meta a {
  font-weight: bold;
}
#authors-list {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#authors-list > li {
  width: 33%;
  padding-bottom: 20px;
  padding-right: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#authors-list > li:hover .book-title a {
  color: #ff00cc;
}
#authors-list .author {
  position: relative;
  padding-left: 110px;
  min-height: 100px;
}
#authors-list .author a {
  color: #757575;
}
#authors-list .author a:hover {
  color: #ff00cc;
}
#authors-list .author .author-name a {
  color: #46494a;
}
#authors-list .author .author-name a:hover {
  color: #ff00cc;
}
#authors-list .author .author-picture,
#authors-list .author .author-picture img {
  width: 100px;
}
#authors-list .author .author-picture {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  overflow: hidden;
}
#authors-list .author .author-picture img {
  min-height: 100px;
  min-width: 100px;
}
#themes-list {
  padding-left: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#themes-list > li {
  width: 50%;
  line-height: 1.5;
  list-style: decimal-leading-zero;
  color: #bfbdbd;
}
#themes-list a {
  font-size: 1.6rem;
  color: #757575;
}
#themes-list a:hover {
  color: #ff7700;
}
#activities-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#activities-list h2 {
  font-size: 1.6rem;
}
#activities-list h2 a {
  color: #ff7700;
}
#activities-list h2 a:hover {
  color: #00ccff;
}
#activities-list > li {
  width: 50%;
  line-height: 1.5;
  color: #bfbdbd;
  padding: 0 20px 20px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#activities-list a {
  display: block;
  color: #757575;
}
#activities-list a:hover {
  color: #ff7700;
}
.dealers-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}
.dealers-list li {
  width: 50%;
  margin: 1em 0 0 !important;
}
.dealers-list article h1 {
  color: #05e600;
}
.dealers-list article .dealer-info address {
  margin: 0;
}
.dealers-list article .dealer-info p {
  margin: 0 !important;
}
.dealers-list + h2:before {
  content: ' ';
  display: block;
  background-color: #bfbdbd;
  height: 1px;
  width: 150px;
  margin-bottom: 20px;
}
#secondary-nav {
  text-transform: uppercase;
}
#secondary-nav .menu {
  list-style: none;
  margin: 0;
}
#secondary-nav .menu li {
  border-bottom: 1px solid #dedede;
}
#secondary-nav .menu li:first-child {
  border-top: 1px solid #dedede;
}
#secondary-nav .menu a {
  display: block;
  padding: 15px 5px;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #46494a;
}
#secondary-nav .menu a:hover {
  color: #00ccff;
}
#contact-box {
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  margin-top: 55px;
  border-top: 1px solid #dedede;
}
#contact-box h3 {
  padding-top: 15px;
  font-size: 1.6rem;
  margin-bottom: 6px;
  color: #00ccff;
}
#contact-box .contact-details {
  color: #757575;
}
#contact-box .contact-details a {
  color: #46494a;
  font-weight: bold;
}
#contact-box .contact-details a:hover {
  color: #7700ff;
}
.foot-cta-holder {
  clear: both;
  padding: 40px 0;
  text-align: center;
}
.foot-cta-holder .button {
  margin-bottom: 8px;
}
.compl-title + .foot-cta-holder {
  padding-top: 0;
}
.button {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.button.blue {
  background: #00ccff;
}
.button.orange {
  background: #ff7700;
}
.button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
/* End bouton*/
#book-self .book-author {
  color: #757575;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 400;
}
#book-self .book-author a {
  font-weight: bold;
  color: #46494a;
}
#book-self .book-author a:hover {
  color: #00ccff;
}
#book-self .book-cover {
  width: 320px;
  margin: 0 20px 40px 0;
  float: left;
  border: 5px solid #dedede;
}
#book-self .book-cover img {
  display: block;
  width: 320px;
  height: auto;
}
#book-self .book-info {
  float: right;
  width: calc(100% - 350px);
}
#book-self .book-excerpt {
  color: #757575;
  font-size: 1.4rem;
  margin: 1em 0;
}
#book-self .book-meta {
  margin-top: 40px;
  padding-top: 8px;
  border-top: 1px solid #dedede;
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #757575;
  font-weight: normal;
}
#book-self .book-meta p {
  margin: 0;
}
#book-self .book-meta p span {
  font-weight: 700;
}
#book-self .book-meta a {
  color: #00ccff;
  font-weight: bold;
}
#book-self .book-meta a:hover {
  color: #ff7700;
}
.activities-cat-list {
  clear: both;
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.activities-cat-list.category-pistes-de-lectures li {
  width: 100%;
}
.activities-cat-list li {
  position: relative;
  width: 50%;
  min-height: 100px;
  margin-bottom: 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.activities-cat-list li.has-thumb {
  line-height: 100px;
  padding-left: 110px;
}
.activities-cat-list li.has-thumb h2 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.activities-cat-list li.has-thumb .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.activities-cat-list li.has-thumb .thumb img {
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.activities-cat-list li a {
  display: block;
  color: #757575;
}
.activities-cat-list li a:hover {
  color: #00ccff;
}
.download-item.color-file {
  text-align: center;
}
.download-item.color-file .thumbnail {
  display: inline-block;
  float: none;
  margin: 0;
  background-color: #000;
}
.download-item.color-file .thumbnail .button-holder {
  position: relative;
  display: block;
}
.download-item.color-file .thumbnail .button-holder .button {
  position: absolute;
  z-index: 8;
  white-space: nowrap;
  vertical-align: middle;
  left: 20px;
  top: 20px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.download-item.color-file .thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: auto;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.download-item.color-file .thumbnail:hover img {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.download-item.color-file .thumbnail:hover .button {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.download-item .download-item-intro {
  overflow: hidden;
}
.download-item .download-item-intro h1 {
  color: #757575;
}
.download-item .thumbnail {
  float: left;
  margin-right: 20px;
}
.download-item .embed {
  position: relative;
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.download-item .embed h2 {
  margin-bottom: 40px;
  color: #ff7700;
}
.download-item .embed .mejs-container {
  margin: 0 auto;
  max-width: 100%;
}
.download-item .embed .button.download {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 1.3rem;
  padding: 6px;
}
.authors-side-list {
  margin-bottom: 40px;
}
.authors-side-list a {
  display: block;
  padding: 4px;
  color: #757575;
}
.authors-side-list a:hover {
  color: #00ccff;
}
#sidebar .compl-title {
  margin-bottom: 20px;
}
#footer {
  background-color: #00ccff;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50px;
}
#footer .holder {
  padding-top: 10px;
  padding-bottom: 40px;
}
#footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
#footer a:hover {
  border-color: #fff;
}
#footer-nav {
  text-transform: uppercase;
}
#footer-nav .menu {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#footer-nav .menu li {
  display: inline-block;
  position: relative;
}
#footer-nav .menu li a {
  display: block;
  padding: 6px 4px 2px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  border-bottom: 1px solid transparent;
}
#footer-nav .menu li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.copyright {
  float: right;
}
.copyright p {
  margin: 4px 0 0 4px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.copyright p a {
  text-transform: capitalize;
}
#filters {
  margin-bottom: 40px;
  background-color: #f1f1f1;
}
#filters h3 {
  font-weight: 400;
  color: #757575;
  text-align: center;
  margin-bottom: .5em;
}
#filters .field {
  position: relative;
}
#filters .field label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #757575;
}
#filters .field.focus label,
#filters .field.selected label {
  display: none;
}
#filters input,
#filters select,
#filters textarea,
#filters button {
  width: 100%;
}
input,
select,
textarea,
button {
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
  font-size: 1.4rem;
  font-family: arial, sans-serif;
  padding: 10px;
  border: 2px solid #dedede;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #ff7700;
}
select {
  -webkit-appearance: none;
}
.field.select:after {
  font-size: 1.2rem;
  color: #bfbdbd;
  content: '▼';
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.field.select.focus:after {
  color: #ff7700;
}
button,
input[type=submit],
input[type=button] {
  border: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background-color: #ff7700;
}
button.blue,
input[type=submit].blue,
input[type=button].blue {
  background: #00ccff;
}
button.orange,
input[type=submit].orange,
input[type=button].orange {
  background: #ff7700;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
@-ms-viewport {
  width: device-width;
}
@media all and (max-width: 1080px) {
  .primary-nav-holder {
    position: fixed;
    right: -280px;
    top: 0;
    background: #00ccff;
    width: 100%;
    max-width: 280px;
    height: 100vh;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
  }
  #button-responsive-nav {
    position: fixed;
    width: 40px;
    height: 25px;
    right: 25px;
    top: 45px;
    z-index: 100;
    cursor: pointer;
  }
  #button-responsive-nav:hover .line {
    border-color: #00ccff;
  }
  #button-responsive-nav .line {
    position: absolute;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #button-responsive-nav .line {
    right: 10px;
    width: 30px;
    border: 2px solid #bfbdbd;
  }
  #button-responsive-nav .line-top,
  #button-responsive-nav .line-bottom {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
  }
  #button-responsive-nav .line-top {
    top: 0;
  }
  #button-responsive-nav .line-middle {
    top: 10px;
  }
  #button-responsive-nav .line-bottom {
    top: 20px;
  }
  .navigation-shown {
    overflow: hidden;
  }
  .navigation-shown #button-responsive-nav .line {
    border-color: #fff;
  }
  .navigation-shown #button-responsive-nav .line-top {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navigation-shown #button-responsive-nav .line-middle {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navigation-shown #button-responsive-nav .line-bottom {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .navigation-shown .primary-nav-holder {
    right: 0;
  }
  #primary-nav {
    text-align: left;
  }
  #primary-nav ul {
    padding: 0;
    margin: 0;
  }
  #primary-nav .menu {
    padding: 60px 20px 70px;
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
  #primary-nav .menu > li {
    display: block;
  }
  #primary-nav .menu > li a:after {
    display: none !important;
  }
  #primary-nav .menu > li a:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  #primary-nav .menu > li > a {
    display: inline-block;
    padding: 10px;
    font-size: 1.6rem;
    background: transparent !important;
    border-bottom: 1px solid transparent;
  }
  #primary-nav .menu > li > a:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #primary-nav .menu > li:hover {
    background: transparent !important;
  }
  #primary-nav .submenu {
    position: static;
    width: auto;
    max-height: 150em;
    font-size: 1.4rem;
    background: transparent !important;
    padding-bottom: 20px;
  }
  #primary-nav .submenu li {
    padding: 0 !important;
  }
  #primary-nav .submenu li a {
    padding: 5px 10px;
  }
  #search-form {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    background-color: #00ccff;
    text-align: left;
  }
  #search-form input[type=search] {
    width: calc(100% - 50px);
    height: 50px;
    border: 0;
    font-size: 1.5rem;
    padding: 10px 0 10px 10px;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.25);
  }
  #search-form input[type=search]:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #search-form input[type=image] {
    width: 50px;
    height: 50px;
  }
  #search-form ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #fff;
  }
  #search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  #search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  #search-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  #search-form ::-ms-input-placeholder {
    /* Edge */
    color: #fff;
  }
  #footer {
    height: auto;
  }
  #footer .holder {
    padding-bottom: 20px;
  }
  #footer #footer-nav .menu {
    text-align: center;
    float: none;
  }
  #footer .copyright {
    text-align: center;
    float: none;
  }
  #books-list li,
  #authors-list li {
    width: 50%;
  }
}
@media all and (max-width: 760px) {
  #intro {
    width: auto;
  }
  #contents-holder {
    display: block;
    padding-bottom: 0;
  }
  #contents-holder #main,
  #contents-holder #sidebar {
    width: auto;
  }
  #contents-holder #main {
    padding-bottom: 40px;
  }
  #contents-holder #sidebar {
    background-color: #f1f1f1;
    margin: -20px;
    padding: 0 20px 20px;
  }
  #contents-holder #sidebar .compl-title span {
    background-color: #f1f1f1;
  }
  #contents-holder #sidebar .authors-list {
    display: none;
  }
  #contents-holder #sidebar.book {
    padding-bottom: 0;
  }
  #contents-holder #sidebar.book #secondary-nav {
    margin-bottom: 0;
  }
  #contents-holder #sidebar.book #contact-box {
    display: none;
  }
  #related-books {
    padding-top: 50px;
  }
  body:not(.home) #wrapper {
    padding-bottom: 93px;
  }
}
@media all and (max-width: 700px) {
  #book-self .book-cover {
    max-width: 50%;
  }
  #book-self .book-cover img {
    width: auto;
    height: auto;
    width: 100%;
  }
  #book-self .book-info {
    width: calc(50% - 30px);
  }
}
@media all and (max-width: 620px) {
  .paginator span.label {
    display: none;
  }
}
@media all and (max-width: 570px) {
  #footer-nav {
    display: none;
  }
  .copyright p {
    font-size: 1.1rem;
  }
  body:not(.home) #wrapper {
    padding-bottom: 74px;
  }
}
@media all and (max-width: 520px) {
  #books-list li,
  #authors-list li,
  #activities-list li,
  .activities-cat-list li {
    width: 100%;
  }
  article.download {
    width: 100%;
    text-align: center;
  }
  #book-self .book-info {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 420px) {
  #breadcrumb {
    display: none;
  }
}
