/*
Theme Name: Disto Child
Theme URI: http://jellywp.com/theme/disto/demo/
Description: WordPress Blog Magazine Theme
Author: Adrien
Author URI: http://themeforest.net/user/jellywp
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: disto child
Template: disto
*/
@import url("https://use.typekit.net/iiv0yra.css");

@font-face {
  font-family: "rockwell", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "rockwell", sans-serif;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "rockwell", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "rockwell", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "rockwell-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "rockwell-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Marcel";
  src: url("./fonts/Marcel.woff2") format("woff2 supports variations"),
    url("./fonts/Marcel.woff2") format("woff2-variations");
  font-weight: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700&display=swap");

#content .content_single_page.page .woocommerce form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #222;
  width: 100%;
  margin-right: 0px !important;
}
#content .content_single_page.page .woocommerce form a {
  font-size: 14px;
}
.woocommerce-account .woocommerce h2 {
  display: none;
}
.woocommerce-account .page-full#content {
  width: 400px !important;
}
.woocommerce-cart .page-full#content {
  width: 100% !important;
}
.jelly_homepage_builder .large_post_content p,
.jelly_homepage_builder .content_post_grid p {
  font-size: 16px;
}
.comment-form-comment {
  margin-bottom: 0px;
}
#commentform #submit,
.wpcf7-form-control.wpcf7-submit {
  margin-top: 30px;
}
.image-post-thumb iframe {
  margin-bottom: 0px !important;
}
.jl_search_rel#wrapper_masonry {
  padding-top: 50px;
}
.footer-columns .cat-item.cat-item-8,
.footer-columns .cat-item.cat-item-9 {
  display: none;
}
.social-count-plus .count:before {
  content: "2";
}
.social-count-plus .count:after {
  content: ".5k";
}
.wp-caption p.wp-caption-text {
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 300 !important;
  font-size: 14px !important;
}
.jl_single_style8 .single-post-meta-wrapper span.post-author a:hover {
  color: #fff !important;
}

.full-slider-main-home-wrapper .banner-carousel-item > a,
.homepage_builder_3grid_post .blog_grid_post_style .meta-category-small a,
.blog_grid_post_style .meta-category-small a,
.jl_cus_grid_overlay .link_grid_header_absolute,
.jl_radius .jl_cus_grid_overlay .jl_grid_box_wrapper,
.jl_radius .page_builder_listpost.jelly_homepage_builder .image-post-thumb,
.jl_radius .full-slider-main-home .banner-carousel-item,
.jl_radius .jl_grid_box_wrapper .image-post-thumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.jl_nonav_margin.homepage_builder_3grid_post.colstyle2 .jl_grid_box_wrapper {
  border: none !important;
}

.jl_nonav_margin.homepage_builder_3grid_post.colstyle2 .post-entry-content {
  padding: 0;
}

/* Header */

.header_layout_style5_custom {
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .header_layout_style5_custom {
    height: 19vw;
  }
}

.headcus5_custom.header_layout_style5_custom .header_main_wrapper {
  padding: 0;
}

.logo_position_table {
  width: 100%;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .logo_position_table {
    height: 19vw;
  }

  #wrapper_masonry,
  #content_main {
    padding-top: 6.5vw;
  }
}

.logo_position_table .logo_link {
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 74px;
  height: 61px;
}

@media only screen and (max-width: 992px) {
  .logo_position_table .logo_link {
    position: absolute !important;
  }
}

@media only screen and (max-width: 768px) {
  .logo_position_table .logo_link {
    width: 9.6vw;
    height: 7.9vw;
    transition: none;
  }
}

.logo_position_table .logo_link img {
  display: block;
  width: 100%;
  height: auto;
}

.logo_position_table .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo_position_table .title {
  font-family: "Marcel", serif !important;
  font-size: 76px;
  color: white;
  font-variation-settings: "wdth" 100;
  text-transform: none !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}

.logo_position_table .baseline {
  font-size: 19px;
  color: white;
  font-weight: 400 !important;
  padding: 0;
  margin: 0;
  text-transform: none !important;
}

/* @media only screen and (min-width: 768px) and (max-width: 992px) {
  .logo_position_table .title {
    font-size: 60px;
  }

  .logo_position_table .baseline {
    font-size: 15px;
  }
} */

@media only screen and (max-width: 768px) {
  .logo_position_table .title {
    font-size: 9.36vw;
  }

  .logo_position_table .baseline {
    font-size: 2.34vw;
  }
}

.logo_position_wrapper {
  height: 100% !important;
}

.headcus5_custom.header_layout_style5_custom.jl_header_magazine_style.two_header_top_style
  .search_header_wrapper {
  display: block !important;
  background: none !important;
  margin: 0 !important;
  float: none;
  right: auto;
  top: auto;
  position: relative;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius: 0;
}

.headcus5_custom.header_layout_style5_custom .jl_main_menu {
  float: none !important;
  height: 35px;
}

.jl_menu_search i {
  color: white !important;
}

.jl_header_magazine_style.header_layout_style5_custom
  #menu_wrapper
  .navigation_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: fit-content;
}

.jl_header_magazine_style.two_header_top_style .navigation_wrapper > ul {
  /* width: fit-content; */
  flex: 1;
  display: flex;
}

.headcus5_custom.header_layout_style5_custom .navigation_wrapper > ul > li {
  flex: 1;
  padding: 0 20px;
  margin: 0;
  /* border-right: 2px solid white; */
  border-left: 2px solid white;
  text-align: center;
}

.header_layout_style5_custom #mainmenu > li > a {
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 400 !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper > ul > li {
    padding: 0 10px;
  }

  .header_layout_style5_custom #mainmenu > li > a {
    font-size: 14px !important;
  }
}

.headcus5_custom.header_layout_style5_custom .navigation_wrapper > ul > li > a {
  height: 35px;
  line-height: 35px;
  float: none;
  display: block;
  width: 100%;
  transition: opacity 0.2s ease;
  user-select: none;
}

.headcus5_custom.header_layout_style5_custom
  .navigation_wrapper
  > ul
  > li
  > a:hover {
  opacity: 0.8 !important;
}

.header_layout_style5_custom
  .menu_wrapper
  .navigation_wrapper
  > ul
  > li:last-child {
  padding-right: 0;
}

.jl_header_magazine_style.two_header_top_style .search_header_wrapper,
.jl_header_magazine_style.two_header_top_style .search_header_wrapper i {
  height: 35px;
  line-height: 35px;
  display: block;
  margin: -1px 0 0 -1px;
}

.headcus5_custom.header_layout_style5_custom .menu_wrapper {
  border-top: 2px solid white !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .headcus5_custom.header_layout_style5_custom .menu_wrapper {
    display: block !important;
  }

  .headcus5_custom.header_layout_style5_custom .navigation_wrapper #mainmenu {
    display: flex !important;
  }

  .headcus5_custom.header_layout_style5_custom
    .navigation_wrapper.menu-primary-container {
    display: flex !important;
  }
}

.search_header_menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .search_header_menu {
    display: block;
  }
}

/*
  content block layout
*/
.post_grid_content_wrapper .post-entry-content .excerpt {
  /* color: yellow; */
}

.post_grid_content_wrapper .post-entry-content .meta {
  display: flex;
  justify-content: space-between;
}
.post_grid_content_wrapper .post-entry-content .meta .post-meta.post-meta-date {
  flex: 1 0 50%;
}

/*suppression de la marge sous un bloc widget*/
.widget {
  margin-bottom: 0px !important;
}
/* réglages des marges d'un widget spotify */
.widget .wp-block-embed.wp-block-embed-spotify {
  margin-top: 0px !important; /* marge au-dessus du widget spotify */
  margin-bottom: 0px !important; /* marge sous le widget spotify*/
}
/*suppression de la marge par défaut sous un bloc widget Spotify*/
.widget .wp-block-embed.wp-block-embed-spotify iframe {
  margin-bottom: 0px !important;
}

h3.image-post-title a {
  text-transform: none !important;
}

.social_icons_widget {
  display: none;
}

.footer-columns .col-md-4:nth-of-type(1) {
  display: none;
}

.row.header-main-position .logo_link {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .jl_header_magazine_style.two_header_top_style.header_layout_style5_custom
    .logo_position_table {
    justify-content: space-around;
    align-items: flex-start;
  }
  .jl_header_magazine_style.two_header_top_style.header_layout_style5_custom
    .logo_position_table
    .logo_link {
    position: relative !important;
    max-width: 18vw;
  }
  .jl_header_magazine_style.two_header_top_style.header_layout_style5_custom
    .logo_position_table
    .title-wrapper {
    flex-basis: 58vw;
    align-self: center;
  }
}

/* hide thumb image in article page */
.single_content_header.jl_single_feature_above {
  display: none;
}

/* header style 3 */
.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  a
  img {
  height: 100px;
  max-height: none;
}

.jl_header_magazine_style.two_header_top_style.jl_cus_top_share .main_menu {
  display: flex;
  align-items: center;
}

.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper {
  display: flex;
  align-items: center;
}

.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  .baseline {
  font-size: 14px;
  color: white;
  font-weight: 400 !important;
  padding: 0;
  margin: 0 0 0 10px;
  text-transform: none !important;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li {
  padding: 0 7px;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a {
  line-height: 1.4;
  height: fit-content;
}

@media (max-width: 1200px) {
  .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a {
    font-size: 13px !important;
  }
  .jl_header_magazine_style.header_layout_style3_custom
    .logo_small_wrapper_table
    .logo_small_wrapper
    .title-wrapper {
    max-width: 210px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .jl_header_magazine_style.header_layout_style3_custom .container {
    width: fit-content;
  }
}
