/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
.click_counter {
  position: relative;
}
.click_counter .inline_dl_hover {
  background: #fff;
  border: 1px solid #333;
  box-shadow: 1px 1px 8px #000;
  color: #000;
  display: none;
  left: 10px;
  padding: 10px;
  position: absolute;
  top: 20px;
  white-space: nowrap;
  z-index: 4000;
}
.click_counter .inline_dl_hover .details, .click_counter .inline_dl_hover img {
  display: table-cell;
  vertical-align: top;
}
.click_counter .inline_dl_hover img {
  opacity: 1;
  width: 44px;
}
.click_counter .inline_dl_hover:before {
  content: " ";
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
  left: 0;
  height: 20px;
}
.click_counter:hover .inline_dl_hover {
  display: table;
}
.container {
  position: relative;
}
.container #footer-widget-2 {
  bottom: -71px;
  position: absolute;
  right: -10px;
  white-space: nowrap;
  width: auto !important;
}
.container #footer-widget-2 > aside {
  display: inline-block;
  margin-right: 20px;
}
.container #footer-widget-2 > aside .execphpwidget {
  margin-top: -51px;
}
.container #footer-widget-1 {
  width: 100%;
}
body * {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
}
body h1 {
  font-weight: bold;
}
.g-recaptcha {
  text-align: center;
}
.g-recaptcha > * {
  display: inline-block;
}
.navbar-nav {
  padding-top: 45px;
}
.qtrans_language_chooser {
  width: 100px;
}
.widget_mqtranslate li {
  display: inline-block;
  list-style: none outside none;
  width: 28px;
}
#secondary {
  top: -90px;
}
.i18n-en {
  display: inherit;
}
.i18n-fr {
  display: none;
}
html[lang="fr-FR"] .i18n-fr {
  display: inherit;
}
html[lang="fr-FR"] .i18n-en {
  display: none;
}
#content #primary #main p, #content #primary #main h2, #content #primary #main h3, #content #primary #main h4, #content #primary #main h5 {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
}
#content #primary #main h2 {
  border-bottom: 1px solid #eee;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  margin-top: 36px;
}
#content #primary #main h3 {
  border-bottom: 1px solid #eee;
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 16px;
  margin-top: 28px;
  padding-bottom: 8px;
}
#content #primary #main h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 24px;
}
#content #primary #main h5 {
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.castlerecipe {
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 350px;
}
.castlerecipe div {
  background: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  display: inline-block;
  font-size: 17px;
  padding: 10px 10px 0;
  width: 100%;
}
@keyframes step4 {
  100% {
    left: -1408px;
  }
}
@keyframes step3 {
  100% {
    left: -1056px;
  }
}
@keyframes step2 {
  100% {
    left: -704px;
  }
}
.multiRecipe {
  width: 352px;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.multiRecipe a {
  height: 310px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.multiRecipe a img {
  height: 100%;
  width: 100%;
}
.multiRecipe.step4 a {
  width: 1408px;
  animation: step4 6s steps(4) infinite;
  -moz-animation: step4 6s steps(4) infinite;
  -webkit-animation: step4 6s steps(4) infinite;
  -ms-animation: step4 6s steps(4) infinite;
}
.multiRecipe.step3 a {
  width: 1056px;
  animation: step3 4.5s steps(3) infinite;
  -moz-animation: step3 4.5s steps(3) infinite;
  -webkit-animation: step3 4.5s steps(3) infinite;
  -ms-animation: step3 4.5s steps(3) infinite;
}
.multiRecipe.step2 a {
  width: 704px;
  animation: step2 3s steps(2) infinite;
  -moz-animation: step2 3s steps(2) infinite;
  -webkit-animation: step2 3s steps(2) infinite;
  -ms-animation: step2 3s steps(2) infinite;
}
.widget_pages .page_item {
  color: #888;
}
.dynamicnav {
  position: relative;
  list-style: outside none none;
}
.dynamicnav:after {
  content: " ";
  height: 100%;
  left: -50px;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 10;
}
.dynamicnav.closenav::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888;
  border-width: 4px 7px;
  left: -12px;
  top: 6px;
}
.dynamicnav::before {
  border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 7px 4px;
  content: " ";
  cursor: pointer;
  display: block;
  left: -14px;
  position: absolute;
  top: 7px;
  z-index: 10;
}
#text-5, #text-7 {
  display: none;
}
.label.label-important {
  background: #555 none repeat scroll 0 0;
}
.quick-chat-users-container {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 5px;
}
.quick-chat-history-message-alias-container:nth-child(2n+1) {
  background: #f8f8f8;
}
.quick-chat-history-message-alias-container.quick-chat-admin {
  background: #ffefef;
}
.quick-chat-history-message-alias-container.quick-chat-notice {
  background: #dff4e3 none repeat scroll 0 0;
}
.quick-chat-linkhome {
  display: none;
}
.quick-chat-top > div {
  max-height: 50vh;
}
