/*
Theme Name: Theme Francoise Lecorre
Theme URI: https://flecorre.fr
Description: Sur le theme Twenty Twenty One.
Author: Pierre Gagliardi
Author URI: https://pierregagliardi.com/
Template: twentytwentyone
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

*:focus,
* {
  outline: 0 !important;
  text-decoration: none !important;
}
/*HIDE CAPTCHA*/
.grecaptcha-badge {
  display: none;
}

/*FOOTER*/
.footer-inline .site-info {
  justify-content: flex-end;
}
/*.site-description {
  display: none;
}*/
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
  padding: 10px 10px 10px 10px;
  border-color: #666464 !important;

}


/*.singular .entry-content > .wp-block-group:first-child,
.singular .entry-content > .wp-block-cover:first-child {
  padding-top: 15vh !important;
}*/
p {
  font-family: "Roboto-thin", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.mirror {
  transform: rotate(180deg);
  text-align: right;
}

/*KT GALLERY*/
@media only screen and (min-width: 482px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    max-width: calc(33.33333% - 0.66667em) !important;
    margin-right: 1em;
  }
}

.kt-blocks-carousel {
  padding: 0 0 0px 0 !important;
}
.wp-block-gallery .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.slbOverlay {
  background-color: rgba(234, 234, 234, 1) !important;
  opacity: 1 !important;
}
.slick-dots button {
  background: none !important;
}
.slbCloseBtn,
.slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none !important;
  box-shadow: none !important;
  color: var(--global--color-francoise-dark-grey) !important;
}

.slbArrow.next:before {
  border-left-color: var(--global--color-francoise-dark-grey) !important;
}
.slbArrow.prev:before {
  border-right-color: var(--global--color-francoise-dark-grey) !important;
}

.slbCloseBtn {
  position: fixed !important;
  right: 0;
  top: 0;
  width: 5em !important;
  font-size: 38px !important;
}
.slbCaption {
  display: inline-block;
  max-width: 100%;
  max-height: 3em;
  word-wrap: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center !important;
  line-height: 18px;
  color: #545454 !important;
  padding: 0 0 1em 0;
  font-size: 16px;
}

.slbImageWrap:after {
  box-shadow: none !important;
}

.blocks-gallery-item {
  margin-bottom: 0 !important;
}
/*LightBox*/
#baguetteBox-overlay {
  background-color: #222;
  background-color: rgba(234, 234, 234, 1) !important;
  /*background-color: #999696 !important;*/
}

#baguetteBox-overlay .full-image img {
  max-height: 85%;
  max-width: 100%;
}
#baguetteBox-overlay .full-image figcaption {
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666464;
  background-color: transparent;
}

figcaption {
  margin-top: 5px !important;
  font-size: 0.8rem !important;
  color: #666464 !important;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 40px;
}

/*CAPTION GALLERY*/
.align-caption-right .blocks-gallery-caption {
  text-align: right;
}
.gallery-item-caption .blocks-gallery-item__caption {
  display: none;
}

/*CLASSE PERSONNALISEES*/
.bg_position_y_bottom {
  background-position: 100% 100%;
}
.title_carreq:before {
  content: "\25A3";
  margin-right: 6px;
}
.title_carre:before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 6px;
  display: inline-block;
  /*margin-bottom: 1.5px;*/
  background-color: #8b0000 !important;
}
.title_carre_red:before {
  content: "■";
  margin-right: 6px;
  color: #8b0000 !important;
}

/*FONT SIZE PERSOS*/

.has-titre-entete-font-size {
  font-size: 25px; /* !important;*/
  font-weight: 100; /* !important;*/
  margin-bottom: 3rem; /* !important;*/
}
.has-titre-entete-font-size.title_carre:before {
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 10px;
  display: inline-block;
  /*margin-bottom: 2px;*/
  background-color: #8b0000 !important;
}

.has-titre-contenu-font-size {
  font-size: 18px; /* !important;*/
  font-weight: 100; /* !important;*/
}
.has-titre-contenu-font-size:before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 6px;
  display: inline-block;
  /*margin-bottom: 1.5px;*/
  background-color: #8b0000 !important;
}

.has-extra-extra-small-font-size {
  font-size: 14px; /* !important;*/
}
p.has-small-font-size {
  text-align: justify !important;
}

/*COULEURS PERSOS*/
.has-rouge-francoise-color {
  color: var(--global--color-francoise-red); /* !important;*/
}
.has-violet-francoise-color {
  color: var(--global--color-francoise-violet); /* !important;*/
}
.has-full-black-color {
  color: #000000; /* !important;*/
}
.has-full-white-color {
  color: #ffffff; /* !important;*/
}
.has-light-light-grey-color {
  color: #f8f8f8; /* !important;*/
}
.has-light-grey-color {
  color: #999696; /* !important;*/
}
.has-grey-color {
  color: #666464; /* !important;*/
}
.has-dark-grey-color {
  color: #545454; /* !important;*/
}
.has-dark-dark-grey-color {
  color: #343232; /* !important;*/
}

.has-rouge-francoise-background-color {
  background-color: var(--global--color-francoise-red);
}
.has-full-white-background-color {
  background-color: #ffffff; /* !important;*/
}
.has-tangerine-color {
  color: #e46644; /* !important;*/
}
