@charset "UTF-8";
/* ============ Importation de la police Crimson =============== */
/*@font-face {
    font-family: 'crimsonroman';
    src: url('font/crimson-roman-webfont-crimson.eot');
    src: url('font/crimson-roman-webfont-crimson.eot?#iefix') format('embedded-opentype'),
         url('font/crimson-roman-webfont-crimson.woff2') format('woff2'),
         url('font/crimson-roman-webfont-crimson.woff') format('woff'),
         url('font/crimson-roman-webfont-crimson.ttf') format('truetype'),
         url('font/crimson-roman-webfont-crimson.svg#crimsonroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'crimsonitalic';
    src: url('font/crimson-italic-webfont-crimson.eot');
    src: url('font/crimson-italic-webfont-crimson.eot?#iefix') format('embedded-opentype'),
         url('font/crimson-italic-webfont-crimson.woff2') format('woff2'),
         url('font/crimson-italic-webfont-crimson.woff') format('woff'),
         url('font/crimson-italic-webfont-crimson.ttf') format('truetype'),
         url('font/crimson-italic-webfont-crimson.svg#crimsonitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* ============ les variables =============== */
/* line 84, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 120, ../sass/screen.scss */
figure {
  width: 48%;
  padding: 10px;
  float: left;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
/* line 92, ../sass/screen.scss */
figure:nth-child(n) {
  margin: 1%;
}
@media (max-width: 1024px) {
  /* line 120, ../sass/screen.scss */
  figure {
    width: 46%;
  }
  /* line 92, ../sass/screen.scss */
  figure:nth-child(n) {
    margin: 2%;
  }
}
@media (max-width: 950px) {
  /* line 120, ../sass/screen.scss */
  figure {
    width: 48.4%;
  }
  /* line 92, ../sass/screen.scss */
  figure:nth-child(n) {
    margin: 0.8%;
  }
}
@media (orientation: landscape) {
  /* line 120, ../sass/screen.scss */
  figure {
    width: 49%;
  }
  /* line 92, ../sass/screen.scss */
  figure:nth-child(n) {
    margin: 0.5%;
  }
}
@media (max-width: 768px) {
  /* line 120, ../sass/screen.scss */
  figure {
    width: 98.4%;
  }
  /* line 92, ../sass/screen.scss */
  figure:nth-child(n) {
    margin: 0.8%;
  }
}
/* line 140, ../sass/screen.scss */
figure img {
  max-width: 100%;
}

/* line 144, ../sass/screen.scss */
figcaption {
  font-size: 0.75em !important;
  color: #7d7d7d;
  text-align: center;
}

/* line 153, ../sass/screen.scss */
.wrap, pre {
  text-wrap: wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* line 161, ../sass/screen.scss */
.clearfix, .pagination, .pagination-bas {
  display: block;
  zoom: 1;
}

/* line 165, ../sass/screen.scss */
.clearfix:after, .pagination:after, .pagination-bas:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 174, ../sass/screen.scss */
.center, body, #container, .content {
  margin-right: auto;
  margin-left: auto;
}

/* line 178, ../sass/screen.scss */
.alignleft {
  text-align: left;
}

/* line 181, ../sass/screen.scss */
.alignright {
  text-align: right;
}

/* line 184, ../sass/screen.scss */
.aligncenter {
  text-align: center;
}

/* line 187, ../sass/screen.scss */
.smallcaps {
  font-variant: small-caps;
}

/* line 190, ../sass/screen.scss */
.small-caps {
  font-variant: small-caps;
}

/* line 193, ../sass/screen.scss */
.editeur {
  color: #aa6225;
}

/* line 196, ../sass/screen.scss */
.barre {
  text-decoration: line-through;
}

/* line 199, ../sass/screen.scss */
.top {
  text-align: right;
  display: block;
  float: right;
}

/* line 204, ../sass/screen.scss */
.back-to-top {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 2%;
  text-decoration: none;
  font-size: 0.75em !important;
  padding: 1em;
  display: none;
  color: #969696;
  background-color: #f1f1f0;
}

/* line 217, ../sass/screen.scss */
.back-to-top:hover {
  background-color: #ddddda;
}

/* line 221, ../sass/screen.scss */
.inactif {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default !important;
}

/* line 228, ../sass/screen.scss */
.small {
  font-size: 90%;
  color: #636363;
  padding: 0 5px;
}

/* line 234, ../sass/screen.scss */
#breadcrumb {
  display: none;
}

/* line 237, ../sass/screen.scss */
.ariane {
  display: inline-block;
}
/* line 239, ../sass/screen.scss */
.ariane p {
  text-align: right;
  font-size: .64rem;
  padding: 0;
}

/* line 248, ../sass/screen.scss */
html {
  font-size: 100%;
}

/* line 251, ../sass/screen.scss */
body {
  font: 100% "Open Sans", sans-serif;
  color: #303030;
  background-color: #e7e7e5;
}

/* line 258, ../sass/screen.scss */
#container {
  background-color: #fbfaf8;
  width: 1024px;
  /*@include breakpoint(gd-ecran) {
    width: 1024px;
   }*/
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 258, ../sass/screen.scss */
  #container {
    width: 950px;
  }
}
@media (max-width: 768px) {
  /* line 258, ../sass/screen.scss */
  #container {
    width: 750px;
  }
}

/* line 276, ../sass/screen.scss */
a {
  color: #510b24;
}

/* line 280, ../sass/screen.scss */
.link-list {
  text-decoration: none;
}
/* line 282, ../sass/screen.scss */
.link-list:hover {
  text-decoration: underline;
}

/* line 287, ../sass/screen.scss */
article a {
  color: #87123c;
  text-decoration: underline;
}
/* line 18, ../sass/compass/typography/links/_link-colors.scss */
article a:visited {
  color: #510b24;
}
/* line 21, ../sass/compass/typography/links/_link-colors.scss */
article a:focus {
  color: black;
}
/* line 24, ../sass/compass/typography/links/_link-colors.scss */
article a:hover {
  color: #510b24;
}
/* line 27, ../sass/compass/typography/links/_link-colors.scss */
article a:active {
  color: #969696;
}
/* line 75, ../sass/screen.scss */
article a:hover {
  text-decoration: none;
}
/* line 78, ../sass/screen.scss */
article a:focus {
  background-color: #e7e7e5;
}

/* line 292, ../sass/screen.scss */
sup a {
  text-decoration: none;
  margin-left: -4px;
}

/* line 297, ../sass/screen.scss */
hr {
  border: 0;
  height: 0;
  margin-right: 15px;
  width: auto;
  clear: both;
  border-bottom: 1px dashed #b6b6b0;
  margin: 1em;
}

/* line 308, ../sass/screen.scss */
*::-moz-selection {
  background: none repeat scroll 0 0 #e7e7e5;
  color: #303030;
}

/* line 312, ../sass/screen.scss */
*::selection {
  background: none repeat scroll 0 0 #e7e7e5;
  color: #303030;
}

/* line 319, ../sass/screen.scss */
.content {
  display: block;
  float: left;
  position: relative;
}

/* line 326, ../sass/screen.scss */
article section:first-child h1 {
  margin-top: 0;
}

/* line 336, ../sass/screen.scss */
article h1 {
  position: relative;
  font: 1em "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  word-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbfaf8;
  background-color: #be9e72;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 4px 10px;
}

/* line 353, ../sass/screen.scss */
h2 {
  font: 1em "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #510b24;
  padding: 0 10px;
  margin: 1.3em 0 1.1em;
}

/* line 362, ../sass/screen.scss */
h3 {
  font: 1em "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #917043;
  padding: 0 10px;
  margin: 1.2em 0 0.8em 0;
}

/* line 372, ../sass/screen.scss */
h4, fieldset legend {
  color: #510b24;
  font-weight: 900;
  font-size: 0.9em;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 1em 0 0em;
}

/* line 381, ../sass/screen.scss */
h4.intro {
  color: #510b24;
  font-weight: 900;
  font-size: 0.84em;
  padding: 0 10px;
  margin: 1em 0 .5em 0;
  text-transform: inherit;
}

/* line 389, ../sass/screen.scss */
h5 {
  font: 0.8em "Open Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  color: #ad8650;
  padding: 0 10px;
  margin: 1em 0 0em;
}

/* line 398, ../sass/screen.scss */
h6 {
  padding: 0 10px;
}

/* line 402, ../sass/screen.scss */
.fakeTitle {
  font-size: 1.2rem;
  text-align: center;
  color: #be9e72;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 411, ../sass/screen.scss */
.fakeSubtitle {
  font-size: 1rem;
  text-align: center;
  color: #636363;
}

/* line 418, ../sass/screen.scss */
p {
  font: 100 13px/1.65em "Open Sans", sans-serif;
  padding: 0 10px;
  margin: 0.5em 0 1em 0;
  color: #303030;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.005em #303030;
}

/* line 432, ../sass/screen.scss */
.no-indent {
  text-indent: 0;
}

/* line 435, ../sass/screen.scss */
p.counter {
  counter-increment: compteur2;
}

/* line 438, ../sass/screen.scss */
p.counter:before {
  display: marker;
  content: counter(compteur2,decimal) "";
  margin-left: -29px;
  margin-right: 20px;
  color: #888;
  font-size: .6rem;
}

/* line 446, ../sass/screen.scss */
p.no-indent.counter:before {
  display: marker;
  content: counter(compteur2,decimal) "";
  margin-left: -14px;
  margin-right: 5px;
  color: #888;
  font-size: .6rem;
}

/* line 454, ../sass/screen.scss */
.serif {
  font: 15.8px/1.4em "junicode", serif;
  background-color: #f1f1f0;
}

/* line 458, ../sass/screen.scss */
.serif p {
  font: 15.8px/1.4em "junicode", serif;
  background-color: #f1f1f0;
}

/* line 462, ../sass/screen.scss */
.sansSerif {
  font: 100 13px/1.65em "Open Sans", sans-serif;
  background-color: #fbfaf8;
}

/* line 466, ../sass/screen.scss */
.entreeCat .serif {
  background-color: none !important;
}
/* line 468, ../sass/screen.scss */
.entreeCat .serif td {
  padding-right: 2em;
}

/* line 473, ../sass/screen.scss */
blockquote {
  margin: 1em 30px;
  text-align: justify;
  color: #7d7d7d;
  font-size: 0.83em !important;
  line-height: 1.47em;
}

/* line 482, ../sass/screen.scss */
pre {
  font-size: 0.83em !important;
  padding: 0 10px;
  color: #303030;
  text-indent: 0;
}

/* line 490, ../sass/screen.scss */
article dl {
  padding: 0 10px;
}
/* line 493, ../sass/screen.scss */
article dl, article menu, article ol, article ul {
  margin: 0.8em 0;
}
/* line 497, ../sass/screen.scss */
article ul, article ol, article dl {
  font-size: 0.83em !important;
  list-style-type: none;
  padding: 0 0 0 30px;
}
/* line 501, ../sass/screen.scss */
article ul ul, article ul ol, article ul dl, article ol ul, article ol ol, article ol dl, article dl ul, article dl ol, article dl dl {
  font-size: 0.95em;
  list-style-type: none;
  margin: 0.3em;
  padding: 0 0 0 20px;
}
/* line 508, ../sass/screen.scss */
article li {
  margin: 0.3em 0;
}
/* line 511, ../sass/screen.scss */
article .point {
  list-style-type: disc;
}
/* line 514, ../sass/screen.scss */
article .numero {
  list-style-type: decimal;
}
/* line 517, ../sass/screen.scss */
article .romain {
  list-style-type: upper-roman;
}
/* line 520, ../sass/screen.scss */
article .latin {
  list-style-type: lower-latin;
}

/* line 525, ../sass/screen.scss */
.vedette {
  font-variant: small-caps;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 30px;
  color: #917043;
}

/* line 533, ../sass/screen.scss */
.vedette + p {
  margin-top: 1px;
}

/* line 536, ../sass/screen.scss */
.numVedette {
  margin-left: 45px;
  margin-bottom: 1px;
  text-indent: -45px;
  font: 15.8px/1.4em "junicode", serif;
  text-align: left;
  background-color: #f1f1f0;
}

/* line 544, ../sass/screen.scss */
.numVedetteTable {
  font: 15.8px/1.4em "junicode", serif;
  text-align: justify;
  background-color: #f1f1f0;
  vertical-align: top;
  margin: 5px 0 20px 0;
}
/* line 550, ../sass/screen.scss */
.numVedetteTable td {
  padding-left: 10px;
  width: 65px;
  vertical-align: top;
}
/* line 555, ../sass/screen.scss */
.numVedetteTable td + td {
  width: auto;
  vertical-align: top;
  padding-right: 10px;
}

/* line 561, ../sass/screen.scss */
.numVedette {
  margin-left: 0;
  text-indent: 0;
}
/* line 565, ../sass/screen.scss */
.numVedette .content-left {
  display: table-cell;
}
/* line 568, ../sass/screen.scss */
.numVedette .content-right {
  display: table-cell;
  padding-left: 0;
}

/* line 574, ../sass/screen.scss */
.ed-result-title,
.ed-result-book {
  padding: 0;
  margin: 0;
}

/* line 579, ../sass/screen.scss */
.ed-result-title {
  text-transform: uppercase;
}

/* line 585, ../sass/screen.scss */
.ed-result-title {
  color: #917043;
}

/* line 588, ../sass/screen.scss */
.ed-result-word {
  color: #4e8ca1;
}

/* line 591, ../sass/screen.scss */
.ed-result-book {
  color: #969696;
}

/* line 595, ../sass/screen.scss */
.biblio {
  margin-left: 45px;
  margin-bottom: 1px;
  text-indent: -45px;
  font: "Open Sans", sans-serif;
  text-align: left;
}

/* line 603, ../sass/screen.scss */
.separateur {
  text-align: center;
}

/* line 608, ../sass/screen.scss */
.open {
  background-color: #d8d8d5;
  color: #510b24;
  cursor: pointer;
  position: relative;
  letter-spacing: inherit !important;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 4px 10px;
}

/* line 623, ../sass/screen.scss */
.open:after, #gauche button:after, #gauche button:link, #gauche button:visited {
  content: " \2013 ";
  float: right;
  font-size: 2em;
  font-size: 22px;
  line-height: 0.80em;
  min-height: 100%;
  vertical-align: middle;
}

/* line 633, ../sass/screen.scss */
.open.plus:after, #gauche button.plus:after {
  content: " + ";
  line-height: 0.95em;
}

/* line 638, ../sass/screen.scss */
.gris {
  background-color: #f1f1f0;
  margin-bottom: 20px;
}

/* line 642, ../sass/screen.scss */
.open ~ fieldset, .open + p, .open ~ form {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}

/* line 651, ../sass/screen.scss */
.aside-open {
  border-bottom: 1px solid #510b24;
}
/* line 653, ../sass/screen.scss */
.aside-open .open {
  background: none transparent;
  border-top: 1px solid #510b24;
  padding: .35rem;
  margin-top: 0;
  font-weight: lighter;
}
/* line 661, ../sass/screen.scss */
.aside-open ul {
  float: left;
  padding-top: 1.45rem;
  padding-left: 7px;
}
/* line 666, ../sass/screen.scss */
.aside-open p {
  padding-top: 1.45rem;
  padding-left: 0;
  text-align: left;
  color: #636363;
  margin: 0 0 1rem 0;
  font-size: 0.7rem;
}

/* Article et aside droite */
/* line 688, ../sass/screen.scss */
aside, article {
  margin-left: 25px;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 80px;
}

/* line 698, ../sass/screen.scss */
article aside {
  font-size: 0.83em !important;
}
/* line 700, ../sass/screen.scss */
article aside h2 {
  background: none transparent;
  border-top: 1px solid #510b24;
  padding: .35rem;
  margin-top: 0;
  font-weight: lighter;
  letter-spacing: 0;
}
/* line 708, ../sass/screen.scss */
article aside ul {
  margin: 0;
  padding: 0;
}
/* line 712, ../sass/screen.scss */
article aside li {
  list-style-type: none;
  margin: 0.8em 0;
  color: #7d7d7d;
}
/* line 716, ../sass/screen.scss */
article aside li:first-child {
  margin-top: 0.3em;
}
/* line 719, ../sass/screen.scss */
article aside li a {
  text-decoration: none;
}

/* Gestion des images dans article et section */
/* line 728, ../sass/screen.scss */
.deuxImg {
  width: 100% / 2.5;
}

/* line 731, ../sass/screen.scss */
.uneImg {
  width: 100% / 2.5;
  text-align: center;
  margin: 0 auto;
}
/* line 735, ../sass/screen.scss */
.uneImg figure {
  text-align: center;
  margin: 0 auto;
  float: none;
}

/* line 742, ../sass/screen.scss */
.uneImgLarge figure {
  width: 100%;
}

/* line 747, ../sass/screen.scss */
.tableauImg {
  width: 100%;
}

/* line 751, ../sass/screen.scss */
.num {
  font-weight: 600;
  color: #510b24;
}

/* line 756, ../sass/screen.scss */
.num:after {
  content: ". ";
}

/* line 759, ../sass/screen.scss */
.note {
  padding: 0.2em;
}

/* line 766, ../sass/screen.scss */
#notes {
  margin: 20px 0;
}
/* line 768, ../sass/screen.scss */
#notes h4 {
  border-bottom: 1px solid #510b24;
}
/* line 771, ../sass/screen.scss */
#notes h4 + p {
  margin-top: 2em;
}
/* line 774, ../sass/screen.scss */
#notes p {
  font: 100 0.75em/1.4em "Open Sans",sans-serif;
  color: #636363;
  margin: 0.5em 0;
}
/* line 779, ../sass/screen.scss */
#notes a {
  text-decoration: none;
}
/* line 781, ../sass/screen.scss */
#notes a:hover {
  color: black;
}

/* line 2, ../sass/_left-nav.scss */
#gauche {
  background-color: #fbfaf8;
  position: relative;
  width: 215px;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 2, ../sass/_left-nav.scss */
  #gauche {
    width: 175px;
  }
}
/* line 10, ../sass/_left-nav.scss */
#gauche nav {
  margin: 0;
  padding: 0;
}
/* line 13, ../sass/_left-nav.scss */
#gauche ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
/* line 21, ../sass/_left-nav.scss */
#gauche li a, #gauche li button {
  font-family: "Open Sans", sans-serif;
  font-size: 0.83em !important;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 25px 0;
  padding: 4px 10px;
  width: 100%;
  line-height: 1.2em;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #510b24;
  border-bottom: 1px solid #510b24;
  color: #510b24;
  cursor: pointer;
  background-color: #fbfaf8;
  line-height: 1.5em;
}
/* line 43, ../sass/_left-nav.scss */
#gauche li a:hover, #gauche li a:focus, #gauche li button:hover, #gauche li button:focus {
  background-color: #f3f3f2;
}
/* line 47, ../sass/_left-nav.scss */
#gauche li a.active {
  border-left: 5px solid #510b24;
  padding: 4px 10px 4px 5px;
}
/* line 51, ../sass/_left-nav.scss */
#gauche li button {
  margin-bottom: 0;
}
/* line 54, ../sass/_left-nav.scss */
#gauche li li {
  padding: 0;
  margin: 0;
}
/* line 57, ../sass/_left-nav.scss */
#gauche li li a {
  border-bottom: none;
  border-top: none;
  color: #303030;
  font-weight: 100;
  font-size: 0.75em !important;
  line-height: 1.2em;
  padding: 5px 15px;
  margin: 2px 0;
  letter-spacing: 0;
  text-transform: none;
}

/* line 74, ../sass/_left-nav.scss */
aside#gauche li:first-child * {
  margin-top: 0;
}

/* line 77, ../sass/_left-nav.scss */
aside#gauche nav button + ul {
  display: none;
  margin-top: 8px;
}

/* line 79, ../sass/_left-nav.scss */
.outils {
  font-family: "Open Sans", sans-serif;
}
/* line 81, ../sass/_left-nav.scss */
.outils .open {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 0.83em !important;
}
/* line 86, ../sass/_left-nav.scss */
.outils div {
  padding: 10px;
  background-color: #eeeeed;
}
/* line 90, ../sass/_left-nav.scss */
.outils a {
  margin: 0;
  padding: 4px 0;
  display: block;
  float: left;
  position: relative;
  font-size: 0.83em !important;
  clear: left;
  font-weight: 100;
  cursor: pointer;
}
/* line 101, ../sass/_left-nav.scss */
.outils .toggleEd {
  text-decoration: underline;
}

/* line 113, ../sass/_left-nav.scss */
.nav-toggle {
  display: block;
}

/* Content wrapper */
/*@if $point == gd-ecran {
  @media (max-width: 1600px) { @content; }
}*/
@media (max-width: 768px) {
  /* line 120, ../sass/_left-nav.scss */
  .wrapper {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f1f1f0;
  }

  /* line 132, ../sass/_left-nav.scss */
  .wrapper-small {
    max-width: 640px;
  }

  /* line 136, ../sass/_left-nav.scss */
  .wrapper-flush {
    width: 100%;
  }

  /**
   * Navigation
   */
  /* line 144, ../sass/_left-nav.scss */
  #gauche nav, .search, .outils {
    top: 0;
    left: 0;
    width: 60%;
    z-index: 10000;
    margin: 0 auto;
  }

  /* line 159, ../sass/_left-nav.scss */
  aside#gauche {
    top: 0;
    /* 1 */
    z-index: 999;
    overflow-y: auto;
    padding: 80px 0 20px 0;
    height: 100%;
    min-height: 100%;
    margin: 0;
    background-color: #f1f1f0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    /* 2 */
    -webkit-overflow-scrolling: touch;
    /* 3 */
  }

  /* 1. Show when `.is-visible` class is added */
  /* line 191, ../sass/_left-nav.scss */
  .nav-open aside#gauche {
    visibility: visible;
    /* 1 */
    transform: translateX(0);
    /* 1 */
    -webkit-transform: translateX(0);
    /* 1 */
    -moz-transform: translateX(0);
    /* 1 */
    -o-transform: translateX(0);
    /* 1 */
    -ms-transform: translateX(0);
    /* 1 */
    left: 0;
    background-color: #f1f1f0;
  }
  /* line 201, ../sass/_left-nav.scss */
  .nav-open aside#gauche .search select {
    width: 100%;
  }
  /* line 204, ../sass/_left-nav.scss */
  .nav-open aside#gauche li a, .nav-open aside#gauche li button {
    background-color: #f1f1f0;
  }

  /* Nav toggle */
  /* line 210, ../sass/_left-nav.scss */
  .nav-toggle {
    display: block;
    visibility: visible;
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: #dedede;
    top: 0;
    Left: 0;
    position: fixed;
    z-index: 1000;
    background-color: #f1f1f0;
  }

  /* Nav toggle icon */
  /* line 226, ../sass/_left-nav.scss */
  .nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
  }

  /* Nav toggle icon lines */
  /* line 236, ../sass/_left-nav.scss */
  .icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    transform: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transform: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transform: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transform: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #510b24;
  }

  /* Nav toggle icon line 1 */
  /* line 258, ../sass/_left-nav.scss */
  .icon-menu .line-1 {
    top: 0;
  }

  /* When active, rotate line 1 to be lefthand part of X */
  /* line 263, ../sass/_left-nav.scss */
  .is-active .icon-menu .line-1 {
    transform: translateY(8px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -moz-transform: translateY(8px) translateX(0) rotate(45deg);
    -o-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  }

  /* Nav toggle icon line 2 */
  /* line 272, ../sass/_left-nav.scss */
  .icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
  }

  /* When active, hide line 2 */
  /* line 278, ../sass/_left-nav.scss */
  .is-active .icon-menu .line-2 {
    opacity: 0;
  }

  /* Nav toggle icon line 3 */
  /* line 283, ../sass/_left-nav.scss */
  .icon-menu .line-3 {
    bottom: 0;
  }

  /* When active, rotate line 3 to be righthand part of X */
  /* line 288, ../sass/_left-nav.scss */
  .is-active .icon-menu .line-3 {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
}
/* line 797, ../sass/screen.scss */
article {
  width: 735px;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 797, ../sass/screen.scss */
  article {
    width: 700px;
  }
}
/* line 803, ../sass/screen.scss */
article aside {
  display: block;
  position: absolute;
  left: 520px;
  width: 190px;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 803, ../sass/screen.scss */
  article aside {
    width: 180px;
  }
}
/* line 815, ../sass/screen.scss */
article section {
  width: 520px;
}
/* line 819, ../sass/screen.scss */
article section {
  float: left;
  position: relative;
}

/* line 824, ../sass/screen.scss */
section div, .sommaire {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

/* line 834, ../sass/screen.scss */
.sommaire {
  border-bottom: 1px dashed #b6b6b0;
  margin: 0;
  padding: 0 0 10px 0;
  font: 100 13px/1.65em "Open Sans", sans-serif !important;
  font-size: 0.75em !important;
}
/* line 841, ../sass/screen.scss */
.sommaire ul {
  padding: 0;
  line-height: 1.6em;
  font-size: inherit !important;
}
/* line 846, ../sass/screen.scss */
.sommaire ul li {
  margin: 0;
}
/* line 850, ../sass/screen.scss */
.sommaire ul a {
  color: #7d7d7d;
  text-decoration: none;
}
/* line 853, ../sass/screen.scss */
.sommaire ul a:hover, .sommaire ul a:focus {
  text-decoration: underline;
}
/* line 857, ../sass/screen.scss */
.sommaire ul ul {
  padding: 0 0 0 10px;
}
/* line 861, ../sass/screen.scss */
.sommaire ul ul a {
  color: #510b24;
}

/* line 873, ../sass/screen.scss */
h4.open {
  background-color: #fbfaf8;
  color: #510b24;
  font-weight: 900;
  font-size: 0.9em;
  text-transform: uppercase;
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #b6b6b0;
}

/* line 885, ../sass/screen.scss */
h4.plus {
  line-height: 20px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #b6b6b0;
}

/* line 897, ../sass/screen.scss */
.index-table h2 {
  text-transform: uppercase;
  color: #510b24;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 2rem;
}
/* line 905, ../sass/screen.scss */
.index-table form {
  float: left;
}
/* line 908, ../sass/screen.scss */
.index-table input[type="radio"] + label {
  margin-left: 3%;
}
/* line 911, ../sass/screen.scss */
.index-table .list-lettres {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 2rem 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #b6b6b0;
}
/* line 920, ../sass/screen.scss */
.index-table .lettre-from-list {
  flex: 1 1;
  color: #be9e72;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 600;
}
/* line 926, ../sass/screen.scss */
.index-table .lettre-from-list.active {
  color: #565656;
}
/* line 929, ../sass/screen.scss */
.index-table .lettre-from-list:before {
  content: "- ";
}
/* line 932, ../sass/screen.scss */
.index-table .lettre-from-list:first-child:before {
  color: #fbfaf8;
}
/* line 936, ../sass/screen.scss */
.index-table .lettre {
  text-align: center;
  display: inherit;
  font-size: .8rem;
  font-weight: 600;
  color: #565656;
}
/* line 942, ../sass/screen.scss */
.index-table .lettre:before {
  content: "- ";
}
/* line 945, ../sass/screen.scss */
.index-table .lettre:after {
  content: " -";
}

/* line 954, ../sass/screen.scss */
.index-table .pagination-bas,
.result-search-ed .pagination-bas {
  text-align: center;
}
/* line 956, ../sass/screen.scss */
.index-table .pagination-bas a,
.result-search-ed .pagination-bas a {
  display: inline-block;
  margin: 1rem 0;
  float: none;
  font-weight: 600;
}
/* line 963, ../sass/screen.scss */
.index-table .pagination-bas img,
.result-search-ed .pagination-bas img {
  margin: 4px 1rem;
  height: 12px;
  vertical-align: top;
}

/* line 971, ../sass/screen.scss */
.result-search-ed h3 .small {
  padding: 0;
}
/* line 974, ../sass/screen.scss */
.result-search-ed .pagination-bas {
  border-top: 0 none;
  margin-top: 0;
}

/* line 987, ../sass/screen.scss */
.oeuvres-completes h2 {
  text-transform: uppercase;
  color: #510b24;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 2rem;
  margin-top: 1.5rem;
  float: left;
  margin-bottom: 0.5rem;
}

/* line 1002, ../sass/screen.scss */
.sommaire-oeuvres h2, .sommaire-oeuvres h3,
.sommaire-oeuvres-completes h2,
.sommaire-oeuvres-completes h3 {
  font-size: .8rem;
  font-weight: normal;
}
/* line 1006, ../sass/screen.scss */
.sommaire-oeuvres h2 a, .sommaire-oeuvres h3 a,
.sommaire-oeuvres-completes h2 a,
.sommaire-oeuvres-completes h3 a {
  text-decoration: none;
  letter-spacing: 0;
}
/* line 1009, ../sass/screen.scss */
.sommaire-oeuvres h2 a:hover, .sommaire-oeuvres h3 a:hover,
.sommaire-oeuvres-completes h2 a:hover,
.sommaire-oeuvres-completes h3 a:hover {
  text-decoration: underline;
}
/* line 1014, ../sass/screen.scss */
.sommaire-oeuvres h2,
.sommaire-oeuvres-completes h2 {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #565656;
}
/* line 1018, ../sass/screen.scss */
.sommaire-oeuvres h2 a,
.sommaire-oeuvres-completes h2 a {
  color: #565656;
}
/* line 1023, ../sass/screen.scss */
.sommaire-oeuvres h3,
.sommaire-oeuvres-completes h3 {
  margin-top: .2rem;
  margin-bottom: .2rem;
  margin-left: 2rem;
  color: #510b24;
}

/* line 1031, ../sass/screen.scss */
.sommaire-oeuvres {
  border-top: 0 none;
  margin-top: 0rem;
  padding-top: 0rem;
}
/* line 1035, ../sass/screen.scss */
.sommaire-oeuvres h3 {
  margin-left: 0;
}

/* line 1039, ../sass/screen.scss */
.sommaire-oeuvres-completes {
  border-top: 1px dashed #b6b6b0;
  margin-top: 2rem;
  padding-top: 2rem;
}

/* line 1046, ../sass/screen.scss */
.blank-link-img {
  width: 15px;
  margin: 0 2px;
}

/* line 1058, ../sass/screen.scss */
#brede h1 + p {
  font: 100 13px/1.65em "Open Sans", sans-serif !important;
  margin-top: 0px;
  font-weight: bolder !important;
}
/* line 1063, ../sass/screen.scss */
#brede p, #brede h3 {
  font: 15.8px/1.4em "junicode", serif;
}
/* line 1068, ../sass/screen.scss */
#brede h3 {
  text-decoration: underline;
  color: #aa6225;
  margin: 1.2em 0 0 0;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 0.85rem;
}
/* line 1082, ../sass/screen.scss */
#brede h3 a {
  color: #aa6225 !important;
}
/* line 1085, ../sass/screen.scss */
#brede .toggleEd {
  font-family: "Open Sans", sans-serif;
  font-size: 0.83em !important;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 25px 0;
  padding: 4px 10px;
  width: 100%;
  line-height: 1.2em;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #510b24;
  border-bottom: 1px solid #510b24;
  color: #510b24;
  cursor: pointer;
  background-color: #fbfaf8;
  line-height: 1.5em;
}
/* line 1107, ../sass/screen.scss */
#brede .toggleEd:hover, #brede .toggleEd:focus {
  background-color: #f3f3f2;
}
/* line 1111, ../sass/screen.scss */
#brede aside {
  /*
  a.morelink:before {
      //content: 'lire la suite ';
  }
  
      .less::after{
        //content: '╳';
        font-size:0.8em;
        vertical-align: top;
        font-size: 0.2em;
        vertical-align: top;
        text-decoration: none;
        line-height: 1em;
      }*/
}
/* line 1112, ../sass/screen.scss */
#brede aside p {
  font-size: 0.85rem;
  margin: 9.5px 0 0 0;
  background-color: #fbfaf8;
}
/* line 1118, ../sass/screen.scss */
#brede aside .morecontent span {
  display: none;
  background-color: inherit;
}
/* line 1123, ../sass/screen.scss */
#brede aside .morelink {
  display: block;
  text-align: center;
  font-style: italic;
}

/* line 1147, ../sass/screen.scss */
.pagination {
  border-bottom: 1px dashed #b6b6b0;
}

/* line 1150, ../sass/screen.scss */
.pagination-bas {
  border-top: 1px dashed #b6b6b0;
  margin-top: 30px;
}

/* line 1159, ../sass/screen.scss */
.pagination span, .pagination a, .pagination-bas span, .pagination-bas a {
  font-size: 0.83em !important;
  float: right;
  margin: 10px 10px;
  color: #565656 !important;
  text-decoration: none;
}
/* line 1167, ../sass/screen.scss */
.pagination .numPage, .pagination-bas .numPage {
  font-weight: bold;
}
/* line 1170, ../sass/screen.scss */
.pagination img, .pagination-bas img {
  vertical-align: middle;
  margin: 4px;
}

/* line 1176, ../sass/screen.scss */
.page {
  text-align: center;
  margin: 3.5em auto .2em auto;
}
/* line 1179, ../sass/screen.scss */
.page p {
  text-align: center;
}

/* line 1184, ../sass/screen.scss */
.visionneuse {
  text-align: center;
  font-family: "junicode", serif !important;
  font-size: 0.83em !important;
}
/* line 1188, ../sass/screen.scss */
.visionneuse figcaption {
  display: none;
}

/* line 1193, ../sass/screen.scss */
.titreTheme {
  margin: 4em 0 1em 0;
}
/* line 1195, ../sass/screen.scss */
.titreTheme h2 {
  font-family: "junicode", serif;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #171717;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0.3em;
}

/* line 1207, ../sass/screen.scss */
.titreThemeCourant {
  margin: .5em 0 1em 0;
}
/* line 1209, ../sass/screen.scss */
.titreThemeCourant h2 {
  font-family: "junicode", serif;
  font-size: 1.1rem;
  font-weight: lighter;
  color: #171717;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0.3em;
}

/* line 1221, ../sass/screen.scss */
.page + .titreTheme {
  margin: 0 auto 2em auto;
}

/* line 1226, ../sass/screen.scss */
article aside .editeur {
  color: #aa6225;
  line-height: 1.38em;
  padding: 0;
  text-align: left;
  font-family: "junicode", serif !important;
}
/* line 1233, ../sass/screen.scss */
article aside .editeur a {
  color: #aa6225 !important;
  text-decoration: underline;
}

/* line 2, ../sass/_header.scss */
header {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 300px;
  z-index: 10;
}
/* line 9, ../sass/_header.scss */
header .onglet, header .slide, header .logo, header .rechGlobal {
  display: block;
  position: relative;
  float: left;
}
/* line 14, ../sass/_header.scss */
header .onglet {
  margin-right: 7px;
}
/* line 17, ../sass/_header.scss */
header .slide {
  width: 200px;
  border-bottom: 1px solid #510b24;
  text-decoration: none;
  font-family: "junicode", serif;
  margin: 0 10px;
  padding: 19px 0 9px 0;
  font-size: 0.93em;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 17, ../sass/_header.scss */
  header .slide {
    width: 160px;
  }
}
/* line 28, ../sass/_header.scss */
header .slide div.haut {
  background-image: url(../img/fleche-bas.png);
  float: right;
  width: 14px;
  height: 10px;
}
/* line 34, ../sass/_header.scss */
header .slide div.bas {
  background-image: url(../img/fleche-haut.png);
  float: right;
  width: 14px;
  height: 10px;
}
/* line 42, ../sass/_header.scss */
header .slide:hover {
  text-decoration: underline;
}
/* line 46, ../sass/_header.scss */
header .logo {
  width: 520px;
  margin: 0 10px;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
/* line 52, ../sass/_header.scss */
header .logo img {
  margin: 0;
  width: 100%;
}
/* line 57, ../sass/_header.scss */
header .logo h1 {
  text-indent: -10000px;
  color: #fbfaf8;
  image-rendering: crisp-edges;
  background: url(../img/titre.png) no-repeat center;
  background-size: 520px 70px;
  background-size: 520px 70px;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
  height: 70px;
  width: 520px;
}
@media (max-width: 1024px) {
  /* line 57, ../sass/_header.scss */
  header .logo h1 {
    background-size: 100% auto;
  }
}
/* line 71, ../sass/_header.scss */
header .ariane {
  display: block;
  position: initial;
  text-align: right;
  margin-bottom: 100px;
  clear: both;
  width: 100%;
  float: left;
  margin: 0 0 55px 0;
  padding-right: 25px;
}
/* line 81, ../sass/_header.scss */
header .ariane p {
  text-align: right;
  font-size: .64rem;
  padding: 0;
}
/* line 87, ../sass/_header.scss */
header .ariane .separation-ariane:before {
  content: " > ";
  font-size: .64rem;
  padding: 0 .5rem;
  color: #510b24;
}
/* line 93, ../sass/_header.scss */
header .ariane .active {
  color: #3d6e7f;
}

/* line 100, ../sass/_header.scss */
#externe {
  background: none repeat scroll 0 0 #e7e7e5;
  display: none;
  z-index: 5;
}
/* line 105, ../sass/_header.scss */
#externe ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 109, ../sass/_header.scss */
#externe ul > li {
  border-top: solid 1px #fbfaf8;
}
/* line 111, ../sass/_header.scss */
#externe ul > li > a {
  display: block;
  padding: 1.5em 3em;
  text-align: center;
  font: 85% "junicode", serif;
}
/* line 117, ../sass/_header.scss */
#externe ul > li:first-child {
  border: none;
}
@media screen and (min-width: 50em) {
  /* line 123, ../sass/_header.scss */
  #externe ul {
    display: table;
    width: 100%;
    display: flex;
  }
  /* line 127, ../sass/_header.scss */
  #externe ul > li {
    display: table-cell;
    display: flex;
    flex: 1 1 auto;
    border-top: none;
  }
  /* line 132, ../sass/_header.scss */
  #externe ul > li > a {
    width: 100%;
    text-align: left;
    color: #510b24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 137, ../sass/_header.scss */
  #externe ul > li > a:hover {
    color: #444;
  }
}

/* line 149, ../sass/_header.scss */
header nav {
  display: block;
  position: relative;
  clear: both;
  margin: 30px 0 0 0;
  width: 100%;
}
/* line 156, ../sass/_header.scss */
header nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0px 5%;
  margin: 0 25px;
  border-top: 1px solid #510b24;
  border-bottom: 1px solid #510b24;
}
/* line 164, ../sass/_header.scss */
header nav ul li {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  line-height: 1.2;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
/* line 169, ../sass/_header.scss */
header nav ul li:hover, header nav ul li.active {
  padding-top: 5px;
  border-top: 5px solid #510b24;
  transition: all 0.50s fade-in 50s;
}
@media (max-width: 1024px) {
  /* line 164, ../sass/_header.scss */
  header nav ul li {
    margin: 0 18px;
  }
}
/* line 179, ../sass/_header.scss */
header nav ul li:first-child {
  margin-left: 0px;
}
/* line 182, ../sass/_header.scss */
header nav ul li:last-child {
  margin-right: 0px;
}
/* line 185, ../sass/_header.scss */
header nav ul li a {
  font-size: 15px;
  letter-spacing: 0.14em;
  border-bottom: none;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 194, ../sass/_header.scss */
header nav ul li a .navSubTitle {
  color: #7d7d7d;
  text-transform: initial;
  font-size: 0.8rem;
  letter-spacing: 0;
  font-style: italic;
}
/* line 200, ../sass/_header.scss */
header nav ul li a .navSubTitle:before {
  content: ' ';
  display: block;
}

/* line 2, ../sass/_form.scss */
fieldset {
  padding: 0 0 20px 0;
  margin: 20px 0;
  border: 1px solid grey;
}
/* line 7, ../sass/_form.scss */
fieldset legend {
  padding: 0 10% 0 10px;
  margin: 0;
}
/* line 12, ../sass/_form.scss */
fieldset p {
  padding-left: 30px;
}
/* line 15, ../sass/_form.scss */
fieldset ul, fieldset p {
  margin: 0;
}
/* line 19, ../sass/_form.scss */
fieldset h4 + h5 {
  margin-top: 0;
}
/* line 22, ../sass/_form.scss */
fieldset h4 + p, fieldset h4 + ul, fieldset legend + p, fieldset legend + ul {
  padding-left: 10px;
}

/* line 27, ../sass/_form.scss */
form {
  font-size: 0.75em !important;
  line-height: 2em;
  color: #565656;
  padding: 10px;
}
/* line 33, ../sass/_form.scss */
form legend {
  float: left;
}

/* line 38, ../sass/_form.scss */
article form {
  padding: 20px 10px;
}

/* line 42, ../sass/_form.scss */
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}

/* line 49, ../sass/_form.scss */
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}

/* line 52, ../sass/_form.scss */
form > div > label {
  width: 25%;
  float: left;
  padding-right: 10px;
}

/* line 59, ../sass/_form.scss */
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
  clear: none;
}

/* line 65, ../sass/_form.scss */
form > div > fieldset label {
  font-size: 0.83em !important;
}

/* line 69, ../sass/_form.scss */
textarea {
  padding: 10px;
}

/* line 72, ../sass/_form.scss */
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
select {
  width: 97%;
  border-top: 2px solid #ececea;
  border-left: 2px solid #ececea;
  border-right: 2px solid #ececea;
  border-bottom: 2px solid #ececea;
  color: #565656;
}

/* line 86, ../sass/_form.scss */
input[type=text].small,
input[type=number].small,
input[type=email].small,
input[type=password].small {
  width: 32%;
  margin-right: 1%;
  border: 2px solid #ececea !important;
  color: #565656;
}

/* line 96, ../sass/_form.scss */
input[type=text].medium,
input[type=number].medium,
input[type=email].medium,
input[type=password].medium {
  width: 48.5%;
  margin-right: 1%;
  border: 2px solid #ececea !important;
  color: #565656;
}

/* line 106, ../sass/_form.scss */
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover {
  outline: 0;
  box-shadow: inset 0 0 2px #be9e72 !important;
}

/* line 116, ../sass/_form.scss */
input:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border: 2px solid #be9e72 !important;
  transition: all 0.45s ease-in-out 0s;
}

/* line 128, ../sass/_form.scss */
input[type=file] {
  padding: 0;
}

/* line 134, ../sass/_form.scss */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}

/* line 139, ../sass/_form.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  float: none;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 1%;
  vertical-align: middle;
  background: url(../img/radio-vide.png) left top no-repeat;
  background-size: 15px;
  cursor: pointer;
}

/* line 154, ../sass/_form.scss */
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  float: none;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/radio-plein.png) left top no-repeat;
  background-size: 15px;
  cursor: pointer;
}

/* line 166, ../sass/_form.scss */
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=file],
.selectStyled,
select,
textarea {
  border: 1px solid #dbdbd8 !important;
}

@media (max-width: 600px) {
  /* line 178, ../sass/_form.scss */
  form > div {
    margin: 0 0 15px 0;
  }

  /* line 181, ../sass/_form.scss */
  form > div > label {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }

  /* line 186, ../sass/_form.scss */
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }

  /* line 191, ../sass/_form.scss */
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  textarea,
  select {
    width: 100%;
  }
}
/* line 202, ../sass/_form.scss */
input[type=file] {
  height: 20px;
}

/* line 208, ../sass/_form.scss */
select {
  background: transparent;
  background-color: transparent;
  width: 270px;
  height: 32px;
  -webkit-appearance: none;
  appearance: none;
}

/* line 217, ../sass/_form.scss */
option {
  background: transparent;
  background-color: transparent;
  height: 1.5em;
  vertical-align: middle;
  -moz-padding-end: 5px;
  -moz-padding-start: 3px;
  padding-bottom: 5px;
  padding-top: 0;
  -moz-user-select: none;
  display: block;
  float: none !important;
  line-height: 2em !important;
  min-height: 1.2em;
  position: static !important;
  text-indent: 0;
  white-space: nowrap !important;
  width: 80%;
  word-wrap: normal !important;
}

/* line 239, ../sass/_form.scss */
.selectStyled {
  float: left;
  background-color: transparent;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  width: 240px;
  height: 34px;
  overflow: hidden;
  background: url(../img/select.png) no-repeat right #fff;
  border: 1px solid #ccc;
}

/* line 258, ../sass/_form.scss */
input, select, .submit {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 0 none !important;
  border-image: none;
  border-radius: 0;
  box-shadow: 0 -3px 0 transparent inset;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 18px;
  margin: 0 0 4px;
  outline: 0 none;
  padding: 4px 7px;
  text-decoration: none;
  text-shadow: none;
}

/* line 283, ../sass/_form.scss */
article form, .search form, .search .similiForm, section.search > div > div {
  background-color: #eeeeed;
}
/* line 285, ../sass/_form.scss */
article form .submit, .search form .submit, .search .similiForm .submit, section.search > div > div .submit {
  float: right;
  margin-right: 2px;
  text-align: center;
  width: 35px;
}

/* line 299, ../sass/_form.scss */
.rechGlobal {
  margin-left: 17px;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 299, ../sass/_form.scss */
  .rechGlobal {
    margin-left: 12px;
  }
}
/* line 304, ../sass/_form.scss */
.rechGlobal form {
  padding: 13px 0 0 0;
}
/* line 307, ../sass/_form.scss */
.rechGlobal input[type=text],
.rechGlobal input[type=number] {
  width: 160px;
  float: left;
  margin: 0;
  color: #510b24;
  background: none repeat scroll 0 0 #eee6db;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
@media (max-width: 1024px) {
  /* line 307, ../sass/_form.scss */
  .rechGlobal input[type=text],
  .rechGlobal input[type=number] {
    width: 140px;
  }
}
/* line 319, ../sass/_form.scss */
.rechGlobal input[type=text]:hover, .rechGlobal input[type=text]:focus,
.rechGlobal input[type=number]:hover,
.rechGlobal input[type=number]:focus {
  outline: none;
  border-color: #7e1138 !important;
  box-shadow: inset 0 0 1.5px #510b24 !important;
  transition: none;
}
/* line 327, ../sass/_form.scss */
.rechGlobal .rechGlobal form {
  padding: 20px 0 0 0;
  display: block;
  float: left;
}
/* line 334, ../sass/_form.scss */
.rechGlobal a {
  font-size: 0.83em !important;
  clear: both;
  display: block;
}

/* line 340, ../sass/_form.scss */
.submit {
  background: none repeat scroll 0 0 #510b24;
  text-transform: uppercase;
  font: 100 0.9em "Open Sans", sans-serif;
  color: #fbfaf8;
  border: 0 none !important;
}

/* line 351, ../sass/_form.scss */
.search form {
  padding: 10px;
}
/* line 354, ../sass/_form.scss */
.search .open {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 0.83em !important;
}
/* line 359, ../sass/_form.scss */
.search label {
  display: block;
  position: relative;
  float: left;
  clear: both;
  padding: 5px 5px 0 10px;
}
/* line 366, ../sass/_form.scss */
.search input[type=text],
.search input[type=number] {
  background: none repeat scroll 0 0 #FFF !important;
  padding: 5px 7px;
  width: 100%;
  margin: 0 0 10px;
}
/* line 372, ../sass/_form.scss */
.search input[type=text]:hover, .search input[type=text]:focus,
.search input[type=number]:hover,
.search input[type=number]:focus {
  outline: none;
  border-color: #510b24 !important;
}
/* line 377, ../sass/_form.scss */
.search input[type="submit"] {
  display: block;
  float: right;
  position: relative;
  clear: both;
}
/* line 384, ../sass/_form.scss */
.search .selectStyled {
  width: 100%;
}
/* line 387, ../sass/_form.scss */
.search select {
  width: 225px;
}

/* line 391, ../sass/_form.scss */
.fixsearch {
  display: block;
  position: fixed;
  top: 0;
  width: 215px;
  z-index: 20;
}

/* line 401, ../sass/_form.scss */
input {
  height: 34px !important;
  padding: 5px 7px !important;
}

/* line 405, ../sass/_form.scss */
textarea {
  height: 102px;
}

/* line 408, ../sass/_form.scss */
article input.submit {
  width: 32%;
}

/* line 411, ../sass/_form.scss */
.selectStyled {
  width: 49%;
}

/* line 414, ../sass/_form.scss */
#large3 {
  width: 98%;
}

/* line 417, ../sass/_form.scss */
form h2 {
  padding: 0;
}

/* line 426, ../sass/_form.scss */
ul.listeResult {
  margin: 0;
  padding: 0;
  border-top: 1px dashed #303030;
}
/* line 430, ../sass/_form.scss */
ul.listeResult li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #303030;
}
/* line 435, ../sass/_form.scss */
ul.listeResult a {
  border-left: 9px solid #fbfaf8;
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #303030 !important;
}
/* line 443, ../sass/_form.scss */
ul.listeResult a:hover, ul.listeResult a:focus {
  border-left: 9px solid #be9e72;
  transition: all 0.50s ease-in-out 0s;
  background-color: none;
}

/* line 2, ../sass/_table.scss */
.encadre {
  border: 1px solid #dad9d9;
  margin: 10px;
  padding: 10px;
}

/* line 8, ../sass/_table.scss */
table {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 0.5em 0 20px 10px;
  color: #303030;
}

/* line 16, ../sass/_table.scss */
caption {
  font-weight: bolder;
  padding-bottom: 20px;
  line-height: 1.4em;
  color: #303030;
}

/* line 22, ../sass/_table.scss */
thead {
  font-weight: bolder;
  text-align: center;
  color: #303030;
}

/* line 29, ../sass/_table.scss */
.bord {
  border: 1px solid #dad9d9;
  width: 98%;
}
/* line 33, ../sass/_table.scss */
.bord td, .bord th {
  border: 1px solid #dad9d9;
  padding: 1%;
}

/* line 39, ../sass/_table.scss */
.sansbord, .ligne {
  width: 96%;
  max-width: 96%;
}
/* line 42, ../sass/_table.scss */
.sansbord tr, .ligne tr {
  padding: 0;
  line-height: 0.7em;
}
/* line 45, ../sass/_table.scss */
.sansbord tr td, .ligne tr td {
  padding: 0.5% 3%;
  line-height: 1.4em;
}
/* line 48, ../sass/_table.scss */
.sansbord tr td p, .ligne tr td p {
  padding: 0;
  margin: 0;
}

/* line 56, ../sass/_table.scss */
.ligne {
  font-size: 0.8em;
}
/* line 58, ../sass/_table.scss */
.ligne tbody {
  border-bottom: 1px solid #dad9d9;
}
/* line 62, ../sass/_table.scss */
.ligne tr {
  border-top: 1px solid #dad9d9;
}

/* line 68, ../sass/_table.scss */
.abr {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
/* line 72, ../sass/_table.scss */
.abr td {
  padding: .8% 2%;
  vertical-align: top;
}

/* line 78, ../sass/_table.scss */
table.listeOeuvres {
  box-sizing: border-box;
  line-height: 1.5em;
  font-size: .75rem;
  margin-top: 2rem;
}
/* line 84, ../sass/_table.scss */
table.listeOeuvres th {
  text-align: left;
  text-transform: uppercase;
  color: #510b24;
  position: relative;
}
/* line 89, ../sass/_table.scss */
table.listeOeuvres th span {
  display: block;
  padding: 10px 5px;
  font-weight: normal;
  font-size: .8rem;
  background-color: #dad9d9;
}
/* line 96, ../sass/_table.scss */
table.listeOeuvres th:after {
  content: url(../img/fleche-violette.png);
  width: 5px;
  top: 11px;
  position: absolute;
  right: 15px;
}
/* line 103, ../sass/_table.scss */
table.listeOeuvres th span.draken-gray {
  background-color: #8f8b8b;
  color: #fbfaf8;
}
/* line 110, ../sass/_table.scss */
table.listeOeuvres input {
  box-sizing: border-box;
  width: 99%;
  margin: 5px .5%;
  outline: 1px solid #8f8b8b;
}
/* line 120, ../sass/_table.scss */
table.listeOeuvres tbody tr {
  border-top: 1px dashed gray;
  cursor: pointer;
}
/* line 123, ../sass/_table.scss */
table.listeOeuvres tbody tr:hover .color-cell {
  background-color: #be9e72;
}
/* line 126, ../sass/_table.scss */
table.listeOeuvres tbody tr.unactive {
  color: #969696;
}
/* line 128, ../sass/_table.scss */
table.listeOeuvres tbody tr.unactive:hover {
  cursor: default;
}
/* line 130, ../sass/_table.scss */
table.listeOeuvres tbody tr.unactive:hover .color-cell {
  background-color: transparent;
}
/* line 135, ../sass/_table.scss */
table.listeOeuvres tbody tr:last-child {
  border-bottom: 1px dashed gray;
}
/* line 140, ../sass/_table.scss */
table.listeOeuvres tbody td {
  padding: 10px 1%;
}
/* line 143, ../sass/_table.scss */
table.listeOeuvres tbody td + td {
  width: 55%;
}
/* line 146, ../sass/_table.scss */
table.listeOeuvres tbody td + td + td {
  width: 28%;
}
/* line 150, ../sass/_table.scss */
table.listeOeuvres tbody td + td + td + td {
  width: 20%;
}
/* line 153, ../sass/_table.scss */
table.listeOeuvres tbody .color-cell {
  width: 2%;
  padding: 0;
  margin: 0;
}

/*@if $point == gd-ecran {
  @media (max-width: 1600px) { @content; }
}*/
@media (max-width: 768px) {
  /* line 3, ../sass/_portrait.scss */
  body {
    background-color: #fbfaf8;
    width: 100%;
  }

  /* line 8, ../sass/_portrait.scss */
  #container {
    width: 80%;
  }

  /* line 15, ../sass/_portrait.scss */
  header {
    height: auto;
  }
  /* line 17, ../sass/_portrait.scss */
  header .slide, header .onglet, header .rechGlobal {
    display: none;
  }
  /* line 20, ../sass/_portrait.scss */
  header .logo {
    width: 100%;
    margin: 0;
  }
  /* line 24, ../sass/_portrait.scss */
  header .logo h1 {
    background: url(../img/titre-responsive.png) no-repeat center;
    background-size: 100% auto;
    image-rendering: crisp-edges;
    font-size: 1.76em;
    text-align: center;
    margin: 5px 0;
    width: auto;
    height: 100px;
  }
  /* line 34, ../sass/_portrait.scss */
  header .logo img {
    display: none;
  }
  /* line 38, ../sass/_portrait.scss */
  header nav {
    text-align: center;
  }
  /* line 40, ../sass/_portrait.scss */
  header nav ul {
    border: none;
    margin: 0 auto;
  }
  /* line 43, ../sass/_portrait.scss */
  header nav ul li {
    clear: both;
    border-bottom: 1px dotted #510b24;
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  /* line 50, ../sass/_portrait.scss */
  header nav ul li a {
    padding: 0 !important;
  }

  /* line 60, ../sass/_portrait.scss */
  #gauche {
    position: absolute;
    left: 0px;
  }

  /* line 65, ../sass/_portrait.scss */
  article, article section {
    width: 100%;
    margin: 0 0 30px 0;
  }

  /* line 70, ../sass/_portrait.scss */
  .encadre {
    width: 95%;
  }

  /* line 75, ../sass/_portrait.scss */
  article aside {
    display: none;
  }

  /* line 80, ../sass/_portrait.scss */
  fieldset {
    width: 98%;
  }
}
/* line 4, ../sass/_footer.scss */
footer {
  background-color: #e7e7e5;
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 0;
  width: 100%;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
  /*
  .colonnesUn, .colonnesDeux, .colonnesTrois, .colonnesQuatre{
    position: relative;
    display: block;
    float: left;
    width: $largeurFooter / 4.1;
    border-right: 1px solid $rouge;
    margin: 20px 10px 30px 10px;
    padding: 0 15px;
    font: $sansSerifFont;
    min-height: 320px;
    clear: none;
      @include breakpoint(tb-portrait) {
        width: $largeurFooter / 4.5;
        min-width: 120px;
      }
       @include breakpoint(tb-paysage) {
        width: $largeurFooter / 4.5;
      }
    }
    
    .colonnesQuatre{
      border-right: 0 none;
      width: $largeurFooter / 5.4;
      @media (max-width: 630px) {
        width: $largeurFooter ;
        min-width: 120px;
        text-align: center;
        img {
          display: inline;
          float: none;
          margin: 0 0.5rem;
        }
      }
  
    }
    ul {
    
      list-style-type: none;
      color: $rouge;
      padding-left: 0;
      ul{
        list-style-type: disc;
        margin: 0 0 8px 13px ;
        font-size: 0.85em;
      }
    }
    a {
      text-decoration: none;
    }
    h4{
      padding-left: 0;
    }
    img{
      display: block;
      float: right;
      clear: right;
      margin: 10px;
    }
  */
}
@media (max-width: 768px) {
  /* line 4, ../sass/_footer.scss */
  footer {
    position: absolute;
    left: 0;
  }
}
/* line 24, ../sass/_footer.scss */
footer .colonnesUn, footer .colonnesDeux, footer .colonnesTrois, footer .colonnesQuatre {
  border: 2px dotted gray;
  border-right: none;
  padding: 0 15px;
  font: 100 13px/1.65em "Open Sans", sans-serif;
  flex: 1 1;
}
/* line 27, ../sass/_footer.scss */
footer .colonnesUn:last-child, footer .colonnesDeux:last-child, footer .colonnesTrois:last-child, footer .colonnesQuatre:last-child {
  border: 2px dotted gray;
}
/* line 33, ../sass/_footer.scss */
footer .colonnesUn ul, footer .colonnesDeux ul, footer .colonnesTrois ul, footer .colonnesQuatre ul {
  padding-left: 10px;
}
/* line 37, ../sass/_footer.scss */
footer .colonnesUn li, footer .colonnesDeux li, footer .colonnesTrois li, footer .colonnesQuatre li {
  list-style-type: none;
  font-size: .75rem;
}
/* line 40, ../sass/_footer.scss */
footer .colonnesUn li a, footer .colonnesDeux li a, footer .colonnesTrois li a, footer .colonnesQuatre li a {
  text-decoration: none;
  color: #510b24;
}
/* line 45, ../sass/_footer.scss */
footer .colonnesUn h4, footer .colonnesDeux h4, footer .colonnesTrois h4, footer .colonnesQuatre h4 {
  font-size: .85rem;
  padding-bottom: 1rem;
  color: #565656;
  font-weight: 600;
}
/* line 52, ../sass/_footer.scss */
footer .colonnesUn .sitemap li, footer .colonnesDeux .sitemap li, footer .colonnesTrois .sitemap li, footer .colonnesQuatre .sitemap li {
  text-transform: uppercase;
}
/* line 54, ../sass/_footer.scss */
footer .colonnesUn .sitemap li ul, footer .colonnesDeux .sitemap li ul, footer .colonnesTrois .sitemap li ul, footer .colonnesQuatre .sitemap li ul {
  margin: 0 0 1.5rem 0;
  padding: 0;
}
/* line 58, ../sass/_footer.scss */
footer .colonnesUn .sitemap li li, footer .colonnesDeux .sitemap li li, footer .colonnesTrois .sitemap li li, footer .colonnesQuatre .sitemap li li {
  text-transform: initial;
}
/* line 63, ../sass/_footer.scss */
footer .colonnesUn .img-container, footer .colonnesDeux .img-container, footer .colonnesTrois .img-container, footer .colonnesQuatre .img-container {
  width: 100%;
}
/* line 66, ../sass/_footer.scss */
footer .colonnesUn img, footer .colonnesDeux img, footer .colonnesTrois img, footer .colonnesQuatre img {
  vertical-align: middle;
  text-align: center;
  margin: .5rem .5rem;
}
/* line 70, ../sass/_footer.scss */
footer .colonnesUn img + img, footer .colonnesDeux img + img, footer .colonnesTrois img + img, footer .colonnesQuatre img + img {
  margin-left: 10%;
}

/* line 1, ../sass/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../sass/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../sass/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../sass/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../sass/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../sass/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../sass/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../sass/_select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../sass/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../sass/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../sass/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../sass/_select2.scss */
.select2-results {
  display: block;
}

/* line 64, ../sass/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../sass/_select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../sass/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../sass/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../sass/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../sass/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../sass/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../sass/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../sass/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../sass/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../sass/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../sass/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../sass/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../sass/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../sass/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../sass/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../sass/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../sass/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../sass/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../sass/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../sass/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../sass/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../sass/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 195, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 201, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 210, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 216, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 219, ../sass/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 222, ../sass/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 226, ../sass/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 230, ../sass/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 234, ../sass/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 238, ../sass/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 241, ../sass/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 245, ../sass/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 249, ../sass/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 252, ../sass/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 259, ../sass/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 263, ../sass/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 266, ../sass/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 269, ../sass/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 272, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 274, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 276, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 279, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 282, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 285, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 288, ../sass/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 292, ../sass/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 296, ../sass/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 301, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 311, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 313, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 316, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 321, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 323, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 339, ../sass/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 351, ../sass/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 354, ../sass/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 363, ../sass/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 365, ../sass/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 368, ../sass/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 372, ../sass/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 382, ../sass/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 392, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 398, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 400, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 404, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 406, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 415, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 421, ../sass/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 424, ../sass/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, ../sass/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, ../sass/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, ../sass/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, ../sass/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, ../sass/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, ../sass/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, ../sass/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, ../sass/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, ../sass/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, ../sass/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, ../sass/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, ../sass/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, ../sass/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, ../sass/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, ../sass/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 491, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dbdbd8 !important;
  border-radius: 0 !important;
  cursor: text;
  height: 10px;
}

/* line 500, ../sass/_select2.scss */
.select2-container {
  width: 48.5% !important;
}

/* line 504, ../sass/_select2.scss */
input.select2-search__field:focus {
  margin-top: 0 !important;
}

/* line 508, ../sass/_select2.scss */
.select2-results__option {
  font-size: .6rem;
}

/* line 512, ../sass/_select2.scss */
.multiple-tags-container,
.multiple-tags-container2 {
  display: block;
  position: absolute;
  left: 520px;
  width: 190px;
  margin-left: 25px;
  top: 0;
  /*@if $point == gd-ecran {
    @media (max-width: 1600px) { @content; }
  }*/
}
/* line 520, ../sass/_select2.scss */
.multiple-tags-container p,
.multiple-tags-container2 p {
  padding-top: 1rem;
  padding-left: 0;
  text-align: left;
  color: #636363;
  margin: 0  0;
  font-size: 0.7rem;
}
@media (max-width: 1024px) {
  /* line 512, ../sass/_select2.scss */
  .multiple-tags-container,
  .multiple-tags-container2 {
    width: 180px;
  }
}

/* line 534, ../sass/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

/* line 541, ../sass/_select2.scss */
.select2-selection__rendered {
  margin: 0;
  padding: 0;
}
/* line 544, ../sass/_select2.scss */
.select2-selection__rendered li {
  margin: 0;
  padding: 0;
}
/* line 547, ../sass/_select2.scss */
.select2-selection__rendered li:after {
  content: url(../img/fleche-bas.png);
  position: absolute;
  right: 7px;
  bottom: 3px;
}
/* line 553, ../sass/_select2.scss */
.select2-selection__rendered li .select2-search__field {
  margin-top: 0 !important;
  height: 33px !important;
}

/* line 561, ../sass/_select2.scss */
.select2-container--open li:after {
  transform: rotate(180deg);
  bottom: 5px;
}

/* line 567, ../sass/_select2.scss */
.result-search-ed .aside-open h3 {
  float: left;
}

/* line 570, ../sass/_select2.scss */
.aside-open div {
  display: block;
  float: left;
  position: relative;
  left: 0;
  width: 190px;
}
/* line 576, ../sass/_select2.scss */
.aside-open div p {
  margin-bottom: 5px;
  padding-left: .35rem;
  padding-top: 1rem;
}
/* line 581, ../sass/_select2.scss */
.aside-open div ul {
  float: none;
  display: inline-block;
  padding-top: 0;
}
/* line 586, ../sass/_select2.scss */
.aside-open div li.tag-selected {
  border-radius: 0px;
  margin-top: 0px;
  padding: 4px 5px;
}

/* line 594, ../sass/_select2.scss */
.multiple-tags-container,
.multiple-tags-container2 {
  padding-left: .35rem;
}
/* line 597, ../sass/_select2.scss */
.multiple-tags-container ul,
.multiple-tags-container2 ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

/* line 603, ../sass/_select2.scss */
.tag-selected {
  position: relative;
  list-style: none;
  border: 1px solid #be9e72;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 4px 1rem 4px 5px;
  line-height: 150%;
}

/* line 620, ../sass/_select2.scss */
.destroy-tag-selected {
  color: #999;
  cursor: pointer;
  text-decoration: none;
  margin: 0 .2rem 0 .5rem;
  position: absolute;
  right: .1rem;
  top: 0;
  font-size: .8rem;
}
/* line 633, ../sass/_select2.scss */
.destroy-tag-selected:hover {
  text-decoration: none;
}

/* line 638, ../sass/_select2.scss */
.select2-selection__choice {
  display: none;
}

/* line 1, ../sass/_responsive-nav.scss */
#mySidenav, #sideNavButton, #respon {
  display: none;
}

/*@if $point == gd-ecran {
  @media (max-width: 1600px) { @content; }
}*/
@media (max-width: 768px) {
  /* line 5, ../sass/_responsive-nav.scss */
  .desktopNav {
    display: none;
  }

  /* line 8, ../sass/_responsive-nav.scss */
  #mySidenav, #sideNavButton, #respon {
    display: block;
  }
}
/* side nav */
/* line 16, ../sass/_responsive-nav.scss */
#sideNavButton {
  font-size: 16px;
  cursor: pointer;
  float: left;
  color: #510B24;
  padding: 5px 7px;
  box-sizing: border-box;
  border: 1px solid #510B24;
}

/* line 26, ../sass/_responsive-nav.scss */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

/* line 39, ../sass/_responsive-nav.scss */
header .topnav {
  padding: 0px 20px;
  margin: 0px 0 45px 0;
}
/* line 42, ../sass/_responsive-nav.scss */
header .topnav .open {
  text-transform: uppercase;
  text-align: left;
}
/* line 46, ../sass/_responsive-nav.scss */
header .topnav p, header .topnav a {
  text-transform: uppercase;
  clear: both;
  font-size: 15px;
  padding: 20px 0 0 0;
  margin: 0 10px;
  border-bottom: 1px dotted #510b24;
  text-align: left;
}
/* line 55, ../sass/_responsive-nav.scss */
header .topnav div {
  display: none;
}
/* line 58, ../sass/_responsive-nav.scss */
header .topnav a {
  border: none;
  color: #7A7A7A;
}
/* line 62, ../sass/_responsive-nav.scss */
header .topnav ul li {
  text-transform: none;
  border-bottom: none;
  text-align: left;
  margin: 5px 15px 5px 15px;
}
/* line 67, ../sass/_responsive-nav.scss */
header .topnav ul li:first-child {
  margin: 5px 15px 5px 15px;
}
/* line 70, ../sass/_responsive-nav.scss */
header .topnav ul li a {
  padding: 1px 15px !important;
  letter-spacing: 0;
  text-transform: none;
  border: none;
}

/* line 82, ../sass/_responsive-nav.scss */
.sidenav a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* line 91, ../sass/_responsive-nav.scss */
.sidenav a:hover, .offcanvas a:focus {
  color: #000;
  border-bottom: none;
}

/* line 96, ../sass/_responsive-nav.scss */
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  /* line 105, ../sass/_responsive-nav.scss */
  .sidenav {
    padding-top: 15px;
  }

  /* line 106, ../sass/_responsive-nav.scss */
  .sidenav a {
    font-size: 18px;
  }
}
/* line 109, ../sass/_responsive-nav.scss */
.outils {
  color: #fff;
  width: auto;
  display: block;
  margin: 0 20px;
  padding: 10px 0;
}

/* Animated form */
/*@if $point == gd-ecran {
  @media (max-width: 1600px) { @content; }
}*/
@media (max-width: 768px) {
  /* line 123, ../sass/_responsive-nav.scss */
  #respon input[type=text] {
    display: block;
    width: 130px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #510B24;
    margin-right: 0;
    font-size: 16px;
    background-color: white;
    background-image: url("searchicon.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 5px 7px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }

  /* line 140, ../sass/_responsive-nav.scss */
  #respon input[type=text]:focus {
    width: 65%;
  }

  /* line 143, ../sass/_responsive-nav.scss */
  #respon form {
    padding: 13px 0 0 0;
  }
}
@media (max-width: 768px) and (min-width: 550px) {
  /* line 150, ../sass/_responsive-nav.scss */
  header {
    height: auto;
  }
  /* line 152, ../sass/_responsive-nav.scss */
  header .slide, header .onglet, header .rechGlobal {
    display: none;
  }
  /* line 155, ../sass/_responsive-nav.scss */
  header .logo {
    width: 100%;
    margin: 0;
  }
  /* line 159, ../sass/_responsive-nav.scss */
  header .logo h1 {
    background: url(../img/titre.png) no-repeat center;
    background-size: 100% auto;
    image-rendering: crisp-edges;
    font-size: 1.76em;
    text-align: center;
    margin: 5px 0;
    width: auto;
    height: 100px;
  }
  /* line 169, ../sass/_responsive-nav.scss */
  header .logo img {
    display: block;
    margin-top: 10px;
  }
}
/* line 1254, ../sass/screen.scss */
aside.lastUpdate h2 {
  padding: 0;
}
