/*
#@plugins/tk21/less/index.less
*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
body {
  font-size: 10px;
  text-align: left;
  font-family: Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body a {
  color: inherit;
  text-decoration: none;
}
body strong,
body b {
  font-size: 1.05em;
}
body a:hover {
  color: #742222;
  border-bottom-color: #742222 !important;
}
@font-face {
  font-family: 'helv';
  src: url(//www.tk-21.com/plugins/tk21/polices/HelveticaNeue-UltraLight.ttf);
  font-weight: 100;
}
@font-face {
  font-family: 'helv';
  src: url(//www.tk-21.com/plugins/tk21/polices/HelveticaNeue-Light.ttf);
  font-weight: 400;
}
body .logo small {
  font-family: 'helv';
  font-weight: 100;
}
body h1,
body h2,
body h3 {
  font-family: 'helv';
  font-weight: 100;
}
body input[type="submit"] {
  font-family: 'helv';
  font-weight: 400;
}
body .pagination span {
  font-family: 'helv';
  font-weight: 100;
}
body h1 {
  font-size: 8em;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-wrap: break-word;
}
body h2 {
  font-size: 5em;
  letter-spacing: 3px;
}
body h3 {
  font-family: Times, serif;
  font-style: italic;
  font-size: 3em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 9px;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 10px;
  }
  body h1 {
    font-size: 4em;
  }
  body h2 {
    font-size: 3.75em;
  }
  body h3 {
    font-size: 3em;
  }
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.ombre {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.pas_ombre {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.anim_all {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nettoyeur {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}
.overflow {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
::selection {
  background: #742222;
  color: #dbcfc6;
  opacity: 1;
}
:focus {
  outline: 3px auto #742222;
}
.b_b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
.b_t {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #958a7d;
}
.label {
  font-family: Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
}
p.reponse_formulaire_ok {
  padding: 5px;
  color: #393;
  width: 220px;
  display: block;
  float: left;
}
p.reponse_formulaire_erreur {
  padding: 5px;
  color: #339933;
}
label {
  font-family: Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
  padding-left: 0.4em;
  margin: 0.2em 0;
  display: block;
}
.formulaire_ecrire_auteur,
.formulaire_editer_message_contact {
  z-index: 1000;
  position: relative;
}
.formulaire_ecrire_auteur .boutons,
.formulaire_editer_message_contact .boutons {
  text-align: right;
  margin-top: 0.5em;
}
.formulaire_ecrire_auteur textarea,
.formulaire_editer_message_contact textarea,
.formulaire_ecrire_auteur input[type="text"],
.formulaire_editer_message_contact input[type="text"],
.formulaire_ecrire_auteur input[type="submit"],
.formulaire_editer_message_contact input[type="submit"],
.formulaire_ecrire_auteur input[type="search"],
.formulaire_editer_message_contact input[type="search"],
.formulaire_ecrire_auteur input[type="email"],
.formulaire_editer_message_contact input[type="email"] {
  background: #dbcfc6;
}
.formulaire_ecrire_auteur fieldset,
.formulaire_editer_message_contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.formulaire_ecrire_auteur fieldset legend,
.formulaire_editer_message_contact fieldset legend {
  display: none;
}
.formulaire_ecrire_auteur ul li.editer textarea,
.formulaire_ecrire_auteur ul li.editer input {
  width: 100%;
}
.formulaire_ecrire_auteur ul li.editer textarea {
  margin-bottom: 0.5em;
}
.formulaire_editer_message_contact li.editer {
  float: left;
  clear: left;
  width: 39%;
}
.formulaire_editer_message_contact li.editer textarea,
.formulaire_editer_message_contact li.editer input {
  width: 100%;
}
.formulaire_editer_message_contact li.editer.editer_sujet,
.formulaire_editer_message_contact li.editer.editer_texte,
.formulaire_editer_message_contact li.editer.editer_mail {
  float: right;
  clear: right;
  width: 60%;
  margin-left: 1%;
}
@media (max-width: 767px) {
  .formulaire_editer_message_contact li.editer {
    margin: 0 !important;
    clear: both !important;
    width: 100% !important;
    float: none !important;
  }
}
textarea,
input[type="text"],
input[type="submit"],
input[type="search"],
input[type="email"] {
  font-family: Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  background-color: #e5dcd5;
  border: 0;
  padding: 0.4em;
  color: #958a7d;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1;
}
textarea:hover,
input[type="text"]:hover,
input[type="submit"]:hover,
input[type="search"]:hover,
input[type="email"]:hover {
  color: #181603;
}
textarea:hover + input[type="submit"],
input[type="text"]:hover + input[type="submit"],
input[type="submit"]:hover + input[type="submit"],
input[type="search"]:hover + input[type="submit"],
input[type="email"]:hover + input[type="submit"] {
  color: #181603;
}
input[type="search"],
input[type="email"] {
  width: 220px;
}
input[type="submit"] {
  margin-left: 0.25em;
  padding: 0.45em 0.45em 0.55em 0.45em;
}
.erreur span {
  display: none;
}
.erreur textarea,
.erreur input[type="search"],
.erreur input[type="text"],
.erreur input[type="email"] {
  background-color: #742222;
  color: #dbcfc6;
}
.erreur input::-webkit-input-placeholder,
.erreur isindex::-webkit-input-placeholder,
.erreur textarea::-webkit-input-placeholder {
  color: white;
}
input::-webkit-input-placeholder,
isindex::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #958a7d;
}
header .formulaire_menu_lang select {
  font-size: 1.5em;
  width: 115px;
}
header .formulaire_menu_lang label {
  display: none;
}
header .mini-menu {
  list-style: none;
  text-align: right;
  margin-bottom: 6.5em;
}
header .mini-menu li {
  font-family: Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
  display: inline-block;
  color: #dbcfc6;
  background-color: #181603;
  padding: 0.25em 0.5em;
  padding-top: 0.10em;
  margin-right: 0.2em;
}
header .mini-menu li:last-child {
  margin-right: 0;
}
header .mini-menu li a {
  opacity: 0.8;
}
header .mini-menu li:hover a {
  opacity: 1;
}
header .head_forms {
  padding-top: 2em;
}
header .head_forms .formulaire_recherche,
header .head_forms .formulaire_newsletter {
  float: right;
  margin-left: 1.5em;
}
header .head_forms .formulaire_recherche:nth-last-child(2),
header .head_forms .formulaire_newsletter:nth-last-child(2) {
  margin: 0;
}
@media (max-width: 767px) {
  .formulaire_recherche {
    display: none;
  }
}
@media (max-width: 479px) {
  header .mini-menu {
    margin-bottom: 2em;
  }
  header .mini-menu li {
    margin: 0;
    display: block;
    text-align: center;
  }
  header .head_forms {
    display: none;
  }
}
.page_rubrique,
.page_sommaire,
.page_mot {
  /* Landscape phones and down */
}
.page_rubrique nav,
.page_sommaire nav,
.page_mot nav {
  background-color: #dbcfc6;
  z-index: 400;
  padding-top: 30px;
}
.page_rubrique nav.fixe_nav,
.page_sommaire nav.fixe_nav,
.page_mot nav.fixe_nav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  border: 1.3em solid #181603;
  border-top: 0;
  border-bottom: 0;
  z-index: 10000000;
  padding-top: 0;
  height: 37px;
}
.page_rubrique nav ul,
.page_sommaire nav ul,
.page_mot nav ul {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
  height: 37px;
  z-index: 1000;
}
.page_rubrique nav ul li,
.page_sommaire nav ul li,
.page_mot nav ul li {
  letter-spacing: 1px;
  display: block;
  margin-right: 1.2em;
  float: left;
  text-align: center;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .page_rubrique nav ul li,
  .page_sommaire nav ul li,
  .page_mot nav ul li {
    height: 31px;
  }
}
@media (max-width: 479px) {
  .page_rubrique nav ul li,
  .page_sommaire nav ul li,
  .page_mot nav ul li {
    height: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #958a7d;
    margin: 0;
    float: none;
  }
  .page_rubrique nav ul li ul,
  .page_sommaire nav ul li ul,
  .page_mot nav ul li ul {
    position: inherit;
  }
  .page_rubrique nav ul li ul li,
  .page_sommaire nav ul li ul li,
  .page_mot nav ul li ul li {
    margin: 0;
  }
  .page_rubrique nav ul li ul li a,
  .page_sommaire nav ul li ul li a,
  .page_mot nav ul li ul li a {
    background-color: #e5dcd5;
  }
  .page_rubrique nav ul li ul li:last-child,
  .page_sommaire nav ul li ul li:last-child,
  .page_mot nav ul li ul li:last-child {
    border: none;
  }
}
.page_rubrique nav ul li:last-child,
.page_sommaire nav ul li:last-child,
.page_mot nav ul li:last-child {
  margin-right: 0;
}
.page_rubrique nav ul li a,
.page_sommaire nav ul li a,
.page_mot nav ul li a {
  padding: 0.7em 0.5em;
  text-transform: uppercase;
  display: block;
  font-size: 1.35em;
  background-color: #dbcfc6;
}
.page_rubrique nav ul li a.on,
.page_sommaire nav ul li a.on,
.page_mot nav ul li a.on,
.page_rubrique nav ul li a:hover,
.page_sommaire nav ul li a:hover,
.page_mot nav ul li a:hover {
  background-color: #181603;
  color: #dbcfc6;
}
.page_rubrique nav ul li ul,
.page_sommaire nav ul li ul,
.page_mot nav ul li ul {
  position: relative;
  border: none;
  margin-top: 1px;
  display: none;
}
.page_rubrique nav ul li ul li,
.page_sommaire nav ul li ul li,
.page_mot nav ul li ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
  margin-bottom: 0;
  margin-right: 0;
  display: list-item;
  float: none;
}
.page_rubrique nav ul li:hover ul,
.page_sommaire nav ul li:hover ul,
.page_mot nav ul li:hover ul {
  display: block;
}
@media (max-width: 767px) {
  .page_rubrique nav ul,
  .page_sommaire nav ul,
  .page_mot nav ul {
    height: 33px;
  }
}
@media (max-width: 479px) {
  .page_rubrique nav ul,
  .page_sommaire nav ul,
  .page_mot nav ul {
    height: inherit;
    border: none;
  }
}
@-moz-document url-prefix() {
  .page_rubrique nav ul,
  .page_sommaire nav ul,
  .page_mot nav ul {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  @-moz-document url-prefix() {
    .page_rubrique,
    .page_sommaire,
    .page_mot {
      padding-bottom: 32px;
    }
  }
}
@media (max-width: 479px) {
  @-moz-document url-prefix() {
    .page_rubrique nav ul,
    .page_sommaire nav ul,
    .page_mot nav ul {
      padding-bottom: inherit;
    }
  }
}
#une {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
  padding-bottom: 32.5px;
}
#une div.swiper-container {
  overflow: hidden;
  position: relative;
  width: 49%;
  float: left;
}
#une div.swiper-container#slider2 {
  float: right;
}
#une div.swiper-container .swiper-wrapper {
  position: relative;
}
#une div.swiper-container .swiper-wrapper > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px;
}
#une div.swiper-container .swiper-wrapper > div .breves {
  background: #dbcfc6;
  padding: 1.5em;
  height: 308px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
#une div.swiper-container .swiper-wrapper > div .breves a.btn {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 1.15em;
}
#une div.swiper-container .swiper-wrapper > div .breves h2 {
  text-transform: uppercase;
  font-size: 3.25em;
  margin-bottom: 0.25em;
}
#une div.swiper-container .swiper-wrapper > div .breves .texte {
  font-size: 1.6em;
}
#une div.swiper-container .swiper-wrapper > div .breves .texte + p {
  clear: left;
}
#une div.swiper-container .swiper-wrapper > div .breves p {
  font-size: 1.45em;
  margin: 0.5em 0;
}
#une div.swiper-container .swiper-wrapper > div .breves img {
  width: inherit !important;
  float: left;
  margin: 0 1em 1em 0 ;
}
#une div.swiper-container .swiper-wrapper > div h3 {
  margin-bottom: 0.25em;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue div.cadre {
  background: #181603;
  height: 308px;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue div.cadre img {
  width: auto;
  height: 100%;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue iframe,
#une div.swiper-container .swiper-wrapper > div.voir_revue img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0.5;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue table {
  text-align: center;
  position: absolute;
  z-index: 10000;
  height: 308px;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue h2 {
  color: white;
  text-transform: uppercase;
  line-height: 1em;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue:hover iframe,
#une div.swiper-container .swiper-wrapper > div.voir_revue:hover img {
  opacity: 1;
}
#une div.swiper-container .swiper-wrapper > div.voir_revue:hover table {
  opacity: 0;
  display: none;
}
#une div.swiper-container .swiper-wrapper > div iframe {
  width: 100%;
  height: 308px;
}
#une div.swiper-container .swiper-wrapper > div .img,
#une div.swiper-container .swiper-wrapper > div img {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}
#une div.swiper-container .swiper-wrapper > div .img.puce,
#une div.swiper-container .swiper-wrapper > div img.puce {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: inherit;
  height: inherit;
}
@media (max-width: 767px) {
  #une div.swiper-container {
    width: inherit;
    float: inherit;
  }
  #une div.swiper-container .swipe-wrap > div {
    padding: 0;
  }
}
#une .arrows {
  text-align: center;
  clear: both;
  padding-top: 32.5px;
}
@media (max-width: 479px) {
  #une .arrows {
    display: none;
  }
}
#une .arrows > ul {
  display: inline-block;
}
#une .arrows > ul li {
  display: inline-block;
  font-size: 3em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#une .arrows > ul li.item {
  font-size: 3em;
  width: 34px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #e5dcd5;
}
#une .arrows > ul li.item a {
  opacity: 0.4;
}
#une .arrows > ul li.item:hover,
#une .arrows > ul li.item.active {
  cursor: pointer;
}
#une .arrows > ul li.item:hover a,
#une .arrows > ul li.item.active a {
  color: #742222;
  opacity: 1;
}
#une .arrows > ul li.item:hover.actives_unes a,
#une .arrows > ul li.item.active.actives_unes a {
  opacity: 0;
}
#une .arrows > ul li.item.items_plus {
  border: 1px solid #dbcfc6;
}
#une .arrows > ul li.item.items_plus:hover,
#une .arrows > ul li.item.items_plus.active_unes {
  background: #dbcfc6;
  border: none;
}
#une .arrows > ul li a {
  color: #958a7d;
}
#une .arrows > ul li button {
  display: inline-block;
  background: url(//www.tk-21.com/plugins/tk21/images/arrows.png);
  width: 168px;
  height: 18px;
  border: 0;
  margin-right: 25px;
}
#une .arrows > ul li:last-child button {
  margin-right: 0;
  margin-left: 25px;
  background-position: -168px 0;
}
body {
  width: 100%;
  height: 100%;
}
#les_rubriques {
  border-bottom: none;
}
#les_rubriques .tab-content {
  overflow: hidden;
  position: relative;
}
#les_rubriques .tab-content .tab-pane {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
#les_rubriques .tab-content .tab-pane.active {
  display: block;
}
#les_rubriques .tabs-left .tab-pane .popover {
  min-height: inherit;
}
#les_rubriques .tabs-left .tab-pane .popover .popover-content {
  padding: 2px;
}
#les_rubriques .tabs-left .tab-pane .tbody tr.on,
#les_rubriques .tabs-left .tab-pane .tbody tr:hover {
  background: #e5dcd5;
  cursor: pointer;
}
#les_rubriques .tabs-left .tab-pane .tbody tr span.new {
  display: none;
  background: #742222;
  padding: 0.25em 0.5em;
  color: #e5dcd5;
  margin-right: 0.5em;
  font-size: 0.8em;
}
#les_rubriques .tabs-left .tab-pane .tbody tr.on span.new {
  display: inline;
}
#les_rubriques .tabs-left .tab-pane .tbody tr.on:hover {
  background: none;
}
#les_rubriques .tabs-left .tab-pane thead tr td:nth-child(2),
#les_rubriques .tabs-left .tab-pane .tbody tr td:nth-child(2),
#les_rubriques .tabs-left .tab-pane thead tr th:nth-child(2),
#les_rubriques .tabs-left .tab-pane .tbody tr th:nth-child(2) {
  width: 250px;
}
#les_rubriques .tabs-left .tab-pane thead tr td:last-child,
#les_rubriques .tabs-left .tab-pane .tbody tr td:last-child,
#les_rubriques .tabs-left .tab-pane thead tr th:last-child,
#les_rubriques .tabs-left .tab-pane .tbody tr th:last-child {
  width: 130px;
}
#les_rubriques .tabs-left .tab-pane thead tr th:last-child,
#les_rubriques .tabs-left .tab-pane .tbody tr th:last-child {
  width: 145px;
}
#les_rubriques .tabs-left .nav-tabs {
  border-right: 1px solid #958a7d;
  min-width: 250px;
  margin: 23px 0 0 0;
  float: left;
}
#les_rubriques .tabs-left .nav-tabs li {
  margin: 0;
  text-align: center;
  position: relative;
  height: 85px;
  overflow: hidden;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
#les_rubriques .tabs-left .nav-tabs li.double {
  height: 150px;
}
#les_rubriques .tabs-left .nav-tabs li > div {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  width: 100%;
  top: 0;
  height: 150px;
}
#les_rubriques .tabs-left .nav-tabs li > div h2 {
  padding: 10px;
}
#les_rubriques .tabs-left .nav-tabs li > div h3 {
  padding: 10px 0;
}
#les_rubriques .tabs-left .nav-tabs li > div:last-child {
  border-bottom: 0;
}
#les_rubriques .tabs-left .nav-tabs li > div.active {
  background: #e5dcd5;
}
#les_rubriques .tabs-left .nav-tabs li > div.on {
  background: #e5dcd5;
}
#les_rubriques .tabs-left .nav-tabs li > div:hover {
  background: #e5dcd5;
  top: -66px;
}
#les_rubriques .tabs-left .nav-tabs li > div:hover a:hover {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  #les_rubriques .tabs-left .nav-tabs {
    min-width: inherit;
    margin: 0;
    float: none;
    border: 0;
  }
  #les_rubriques .tabs-left .nav-tabs li {
    height: 70px;
  }
  #les_rubriques .tabs-left .nav-tabs li:hover {
    background: #e5dcd5;
  }
  #les_rubriques .tabs-left .nav-tabs li:hover > div {
    top: -50px;
  }
  #les_rubriques .tab-content {
    display: none;
  }
}
#thesaurus {
  padding-top: 65px;
  z-index: 10000;
  position: relative;
}
#thesaurus h1 {
  padding-bottom: 0.3em;
}
#thesaurus a {
  font-size: 1.2em;
  background: #181603;
  color: #dbcfc6;
  padding: 0.45em 0.5em;
  display: inline-block;
  margin: 0 0.2em 0.45em 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#thesaurus a small {
  font-size: 0.9em;
}
#thesaurus a:hover {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  background: #e5dcd5;
  color: #181603;
}
#numeros {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #958a7d;
}
#numeros .chapo {
  font-size: 1.6em;
  font-family: Times,serif;
  font-style: italic;
  line-height: 1.5em;
  text-transform: inherit;
}
#numeros table thead tr th,
#numeros table tbody tr td {
  padding: .5em;
}
#numeros table thead tr th:first-child,
#numeros table tbody tr td:first-child {
  width: 50%;
  padding-left: 2em;
}
#numeros table tbody .pagination .all strong,
#numeros table tbody .pagination .pages strong,
#numeros table tbody .pagination a {
  display: block;
  background: #181603;
  color: #dbcfc6;
  padding: 0.2em 0.75em;
  font-family: Times,serif;
  font-style: italic;
  font-size: 1.3em;
  float: left;
  margin-left: 0.5em;
  font-size: 1em;
  font-weight: inherit;
}
#numeros table tbody .pagination .all strong.on,
#numeros table tbody .pagination .pages strong.on,
#numeros table tbody .pagination a.on,
#numeros table tbody .pagination .all strong:hover,
#numeros table tbody .pagination .pages strong:hover,
#numeros table tbody .pagination a:hover {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  background: #742222;
  color: #e5dcd5;
}
#numeros table tbody tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
#numeros table tbody tr .apercu {
  margin-bottom: .25em;
}
#numeros table tbody tr .apercu:hover {
  cursor: pointer;
}
#numeros table tbody tr:nth-child(odd) td:first-child {
  text-transform: uppercase;
}
#numeros table tbody tr:nth-child(odd) .fermer {
  display: none;
}
#numeros table tbody tr:nth-child(odd).active .apercu {
  display: none;
}
#numeros table tbody tr:nth-child(odd).active .fermer {
  display: inline-block;
}
#numeros table tbody tr:nth-child(odd).active + tr {
  display: table-row;
}
#numeros table tbody tr:nth-child(even) {
  display: none;
}
#numeros table tbody tr:nth-child(even) > td .loader {
  width: 32px;
  margin: 0 auto;
  display: block;
}
#numeros table tbody tr:nth-child(even) > td .spip_logos {
  margin-right: 1em;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}
#numeros table tbody tr:nth-child(even) > td .chapo {
  height: 200px;
  overflow: auto;
  min-width: 320px;
}
#numeros table tbody tr:nth-child(even) > td .vignettes {
  margin-top: 0.75em;
}
#numeros table tbody tr:nth-child(even) > td .vignettes a {
  display: block;
  margin: 0 0.5em 0.5em 0;
  float: left;
}
#numeros table tbody tr:nth-child(even) > td .vignettes a .spip_logos {
  margin: 0;
}
#numeros table tbody tr.active,
#numeros table tbody tr.active + tr,
#numeros table tbody tr:hover {
  background: #dbcfc6;
}
#numeros table tbody tr td a.btn {
  float: none;
  margin-right: 1em;
  display: inline-block;
  min-width: 110px;
  text-align: center;
}
#sommes_nous > div.chapo {
  float: left;
  text-align: right;
  width: 320px;
  font-family: Times,serif;
  font-size: 2.5em;
  font-style: italic;
  line-height: 2em;
  padding-top: 7em;
  margin-right: 1em;
}
#sommes_nous > div.identite h1 {
  padding-bottom: 0;
}
#sommes_nous > div.identite .auteurs {
  width: 80px;
  float: left;
  margin: 1.5em 1em 0 0;
}
#sommes_nous > div.identite .auteurs a {
  font-size: 1.2em;
}
#sommes_nous > div.identite .auteurs a img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0.4;
  margin-bottom: 2px;
}
#sommes_nous > div.identite .auteurs a:hover img {
  opacity: 1;
}
#sommes_nous > div.identite .texte {
  font-size: 1.35em;
  line-height: 1.5em;
  text-align: justify;
}
#sommes_nous > div.identite .texte p {
  margin: 0 0 1.5em 0;
}
@media (max-width: 767px) {
  #sommes_nous > div.chapo {
    float: none;
    text-align: left;
    width: inherit;
    font-size: 1.75em;
  }
  #sommes_nous > div.identite h1 {
    clear: both;
  }
  #sommes_nous > div.identite .auteurs {
    width: inherit;
    float: none;
  }
}
.page_mot,
.page_rubrique {
  padding-bottom: 5em;
}
.page_mot .ss_rubs,
.page_rubrique .ss_rubs {
  padding: 2em 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
.page_mot .ss_rubs > div,
.page_rubrique .ss_rubs > div {
  text-align: center;
  width: 32%;
  padding: 1em;
  float: left;
  min-height: 18em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
.page_mot .ss_rubs > div:first-child,
.page_rubrique .ss_rubs > div:first-child {
  padding-top: 6em;
}
.page_mot .ss_rubs > div.on,
.page_rubrique .ss_rubs > div.on,
.page_mot .ss_rubs > div:hover,
.page_rubrique .ss_rubs > div:hover {
  background: #181603;
  color: #d6cac0;
}
.page_mot .ss_rubs > div.on a,
.page_rubrique .ss_rubs > div.on a,
.page_mot .ss_rubs > div:hover a,
.page_rubrique .ss_rubs > div:hover a {
  color: inherit;
}
.page_mot .ss_rubs > div:nth-child(3n+2),
.page_rubrique .ss_rubs > div:nth-child(3n+2) {
  margin-right: 2%;
  margin-left: 2%;
}
.page_mot .ss_rubs > div:nth-child(3n+4),
.page_rubrique .ss_rubs > div:nth-child(3n+4) {
  clear: both;
}
@media (max-width: 767px) {
  .page_mot .ss_rubs > div,
  .page_rubrique .ss_rubs > div {
    width: 100%;
    float: none;
  }
  .page_mot .ss_rubs > div,
  .page_rubrique .ss_rubs > div,
  .page_mot .ss_rubs > div:nth-child(3n+2),
  .page_rubrique .ss_rubs > div:nth-child(3n+2) {
    margin: 0;
    margin-bottom: 0.25em;
  }
}
.page_mot .cartouche,
.page_rubrique .cartouche {
  text-align: center;
  padding: 65px 0;
}
.page_mot .cartouche .descriptif,
.page_rubrique .cartouche .descriptif {
  font-size: 2.5em;
  line-height: 2.5em;
  font-family: Times,serif;
  font-style: italic;
}
@media (max-width: 479px) {
  .page_mot .cartouche .descriptif,
  .page_rubrique .cartouche .descriptif {
    font-size: 2em;
    line-height: 1.5em;
  }
}
@media (max-width: 479px) {
  .page_mot .cartouche,
  .page_rubrique .cartouche {
    padding-bottom: 2em;
  }
}
.page_mot .texte.multicol,
.page_rubrique .texte.multicol {
  padding-bottom: 65px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
.page_mot .texte p,
.page_rubrique .texte p {
  text-align: justify;
  font-size: 1.5em;
  line-height: 1.5em;
}
.page_mot article,
.page_rubrique article {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  max-width: inherit;
}
.page_mot article > div,
.page_rubrique article > div {
  padding: 2em 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
}
.page_mot article > div td,
.page_rubrique article > div td {
  font-size: 1.3em;
  vertical-align: top;
}
.page_mot article > div td:first-child,
.page_rubrique article > div td:first-child {
  float: left;
  margin-right: 2em;
}
.page_mot article > div td:last-child,
.page_rubrique article > div td:last-child {
  width: 100%;
}
.page_mot article > div td img,
.page_rubrique article > div td img {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.page_mot article > div td small,
.page_rubrique article > div td small {
  font-size: 1em;
  line-height: 2em;
}
.page_mot article > div td h2,
.page_rubrique article > div td h2 {
  font-size: 3.8em;
  font-family: Times,serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: 0.85em;
}
.page_mot article > div td p,
.page_rubrique article > div td p {
  margin: 1em 0 0 0;
  line-height: 2em;
}
.page_mot article > div td a.btn,
.page_rubrique article > div td a.btn {
  opacity: 0;
}
@media (max-width: 767px) {
  .page_mot article > div td,
  .page_rubrique article > div td {
    width: 100%;
    display: table-row;
  }
  .page_mot article > div td img,
  .page_rubrique article > div td img {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}
.page_mot article:nth-child(even),
.page_rubrique article:nth-child(even) {
  background: #d6cac0;
}
.page_mot article:nth-last-child(2),
.page_rubrique article:nth-last-child(2) {
  margin-bottom: 6em;
}
.page_mot article:hover,
.page_rubrique article:hover {
  background: #e5dcd5;
}
.page_mot article:hover a.btn,
.page_rubrique article:hover a.btn {
  opacity: 1;
}
@media (max-width: 479px) {
  .page_mot article:hover a.btn,
  .page_rubrique article:hover a.btn {
    opacity: 0;
  }
}
.page_mot .pagination,
.page_rubrique .pagination {
  padding-bottom: 65px;
  clear: both;
}
.page_mot .pagination span,
.page_rubrique .pagination span {
  font-size: 2em;
  text-transform: uppercase;
  float: left;
}
.page_mot .pagination span a,
.page_rubrique .pagination span a,
.page_mot .pagination span strong,
.page_rubrique .pagination span strong {
  margin-top: 1em;
  padding-top: 2em;
  background-repeat: no-repeat;
  background-image: url(//www.tk-21.com/plugins/tk21/images/arrows.png);
}
.page_mot .pagination .next,
.page_rubrique .pagination .next {
  float: right;
}
.page_mot .pagination .next a,
.page_rubrique .pagination .next a,
.page_mot .pagination .next strong,
.page_rubrique .pagination .next strong {
  background-position: right 0;
}
.page_mot .pagination .disabled,
.page_rubrique .pagination .disabled {
  display: none;
}
.header_article {
  text-align: right;
  position: fixed;
  width: 18%;
  min-width: 120px;
  background: #181603;
  color: #dbcfc6;
  padding-right: 1.5em;
  height: 100%;
}
.header_article .logo {
  margin: 15em 0 1em 0;
  float: none;
}
.header_article .logo a {
  background-image: url(//www.tk-21.com/plugins/tk21/images/logo_beige.png);
}
.header_article .logo a:hover {
  color: inherit;
}
.header_article .retour li:first-child {
  background-color: #dbcfc6;
  padding: 4px 6px;
  display: inline-block;
  color: #181603;
}
.header_article .retour li:first-child .icon-return {
  background-image: url(//www.tk-21.com/plugins/tk21/images/glyphTK21.png);
  background-position: -88px 0;
  width: 13px;
  height: 13px;
}
.header_article ul {
  margin: 2em 0;
  font-size: 1.2em;
}
.header_article ul li:first-child {
  text-transform: uppercase;
  font-size: inherit;
  font-family: Arial,sans-serif;
  font-size: 1em;
  font-style: italic;
}
.header_article ul li:first-child a {
  border-bottom: 0;
}
.header_article ul li {
  font-family: Times,serif;
  font-size: 1.85em;
  font-style: italic;
}
.header_article ul li a {
  border-bottom: 1px solid #dbcfc6;
}
.page_article section > article,
.page_article section > nav {
  position: relative;
  z-index: 10;
}
.page_article section > header {
  text-align: right;
  position: fixed;
  width: 18%;
  min-width: 120px;
  background: #181603;
  color: #dbcfc6;
  padding-right: 1.5em;
  height: 100%;
}
.page_article section > header .logo {
  margin: 15em 0 1em 0;
  float: none;
}
.page_article section > header .logo a {
  background-image: url(//www.tk-21.com/plugins/tk21/images/logo_beige.png);
}
.page_article section > header .logo a:hover {
  color: inherit;
}
.page_article section > header .retour li:first-child {
  background-color: #dbcfc6;
  padding: 4px 6px;
  display: inline-block;
  color: #181603;
}
.page_article section > header .retour li:first-child .icon-return {
  background-image: url(//www.tk-21.com/plugins/tk21/images/glyphTK21.png);
  background-position: -88px 0;
  width: 13px;
  height: 13px;
}
.page_article section > header ul {
  margin: 2em 0;
  font-size: 1.2em;
}
.page_article section > header ul li:first-child {
  text-transform: uppercase;
  font-size: inherit;
  font-family: Arial,sans-serif;
  font-size: 1em;
  font-style: italic;
}
.page_article section > header ul li:first-child a {
  border-bottom: 0;
}
.page_article section > header ul li {
  font-family: Times,serif;
  font-size: 1.85em;
  font-style: italic;
}
.page_article section > header ul li a {
  border-bottom: 1px solid #dbcfc6;
}
@media (max-width: 960px) {
  .page_article section > header {
    position: inherit;
    text-align: left;
    padding: 0;
    min-width: inherit;
    height: inherit;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .page_article section > header .logo {
    margin: 1em 0 .25em 1em;
    float: left;
    text-align: left;
  }
  .page_article section > header ul {
    float: right;
    clear: right;
    text-align: right;
    margin: 1em;
  }
  .page_article section > header ul li {
    display: inline-block;
    margin-left: 0.25em;
  }
  .page_article section > header ul li:first-child {
    display: block;
  }
}
article {
  color: #181603;
  background: #dbcfc6;
  width: 100%;
  max-width: 768px;
  color: #201603;
  background: #DBCFC6;
  margin: 0 auto;
}
article .spip_logos {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  article {
    float: right;
  }
}
@media (max-width: 960px) {
  article {
    clear: both;
    float: none;
  }
}
article .arbo {
  text-transform: uppercase;
}
article .fb-comments {
  width: 100%;
}
article nav {
  z-index: 9;
  position: absolute;
  width: 100%;
  top: 0;
  left: 695px;
  color: #dbcfc6;
}
article nav ul {
  display: block;
}
article nav ul li {
  min-height: 70px;
  overflow: hidden;
  position: relative;
  background: #181603;
  border-bottom: 1px solid #2f2513;
}
article nav ul li div {
  padding: 0.5em 0;
  position: relative;
  z-index: 10000;
}
article nav ul li div p {
  margin-top: 5px;
  font-size: 1.75em;
  display: inline-block;
  position: absolute;
  font-family: Times,serif;
}
article nav ul li div p small {
  font-family: Arial,sans-serif;
  font-size: 0.5em;
}
article nav ul li div h2 {
  font-family: Times,serif;
  font-style: italic;
  letter-spacing: -5px;
  display: inline-block;
  padding: 0 15px;
  margin-right: 0.25em;
  border-right: 1px solid #2f2513;
}
article nav ul li div h2 small {
  font-size: 0.5em;
}
article nav ul li h3 {
  color: black;
  margin-top: -35px;
  font-size: 12em;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
article nav ul li a {
  display: block;
  float: left;
}
article nav ul li:hover {
  z-index: 10000;
}
article header {
  padding: 10px;
  margin-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  article header {
    margin-bottom: 0;
  }
}
article header .spip_logos {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
article header iframe {
  width: 100%;
}
article header > img {
  width: 100%;
  height: auto;
}
article header > div {
  z-index: 1000;
  position: absolute;
  right: 10px;
}
article header > div > input,
article header > div > a {
  background-color: #dbcfc6;
  padding: 8px 10px;
  margin: 4px 4px 0 0;
  float: right;
  display: block;
}
article header > div > input.print_this,
article header > div > a.print_this {
  font-size: 1.5em;
}
article header > div > input.link_this,
article header > div > a.link_this {
  clear: right;
  font-size: 1.5em;
}
article header > div > input[type="text"] {
  font-size: 1.5em;
  width: 100%;
  color: #181603;
  display: none;
}
article header > div > input[type="text"].active {
  display: block;
}
article .traductions {
  font-size: 1.75em;
  margin: 2em 0;
}
article .traductions span.on {
  background-color: #742222;
  color: #dbcfc6;
  padding: 0.3em 0.5em;
}
article .soustitre {
  font-size: 2em;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  article .texte .spip_documents,
  article .chapo .spip_documents {
    margin: 0 !important;
    float: none !important;
    clear: both !important;
  }
  article .texte .spip_documents img,
  article .chapo .spip_documents img {
    width: 100%;
    height: auto;
  }
}
article .chapo {
  font-size: 2.25em;
  font-family: Times,serif;
  font-style: italic;
}
article .texte {
  font-size: 1.75em;
}
article .texte p:first-child:first-letter {
  float: left;
  margin: -0.1em 0.05em 0 0;
  font-size: 5em;
  line-height: 1em;
  text-transform: capitalize;
}
article .texte video,
article .texte iframe {
  height: 450px;
  margin: 0 auto;
  width: 100%;
}
article .texte video {
  height: auto;
}
article .notes > div {
  font-size: 1.25em;
}
article .cartouche {
  margin-bottom: 65px;
}
article .cartouche .info-publi {
  text-align: right;
}
@media (max-width: 960px) {
  article .cartouche h1 {
    font-size: 6em;
  }
}
article aside,
article .arbo,
article .cartouche,
article .chapo,
article .texte,
article .notes,
article .hyperlien,
article .auteurs,
article .ps {
  padding-right: 65px;
  padding-left: 65px;
}
@media (max-width: 767px) {
  article aside,
  article .arbo,
  article .cartouche,
  article .chapo,
  article .texte,
  article .notes,
  article .hyperlien,
  article .auteurs,
  article .ps {
    padding: 15px;
    margin: 0;
  }
}
article h1 {
  margin: 0;
}
article p {
  margin: 1.125em 0;
  text-align: justify;
}
article .hyperlien {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 65px 0;
}
article .hyperlien a {
  font-weight: normal;
  text-transform: none;
}
article .ps {
  font-size: 1.2em;
  margin: 1em 0 4em 0;
  line-height: 1.75em;
}
article .ps p {
  padding-top: 2em;
  border-top: 1px dashed #958a7d;
}
article .auteurs {
  clear: both;
  text-align: right;
  padding-bottom: 32.5px;
}
article .auteurs .vcard {
  font-size: 1.75em;
}
article .auteurs > div {
  padding: 0 16.25px 16.25px 0;
  float: right;
  text-align: right;
}
article .auteurs div:nth-last-child(2) {
  clear: right;
}
article .auteurs img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
article aside {
  clear: both;
  background: #d6cac0;
  padding-top: 65px;
  padding-bottom: 130px;
  border-top: 1px solid #958a7d;
}
article aside #documents_portfolio ul {
  margin: 1.125em 0;
}
article aside #documents_portfolio ul li {
  float: left;
  margin-left: 0.5em;
}
article aside #documents_portfolio ul li:first-child {
  margin-left: 0;
}
article aside .comments {
  clear: both;
  margin-top: 2em;
}
article aside > div h2 {
  font-size: 2.5em;
  text-transform: uppercase;
}
article aside > div.relatifs div {
  width: 25%;
  float: left;
  padding: 0 0 0 8px;
}
article aside > div.relatifs div a {
  display: block;
}
article aside > div.relatifs div a img {
  width: 100%;
  height: auto;
}
article aside > div.relatifs div a:first-child {
  margin: 1.125em 0;
}
article aside > div.relatifs div a:last-child {
  margin-top: 1em;
  padding-top: 2em;
  background-repeat: no-repeat;
  background-image: url(//www.tk-21.com/plugins/tk21/images/arrows.png);
  text-align: center;
  font-family: 'Hlv_n_l';
  text-transform: uppercase;
}
article aside > div.relatifs div.next a:last-child {
  background-position: right 0;
}
article aside #documents_joints ul li {
  border-bottom: 1px dotted #958a7d;
  padding: 0.5em;
  font-size: 1.1em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
article aside #documents_joints ul li:nth-child(even) {
  background: #dbcfc6;
}
article aside #documents_joints ul li:hover {
  background: #e5dcd5;
}
article h3.spip {
  clear: both;
}
article .spip_documents {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
article .spip_documents img {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.45em;
}
article .spip_documents dt,
article .spip_documents dd {
  font-size: 0.8em;
}
article .spip_documents.spip_documents_right {
  margin: 0 0 0.45em 0.75em;
}
article .spip_documents.spip_documents_left {
  margin: 0 0.75em 0.45em 0;
}
article .spip_documents.spip_documents_center {
  text-align: center;
  margin: 0.75em 0;
  clear: both;
  display: block;
}
article .spip_documents.spip_documents_center .spip_doc_descriptif,
article .spip_documents.spip_documents_center .spip_doc_titre {
  width: inherit !important;
}
article .spip_documents.spip_documents_center img {
  max-width: 100%;
  height: auto;
}
article .spip_documents:first-child {
  margin-top: 0;
}
@media (orientation: landscape) {
  html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 672px !important;
  }
}
.page_newsletter {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background: #dbcfc6;
}
.page_newsletter article > aside > div,
.page_newsletter article > aside > .arbo,
.page_newsletter article > div > div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 130px;
}
.page_newsletter article p {
  text-align: justify;
}
.page_newsletter .tooltip {
  z-index: 1000000;
}
.page_newsletter .tooltip.in {
  opacity: 1;
}
.page_newsletter .tooltip .tooltip-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #181603;
  background: #dbcfc6;
}
.page_newsletter .tooltip .tooltip-arrow {
  border-bottom-color: #dbcfc6;
}
.page_newsletter.standalone {
  border-top: 22px solid #181603;
}
.page_newsletter.standalone .swiper-container .swiper-wrapper section,
.page_newsletter.standalone .swiper-container .swiper-wrapper article > div {
  border-top: none;
}
.page_newsletter nav {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 30%;
  right: -30%;
  position: absolute;
  z-index: 4998;
  top: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  background: #181603;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.page_newsletter nav,
.page_newsletter nav * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.page_newsletter nav .comments {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000;
  padding-top: 54px;
  color: white;
  display: none;
}
.page_newsletter nav .comments.show {
  display: block;
}
.page_newsletter nav .comments > div {
  color: #181603;
  background: #dbcfc6;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
.page_newsletter nav .comments > div h2 {
  padding: 0.5em;
  text-transform: uppercase;
}
.page_newsletter nav ul li {
  color: #dbcfc6;
}
.page_newsletter nav ul li a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.page_newsletter nav ul li.icons {
  border-bottom: 1px solid #2f2513;
}
.page_newsletter nav ul li.icons ul li {
  position: relative;
  z-index: 100001;
  display: block;
  float: left;
  width: 25%;
  border-left: 1px solid #2f2513;
  font-size: 3.2em;
  text-align: center;
  padding: 0.25em;
}
.page_newsletter nav ul li.icons ul li:hover {
  background: black;
  cursor: pointer;
}
.page_newsletter nav ul li.icons ul li:first-child {
  border-left-width: 0;
}
.page_newsletter nav ul li.icons ul li.open-comments.active {
  background: #dbcfc6;
  color: #181603;
}
.page_newsletter nav ul li.normal {
  clear: left;
  border-bottom: 1px solid #2f2513;
  position: relative;
  z-index: 10000;
  background: #181603;
  overflow: hidden;
  width: 100%;
}
.page_newsletter nav ul li.normal:hover {
  cursor: pointer;
}
.page_newsletter nav ul li.normal.active {
  background: black;
  cursor: pointer;
}
.page_newsletter nav ul li.normal.active h3 {
  display: block;
}
.page_newsletter nav ul li.normal.active a {
  color: #742222;
}
.page_newsletter nav ul li.normal h2 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  font-family: Times,serif;
  font-style: italic;
  letter-spacing: -2px;
  display: block;
  float: left;
  padding: 5px 2%;
  margin-right: 4%;
  max-width: 20%;
}
.page_newsletter nav ul li.normal h2 small {
  font-size: 0.5em;
}
.page_newsletter nav ul li.normal h2 + small {
  display: block;
  margin-top: .5em;
  font-size: 1.1em;
}
.page_newsletter nav ul li.normal p {
  font-size: 1.75em;
  font-family: Times,serif;
  margin: 0;
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  max-width: 69%;
  padding: 5px 0;
}
.page_newsletter nav ul h3 {
  color: #181603;
  font-size: 12em;
  font-weight: bold;
  position: absolute;
  display: none;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 0.5em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.page_newsletter nav ul .lesauteurs {
  width: 100%;
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  max-width: 69%;
  padding: 0 0 5px 0;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .page_newsletter nav {
    width: 100%;
    right: inherit;
    left: 100%;
  }
}
.page_newsletter.show_nav nav {
  left: 0;
}
.page_newsletter.nav nav {
  right: 0;
}
.page_newsletter .swiper-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.page_newsletter .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
.page_newsletter .swiper-container .swiper-wrapper section,
.page_newsletter .swiper-container .swiper-wrapper article > div {
  border: 10px solid #181603;
}
.page_newsletter .swiper-container .swiper-wrapper article {
  background-color: #181603;
}
.page_newsletter .swiper-container .swiper-wrapper article > div {
  border-right: none;
  background-color: #dbcfc6;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv,
.page_newsletter .swiper-container .swiper-wrapper section#couv {
  background: no-repeat center center;
  background-size: cover;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv > div,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div {
  overflow: hidden;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv > div header,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div header {
  position: absolute;
  z-index: 10;
  color: #dbcfc6;
  margin: 5em;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv > div header h1,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div header h1,
.page_newsletter .swiper-container .swiper-wrapper article#couv > div header h2,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div header h2 {
  background: #181603;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 0.1em;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv > div header h1 img,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div header h1 img {
  width: 200px;
  height: auto;
  margin: 0.2em 0.05em 0 0;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv > div header h2,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div header h2 {
  font-size: 6em;
}
.page_newsletter .swiper-container .swiper-wrapper article#couv > div header h2.next,
.page_newsletter .swiper-container .swiper-wrapper section#couv > div header h2.next {
  font-size: 4em;
  padding: 0.25em 0.5em;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme,
.page_newsletter .swiper-container .swiper-wrapper section#programme {
  overflow: hidden;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .btn.next,
.page_newsletter .swiper-container .swiper-wrapper section#programme .btn.next {
  position: absolute;
  right: 15px;
  top: 45%;
  font-size: 3em;
  z-index: 10000;
}
@media (max-width: 768px) {
  .page_newsletter .swiper-container .swiper-wrapper article#programme,
  .page_newsletter .swiper-container .swiper-wrapper section#programme {
    overflow: auto;
  }
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .contTexte,
.page_newsletter .swiper-container .swiper-wrapper section#programme .contTexte {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .chapo,
.page_newsletter .swiper-container .swiper-wrapper section#programme .chapo {
  z-index: 1000;
  width: 25%;
  position: absolute;
  height: 60%;
  margin-top: 20%;
  top: 0;
  font-family: Times,serif;
  text-align: right;
  font-size: 1.6em;
  line-height: 2em;
  padding: 10px 10px 30px 5%;
}
@media (min-width: 768px) {
  .page_newsletter .swiper-container .swiper-wrapper article#programme .chapo,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .chapo {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .chapo h3,
.page_newsletter .swiper-container .swiper-wrapper section#programme .chapo h3 {
  margin-bottom: 0.25em;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .texte,
.page_newsletter .swiper-container .swiper-wrapper section#programme .texte {
  width: 70%;
  left: 27%;
  position: absolute;
  top: 8%;
  font-size: 1.5em;
  line-height: 1.75em;
  padding-bottom: 5%;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .texte p,
.page_newsletter .swiper-container .swiper-wrapper section#programme .texte p {
  margin-bottom: 0.5em;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .texte div:first-child,
.page_newsletter .swiper-container .swiper-wrapper section#programme .texte div:first-child {
  margin-bottom: 10em;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .texte div:first-child,
.page_newsletter .swiper-container .swiper-wrapper section#programme .texte div:first-child,
.page_newsletter .swiper-container .swiper-wrapper article#programme .texte div:last-child,
.page_newsletter .swiper-container .swiper-wrapper section#programme .texte div:last-child {
  width: 48%;
  float: left;
  text-align: justify;
  padding: 0 2%;
}
.page_newsletter .swiper-container .swiper-wrapper article#programme .texte div.mover,
.page_newsletter .swiper-container .swiper-wrapper section#programme .texte div.mover {
  height: 10em;
}
@media (max-width: 768px) {
  .page_newsletter .swiper-container .swiper-wrapper article#programme .chapo,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .chapo,
  .page_newsletter .swiper-container .swiper-wrapper article#programme .texte,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .texte,
  .page_newsletter .swiper-container .swiper-wrapper article#programme .texte div:last-child,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .texte div:last-child,
  .page_newsletter .swiper-container .swiper-wrapper article#programme .texte div:first-child,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .texte div:first-child {
    width: 100%;
    position: initial;
    left: auto;
    top: inherit;
    height: auto;
    text-align: left;
    right: inherit;
    float: none;
    clear: both;
  }
  .page_newsletter .swiper-container .swiper-wrapper article#programme .mover,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .mover {
    display: none;
  }
  .page_newsletter .swiper-container .swiper-wrapper article#programme .chapo,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .chapo {
    padding: 8em 4em 2em 4em;
    font-size: 2em;
  }
  .page_newsletter .swiper-container .swiper-wrapper article#programme .texte,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .texte {
    padding: 0em 4em 4em 4em;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .page_newsletter .swiper-container .swiper-wrapper article#programme .chapo,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .chapo {
    padding: 2em 1em 0 1em;
  }
  .page_newsletter .swiper-container .swiper-wrapper article#programme .texte,
  .page_newsletter .swiper-container .swiper-wrapper section#programme .texte {
    padding: 1em;
  }
}
.page_newsletter .swiper-container .swiper-wrapper article.feuillets,
.page_newsletter .swiper-container .swiper-wrapper section.feuillets {
  max-width: inherit;
  margin: 0;
  float: left;
  height: 100%;
}
.page_newsletter .swiper-container .swiper-wrapper article.feuillets > div,
.page_newsletter .swiper-container .swiper-wrapper section.feuillets > div {
  width: 70%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets > div,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets > div {
    width: 100%;
  }
}
.page_newsletter .swiper-container .swiper-wrapper article.feuillets header .link_this,
.page_newsletter .swiper-container .swiper-wrapper section.feuillets header .link_this,
.page_newsletter .swiper-container .swiper-wrapper article.feuillets header .print_this,
.page_newsletter .swiper-container .swiper-wrapper section.feuillets header .print_this,
.page_newsletter .swiper-container .swiper-wrapper article.feuillets header .link_here,
.page_newsletter .swiper-container .swiper-wrapper section.feuillets header .link_here {
  display: none;
}
.page_newsletter .swiper-container .swiper-wrapper article.feuillets .loader,
.page_newsletter .swiper-container .swiper-wrapper section.feuillets .loader {
  margin: 0 auto;
  width: 32px;
  margin-top: 25%;
  display: block;
}
@media (max-width: 768px) {
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets {
    width: 100%;
  }
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets header,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets header,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .cartouche,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .cartouche {
    margin-bottom: 0;
  }
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .arbo,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .arbo,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets aside,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets aside,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .ps,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .ps,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .texte,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .texte,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .chapo,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .chapo,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .cartouche,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .cartouche {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets aside > div,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets aside > div {
    width: 100%;
    float: none;
  }
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .chapo .spip_documents,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .chapo .spip_documents,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .texte .spip_documents,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .texte .spip_documents {
    float: none !important;
    margin: 0;
  }
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .chapo .spip_documents img,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .chapo .spip_documents img,
  .page_newsletter .swiper-container .swiper-wrapper article.feuillets .texte .spip_documents img,
  .page_newsletter .swiper-container .swiper-wrapper section.feuillets .texte .spip_documents img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p.boutons {
  margin-top: 1em;
  text-align: right;
}
.popover {
  font-size: .9em;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  min-height: 110px;
}
.popover .arrow {
  border-right-color: white !important;
}
.popover .popover-title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #dbcfc6;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
}
.bo {
  z-index: 10;
  position: relative;
  line-height: 0px;
  padding: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  float: right;
  border-width: 45em 110em;
  border-color: transparent #181603 #181603 transparent;
  margin-top: -85em;
  font-size: 10px !important;
  padding: 0 !important;
}
.c960 {
  margin: 0 auto;
  max-width: 96em;
  width: 100%;
}
.ajaxbloc {
  padding: 0 !important;
}
.signature {
  text-align: right;
}
.multicol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  column-count: 3;
}
@media (max-width: 767px) {
  .multicol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.pages a.lien_pagination,
.pages span.sep,
.all strong,
.pages strong,
.btn {
  display: block;
  background: #181603;
  color: #dbcfc6;
  float: left;
  padding: 0.2em 0.75em;
  font-family: Times,serif;
  font-style: italic;
  font-size: 1.3em;
}
.pages strong.on,
.btn.on,
.pages a.lien_pagination.on,
.pages strong:hover,
.btn:hover,
.pages a.lien_pagination:hover {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  background: #742222;
  color: #e5dcd5;
}
.pages span.sep {
  color: #181603;
  background: #dbcfc6;
}
.fat {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  border-bottom: 0;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  border-color: #181603;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.fat.one {
  margin-left: -90em;
}
.fat.inverse {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.page_rubrique nav,
.page_sommaire nav,
.page_mot nav {
  font-family: 'helv';
  font-weight: 400;
}
@media print {
  .fat,
  .bo,
  .no_print {
    display: none !important;
  }
  body {
    font-size: 8px !important;
  }
  body h1 {
    font-size: 6em;
  }
  body article {
    max-width: 600px !important;
  }
  body article .texte img {
    width: 50% !important;
    height: auto !important;
  }
}
body {
  /* Landscape phones and down */
}
body.page_auteur .cartouche {
  text-align: left;
}
body.page_auteur .cartouche .spip_logos {
  float: left;
  margin-right: 2em;
}
body.page_auteur .cartouche h1 {
  padding-bottom: 0;
}
body.page_auteur .hyperlien {
  font-size: 2em;
}
body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur fieldset {
  border: none;
}
body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur fieldset legend,
body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur fieldset label {
  display: none;
}
body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur li.editer {
  width: 49%;
  float: left;
  margin-bottom: 0.5em;
}
body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur li.editer:nth-child(2) {
  float: right;
}
@media (max-width: 767px) {
  body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur li.editer {
    width: 100%;
    float: none;
  }
}
body.page_auteur section:nth-child(2) .formulaire_ecrire_auteur li.editer textarea {
  height: 85px;
  margin-bottom: 0;
}
body.page_sommaire,
body.page_mot,
body.page_rubrique {
  background: #dbcfc6;
  border: 1.3em solid #181603;
}
@media (max-width: 767px) {
  body.page_sommaire,
  body.page_mot,
  body.page_rubrique {
    border: 0;
  }
}
body.page_sommaire section > div {
  padding: 65px 0;
}
body.page_article {
  background: #181603;
  color: #dbcfc6;
}
body .logo img {
  width: 130px;
  margin-bottom: 10px;
  height: auto;
}
@media (max-width: 479px) {
  body .logo {
    float: none;
    text-align: center;
  }
}
body .logo small {
  text-transform: uppercase;
  display: block;
  font-size: 3em;
  letter-spacing: 1px;
}
body.page_les_auteurs section#les_auteurs > div.c960 {
  position: relative;
  z-index: 100;
}
body.page_les_auteurs section#les_auteurs a img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0.75;
}
body.page_les_auteurs section#les_auteurs a img:hover {
  opacity: 1;
}
body table {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.4em;
}
body table thead th {
  padding: 4px 8px;
  text-transform: uppercase;
}
body table .tbody tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #958a7d;
  padding: 4px 8px;
}
body section.beige_clair {
  background-color: #e5dcd5;
}
body section > div h1 {
  margin: 0;
  padding-bottom: 32.5px;
}
body section > div#contact {
  border-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #958a7d;
}
body section > div#plan {
  z-index: 100;
  position: relative;
  padding-top: 195px;
  color: #dbcfc6;
}
body section > div#plan h1 {
  text-align: right;
}
body section > div#plan table tr {
  vertical-align: top;
}
body section > div#plan table tr td {
  width: 25%;
}
@media (max-width: 479px) {
  body .fat {
    margin-left: -12em;
  }
  body #plan {
    display: none;
  }
  body #plan + .bo {
    display: none;
  }
}
.popover {
  color: #181603;
}
.page_iframe {
  padding: 2em 3em;
}
.page_iframe img {
  padding: 0 1em 1em 0;
}
.page_iframe p {
  font-size: 1.5em;
  margin: 0.5em 0;
}
.page_iframe h2 {
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.page_iframe .texte p {
  font-size: 1.75em;
}
.page_iframe .texte p:first-child {
  margin-top: 0;
}
.fancybox-opened,
#fancybox-loading {
  z-index: 20000002 !important;
}
.fancybox-overlay {
  background: #742222 !important;
  z-index: 10000001 !important;
}
.page_recherche .menu {
  padding-bottom: 3.5em;
  clear: both;
  border-bottom: 1px solid;
  margin-bottom: 2.5em;
}
.page_recherche .menu .pagination {
  clear: both;
  margin: 3em 0;
}
.page_recherche .menu ul li {
  width: 50%;
  display: block;
  float: left;
  padding: 1em 0;
}
.page_recherche .menu ul li:nth-child(odd) {
  clear: left;
}
.page_recherche .menu ul li h3 {
  font-size: 2em;
}
.page_recherche .menu ul li img {
  margin-right: 1em;
}
div.nav-rwd {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10000000;
}
div.nav-rwd header {
  background-color: #181603;
}
div.nav-rwd .mini-menu,
div.nav-rwd nav {
  display: none;
}
div.nav-rwd .burger {
  z-index: 110;
  width: 5em;
  padding: 1em;
  position: absolute;
  top: .5em;
  left: 1em;
  line-height: 1;
}
div.nav-rwd .burger span {
  display: inline-block;
  height: 4px;
  width: 100%;
  background-color: #dbcfc6;
}
header .logo a {
  padding-top: 50px;
  background-image: url(//www.tk-21.com/plugins/tk21/images/logo_beige.png);
  background-size: 90px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 1em;
  color: #dbcfc6;
  width: 110px;
}
header .logo small {
  display: none;
}
body.nav {
  overflow: hidden;
}
body.nav .nav-rwd {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #dbcfc6;
}
body.nav .nav-rwd .mini-menu {
  margin-top: 2em;
}
body.nav .nav-rwd .mini-menu,
body.nav .nav-rwd nav {
  display: block;
}
@media screen and (min-width: 479px) {
  div.nav-rwd {
    position: inherit;
    overflow: inherit;
    width: inherit;
    height: inherit;
    z-index: inherit;
  }
  div.nav-rwd header {
    background-color: inherit;
  }
  div.nav-rwd .burger {
    display: none;
  }
  div.nav-rwd .mini-menu,
  div.nav-rwd nav {
    display: block;
  }
  header .logo {
    float: left;
    margin-top: 9em;
  }
  header .logo a {
    color: #181603;
    background-image: url(//www.tk-21.com/plugins/tk21/images/logo_noir.png);
    padding-top: 70px;
    background-size: 130px;
    width: 135px;
  }
  header .logo small {
    display: inline;
  }
}
