/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tt-full-loader
{
  position: fixed;
  background-color: #fff;
  z-index: 100000000;
  width: 100%;
  height: 100%;
}

nav.uk-navbar.tm-navbar
{
  height: auto;
  background-color: transparent;
  border-top: 2px solid #505150;
}

nav.uk-navbar.tm-navbar.uk-active
{
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #6CAED6;
}

.tt-menu-separator
{
  width: calc(100% - 40px);
  max-width: 1360px;
  margin: 3px auto 0 auto;
  padding: 4px 0;
  border-top: 2px solid #505150;
  border-bottom: 1px solid #505150;
  overflow: visible;
}

.tm-headerbar
{
  padding: 10px 20px;
}

ul.uk-pagination
{
  margin-top: 34px;
}

.uk-pagination > li > a
{
  background: #eeeeee;
  border: 2px solid #6CAED6;
  color: #6CAED6;
}

.uk-pagination > .uk-active > span,
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus
{
  background: #6CAED6;
  border: 2px solid #6CAED6;
}

.tm-footer
{
  padding: 18px 0;
  font-size: 0.7em;
}

.tm-footer .uk-icon-button,
.tm-footer .uk-subnav-pill > .uk-active > *,
.tm-footer .uk-subnav > .uk-active > *
{
  background-color: #fff !important;
}

.tm-footer .uk-subnav *,
.tm-footer .uk-subnav > .uk-active > *
{
  color: #bdbdbd;
}

.tm-footer .uk-subnav > * > :hover,
.tm-footer .uk-subnav > * > :focus
{
  color: #e11a33;
}

.tm-logo-small img
{
  width: 315px;
  margin: auto;
  display: block;
  height: 44px;
}

@media screen and (min-width: 950px) and (max-width: 1050px){
  .tm-logo
  {
    margin-left: -100px;
  }
}

@media screen and (min-width: 890px) and (max-width: 949px){
  .tm-logo
  {
    margin-left: -150px;
  }
}

@media screen and (max-width: 889px){
  .tm-logo
  {
    margin-left: -240px;
    width: 460px;
  }
}

@media screen and (min-width: 590px) and (max-width: 660px){
  .tm-logo-small
  {
    margin-left: 20px;
    width: 460px;
  }
}

@media screen and (max-width: 589px){
  .tm-logo-small
  {
    margin-left: 40px;
    width: 420px;
  }
}

div#top.tm-page
{
  background: none;
}

.uk-navbar-nav > li > a
{
  height: auto !important;
  line-height: normal !important;
  padding: 8px 25px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #868686 !important;
}

.uk-navbar-nav > li.uk-active > a
{
  background-color: rgba(0,0,0,0) !important;
  background-color: white !important;
  color: #f2544e !important;
}

.uk-navbar-nav > li:hover > a
{
  color: #505150 !important;
  background-color: transparent !important;
}

body[class*=page-id] h1.uk-article-title
{
  display: none;
}

[class*='tm-block-gutter']
{
  margin: 10px auto 30px auto !important;
}

#tm-top-a
{
  margin: 10px auto 0 auto !important;
}

.home #tm-main
{
  margin: 0 !important;
}

.uk-block
{
  padding-top: 0 !important;
}

.uk-overlay-panel
{
  z-index: 1000;
}

.page-id-41 .uk-slideshow li .uk-overlay-bottom
{
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px 20px;
}

div#tm-top-a, div#top div#tm-main
{
  padding-bottom: 0;
}

[class*="slideshow-food-"] h3.uk-panel-title
{
  text-align: center;
  color: #fff;
}

.slideshow-food-left h3.uk-panel-title
{
  background-color: #e97219;
}

.slideshow-food-center h3.uk-panel-title
{
  background-color: #e03368;
}

.slideshow-food-right h3.uk-panel-title
{
  background-color: #7b3c1b;
}

div.gm-map
{
  width: calc(100% - 2px) !important;
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 767px){
  .tm-headerbar-background
  {
    border-bottom: 2px solid #2e2d2f;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
  }
  .tm-logo-small h1
  {
    color: white;
  }
}

.itw-home .uk-slidenav
{
  display: block !important;
  top: 40.5%;
  position: absolute;
  z-index: 2;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  margin: 5px;
}

.itw-home .uk-slidenav-next
{
  right: 0;
}

.home #tm-top-a > .uk-container,
.archive[class*=interviews] #tm-top-a > .uk-container,
.archive[class*=frigo] #tm-top-a > .uk-container,
.archive[class*=fridge] #tm-top-a > .uk-container
{
  max-width: none;
  padding: 0;
}

.itw-home h3.uk-panel-title
{
  text-align: center;
  padding: 5px;
  position: absolute;
  right: 20px;
  margin-top: -10px;
  z-index: 1;
  background-color: #f2544e;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 100;
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg);
}

.places-grid > h3.uk-panel-title
{
  text-align: center;
  padding: 5px;
  z-index: 1;
  background-color: #f2544e;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 100;
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg)
}

.places-grid > h3.uk-panel-title
{
  position: absolute;
  right: 0px;
  margin-top: -45px;
}

.itw-home .uk-overlay-panel .uk-h3
{
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 50px;
  margin: 25px 0 15px 0;
  width: calc(100% - 100px);
  color: #505150;
}

.itw-home li[class*=rpwe-li]
{
  position: absolute;
  height: 530px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: none;
  overflow: hidden;
}

.itw-home ul[class*=rpwe-ul] > a:first-of-type li[class*=rpwe-li]
{
  display: block;
}

.itw-home li[class*=rpwe-li] .rpwe-title
{
  position: absolute;
  bottom: 0;
  background-color: rgb(246, 247, 240);
  border-bottom: 4px solid #ececec;
  margin: 0;
  width: calc(100% - 12px);
  padding: 7px 7px 10px 7px;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 20px;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}

.itw-home li[class*=rpwe-li] .rpwe-title a
{
  color: rgb(80, 81, 80);
}

.itw-home .rpwe-ul > a:hover h3
{
  border-bottom: 4px solid #e14e1a;
}

.itw-home .rpwe-ul > a:hover h3 a
{
  color: #e14e1a;
}

.itw-home ul[class*=rpwe-ul]
{
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  height: 530px;
}

.itw-home .uk-overlay-panel div.uk-margin
{
  position: relative;
  margin: 0;
  color: #868686;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 0 50px;
  width: calc(100% - 100px);
}

.itw-home .uk-overlay-panel div.uk-margin::first-letter,
.itw-home .uk-overlay-panel div.uk-margin:first-letter
{
  font-size: 150%;
  color: #e14e1a;
}

.itw-home li:hover .uk-overlay-panel .uk-h3,
.itw-home li:hover .uk-overlay-panel div.uk-margin
{
  color: #e14e1a;
}

.places-grid ul
{
  margin-top: -4px;
}

.places-grid ul li
{
  margin-top: 5px;
}

.places-grid > div > div > a
{
  color: #2e2d2f;
}

.places-grid > div > div div.uk-panel
{
  padding: 10px;
  border: 2px solid #ececec;
}

.places-grid > div > div h3
{
  text-transform: uppercase;
}

.places-grid > div > div div.uk-margin
{
  margin-top: 20px;
}

.places-grid > div > div div.uk-panel .uk-panel-teaser img
{
  width: 100%;
}

.places-grid > div > div div.uk-panel:hover
{
  background-color: #eeeeee;
}

div.uk-panel.places-grid.widget_widgetkit
{
  padding-top: 20px;
  border-top: 1px solid rgb(129, 129, 129);
}

div#tm-toolbar.tm-toolbar.uk-hidden-small
{
  position: absolute;
  z-index: 200;
  right: 0;
  margin-top: 5px;
  padding: 5px 30px 15px 30px;
}

#tm-toolbar .uk-icon-button
{
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#tm-toolbar .uk-icon-button:first-of-type
{
  margin-right: 5px;
}

#tm-toolbar .tnp-subscription .tnp-field-email label
{
  display: none;
}

#tm-toolbar .tnp-subscription .tnp-field-email .tnp-email:focus
{
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

#tm-toolbar .tnp-subscription .tnp-field-email
{
  position: absolute;
}

#tm-toolbar div.tnp.tnp-subscription
{
  margin: 0;
  position: absolute;
  right: 138px;
}

#tm-toolbar div.tnp.tnp-subscription form
{
  width: 130px;
}

#tm-toolbar .tnp-subscription .tnp-field-email input
{
  width: 130px;
  border-radius: 100px;
}

#tm-toolbar .tnp-subscription div.tnp-field.tnp-field-button
{
  position: absolute;
  right: -33px;
}

#tm-toolbar .tnp-subscription .tnp-submit
{
  background-color: #f2544e;
  border-radius: 100px;
}

#tm-toolbar .tnp-subscription .tnp-submit:hover, #tm-toolbar .uk-icon-button:hover
{
  background-color: #e14e1a;
  cursor: pointer;
}

#tm-toolbar .tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select
{
  padding: 6px 10px 7px 10px;
  border-radius: 0;
}

.dgab-cart-contents {
  background: #f2544e none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  margin-top: 5px;
  padding: 5px;
  position: absolute;
  right: 0;
}

.dgab-cart-contents:hover {
  background: #e14e1a;
  color: #fff;
}

input,select
{
  outline:none;
}

div.uk-panel.widget_polylang ul
{
  list-style: none;
}

div.uk-panel.widget_polylang ul li
{
  display: inline-block;
}

#tm-toolbar .widget_text:last-of-type
{
  float: right;
}

#tm-toolbar .widget_polylang
{
  margin-bottom: 5px;
  text-align: right;
}

#tm-toolbar .widget_polylang ul
{
  padding: 0;
}

#tm-toolbar .widget_polylang a
{
  color: #000;
}

#tm-toolbar .widget_polylang a:hover
{
  text-decoration: underline;
}

.makeUnderline
{
  text-decoration: underline;
}

.itw-home ul
{
  overflow: visible;
}

.itw-home .uk-slidenav-position ul li div[class*=uk-overlay-panel]
{
  cursor: pointer;
  padding: 0;
  position: relative;
}

.itw-home .uk-slidenav-position ul li img
{
  height: 500px !important;
}

.itw-home > h3
{
  cursor: pointer;
}

body[class*=page-id] .acf-map
{
  height: calc(80vh - 2px);
  width: 48%;
  margin: 0 0 0 1%;
  vertical-align: top;
  display: none;background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /* Standard syntax (must be last) */
}

div[id*=asp_results],
body[class*=page-id] .acf-map
{
  margin-top: 20px;
}

/* SEARCH */

div[class*=isotopic_item]
{
  border: 3px solid #eeeeee !important;
  width: 47% !important;
}

fieldset.asp_custom_f
{
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}

fieldset.asp_custom_f select
{
  height: 41px;
}

div.ajaxsearchpro[id*='ajaxsearchprosettings'] fieldset:last-of-type select,
div.ajaxsearchpro[id*='ajaxsearchprobsettings'] fieldset:last-of-type select {
  border-right: 1px solid #868686;
}

div.results::-webkit-scrollbar-track
{
  -webkit-box-shadow: none;
  background-color: #eeeeee;
}

div.results::-webkit-scrollbar
{
  width: 15px;
  background-color: #fff;
}

div.results::-webkit-scrollbar-thumb
{
  background-color: #6CAED6;
}

.uk-icon-button, .uk-subnav-pill > .uk-active > *, .uk-subnav > .uk-active > *
{
  background-color: #f2544e;
}

div.asp_res_loader
{
  padding: 30px 10px 10px 10px !important;
}

p.showmore a
{
  display: inline-block !important;
  padding: 7px !important;
  margin-top: 10px !important;
  background-color: #f2544e !important;
  color: #fff !important;
}

p.showmore a:hover
{
  background-color: #e14e1a !important;
}

.tt-clear-search
{
  display: block;
  text-align: center !important;
  margin-top: 25px !important;
}

.tt-clear-search a
{
  color: #fff !important;
  padding: 7px !important;
  background-color: #f2544e;
}

.tt-clear-search a:hover
{
  color: #fff !important;
  background-color: #e14e1a;
}

.tt-clear-search-in
{
  text-align: center !important;
  margin-bottom: 4px !important;
}

.tt-clear-search-in a
{
  color: #f2544e;
}

.tt-clear-search-in a:hover
{
  text-decoration: underline;
}

.tnp-field-email
{
  padding: 5px 10px;
  height: 30px;
}

.tnp-submit-newsletter
{
  height: 30px !important;
  width: 30px !important;
  padding: 0;
  background-image: url('../images/tt-img/arrow-newsletter.svg');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

div.proinput
{
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput form
{
  height: 39px !important;
}

#ajaxsearchpro1_1 .probox .proinput input.orig,
#ajaxsearchpro1_2 .probox .proinput input.orig,
div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.orig
{
  margin: 0 !important;
  position: absolute;
  top: 0;
  height: 37px;
  width: calc(90% - 20px) !important;
  padding: 1px 0 1px 10px !important;
  color: #f2544e;
  font-weight: bold;
  font-size: 14px;
}

select
{
  font-family: 'Lato' !important;
}

div.ajaxsearchpro[id*='ajaxsearchpro'] .probox
{
  height: 41px !important;
}

legend
{
  font-size: 1.2em !important;
  color: #e14e1a;
}

.proclose
{
  display: none !important;
}

.mCustomScrollBox
{
  max-height: none !important;
}

.searchsettings
{
  border: 1px solid #868686 !important;
  border-top: 0 !important;
  padding-top: 10px !important;
  max-width: 900px !important;
  margin: auto !important;
}

.prosettings
{
  width: 141px !important;
  height: 41px !important;
  background-color: #f2544e !important;
  background-image: none !important;
}

#ajaxsearchpro1_1
{
  border: 1px solid #868686;
  height: 41px !important;
  max-width: 900px;
  margin: 10px auto 0 auto;
  position: relative;
  z-index: 100;
}

.tt-clear-searchbox
{
  position: absolute;
  top: 0;
  right: 8px;
  width: 20px;
  height: 94%;
  background-image: url('../images/tt-img/clear-search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

.tt-clear-searchbox:hover
{
  cursor: pointer;
  opacity: 1;
}

div.ajaxsearchpro[id*='ajaxsearchprobsettings'].searchsettings .option
{
  background-color: transparent;
  border: 1px solid rgb(66, 66, 66);
}

div.ajaxsearchpro[id*='ajaxsearchprobsettings'].searchsettings .option label
{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#ajaxsearchprobsettings1_1.searchsettings .option label:after,
div.ajaxsearchpro[id*="ajaxsearchprobsettings1_"].searchsettings .option label:after
{
  color: rgb(66, 66, 66);
}

.tt-hidden
{
  visibility: hidden;
}

.tt-details-map-grey-bg
{
  position: fixed;
  z-index: 2999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.tt-details-map-box
{
  position: fixed;
  z-index: 3000;
  top: 50%;
  left: 50%;
  width: 250px;
  padding: 10px 10px 15px 10px;
  border: 3px solid #6CAED6;
  background-color: #eeeeee;
  margin-top: -150px;
  margin-left: -138px;
  font-family: 'Roboto Condensed';
}

.tt-details-map-title
{
  text-transform: uppercase;
  margin: 10px 0;
}

.tt-details-map-img
{
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tt-details-map-close
{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 18px;
  height: 18px;
  background-color: #6CAED6;
  padding: 5px;
  border-radius: 100%;
  background-image: url('../images/tt-img/cross-close.svg');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}

.tt-details-map-a
{
  width: 96%;
  display: block;
  margin: 5% 0 0 0;
  padding: 5px;
  background-color: #6CAED6;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.tt-details-map-a:hover,
.tt-details-map-close:hover
{
  cursor: pointer;
  background-color: #4f8cb6;
  color: #fff;
}

.tt-part-1-post, .tt-part-2-post
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 !important;
  width: calc(100% - 20px);
}

.tt-part-1-post
{
  padding: 0 10px;
}

.tt-part-1-post-1-2
{
  width: calc(59% - 27px);
}

.tt-part-2-post
{
  color: #333333;
  padding: 0 10px;
}

.tt-part-2-post-2-2
{
  width: calc(41% - 22px);
  border-left: 1px solid #505150;
  padding: 0 10px 0 12px;
}

.tt-part-2-post a
{
  color: #333333;
}

.tt-part-2-post a:hover
{
  color: #e14e1a;
}

.tt-time-sep
{
  color: #333333;
  padding: 0 5px;
}

.tt-part-2-post .acf-map
{
  height: 220px;
  width: 100%;
  font-weight: 100;
  border: 1px solid #cccccc;
}

.tt-part-2-post table
{
  font-size: 0.85em;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.tt-part-2-post table tr:nth-of-type(1) td:nth-of-type(1){
  padding-top: 7px;
}
.tt-part-2-post table tr:nth-of-type(1) td:nth-of-type(2),
.tt-part-2-post table tr:nth-of-type(1) td:nth-of-type(3)
{
  border-top: 1px solid #333333;
  padding-top: 7px;
}

.tt-part-2-post table tr td:nth-of-type(2)
{
  width: 70px;
}

.tt-ul-red
{
  background-color: #f2544e;
  height: 10px;
  width: 10px;
  margin-right: 12px;
  margin-left: 4px;
  border-radius: 100%;
}

.tt-infos-price
{
  color: #b6b6b6;
}

.tt-infos-price span
{
  color: #333;
}

.tt-infos-kinds
{
  position: absolute;
  z-index: 1;
}

body[class*=adresses] .tt-infos-kinds,
body[class*=address] .tt-infos-kinds
{
  top: -20px;
}

body[class*=recettes] .tt-infos-kinds,
body[class*=recipes] .tt-infos-kinds
{
  top: -12px;
}

.tt-infos-kinds div
{
  background: #f2544e;
  color: #ffffff;
  padding: 3px 15px;
  display: inline-block;
  margin: 0 4px 8px 4px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg)
}

.tt-infos-price,
.tt-infos-district,
.tt-infos-phone,
.tt-infos-time,
.tt-fumeur-no,
.tt-fumeur
{
  background-position: top 2px left;
  background-repeat: no-repeat;
  background-size: 18px;
  margin: 12px 0 8px 0;
  padding-left: 26px;
}

.tt-infos-price
{
  background-image: url('../images/tt-img/credit-card.svg');
}

.tt-infos-district
{
  background-image: url('../images/tt-img/location.svg');
}

.tt-infos-phone
{
  background-image: url('../images/tt-img/phone.svg');
}

.tt-infos-time
{
  background-image: url('../images/tt-img/time.svg');
}

.tt-fumeur
{
  background-image: url('../images/tt-img/smoke.svg');
}

.tt-fumeur-no
{
  background-image: url('../images/tt-img/no-smoke.svg');
}

.rp4wp-related-posts h3
{
  text-align: center;
}

.rp4wp-related-posts h3 span
{
  background: #f2544e;
  color: #ffffff;
  padding: 3px 15px;
  display: inline-block;
  margin: 0 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg)
}

.rp4wp-related-posts img
{
  width: 100%;
}

.rp4wp-related-posts ul
{
  padding-left: 0;
  text-align: center;
}

.rp4wp-related-posts ul li
{
  padding: 13px;
  background-color: #eeeeee;
  list-style: none;
  vertical-align: top;
}

.rp4wp-related-posts ul > a
{
  color: #6CAED6;
}

.rp4wp-related-post-content
{
  margin-top: 15px;
  color: #2e2d2f;
}

.rp4wp-related-post-content h4
{
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  font-family: 'Roboto Condensed';
}

.uk-offcanvas-bar
{
  background-color: #505150;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus
{
  background-color: #fff;
  color: #2e2d2f;
}

.uk-navbar-toggle
{
  background: url('../images/tt-img/menu.svg') no-repeat 50%;
  padding: 0 18px;
}

div .tm-totop-scroller
{
  text-align: right;
  bottom: 0;
  margin: 0 5px 11px 0;
  right: 0;
  position: fixed;
  z-index: 2000;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: none;
}

.tm-totop-scroller > a
{
  background-position: center;
  width: 25px;
  height: 25px;
}

body.single-post[class*=interviews],
body.single-post[class*=interviews] div#tm-main
{
  margin-bottom: 0 !important;
}

body.single-post[class*=interviews] .uk-grid > div.tm-main
{
  margin-top: 15px;
  margin-bottom: 40px;
}

.tt-default-post img
{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto;
}

.tt-thumbnail-post-detail
{
  text-align: center;
  position: relative;
}

.tt-thumbnail-post-detail img
{
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.tt-thumbnail-post-detail:hover .wp-caption-text
{
  opacity: 1;
}

.tt-default-post iframe
{
  width: 100%;
  max-width: 1000px;
  height: 80vh;
  margin: 0px auto 30px auto;
  display: block;
}

.tt-default-post
{
  font-size: 20px;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  line-height: 32px;
  color: #1b1819;
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, serif;
  margin-bottom: 40px;
}

.tt-default-post h1,
.tt-default-post h2,
.tt-default-post h3,
.tt-default-post h4,
.tt-default-post h5,
.tt-default-post h6,
.tt-default-post p
{
  width: 80%;
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.tt-default-1st .tt-the-content:first-letter,
.tt-default-1st .tt-the-content::first-letter
{
  font-size: 190px;
  letter-spacing: 0;
  float: left;
  line-height: 137px;
  padding: 10px 0 0 0;
  margin-right: 20px;
  margin-left: -8px;
  color: #e14e1a;
}

.tt-question-title
{
  padding-bottom: 8px !important;
  font-weight: bold;
}

.tt-default-post ul
{
  list-style-type: none;
  width: 80%;
  max-width: 600px;
  margin: 0 auto 14px auto;
  padding: 0;
  border-bottom: 1px solid #e14e1a;
}

.tt-default-post ul li
{
  display: inline-block;
  background-color: #e14e1a;
  color: white;
  padding: 0 5px;
}

.tt-default-post .tt-the-content > p:first-of-type
{
  border-top: 1px solid #1b1819;
  padding-top: 30px;
}

.tt-default-post .tt-the-content > p
{
  padding-bottom: 30px;
}

.tt-intro-text
{
  color: #1b1819;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  font-style: normal;
  width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
}

.tt-default-post h1.uk-article-title
{
  width: calc(100% - 30px) !important;
  padding: 10px 15px 34px 15px;
  color: #1b1819;
  font-weight: 400;
  text-align: center;
  font-size: 60px;
  line-height: 64px;
  margin: auto !important;
  font-family: Georgia, serif;
}

.rp4wp-related-posts h3
{
  margin: 0 0 25px 0;
}

.tt-a-wrapper-archive
{
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

.tt-a-wrapper-archive .tt-blog-thumbnail,
.tt-a-wrapper-archive .tt-blog-content
{
  display: block;
  vertical-align: top;
  text-align: center;
}

.tt-a-wrapper-archive .tt-blog-thumbnail img
{
  width: 100%;
  padding: 10px;
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.tt-a-wrapper-archive .tt-blog-content
{
  margin-top: 20px;
}

body.archive[class*="recettes"] .tt-archives-separator,
body.archive[class*="recipes"] .tt-archives-separator
{
  display: none;
}

@media screen and (min-width: 991px){
  .tt-a-wrapper-archive
  {
    width: calc(25% - 4px);
  }
}

@media screen and (min-width: 850px) and (max-width: 990px){
  .tt-a-wrapper-archive
  {
    width: calc(33.33% - 4px);
  }
}

@media screen and (min-width: 768px) and (max-width: 849px){
  .tt-a-wrapper-archive
  {
    width: calc(50% - 4px);
  }
}

@media screen and (min-width: 768px){
  .tt-a-wrapper-archive
  {
    border: 2px solid #fff;
  }
  .tt-a-wrapper-archive:hover
  {
    border: 2px solid #eeeeee;
  }
  .tt-a-wrapper-archive .tt-blog-content
  {
    padding: 10px;
    margin: 0;
    max-width: calc(100%);
  }
  body.archive[class*="recettes"] div#tm-main,
  body.archive[class*="recipes"] div#tm-main
  {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px){
  body.archive #tm-main .uk-container
  {
    padding: 0;
  }
  .tt-a-wrapper-archive
  {
    margin-bottom: 30px;
    padding-bottom: 32px;
    background-image: url('../images/tt-img/separator.png');
    background-size: 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  .tt-a-wrapper-archive:hover .tt-archive-excerpt,
  .tt-a-wrapper-archive:hover .tt-blog-content h1
  {
    color: #f2544e;
  }
  .tt-a-wrapper-archive:last-of-type
  {
    background: none;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .tt-a-wrapper-archive .tt-blog-content
  {
    padding: 0 10px;
  }
  .tt-a-wrapper-archive .tt-the-tags,
  .tt-a-wrapper-archive .tt-blog-content h1,
  .tt-a-wrapper-archive .tt-archive-excerpt,
  .tt-a-wrapper-archive .tt-blog-thumbnail
  {
    text-align: center;
  }
  .tt-a-wrapper-archive .tt-blog-thumbnail
  {
    width: 100%;
  }
  .tt-a-wrapper-archive .tt-blog-content
  {
    width: calc(100% - 20px);
  }
  body.archive[class*="recettes"] div#tm-main,
  body.archive[class*="recipes"] div#tm-main
  {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 450px){
  .tt-a-wrapper-archive .tt-blog-thumbnail img
  {
    width: 100%;
    padding: 0;
  }
  body.archive[class*="recettes"] div#tm-main,
  body.archive[class*="recipes"] div#tm-main
  {
    padding-top: 5px !important;
  }
}

.tt-a-wrapper-archive .tt-blog-content h1
{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 30px;
  margin-top: 8px;
  margin-left: -2px;
  margin-bottom: 10px !important;
}

.tt-a-wrapper-archive .tt-the-tags
{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 18px;
}

.tt-a-wrapper-archive .tt-the-tags span
{
  margin: 0 10px 10px 10px;
  color: #f2544e;
  border: 1px solid #f2544e;
  padding: 5px;
  display: inline-block;
  white-space: nowrap;
}

.tt-a-wrapper-archive .tt-archive-excerpt
{
  color: #505150;
  font-weight: 300;
}

.tt-a-wrapper-archive:hover .tt-blog-thumbnail img
{
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
}

.tt-the-tags-details
{
  text-align: center;
  color: #1b1819;
  font-size: 12px;
  line-height: 13px;
  font-family: 'Lato';
}

.tt-the-tags-details span
{
  text-transform: uppercase;
}

.tt-the-date
{
  text-align: center;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 13px;
  font-family: 'Lato';
  margin-top: 5px;
  margin-bottom: 32px;
}

div.wp-caption
{
  text-align: center;
  position: relative;
  width: 100% !important;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 30px;
}

.wp-caption img
{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.wp-caption-text
{
  padding: 2px 10px;
  margin: 0 !important;
  width: calc(100% - 20px) !important;
  max-width: 1000px !important;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  color: #505150;
  transition: opacity .5s ease-in-out;
}

.wp-caption:hover .wp-caption-text
{
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.tt-cb
{
  padding: 3px;
}

.tt-cb span
{
  margin-left: 3px;
}

.tt-cb-no span
{
  padding-left: 17px;
  background-image: url('../images/tt-img/warning.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center left;
}

.archive[class*=interviews] .tm-top-a,
.archive[class*=frigo] .tm-top-a,
.archive[class*=fridge] .tm-top-a
{
  margin: 0;
}

.home .tm-top-a
{
  margin: 0;
}

.rpwe-thumb
{
  width: 100%;
}

.bonnes-adresses-home
{
  text-align: center;
}

.bonnes-adresses-home .rpwe-ul a .rpwe-li
{
  border-bottom: none;
  margin-bottom: 25px;
  padding-bottom: 30px;
  list-style-type: none;
  background-image: url('../images/tt-img/knife-fork.png');
  background-size: 18px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bonnes-adresses-home .rpwe-ul a:last-of-type .rpwe-li
{
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bonnes-adresses-home .rpwe-img div
{
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.bonnes-adresses-home .rpwe-ul a:hover .rpwe-img div
{
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
}

.bonnes-adresses-home h3.rpwe-title
{
  padding: 10px 0 5px 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #505150;
  font-size: 1.3vw;
  font-weight: 300;
}

.bonnes-adresses-home h3.rpwe-title a
{
  color: #505150;
  font-size: 1.3vw;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

.bonnes-adresses-home .rpwe-summary
{
  color: #868686;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 991px) and (max-width: 1200px){
  .right-side-header
  {
    padding-bottom: 10px;
  }
  .right-side-header .rpwe-ul
  {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 865px){
  .right-side-header h3.rpwe-title a
  {
    line-height: 14px !important;
  }
  .right-side-header .rpwe-summary
  {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .itw-home .uk-slidenav-position ul li img
  {
    height: 450px !important;
  }
  .itw-home .uk-cover-background
  {
    height: 450px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px){
  .bonnes-adresses-home h3.rpwe-title
  {
    font-size: 2vw;
    line-height: 17px;
  }
  .bonnes-adresses-home h3.rpwe-title a
  {
    font-size: 2vw;
    line-height: 21px;
  }
  .bonnes-adresses-home .rpwe-summary
  {
    font-size: 1.6vw;
    line-height: 18px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1030px){
  .bonnes-adresses-home h3.rpwe-title
  {
    font-size: 1.8vw;
    line-height: 17px;
  }
  .bonnes-adresses-home h3.rpwe-title a
  {
    font-size: 1.8vw;
    line-height: 21px;
  }
  .bonnes-adresses-home .rpwe-summary
  {
    font-size: 1.4vw;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 879px){
  .bonnes-adresses-home .rpwe-img div
  {
    height: 115px;
  }
}

@media screen and (min-width: 880px) and (max-width: 1225px){
  .bonnes-adresses-home .rpwe-img div
  {
    height: 130px;
  }
}

.bonnes-adresses-home .rpwe-ul a:hover .rpwe-summary,
.bonnes-adresses-home .rpwe-ul a:hover h3.rpwe-title a
{
  color: #e14e1a;
}

.bonnes-adresses-home .rpwe-summary::first-letter
{
  font-size: 150%;
  color: #e14e1a;
}

.right-side-header
{
  background-color: #f6f7f0;
  padding: 20px 10px;
  min-height: auto !important;
  height: 490px !important;
}

@media screen (min-width: 768px) and (max-width: 1180px){
  .right-side-header
  {
    padding: 20px 10px 10px 10px;
  }
  .right-side-header .rpwe-ul
  {
    margin-bottom: 0;
  }
}

@media screen (min-width: 768px) and (max-width: 875px){
  .right-side-header h3.uk-panel-title
  {
    margin-bottom: 80px !important;
  }
}

.right-side-header h3.uk-panel-title
{
  text-transform: uppercase;
  text-align: center;
  color: #505150;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}

.right-side-header h3.uk-panel-title:before
{
  background-image: url('../images/tt-img/lines-left.png');
  background-repeat: no-repeat;
  content: '';
  height: 20px;
  width: 21px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.right-side-header h3.uk-panel-title:after
{
  background-image: url('../images/tt-img/lines-right.png');
  background-repeat: no-repeat;
  content: '';
  height: 20px;
  width: 21px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (min-width: 840px) and (max-width: 1049px){
  .right-side-header h3.uk-panel-title
  {
    font-size: 18px;
  }
  .right-side-header h3.uk-panel-title:before
  {
    height: 15px;
    width: 16px;
    margin-right: 7px;
  }
  .right-side-header h3.uk-panel-title:after
  {
    height: 15px;
    width: 16px;
    margin-left: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 839px){
  .right-side-header h3.uk-panel-title
  {
    font-size: 15px;
  }
  .right-side-header h3.uk-panel-title:before
  {
    height: 13px;
    width: 14px;
    margin-right: 5px;
  }
  .right-side-header h3.uk-panel-title:after
  {
    height: 13px;
    width: 14px;
    margin-left: 5px;
  }
}

.right-side-header .rpwe-ul,
.bonnes-adresses-home .rpwe-ul
{
  padding: 0;
}

.right-side-header .rpwe-ul a .rpwe-li
{
  margin-bottom: 15px;
  padding-bottom: 28px;
  list-style-type: none;
  background-size: 14px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.tt-no-bg
{
  background: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.home .right-side-header .rpwe-ul a .rpwe-li,
.archive[class*=frigo] .right-side-header .rpwe-ul a .rpwe-li,
.archive[class*=fridge] .right-side-header .rpwe-ul a .rpwe-li,
.archive[class*=interviews] .right-side-header .rpwe-ul a .rpwe-li
{
  background-image: url('../images/tt-img/chefs-hat.png');
}

.right-side-header .rpwe-ul a:last-of-type .rpwe-li,
.tt-last-li
{
  background-image: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.right-side-header h3.rpwe-title
{
  margin: 0 0 4px 0;
}

.right-side-header h3.rpwe-title a
{
  text-transform: uppercase;
  color: #e14e1a;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: 2px;
}

.right-side-header h3.rpwe-title:hover a
{
  color: rgb(80, 81, 80);
}

.right-side-header .rpwe-summary
{
  color: #505150;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
}

.right-side-header .rpwe-ul a:hover .rpwe-summary
{
  color: #e14e1a;
}

.tt-archives-separator
{
  position: relative;
  margin: 20px 20px 40px 20px;
}

.tt-archives-separator-line
{
  border-top: 1px solid #505150;
  margin-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tt-archives-separator-text
{
  text-align: center;
  position: relative;
  z-index: 1;
}

.tt-archives-separator-text span
{
  background-color: #fff;
  padding: 20px 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-family: 'Roboto Condensed';
  line-height: 26px;
  font-weight: 100;
  color: #505150;
  text-transform: uppercase;
}

.tt-archives-separator-text span:before
{
  background-image: url('../images/tt-img/lines-left.png');
  background-repeat: no-repeat;
  content: '';
  height: 20px;
  width: 21px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.tt-archives-separator-text span:after
{
  background-image: url('../images/tt-img/lines-right.png');
  background-repeat: no-repeat;
  content: '';
  height: 20px;
  width: 21px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

#load-more
{
  background-color: #f2544e;
  border-radius: 0;
}

.tt-cat-back-receipes
{
  text-align: center;
}

.tt-cat-back-receipes a
{
  color: #505150;
  padding-left: 50px;
  background-image: url('../images/tt-img/chefs-hat.png');
  background-position: top 8px left 10px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 8px 12px 8px 40px;
  margin: 2px 5px 12px 10px;
  display: inline-block;
  border: 2px solid #505150;
  opacity: 0.6;
}

.tt-cat-back-receipes a:hover
{
  opacity: 1;
}

.tt-recipe-style-post h1.uk-article-title
{
  color: #505150;
}

.tt-recipe-style-post p
{
  color: #878888;
}

.tt-recipe-main-titles
{
  background-color: #e0e1e0;
  color: #878888;
  padding: 10px 15px;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.tt-recipe-ingredients ul
{
  color: #878888;
  list-style: none;
  padding-left: 0;
}

.tt-recipe-ingredients ul
{
  margin-top: 2px;
}

.tt-recipe-instructions ul:first-of-type
{
  margin-top: 10px;
  color: #878888;
  list-style: none;
  padding-left: 0;
}

.tt-recipe-ingredients ul li
{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.tt-recipe-ingredients ul li:last-of-type
{
  border-bottom: 0;
}

.tt-recipe-instructions ul:first-of-type li
{
  padding: 10px;
  cursor: pointer;
}

.tt-recipe-instructions ul li span
{
  background-color: #e0e1e0;
  padding: 5px 10px;
  border-radius: 100%;
  margin-right: 10px;
}

.tt-recipe-instructions ul li div
{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
}

.tt-recipe-instructions-help
{
  font-size: 0.8em;
  border-top: 0.5px solid #ccc;
  margin: 0px 10px;
  padding-top: 6px;
  color: #ccc;
  list-style: none;
  padding-left: 0;
}

.tt-recipe-instructions-help li
{
  padding: 2px 0;
  line-height: 1.4em;
}

.tt-span-bg-red
{
  background-color: #f2544e !important;
  color: #fff;
}

.tt-recipe-general-indications
{
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
  text-align: center;
}

.tt-recipe-general-indications > div
{
  text-align: center;
  color: #878888;
}

.tt-recipe-general-indications > div span
{
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3px 0 3px 34px;
  font-size: 14px;
  line-height: 36px;
}

.tt-recipe-people span
{
  background-image: url('../images/tt-img/people.png');
}

.tt-recipe-preptime span
{
  background-image: url('../images/tt-img/time.png');
}

.tt-recipe-baketime span
{
  background-image: url('../images/tt-img/bake-time.png');
}

.tt-recipe-budget span
{
  background-image: url('../images/tt-img/euro.png');
}

.tt-recipe-difficulty span
{
  background-image: url('../images/tt-img/chefs-hat-lighter-grey.png');
}

.tt-frigo-style
{
  margin-top: 24px;
}

@media screen and (min-width: 950px){
  .tt-frigo-style
  {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media screen and (min-width: 650px) and (max-width: 949px){
  .tt-frigo-style
  {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.tt-frigo-style h1.uk-article-title
{
  padding: 5px 15px 0 0;
  margin: 0;
}

.tt-frigo-style .tt-the-date
{
  text-align: left;
}

.tt-frigo-style .tt-thumbnail-post-detail
{
  margin-bottom: 10px;
  padding-top: 5px;
}

.tt-frigo-style .tt-thumbnail-post-detail img
{
  max-width: 600px;
}

.tt-frigo-initiales
{
  color: #e14e1a;
  font-weight: bold;
  font-size: 1.1em;
}

.tt-social-links
{
  border-top: 1px solid #bdbdbd;
  padding-top: 6px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Lato';
}

body[class*="interviews"] .tt-social-links
{
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

body[class*="recettes"] .tt-social-links,
body[class*="recipes"] .tt-social-links
{
  margin: 10px;
}

.tt-social-links a
{
  margin-right: 10px;
  color: #bdbdbd;
  font-style: italic;
}

.tt-social-links a:hover
{
  color: #505150;
}

.tt-the-content > p
{
  margin: auto;
  color: #505150;
}

.tt-frigo-subtitle-txt
{
  font-style: italic;
}

.tt-frigo-subcontent
{
  color: #868686;
}

.tt-frigo-food-img
{
  width: 100%;
  margin-top: 25px;
}

.tt-see-all-recipes
{
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center
}

.tt-see-all-recipes span
{
  width: 10px;
  height: 1px;
  display: block;
  position: relative;
  margin: 7px auto 15px auto;
  background-color: #505150;
}

.tt-see-all-recipes a
{
  color: #e14e1a;
}

.tt-see-all-recipes a:hover
{
  text-decoration: underline;
}

.tt-unbreakable-column
{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display:table;
}

div.ajaxsearchpro.searchsettings[id*="ajaxsearchprosettings"] fieldset,
div.ajaxsearchpro.searchsettings[id*="ajaxsearchprobsettings"] fieldset
{
  margin: 0 !important;
}

.tt-search-container
{
  display: inline-block;
  width: 25%;
}

div.ajaxsearchpro[id*='ajaxsearchprobsettings'].searchsettings form
{
  margin-bottom: 4px !important;
}

.label
{
  cursor: pointer;
}

nav.tm-navbar .uk-flex
{
  position: relative;
}

#tt-fixed-menu-logo
{
  display: none;
}

#tt-fixed-menu-logo img
{
  position: absolute;
  left: 5px;
  top: 5px;
}

.tt-fixed-menu-logo-reg img
{
  width: 192px;
}

.tt-fixed-menu-logo-initials img
{
  width: 46px;
}

nav.uk-navbar.tm-navbar.uk-active #tt-fixed-menu-logo
{
  display: block;
}

div.ssba.ssba-wrap
{
  z-index: 100;
}

div.ssba.ssba-wrap img
{
  margin: 0;
}

ul.uk-nav.uk-nav-offcanvas
{
  margin-bottom: 30px;
}

ul.uk-nav.uk-nav-offcanvas li a
{
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}

.uk-offcanvas-bar .uk-panel.widget_text:first-of-type
{
  margin: 10px;
}

.uk-offcanvas-bar .uk-panel.widget_text:nth-of-type(2)
{
  margin: 12px 10px 15px 10px;
}

.uk-offcanvas-bar .uk-panel.widget_polylang
{
  margin: 10px;
}

.uk-offcanvas-bar .uk-panel.widget_text:first-of-type
{
  padding-top: 12px;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.uk-offcanvas-bar .uk-panel.widget_text:first-of-type a:first-of-type
{
  margin-right: 11px;
}

.uk-offcanvas-bar .uk-panel.widget_text:first-of-type .uk-icon-button
{
  width: calc(50% - 7px);
  border-radius: 0;
}

.uk-offcanvas-bar h3
{
  text-align: left;
  margin-bottom: 4px;
}

.uk-offcanvas-bar .uk-panel.widget_text:nth-of-type(2) .tnp-subscription
{
  margin: 0 auto;
}

.uk-offcanvas-bar .uk-panel.widget_text:nth-of-type(2) .tnp-subscription label
{
  display: none;
}

.uk-offcanvas-bar .uk-panel.widget_text:nth-of-type(2) .tnp-subscription div.tnp-field
{
  margin-bottom: 0;
}

.uk-offcanvas-bar .uk-panel.widget_text:nth-of-type(2) .tnp-submit
{
  width: 100%;
  background-color: #f2544e !important;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
}

.uk-offcanvas-bar .uk-panel.widget_text:nth-of-type(2) .tnp-submit:hover
{
  cursor: pointer;
  background-color: #e11a33;
}

.uk-offcanvas-bar .widget_polylang
{
  padding-top: 12px;
  border-top: 1px solid #fff;
}

.uk-offcanvas-bar .widget_polylang ul
{
  padding-left: 0;
}

.uk-offcanvas-bar .widget_polylang ul li
{
  width: calc(50% - 19px);
}

.uk-offcanvas-bar .widget_polylang ul a
{
  width: 100%;
  text-align: center;
  padding: 5px;
  border: 1px solid #f2544e;
  display: block;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}

.uk-offcanvas-bar .widget_polylang ul li:first-of-type
{
  margin-right: 24px;
}

.uk-offcanvas .uk-panel a:not([class]):hover,
.makePlain:hover
{
  color: #fff;
  background-color: #e11a33;
  border-color: #e11a33 !important;
}

.makePlain
{
  background-color: #f2544e;
  color: #fff;
}

.innericon
{
  height: calc(100% - 21px) !important;
  padding-top: 2px !important;
}

.tt-filters-label
{
  color: #fff;
  padding: 0 3px 2px 4px !important;
  font-size: 0.9em;
  line-height: 17px;
  text-transform: lowercase !important;
}

.nouveautes-home .rpwe-ul
{
  list-style: none;
  padding-left: 0;
}

.nouveautes-home .rpwe-ul > a
{
  display: inline-block;
  vertical-align: top;
}

.nouveautes-home a
{
  color: #2e2d2f;
}

.nouveautes-home .rpwe-ul > a li
{
  padding: 10px;
  border: 2px solid #ececec;
  margin: 10px;
}

.nouveautes-home .rpwe-ul > a li:hover
{
  background-color: #ececec;
}

.nouveautes-home .rpwe-img div
{
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nouveautes-home .rpwe-title
{
  margin: 15px 0;
  font-size: 20px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}

.nouveautes-home .rpwe-block
{
  padding-top: 20px;
  border-top: 1px solid rgb(129, 129, 129);
}

.nouveautes-home > h3
{
  position: relative;
  width: 200px;
  right: 0px;
  text-align: center;
  padding: 5px;
  z-index: 1;
  background-color: #f2544e;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 100;
  margin: 0 auto -18px auto;
}

strong
{
  font-weight: bold;
}

.home #tm-bottom-a
{
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.rp4wp-related-post-image
{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 128px;
}

body[class*=page-id-14] article.uk-article,
body[class*=page-id-130] article.uk-article
{
  margin-top: 20px;
}

body[class*=page-id-14] .tt-page-content,
body[class*=page-id-130] .tt-page-content
{
  width: calc(50% - 25px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

body[class*=page-id-14] article.uk-article,
body[class*=page-id-130] article.uk-article
{
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #505150;
  text-align: justify;
}

body[class*=page-id-14] article.uk-article p:first-of-type,
body[class*=page-id-130] article.uk-article p:first-of-type
{
  margin-top: 0;
}

body[class*=page-id-14] article.uk-article p:first-letter,
body[class*=page-id-130] article.uk-article p:first-letter,
body[class*=page-id-14] article.uk-article p::first-letter,
body[class*=page-id-130] article.uk-article p::first-letter
{
  color: #e14e1a;
  font-weight: bold;
}

body[class*=page-id-14] .wpcf7 input[type=text],
body[class*=page-id-130] .wpcf7 input[type=text],
body[class*=page-id-14] .wpcf7 input[type=email],
body[class*=page-id-130] .wpcf7 input[type=email],
body[class*=page-id-14] .wpcf7 textarea,
body[class*=page-id-130] .wpcf7 textarea
{
  width: calc(100% - 14px);
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 4px;
  color: #505150;
  font-size: 14px;
  font-family: Georgia;
}

body[class*=page-id-14] .wpcf7 input[type=submit],
body[class*=page-id-130] .wpcf7 input[type=submit]
{
  width: calc(100% - 4px);
  text-align: center;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #505150;
  font-family: Georgia, serif;
  font-size: 15px;
}

body[class*=page-id-14] .wpcf7 input[type=submit]:hover,
body[class*=page-id-130] .wpcf7 input[type=submit]:hover
{
  background: #505150;
  color: #fff;
  cursor: pointer;
}

body[class*=page-id-14] .wp-post-image,
body[class*=page-id-130] .wp-post-image
{
  width: calc(50% - 2px);
}

body[class*=page-id-14] #tm-main,
body[class*=page-id-130] #tm-main
{
  margin-bottom: 0 !important;
}

.tt-contact-bg
{
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.woocommerce .tt-archives-separator
{
  display: none;
}

body.wp-product-archive .woocommerce-products-header,
body[class*="wp-cat-"] .woocommerce-products-header
{
  text-align: center;
}

body.wp-product-archive li.product .add_to_cart_button,
body.wp-product-archive li.product span.price,
body[class*="wp-cat-"] li.product .add_to_cart_button,
body[class*="wp-cat-"] li.product span.price
{
  display: none !important;
}

.woocommerce-ordering,
body.post-type-archive nav.woocommerce-breadcrumb,
body.post-type-archive header.woocommerce-products-header
{
  display: none;
}

nav.woocommerce-breadcrumb
{
  margin-top: 10px !important;
  padding: 0 10px !important;
}

h1.woocommerce-products-header__title page-title
{
  margin-bottom: 0 !important;
}

body.wp-product-archive ul.products
{
  padding-top: 10px;
}

body.post-type-archive ul.products
{
  padding-top: 48px;
}

body.wp-product-archive h2.woocommerce-loop-product__title,
body[class*="wp-cat-"] h2.woocommerce-loop-product__title
{
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 45% 10px 0 10px;
  width: calc(100% - 59px);
  text-align: center;
  background: hsla(0, 0%, 88%, .9);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

body.wp-product-archive li.product,
body[class*="wp-cat-"] li.product
{
  overflow: hidden;
}

body.wp-product-archive li.product:hover h2.woocommerce-loop-product__title,
body[class*="wp-cat-"] li.product:hover h2.woocommerce-loop-product__title
{
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message
{
  background: #f4f4f4;
  color: #000;
}

.woocommerce-result-count
{
  margin: 0 !important;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
/\/\/\/\/\/\SMALL SCREENS - START\/\/\/\/\/\/\
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

/*MEDIA SPECIFICATIONS - START */

/* --> 767px ; FOR --> 874px see below */

@media screen and (min-width: 768px) and (max-width: 959px){
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product
  {
    width: 50%;
  }
}

@media screen and (max-width: 767px){
  body[class*="woocommerce"] div.tm-main
  {
    margin-top: 60px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product
  {
    width: 100%;
  }
  body[class*=page-id-14] article.uk-article,
  body[class*=page-id-130] article.uk-article
  {
    margin-top: 75px;
  }
  body[class*=page] .uk-container
  {
    padding: 0 10px;
  }
  .home .tm-top-a > .uk-width-medium-1-5,
  .home .tm-top-a > .uk-width-medium-3-5,
  body[class*=archive] .tm-top-a > .uk-width-medium-1-5,
  body[class*=archive] .tm-top-a > .uk-width-medium-3-5
  {
    padding: 0;
  }
  .bonnes-adresses-home h3.rpwe-title
  {
    padding: 10px 10px 5px 10px;
  }
  .bonnes-adresses-home .rpwe-summary
  {
    padding: 0 15px;
  }
  #tm-bottom-a > div.uk-container
  {
    padding: 0 10px;
  }
  .uk-subnav-pill > * > *
  {
    padding: 3px 5px;
  }
  .places-grid ul
  {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .places-grid ul li
  {
    padding-left: 5px;
  }
  .home #tm-top-a[class*='tm-block-gutter']
  {
    margin: 82px auto 0 auto !important;
  }
  body[class*=archive] #tm-top-a[class*='tm-block-gutter']
  {
    margin: 82px auto 35px auto !important;
  }
  .itw-home ul[class*=rpwe-ul],
  .itw-home li[class*=rpwe-li]
  {
    height: 300px;
  }
  .itw-home li[class*=rpwe-li] .rpwe-title
  {
    font-size: 20px;
    line-height: 20px;
    width: calc(100% - 10px);
    padding: 4px 4px 5px 8px;
  }
  body[class*=address] #tm-main,
  body[class*=adress] #tm-main
  {
    margin: 68px auto 30px auto !important;
  }
  .page-id-41 [class*='tm-block-gutter'],
  .page-id-132 [class*='tm-block-gutter']
  {
    margin: 65px auto 30px auto !important;
  }
  .tt-archives-separator
  {
    position: relative;
    margin: 0 0 30px 0;
  }
  div.ssba.ssba-wrap
  {
    position: fixed;
    bottom: 0;
    background-color: #fff;
  }
  div.ssba.ssba-wrap a
  {
    display: inline-block;
  }
  div.ssba.ssba-wrap a:hover
  {
    opacity: 0.8;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px){
  div.ssba.ssba-wrap
  {
    left: 50%;
    margin-left: -100px;
  }
}

@media screen and (min-width: 750px) and (max-width: 929px){
  .nouveautes-home .rpwe-ul > a
  {
    width: 33.33%;
  }
  .nouveautes-home .rpwe-ul > a:nth-of-type(3n+1) li
  {
    margin-left: 0;
  }
  .nouveautes-home .rpwe-ul > a:nth-of-type(3n) li
  {
    margin-right: 0;
  }
}

@media screen and (min-width: 470px) and (max-width: 749px){
  .nouveautes-home .rpwe-ul > a
  {
    width: 50%;
  }
  .nouveautes-home .rpwe-ul > a:nth-of-type(2n+1) li
  {
    margin-left: 0;
    margin-right: 5px;
  }
  .nouveautes-home .rpwe-ul > a:nth-of-type(2n) li
  {
    margin-left: 5px;
    margin-right: 0;
  }
}

@media screen and (max-width: 469px){
  .nouveautes-home .rpwe-ul > a
  {
    width: 100%;
  }
  .nouveautes-home .rpwe-ul > a li
  {
    margin: 10px 0;
  }
}

@media screen and (max-width: 299px){
  div.ssba.ssba-wrap
  {
    left: 0;
  }
}
@media screen and (max-width: 768px){
  .tt-show-map
  {
    display: block !important;
    border: 1px solid #868686;
    border-top: 0;
    background-color: white;
    color: #868686;
    font-size: 1.1em;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 25px 10px 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    width: calc(100% - 79px);
    max-width: 100%;
    margin-bottom: 20px;
    background-image: url('../images/tt-img/map.svg');
    background-position: calc(10px) 50%;
    background-repeat: no-repeat;
    background-size: 30px;
  }
  .tt-hide-map
  {
    position: fixed;
    z-index: 2998;
    top: 0;
    left: 0;
    height: 54px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
    font-size: 1.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #6CAED6;
    cursor: pointer;
  }
}
@media screen and (max-width: 874px){
  body[class*=page-id] .acf-map
  {
    position: fixed;
    z-index: 2997;
    left: 0;
    margin:20px 0px 0px 0px;
    width: 100%;
    display: none;
  }

  div[class*=isotopic_item]
  {
    border: 3px solid #eeeeee !important;
    width: 100% !important;
  }
  div.ajaxsearchpro[id*="ajaxsearchprobsettings1_"].searchsettings form
  {
    display: flex;
    width: 100%;
  }
  div.ajaxsearchpro[id*='ajaxsearchprosettings'] fieldset:last-of-type select,
  div.ajaxsearchpro[id*='ajaxsearchprobsettings'] fieldset:last-of-type select {
    border-bottom: 1px solid #868686;
  }
  div.ajaxsearchpro[id*='ajaxsearchpro'] .probox
  {
    border-bottom: 1px solid #868686 !important;
  }
  fieldset
  {
    max-height: none !important;
  }
  legend
  {
    margin-top: 8px !important;
  }
  .tt-clear-search-in a
  {
    display: block;
    text-align: center !important;
    padding: 5px 0 10px 0 !important;
  }
  #ajaxsearchprobsettings1_1
  {
    padding-top: 4px !important;
  }
  .tt-part-2-post
  {
    border-left: 0;
  }
  .tt-part-1-post img
  {
    border: 0;
    margin: 22px 0 0 -20px;
    max-width: none;
  }
  .tt-food-style-img .tt-part-1-post img
  {
    width: calc(100% + 33px);
  }
  .tt-recipe-style-post .tt-part-1-post img
  {
    width: calc(100% + 30px);
  }
  .tt-part-2-post .acf-map
  {
    width: calc(100% + 30px);
    border-right: 0;
    margin-left: -20px;
  }
  .tt-part-1-post
  {
    top: 15px;
  }
  .tt-part-1-post,
  .tt-part-2-post
  {
    width: calc(100% - 20px);
  }
  .tt-part-2-post
  {
    margin-bottom: 0 !important;
    padding-top: 30px;
  }
  .category-bonnes-adresses .uk-container,
  .category-good-addresses .uk-container,
  .category-weekly-recipes .uk-container,
  .category-recettes-de-la-semaine .uk-container
  {
    padding: 0;
  }
  .tt-infos-kinds
  {
    top: -12px;
    left: 1px;
  }
  .tt-part-3-post
  {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .rp4wp-related-posts ul li
  {
    width: calc(100% -26px);
    border-top: 3px solid #6CAED6;
    margin-bottom: 10px;
    text-align: center;
  }
  div.rp4wp-related-post-image
  {
    height: 80px;
    width: 80px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 2px solid #6CAED6;
  }
  div.rp4wp-related-post-image img
  {
    display: none;
  }
  .rp4wp-related-post-content p
  {
    margin: 7px 0 0 0;
  }
  body.single-post[class*=interviews] main#tm-content
  {
    padding-bottom: 15px;
  }
  .rp4wp-related-posts ul li
  {
    background-color: #fff;
    padding-top: 22px;
    margin: 13px;
    border-top: 2px solid #6CAED6;
  }
  .rp4wp-related-posts ul a:first-of-type li
  {
    border-top: 0;
  }
  body.single-post[class*=interviews] .uk-container,
  body.single-post[class*=fridge] .uk-container
  {
    padding: 0;
  }
  .tt-default-post iframe
  {
    height: 50vh;
    min-height: 200px;
  }
  .tt-recipe-main-titles
  {
    margin-left: -10px;
    width: calc(100% - 10px);
  }
  .tt-recipe-general-indications
  {
    margin-left: -10px;
    width: calc(100% + 20px);
    border-bottom: 0;
  }
  .tt-recipe-general-indications > div
  {
    text-align: left;
    padding: 0 20px;
  }
  .tt-default-post div.wp-caption.tt-thumbnail-post-detail
  {
    margin-bottom: 20px;
  }
  .tt-default-post h1.uk-article-title
  {
    font-size: 30px;
    line-height: 35px;
    padding: 10px 15px 14px 15px;
  }
  .tt-default-post .tt-the-date
  {
    margin-bottom: 22px;
  }
  .tt-default-post .tt-intro-text
  {
    font-size: 14px;
    line-height: 17px;
    color: #505150;
  }
  .tt-the-content p
  {
    font-size: 14px;
    line-height: 19px;
  }
  .tt-default-post ul
  {
    font-size: 16px;
    line-height: 22px;
  }
  .wp-caption-text
  {
    width: calc(100% + 10px) !important;
    margin-left: -15px !important;
  }
  .tt-default-post h1,
  .tt-default-post h2,
  .tt-default-post h3,
  .tt-default-post h4,
  .tt-default-post h5,
  .tt-default-post h6,
  .tt-default-post p,
  .tt-default-post ul,
  body[class*="interviews"] .tt-social-links,
  .tt-intro-text
  {
    width: 90%;
  }
  body[class*="frigo"] #tm-main > .uk-container,
  body[class*="fridge"] #tm-main > .uk-container
  {
    padding: 0;
  }
  body[class*="frigo"] #tm-main > .uk-container h1.uk-article-title,
  body[class*="fridge"] #tm-main > .uk-container h1.uk-article-title,
  body[class*="frigo"] #tm-main > .uk-container .tt-the-date,
  body[class*="fridge"] #tm-main > .uk-container .tt-the-date,
  body[class*="frigo"] #tm-main > .uk-container .tt-the-content,
  body[class*="fridge"] #tm-main > .uk-container .tt-the-content
  {
    padding: 0 10px;
  }
  body[class*="frigo"] #tm-main > .uk-container .tt-social-links,
  body[class*="fridge"] #tm-main > .uk-container .tt-social-links
  {
    padding: 6px 10px 0 10px;
  }
}

@media screen and (max-width: 1000px){
  body[class*=page-id-14] .wpcf7,
  body[class*=page-id-130] .wpcf7
  {
    margin-top: 20px;
  }
  body[class*=page-id-14] .wpcf7 input[type=submit],
  body[class*=page-id-130] .wpcf7 input[type=submit]
  {
    line-height: 2em;
    font-size: 20px;
  }
}

@media screen and (max-width: 790px){
  body[class*=page-id-14] .tt-page-content,
  body[class*=page-id-130] .tt-page-content
  {
    width: 100%;
    padding-left: 0;
  }
  body[class*=page-id-14] .wpcf7 input[type=text],
  body[class*=page-id-130] .wpcf7 input[type=text],
  body[class*=page-id-14] .wpcf7 input[type=email],
  body[class*=page-id-130] .wpcf7 input[type=email],
  body[class*=page-id-14] .wpcf7 textarea,
  body[class*=page-id-130] .wpcf7 textarea
  {
    width: calc(100% - 10px);
  }
  body[class*=page-id-14] .wpcf7 input[type=submit],
  body[class*=page-id-130] .wpcf7 input[type=submit]
  {
    width: 100%;
  }
}
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
/\/\/\/\/\/\SMALL SCREENS - END\/\/\/\/\/\/
/\/\/\/\/\/\LARGE SCREENS - START\/\/\/\/\/\/
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

/* --> 768px ; FOR --> 875px see below */
@media screen and (min-width: 930px){
  .nouveautes-home .rpwe-ul > a
  {
    width: 25%;
  }
  .nouveautes-home .rpwe-ul > a:nth-of-type(4n+1) li
  {
    margin-left: 0;
  }
  .nouveautes-home .rpwe-ul > a:nth-of-type(4n) li
  {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px){
  .dgab-cart-contents
  {
    margin-right: 100px;
  }
  body.woocommerce #tm-main > div.uk-container
  {
    padding: 0 100px !important;
  }
  body[class*=archive] #tm-top-a .uk-slidenav
  {
    display: none !important;
  }
  body[class*=archive] #tm-main > div.uk-container
  {
    padding: 0 10px;
  }
  .tm-top-a > .uk-width-medium-1-5:first-of-type
  {
    padding: 0 10px 0 20px;
  }
  .tm-top-a > .uk-width-medium-3-5
  {
    padding: 0 10px;
  }
  .tm-top-a > .uk-width-medium-1-5:last-of-type
  {
    padding: 0 20px 0 10px;
  }
  #tm-bottom-a > div.uk-container
  {
    padding: 0 20px;
  }
  /*
  .page-id-132 #tm-main,
  .page-id-132 #tm-main div.uk-container
  {
    max-width: none;
  }*/
  .home #tm-top-a,
  body.archive #tm-top-a
  {
    margin-top: 34px !important;
  }
  div.ssba.ssba-wrap
  {
    position: fixed;
    top: 50%;
    margin-top: -70px;
    left: 0;
    background-color: #fff;
  }
  div.ssba.ssba-wrap img
  {
    width: 35px !important;
  }
  div.ssba.ssba-wrap a
  {
    display: block;
  }
  div.ssba.ssba-wrap a:hover
  {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1100px){
  .tt-food-style-post
  {
    width: 80%;
  }
}
@media screen and (min-width: 875px){
  div[id*=asp_results]
  {
    width: 50%;
    display: inline-block;
  }
  div.results
  {
    height: 80vh !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  .tt-post-grey
  {
    border: 3px solid #eeeeee;
    background-color: #eeeeee;
  }
  div.ajaxsearchpro[id*='ajaxsearchprobsettings'] fieldset select, #ajaxsearchpro1_1
  {
    border-right: 0;
  }
  fieldset
  {
    max-height: 210px !important;
  }
  div.ajaxsearchpro[id*='ajaxsearchpro'] .probox
  {
    width: calc(100% - 1px);
    border-right: 1px solid #868686 !important;
  }
  .resdrg > .item
  {
    width: calc(50% - 13px) !important;
  }
  .tt-food-style-post
  {
    margin: 20px auto;
  }
  .tt-recipe-style-post
  {
    margin: 10px auto 20px auto;
  }
  .tt-part-3-post
  {
    width: calc(80% + 6px);
    margin: auto;
    margin-top: 38px;
  }
  .rp4wp-related-posts ul li
  {
    width: calc(25% - 37px);
    border-top: 3px solid #505150;
    margin-left: 12px;
    display: inline-block;
  }
  .rp4wp-related-posts ul li:hover
  {
    padding: 13px 10px 10px 10px;
    border: 3px solid #505150;
    border-top: 3px solid #505150;
  }
  .rp4wp-related-posts ul > a:first-of-type li
  {
    margin-left: 0;
    width: calc(25% - 38px);
  }
  .rp4wp-related-post-content p
  {
    margin: 20px 0 0 0;
  }
  div .tm-totop-scroller
  {
    margin: 0 22px 11px 0;
  }
  div .tm-totop-scroller:hover
  {
    background-color: rgba(238, 238, 238, 1);
  }
  body.single-post[class*=interviews] main#tm-content
  {
    padding-bottom: 40px;
  }
  .tt-recipe-ingredients,
  .tt-recipe-instructions
  {
    display: inline-block;
    vertical-align: top;
  }
  .tt-recipe-ingredients
  {
    width: 35%;
  }
  .tt-recipe-instructions
  {
    width: calc(65% - 20px);
    margin-left: 20px;
  }
  .tt-recipe-general-indications > div
  {
    display: inline-block;
    width: 20%;
  }
  body[class*=adresses] .tt-infos-kinds,
  body[class*=address] .tt-infos-kinds
  {
    left: -15px;
  }

  body[class*=recettes] .tt-infos-kinds,
  body[class*=recipes] .tt-infos-kinds
  {
    left: -5px;
  }
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
/\/\/\/\/\/\LARGE SCREENS - END\/\/\/\/\/\/
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

/* MEDIA SPECIFICATIONS - END */

.category-agence .tt-archives-separator-text{
  display:none;
}

.category-agence .tt-archives-separator-line{
  margin-top:3px;
}
.category-agence .tt-archives-separator{
  margin: 0px 20px 18px 20px;
}

.category-agency .tt-archives-separator-text{
  display:none;
}

.category-agency .tt-archives-separator-line{
  margin-top:3px;
}
.category-agency .tt-archives-separator{
  margin: 0px 20px 18px 20px;
}
.page-template-partners .uk-article{
  margin-top:30px;
}
.single-post.category-agence .tm-block-gutter{
  margin: 40px auto 30px auto !important
}
.rpwe_widget .rpwe-li{
  text-align:center;
}
.rpwe_widget .rpwe-li .rpwe-img img{
  width:auto;
  height:100%;
}