@charset "UTF-8";
/*
Theme Name: Conseils Véto
Description: Thème enfant de Astra, utilise Elementor Pro pour générer ses modèles de page.
Theme URL: https://conseils-veto.fr
Author: Loïc Jolivet
Author URL: https://loicjolivet.fr
Template: astra
Text Domain: Conseils Véto
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
@import url("../astra/style.css");
/* Theme customization starts here
-------------------------------------------------------------- */
.hide {
  display: none;
}

.clear {
  clear: both;
}

body {
  margin: 0;
}

body p {
  margin: 0;
}

/* Main components
-------------------------------------------------------------- */
body .cta-button {
  --cta-border-radius: 16px;
  --cta-background-color: var(--e-global-color-secondary);
  --cta-color: var(--e-global-color-primary);
  --cta-text-align: center;
  --cta-text-weight: 500;
  --cta-text-size: 16px;
}
body .cta-button .elementor-size-xs {
  --cta-text-size: 12px;
  --cta-border-radius: 8px;
}
body .cta-button .elementor-size-sm {
  --cta-text-size: 16px;
  --cta-border-radius: 12px;
}
body .cta-button .elementor-size-md {
  --cta-text-size: 20px;
  --cta-border-radius: 16px;
}
body .cta-button .elementor-size-lg {
  --cta-text-size: 24px;
  --cta-border-radius: 20px;
}
body .cta-button .elementor-size-xl {
  --cta-text-size: 28px;
  --cta-border-radius: 24px;
}
body .cta-button.cta-large .elementor-button {
  min-height: 120px;
  display: flex;
  align-items: center;
  --cta-text-size: 32px;
  --cta-border-radius: 16px;
  --cta-text-align: left;
}
body .cta-button.cta-button--has-icon .elementor-button-content-wrapper {
  align-items: center;
}
body .cta-button.cta-button--has-icon .elementor-button-icon {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
body .cta-button.cta-button--has-icon .elementor-button-icon svg {
  width: auto;
  min-width: 50px;
}
body .cta-button.cta-button-green {
  --cta-background-color: var(--e-global-color-63f2553);
}
body .cta-button.cta-button-yellow {
  --cta-background-color: var(--e-global-color-f4ad287);
}
body .cta-button.cta-button-reverse {
  --cta-color: var(--e-global-color-6b49d7b);
}
body .cta-button.cta-text-white .elementor-button-text {
  color: var(--e-global-color-6b49d7b);
}
body .cta-button .elementor-button {
  position: relative;
  border-radius: var(--cta-border-radius);
  border: 2px solid var(--cta-color);
  color: var(--cta-color);
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
body .cta-button .elementor-button .elementor-button-text {
  text-align: var(--cta-text-align);
  font-weight: var(--cta-text-weight);
  font-size: var(--cta-text-size);
}
body .cta-button .elementor-button::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--cta-background-color);
  border-radius: var(--cta-border-radius);
  transition: all 0.2s;
  transform: translate(calc(var(--cta-border-radius) / 2), calc(var(--cta-border-radius) / 2));
}
body .cta-button .elementor-button:hover {
  color: var(--cta-color);
}
body .cta-button .elementor-button:hover::after {
  transform: translate(0, 0);
}
body .cta-button .elementor-heading-title {
  --cta-border-radius: 12px;
  --cta-color: #fff;
  position: relative;
  border-radius: var(--cta-border-radius);
  border: 2px solid var(--cta-color);
  padding: 12px 24px;
  color: var(--cta-color);
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
body .cta-button .elementor-heading-title::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--cta-background-color);
  border-radius: var(--cta-border-radius);
  transition: all 0.2s;
  transform: translate(calc(var(--cta-border-radius) / 2), calc(var(--cta-border-radius) / 2));
}
@media screen and (max-width: 783px) {
  body .cta-button .elementor-heading-title {
    padding: 12px 8px;
  }
}

.wp-block-table {
  margin: 1em 0;
}
.wp-block-table table {
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}
.wp-block-table table td, .wp-block-table table th {
  padding: 4px;
}
.wp-block-table .has-black-border-color {
  border-collapse: collapse;
}
.wp-block-table .has-black-border-color td, .wp-block-table .has-black-border-color th {
  border: 1px solid #000;
}

body .elementor-widget-text-editor p,
body .elementor-widget-theme-post-content p,
body .elementor-tab-content p {
  margin-bottom: 1em;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors {
  padding: 8px 12px 8px 32px;
}
body .gform_wrapper.gform_validation_error .gform_validation_errors > h2 {
  font-weight: 700;
}
body .gform_wrapper.gform_validation_error .gform_validation_errors .gform-icon {
  left: 2px;
}
body .gform_wrapper.gform_validation_error [aria-invalid=true] + label {
  color: #fff;
}
body .gform_wrapper.gform_validation_error .gfield_validation_message {
  position: relative;
  padding: 8px;
  font-weight: 700;
  border-radius: 5px;
  font-family: "The Brooklyn";
  margin-bottom: 8px;
  border: none;
}
body .gform_wrapper.gform_validation_error .gfield_validation_message::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: -3px;
  left: calc(50% - 5px);
  background-color: #fff9f9;
  transform: rotate(45deg);
}

body .gform_wrapper.gf-newsletter_wrapper .gform_heading {
  display: none;
}
@media screen and (min-width: 783px) {
  body .gform_wrapper.gf-newsletter_wrapper .gf-newsletter {
    display: flex;
  }
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body {
  color: #fff;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body .gfield_label,
body .gform_wrapper.gf-newsletter_wrapper .gform_body .gfield_required {
  position: absolute;
  font-size: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body input[type=email],
body .gform_wrapper.gf-newsletter_wrapper .gform_body input[type=text],
body .gform_wrapper.gf-newsletter_wrapper .gform_body textarea,
body .gform_wrapper.gf-newsletter_wrapper .gform_body select {
  height: 37px;
  border: none;
  margin: 0;
  font-family: "Catamaran";
  font-size: 16px;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body input[type=email] {
  padding: 4px 16px;
  color: var(--e-global-color-primary);
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body input[type=email]::-moz-placeholder {
  color: var(--e-global-color-accent);
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body input[type=email]:-ms-input-placeholder {
  color: var(--e-global-color-accent);
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body input[type=email]::placeholder {
  color: var(--e-global-color-accent);
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body select {
  padding: 4px;
  border-radius: 0;
  color: var(--e-global-color-accent);
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body select:hover, body .gform_wrapper.gf-newsletter_wrapper .gform_body select:focus, body .gform_wrapper.gf-newsletter_wrapper .gform_body select:focus-within {
  color: var(--e-global-color-primary);
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body .ginput_container_consent {
  display: flex;
  cursor: pointer;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
  font-size: 12px;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  display: block;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_footer .gform_button {
  width: 100%;
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
  height: 37px;
  border: none;
  margin: 0;
  padding: 4px 16px;
  font-family: "Catamaran";
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
body .gform_wrapper.gf-newsletter_wrapper .gform_footer .gform_button:hover {
  background-color: var(--e-global-color-f4ad287);
}

body .gform_confirmation_wrapper.gf-newsletter,
body #gform_confirmation_message_5 {
  padding: 4px 20px;
  color: var(--e-global-color-63f2553);
  border: 2px solid var(--e-global-color-63f2553);
}

body #gform_confirmation_message_5 {
  font-size: 18px;
  text-align: center;
}

/* Header
-------------------------------------------------------------- */
body .site-header {
  /*Smartphone menu*/
  /*Desktop menu*/
  /*Search form*/
  /*Call To Action button*/
  /*Sticky header on smartphone*/
}
body .site-header .elementor-nav-menu--dropdown:not(.sub-menu) {
  height: 100vh;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
}
body .site-header .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu.elementor-nav-menu--dropdown {
  display: block;
}
body .site-header .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu.elementor-nav-menu--dropdown li.menu-item {
  border: none;
}
body .site-header .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item {
  border: none;
  font-size: 20px;
  font-weight: 400;
}
body .site-header .elementor-nav-menu--main .menu-item a.menu-link::after {
  content: "" !important;
  display: block;
  height: 3px;
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  background-color: var(--e-global-color-secondary);
  opacity: 0;
  transition: all 0.2s;
}
body .site-header .elementor-nav-menu--main a.elementor-sub-item.elementor-item-active::after,
body .site-header .elementor-nav-menu--main a.elementor-item.elementor-item-active::after,
body .site-header .elementor-nav-menu--main a.menu-link:hover::after {
  right: 10px;
  left: 10px;
  bottom: 6px;
  opacity: 1;
}
body .site-header .elementor-nav-menu--main a.elementor-sub-item.elementor-item-active {
  pointer-events: none;
  cursor: initial;
}
body .site-header .elementor-nav-menu--main .sub-arrow {
  display: none;
}
body .site-header .elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
body .site-header .elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown li.menu-item {
  border: none;
}
body .site-header .elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item {
  border: none;
  font-weight: 400;
  font-size: 16px;
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover {
  color: var(--e-global-color-secondary);
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container {
  height: 75px;
  padding: 0 60px 0 72px;
  top: 0;
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
  transform: translateY(-75px) scale(1);
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container::before {
  content: "\f002";
  font-size: 30px;
  position: absolute;
  left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container input[type=search].elementor-search-form__input {
  font-size: 20px;
  text-align: left;
  padding: 4px 6px;
  border-radius: 0;
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container input[type=search].elementor-search-form__input:placeholder {
  color: #aaa;
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container .elementor-search-form__submit {
  border-bottom: 2px solid var(--e-global-color-primary);
  padding: 7px;
  background: #fff;
  color: var(--e-global-color-primary);
  font-size: 24px;
  font-weight: 600;
  font-family: "Catamaran";
}
body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container .dialog-lightbox-close-button {
  margin-top: 0;
  opacity: 0.25;
}
@media screen and (min-width: 1024px) {
  body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container {
    top: calc(100% + 5px);
    width: 356px;
    left: initial;
    position: absolute;
    right: -16px;
    padding: 0 12px;
    height: 48px;
    gap: 0;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }
  body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    transform: translateY(-100px) scale(1);
  }
  body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container .dialog-lightbox-close-button, body .site-header .elementor-search-form--skin-full_screen .elementor-search-form__container::before {
    display: none;
  }
}
body .site-header .col-header-cta {
  transition: all 0.2s;
}
body .site-header .col-header-cta .elementor-button-icon {
  display: none;
}
body .site-header .col-header-cta .elementor-button-link {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  body .site-header .col-header-cta .elementor-button-link {
    height: 48px;
  }
  body .site-header .col-header-cta .elementor-button-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: -4px 0 -6px 16px;
  }
  body .site-header .col-header-cta .elementor-button-icon svg {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body .site-header.elementor-sticky--effects .col-header-cta {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}

/* Breadcrumb
-------------------------------------------------------------- */
.site-breadcrumb {
  display: none;
}
@media screen and (min-width: 783px) {
  .site-breadcrumb {
    display: block;
  }
  .site-breadcrumb .rank-math-breadcrumb ul {
    margin: 0;
    font-weight: 500;
    font-size: 1em;
    color: var(--e-global-color-accent);
    list-style: none;
    display: flex;
    padding: 0;
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .site-breadcrumb .separator {
    padding: 0 5px;
  }
  .site-breadcrumb li a {
    color: var(--e-global-color-accent);
    text-decoration: none;
  }
  .site-breadcrumb li a:hover {
    color: var(--e-global-color-primary);
  }
}

/* Archives
-------------------------------------------------------------- */
body .site-content {
  /*Parent categories subcategories menu*/
  /*Post card*/
  /*Pagination*/
}
body .site-content .child-cat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  grid-gap: 12px;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  list-style: none;
}
body .site-content .child-cat-list .cat-item {
  background-color: var(--e-global-color-secondary);
  text-align: center;
}
body .site-content .child-cat-list .cat-item a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 4px 8px;
  color: var(--e-global-color-primary);
  text-decoration: none;
  transition: all 0.2s;
}
body .site-content .child-cat-list .cat-item a:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
}
body .site-content .child-cat-list .cat-item.current-cat {
  pointer-events: none;
  cursor: initial;
  background-color: var(--e-global-color-primary);
}
body .site-content .child-cat-list .cat-item.current-cat a {
  color: var(--e-global-color-secondary);
}
@media screen and (min-width: 783px) {
  body .site-content .child-cat-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 28px;
         column-gap: 28px;
    grid-column-gap: 28px;
    row-gap: 12px;
    grid-row-gap: 12px;
    margin: 0 auto;
    max-width: 580px;
  }
  body .site-content .child-cat-list .cat-item {
    margin: 0;
  }
}
body .site-content .elementor-posts-container {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-row-gap: 35px;
  row-gap: 35px;
}
body .site-content .cv-subcategory-sections-posts-widget {
  margin-bottom: 40px;
}
body .site-content .cv-subcat-sections-posts-widget__heading .elementor-heading-title {
  font-size: 32px;
  margin-bottom: 10px;
}
body .site-content .cv-subcat-sections-posts-widget__link {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}
body .site-content .cv-subcat-sections-posts-widget__link .elementor-widget-container {
  margin: 0px 0px 32px 0px;
}
body .site-content .cv-subcat-sections-posts-widget__link .elementor-heading-title a {
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}
body .site-content .cv-subcat-sections-posts-widget__link .elementor-heading-title a:hover {
  color: var(--e-global-color-primary);
}
body .site-content .elementor-post .elementor-post__card {
  position: relative;
  border-radius: 0;
  /*Thumbnail*/
  /*Title*/
  /*Hover effect*/
}
body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container .elementor-post__thumbnail {
  padding-bottom: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
}
body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container .elementor-post__thumbnail img {
  height: 100%;
  width: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 783px) {
  body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container .elementor-post__thumbnail img {
    width: auto;
    height: 100%;
  }
}
body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container::after {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
body .site-content .elementor-post .elementor-post__card .elementor-post__text {
  margin: 0;
  padding: 0 30px;
  width: 100%;
}
body .site-content .elementor-post .elementor-post__card .elementor-post__text .elementor-post__title {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1em;
}
body .site-content .elementor-post .elementor-post__card .elementor-post__text .elementor-post__title a {
  color: var(--e-global-color-primary);
  font-weight: 700;
  text-decoration: none;
}
body .site-content .elementor-post .elementor-post__card .elementor-post__text .elementor-post__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .site-content .elementor-post .elementor-post__card:hover .elementor-post__thumbnail::after {
  opacity: 0.5;
}
@media screen and (max-width: 783px) {
  body .site-content .elementor-post .elementor-post__card {
    flex-direction: row;
    align-items: center;
    box-shadow: none;
  }
  body .site-content .elementor-post .elementor-post__card .elementor-post__text {
    text-align: left;
    min-width: 66%;
  }
  body .site-content .elementor-post .elementor-post__card .elementor-post__text .elementor-post__title {
    font-size: 20px;
  }
  body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__link, body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container {
    margin: 0;
  }
  body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail, body .site-content .elementor-post .elementor-post__card .elementor-post__thumbnail__container .elementor-post__thumbnail {
    padding-bottom: 100%;
  }
}
body .site-content .elementor-pagination {
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 783px) {
  body .site-content .elementor-pagination {
    max-width: 560px;
  }
}
body .site-content .elementor-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--e-global-color-primary);
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
}
body .site-content .elementor-pagination .page-numbers.prev, body .site-content .elementor-pagination .page-numbers.next, body .site-content .elementor-pagination .page-numbers.current {
  background-color: var(--e-global-color-secondary);
}
body .site-content .elementor-pagination .page-numbers.prev::after {
  content: "«";
  font-size: 20px;
}
body .site-content .elementor-pagination .page-numbers.next::after {
  content: "»";
  font-size: 20px;
}
body .site-content .elementor-pagination .page-numbers.prev, body .site-content .elementor-pagination .page-numbers.next {
  font-size: 0;
}
body .site-content .elementor-pagination .page-numbers:not(.current):hover {
  background-color: var(--e-global-color-primary);
  color: white;
}
body .site-content .elementor-pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 783px) {
  body .site-content .elementor-pagination .page-numbers.prev::after {
    content: "Précédent";
  }
  body .site-content .elementor-pagination .page-numbers.next::after {
    content: "Suivant";
  }
  body .site-content .elementor-pagination .page-numbers:not(:last-child) {
    margin-right: 30px;
  }
}

/* Single post
-------------------------------------------------------------- */
.site-main {
  /*Table of content*/
  /*Content*/
  /*Newsletter bloc*/
}
.site-main .elementor-widget-table-of-contents .elementor-toc__header {
  padding-bottom: 0;
  justify-content: center;
}
.site-main .elementor-widget-table-of-contents .elementor-toc__list-wrapper {
  margin: 0;
}
.site-main .elementor-widget-table-of-contents .elementor-toc__list-item-text-wrapper {
  align-items: start;
}
.site-main .elementor-widget-theme-post-content h2, .site-main .elementor-widget-theme-post-content h3, .site-main .elementor-widget-theme-post-content h4, .site-main .elementor-widget-theme-post-content h5 {
  font-family: "Catamaran";
  font-weight: 700;
}
.site-main .elementor-widget-theme-post-content a {
  color: var(--e-global-color-primary);
}
.site-main .elementor-widget-theme-post-content .elementor-menu-anchor {
  display: block;
  margin-bottom: 100px;
  margin-top: calc(-100px + 1em);
}
.site-main .elementor-widget-theme-post-content img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
  display: block;
}
.site-main .elementor-widget-theme-post-content img.aligncenter {
  margin: 0.5em auto;
  display: block;
}
.site-main .elementor-widget-theme-post-content img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
  display: block;
}
.site-main .post-col-newsletter .gform_wrapper.gf-newsletter_wrapper .gf-newsletter {
  flex-direction: column;
}
.site-main .post-col-newsletter .gform_wrapper.gf-newsletter_wrapper .gf-newsletter .gfield {
  grid-column: 1/-1;
}
.site-main .post-col-newsletter .gform_wrapper.gf-newsletter_wrapper .gf-newsletter .gform_footer .gform_button {
  width: 100%;
}
.site-main .post-col-newsletter body .gform_confirmation_wrapper.gf-newsletter {
  text-align: center;
}

/* Components
-------------------------------------------------------------- */
/*Authors list*/
.authors-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.authors-list-items .authors-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 20px);
  min-width: 160px;
}
.authors-list-items .authors-list-item:not(:last-of-type) {
  margin-right: 20px;
}
.authors-list-items .authors-list-item-thumbnail {
  max-width: 150px;
}
.authors-list-items .authors-list-item-main {
  text-align: center;
}
.authors-list-items .authors-list-item-title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
}
.authors-list-items .authors-list-item-title a {
  text-decoration: none;
}
.authors-list-items .authors-list-item-title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 783px) {
  .authors-list-items .authors-list-item {
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .authors-list-items .authors-list-item:not(:last-of-type) {
    margin-right: 0;
  }
  .authors-list-items .authors-list-item .authors-list-item-thumbnail {
    max-width: 140px;
    min-width: 140px;
    width: 140px;
  }
  .authors-list-items .authors-list-item .authors-list-item-thumbnail img {
    display: block;
  }
  .authors-list-items .authors-list-item .authors-list-item-main {
    margin-left: 24px;
    text-align: left;
  }
  .authors-list-items .authors-list-item .authors-list-item-title {
    margin-top: 0;
  }
  .authors-list-items .authors-list-item .authors-list-item-excerpt {
    font-size: 14px;
  }
}

/*Author box*/
.elementor-widget-author-box .elementor-author-box__name {
  margin: 0;
}

.author-box-container {
  position: relative;
  z-index: 0;
}
.author-box-container .elementor-author-box__text a {
  text-decoration: none;
}
.author-box-container .elementor-author-box__text a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.author-box-container .elementor-author-box__text a:hover .elementor-author-box__name {
  color: var(--e-global-color-secondary);
}

/*Post CTA banner*/
.cta-banner {
  margin: 35px auto;
}
@media screen and (min-width: 768px) {
  .cta-banner {
    margin: 0 auto;
    min-width: 100%;
    padding: 30px 0;
    background-color: #fff;
  }
}
.cta-banner .cta-banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 100px auto 160px;
}
@media screen and (min-width: 620px) {
  .cta-banner .cta-banner-container {
    margin-top: 75px;
  }
}
@media screen and (min-width: 768px) {
  .cta-banner .cta-banner-container {
    margin-top: 75px;
    margin-bottom: 0;
    background-repeat: no-repeat;
  }
  .cta-banner .cta-banner-container::after {
    display: none;
  }
}
.cta-banner a.cta-banner-button {
  margin-bottom: -25px;
  padding: 5px 15px;
  font-size: 1.325em;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border: 3px solid rgb(132, 222, 206);
}
.cta-banner a.cta-banner-button::before {
  content: "›";
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 24px;
  font-size: 1.5em;
}
.cta-banner a.cta-banner-button i {
  position: static;
}
.cta-banner a.cta-banner-button i::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta-banner a.cta-banner-button i:hover {
  color: rgb(132, 222, 206);
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .cta-banner a.cta-banner-button {
    padding: 5px 25px;
  }
}
.cta-banner.insurance .cta-banner-container {
  align-items: start;
  margin: 20px auto 50px;
  padding: 15px;
  background-image: url(/wp-content/uploads/2021/09/piggy_bank_background-smartphone.svg), url(/wp-content/uploads/2021/09/blue_background-smartphone.svg);
  background-position: calc(100% - 5px) calc(100% - 45px), bottom right;
  background-size: 150px 150px, contain;
  background-repeat: no-repeat;
  background-color: var(--e-global-color-primary);
}
.cta-banner.insurance .cta-banner-container::after {
  content: none;
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-banner.insurance .cta-banner-container {
    margin: 20px auto;
    padding: 25px 200px 25px 110px;
    background-image: url("/wp-content/uploads/2021/09/cat_background-desktop.png"), url("/wp-content/uploads/2021/09/Piggy_bank_background-desktop.svg");
    background-position: bottom right, 20px 10px;
    background-size: contain, 90px 100px;
  }
}
.cta-banner.insurance p.cta-title {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}
.cta-banner.insurance p.cta-title span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .cta-banner.insurance p.cta-title {
    text-align: center;
    width: 100%;
  }
}
.cta-banner.insurance .insurance-args {
  margin: 15px 0 25px;
  background: var(--e-global-color-primary);
  padding: 4px;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .cta-banner.insurance .insurance-args {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0 !important;
    font-size: 1.125em;
  }
}
.cta-banner.insurance .insurance-args li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .cta-banner.insurance .insurance-args li {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1160px) {
  .cta-banner.insurance .insurance-args li {
    font-size: 18px;
  }
}
.cta-banner.insurance .insurance-args li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(10);
}
.cta-banner.insurance .insurance-args li.easy::before {
  background-image: url("/wp-content/uploads/2021/09/easy.svg");
}
.cta-banner.insurance .insurance-args li.immediate::before {
  background-image: url("/wp-content/uploads/2021/09/immediate.svg");
}
.cta-banner.insurance .insurance-args li.wo-engagment::before {
  background-image: url("/wp-content/uploads/2021/09/wo-engagment.svg");
}
.cta-banner.insurance .insurance-args li:not(:last-of-type) {
  padding-right: 8px;
}
.cta-banner.insurance .cta-banner-button {
  align-self: center;
  padding: 2px 16px;
  margin-bottom: -32px;
  font-size: 1.125em;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  border-width: 2px;
}
@media screen and (min-width: 768px) {
  .cta-banner.insurance .cta-banner-button {
    font-size: 1em;
    margin-bottom: -40px;
  }
}
.cta-banner.insurance .cta-banner-button:hover {
  color: var(--e-global-color-secondary);
  background-color: #ffffff;
  border-color: var(--e-global-color-secondary);
}

/*Croquettes popin form*/
body .gf-croquettes_wrapper .gform_heading,
body .gf-contact_wrapper .gform_heading {
  display: none;
}
body .gf-croquettes_wrapper .gform_body .gform_fields,
body .gf-contact_wrapper .gform_body .gform_fields {
  grid-row-gap: 8px;
  row-gap: 8px;
}
body .gf-croquettes_wrapper .gform_body .gfield_label,
body .gf-croquettes_wrapper .gform_body .gfield_required, body .gf-croquettes_wrapper .gform_body .ginput_complex span label,
body .gf-contact_wrapper .gform_body .gfield_label,
body .gf-contact_wrapper .gform_body .gfield_required,
body .gf-contact_wrapper .gform_body .ginput_complex span label {
  position: absolute;
  font-size: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
body .gf-croquettes_wrapper .gform_body input[type=text],
body .gf-croquettes_wrapper .gform_body input[type=email],
body .gf-croquettes_wrapper .gform_body textarea,
body .gf-croquettes_wrapper .gform_body select,
body .gf-contact_wrapper .gform_body input[type=text],
body .gf-contact_wrapper .gform_body input[type=email],
body .gf-contact_wrapper .gform_body textarea,
body .gf-contact_wrapper .gform_body select {
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  height: 48px;
}
body .gf-croquettes_wrapper .gform_body input[type=text]::-moz-placeholder, body .gf-croquettes_wrapper .gform_body input[type=email]::-moz-placeholder, body .gf-croquettes_wrapper .gform_body textarea::-moz-placeholder, body .gf-croquettes_wrapper .gform_body select::-moz-placeholder, body .gf-contact_wrapper .gform_body input[type=text]::-moz-placeholder, body .gf-contact_wrapper .gform_body input[type=email]::-moz-placeholder, body .gf-contact_wrapper .gform_body textarea::-moz-placeholder, body .gf-contact_wrapper .gform_body select::-moz-placeholder {
  color: var(--e-global-color-accent);
}
body .gf-croquettes_wrapper .gform_body input[type=text]:-ms-input-placeholder, body .gf-croquettes_wrapper .gform_body input[type=email]:-ms-input-placeholder, body .gf-croquettes_wrapper .gform_body textarea:-ms-input-placeholder, body .gf-croquettes_wrapper .gform_body select:-ms-input-placeholder, body .gf-contact_wrapper .gform_body input[type=text]:-ms-input-placeholder, body .gf-contact_wrapper .gform_body input[type=email]:-ms-input-placeholder, body .gf-contact_wrapper .gform_body textarea:-ms-input-placeholder, body .gf-contact_wrapper .gform_body select:-ms-input-placeholder {
  color: var(--e-global-color-accent);
}
body .gf-croquettes_wrapper .gform_body input[type=text]::placeholder,
body .gf-croquettes_wrapper .gform_body input[type=email]::placeholder,
body .gf-croquettes_wrapper .gform_body textarea::placeholder,
body .gf-croquettes_wrapper .gform_body select::placeholder,
body .gf-contact_wrapper .gform_body input[type=text]::placeholder,
body .gf-contact_wrapper .gform_body input[type=email]::placeholder,
body .gf-contact_wrapper .gform_body textarea::placeholder,
body .gf-contact_wrapper .gform_body select::placeholder {
  color: var(--e-global-color-accent);
}
body .gf-croquettes_wrapper .gform_footer,
body .gf-contact_wrapper .gform_footer {
  position: relative;
  z-index: 0;
}
body .gf-croquettes_wrapper .gform_footer .gform_button,
body .gf-contact_wrapper .gform_footer .gform_button {
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  border: 2px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 24px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
body .gf-croquettes_wrapper .gform_footer .gform_button::after,
body .gf-contact_wrapper .gform_footer .gform_button::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--e-global-color-secondary);
  border-radius: 16px;
  transition: all 0.2s;
  transform: translate(8px, 8px);
}
body .gf-croquettes_wrapper .gform_footer .gform_button:hover,
body .gf-contact_wrapper .gform_footer .gform_button:hover {
  color: var(--e-global-color-primary);
}
body .gf-croquettes_wrapper .gform_footer .gform_button:hover::after,
body .gf-contact_wrapper .gform_footer .gform_button:hover::after {
  transform: translate(0, 0);
}

body .gf-contact_wrapper .gform_body .gform_fields {
  grid-row-gap: 16px;
  row-gap: 16px;
}
body .gf-contact_wrapper .gform_body .gform_fields .gfield_label, body .gf-contact_wrapper .gform_body .gform_fields .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  height: auto;
  margin: 0;
  visibility: visible;
  opacity: 1;
  color: var(--e-global-color-primary);
}
body .gf-contact_wrapper .gform_body .gform_fields input[type=text],
body .gf-contact_wrapper .gform_body .gform_fields input[type=email],
body .gf-contact_wrapper .gform_body .gform_fields textarea,
body .gf-contact_wrapper .gform_body .gform_fields select {
  border: none;
  font-family: "Catamaran";
}
body .gf-contact_wrapper .gform_body .gform_fields select {
  background-color: #fff;
  color: var(--e-global-color-accent);
}
body .gf-contact_wrapper .gform_body .gform_fields select:hover, body .gf-contact_wrapper .gform_body .gform_fields select:focus, body .gf-contact_wrapper .gform_body .gform_fields select:focus-within {
  color: var(--e-global-color-primary);
}
body .gf-contact_wrapper .gform_body .gform_fields .gfield_consent .gfield_label {
  position: absolute;
  font-size: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 783px) {
  body .gf-contact_wrapper .gform_body .gform_fields {
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-column-gap: 16px;
  }
  body .gf-contact_wrapper .gform_body .gform_fields #field_8_6, body .gf-contact_wrapper .gform_body .gform_fields #field_8_7 {
    grid-column: span 6;
  }
}

@media screen and (max-width: 600px) {
  body #illico-modal {
    left: 0;
  }
}
/*Cookie notice*/
#cookie-notice .cookie-button {
  position: relative;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
#cookie-notice .cookie-button::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--e-global-color-secondary);
  border-radius: 8px;
  transition: all 0.2s;
  transform: translate(4px, 4px);
}
#cookie-notice .cookie-button:hover {
  color: var(--e-global-color-primary);
}
#cookie-notice .cookie-button:hover::after {
  transform: translate(0, 0);
}

/*Home posts buttons*/
.mobile-featured-posts .elementor-post__read-more,
.coup-patte-post-widget .elementor-post__read-more,
.saison-post-widget .elementor-post__read-more,
.featured-post-widget .elementor-post__read-more {
  position: relative;
  z-index: 0;
  border-radius: 16px;
  border: 2px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 24px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.mobile-featured-posts .elementor-post__read-more::after,
.coup-patte-post-widget .elementor-post__read-more::after,
.saison-post-widget .elementor-post__read-more::after,
.featured-post-widget .elementor-post__read-more::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--e-global-color-secondary);
  border-radius: 8px;
  transition: all 0.2s;
  transform: translate(8px, 8px);
}
.mobile-featured-posts .elementor-post__read-more:hover,
.coup-patte-post-widget .elementor-post__read-more:hover,
.saison-post-widget .elementor-post__read-more:hover,
.featured-post-widget .elementor-post__read-more:hover {
  color: var(--e-global-color-primary);
}
.mobile-featured-posts .elementor-post__read-more:hover::after,
.coup-patte-post-widget .elementor-post__read-more:hover::after,
.saison-post-widget .elementor-post__read-more:hover::after,
.featured-post-widget .elementor-post__read-more:hover::after {
  transform: translate(0, 0);
}
.mobile-featured-posts.coup-patte-post-widget .elementor-post__read-more,
.coup-patte-post-widget.coup-patte-post-widget .elementor-post__read-more,
.saison-post-widget.coup-patte-post-widget .elementor-post__read-more,
.featured-post-widget.coup-patte-post-widget .elementor-post__read-more {
  border: 2px solid #fff;
  color: #fff;
}

/*Home most read posts list*/
body .countable-posts-widget .elementor-posts-container {
  grid-row-gap: 0px;
  row-gap: 0px;
}
body .countable-posts-widget .elementor-post__title {
  display: flex;
  align-items: center;
}
body .countable-posts-widget .elementor-post__title::before {
  display: block;
  font-size: 60px;
  font-weight: 700;
  font-family: "Catamaran";
  margin-right: 12px;
}
body .countable-posts-widget .elementor-post:nth-of-type(1) .elementor-post__title::before {
  content: "1";
}
body .countable-posts-widget .elementor-post:nth-of-type(2) .elementor-post__title::before {
  content: "2";
}
body .countable-posts-widget .elementor-post:nth-of-type(3) .elementor-post__title::before {
  content: "3";
}
body .countable-posts-widget .elementor-post:nth-of-type(4) .elementor-post__title::before {
  content: "4";
}
body .countable-posts-widget .elementor-post:nth-of-type(5) .elementor-post__title::before {
  content: "5";
}
body .countable-posts-widget .elementor-post {
  position: relative;
}
body .countable-posts-widget .elementor-post .elementor-post__title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.featured-post-widget .elementor-post {
  position: relative;
}
.featured-post-widget .elementor-post .elementor-post__title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-post-widget .elementor-post__text {
  text-align: center;
}
.featured-post-widget .elementor-post__text .elementor-post__excerpt,
.featured-post-widget .elementor-post__text .elementor-post__title {
  text-align: left;
}

/*Home last posts list*/
body .last-posts-widget .elementor-posts-container {
  grid-row-gap: 0px;
  row-gap: 0px;
}
body .last-posts-widget .elementor-post {
  position: relative;
}
body .last-posts-widget .elementor-post .elementor-post__title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*Block with CTA entirely clickable*/
body a.link-block {
  text-decoration: none;
}
body a.link-block:hover .elementor-heading-title::after {
  transform: none;
}

/*IllicoVeto service buttons*/
[illico-btn] {
  cursor: pointer;
}
[illico-btn].e-container:hover .cta-button .elementor-button {
  color: var(--cta-color);
}
[illico-btn].e-container:hover .cta-button .elementor-button::after {
  transform: translate(0, 0);
}

.unavailable-service {
  cursor: pointer;
}
.unavailable-service.e-container:hover .cta-button .elementor-button {
  color: var(--cta-color);
}
.unavailable-service.e-container:hover .cta-button .elementor-button::after {
  transform: translate(0, 0);
}

.popin-link {
  cursor: pointer;
}

/*Elementor fixes*/
@media screen and (max-width: 783px) {
  .elementor-title-section {
    padding: 40px 16px !important;
  }
  .elementor-title-column {
    max-width: 100% !important;
    width: 100% !important;
  }
  .elementor-widget__width-initial.elementor-search-form--skin-classic {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Footer
-------------------------------------------------------------- */
body .site-footer .footer-legal-mentions-text p {
  margin: 0;
}
body .site-footer .footer-legal-mentions-text a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 783px) {
  body .site-footer {
    justify-content: center;
  }
  body .site-footer > .e-container--column {
    width: 100%;
    max-width: initial;
    margin: 0;
    justify-content: space-between;
  }
  body .site-footer > .e-container--column:first-of-type {
    margin-bottom: 60px;
  }
  body .site-footer > .e-container--column:last-of-type {
    margin-top: 48px;
  }
  body .site-footer #gform_4 {
    max-width: initial;
  }
}
@media screen and (min-width: 783px) {
  body .site-footer .footer-nav-menu {
    flex-grow: 1;
  }
  body .site-footer .footer-nav-menu .elementor-nav-menu--main .elementor-nav-menu {
    display: flex;
    justify-content: space-between;
    margin-left: 75px;
  }
  body .site-footer .footer-nav-menu .elementor-nav-menu--main .elementor-nav-menu::after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  body .site-footer .footer-legal-mentions-text p {
    font-size: 16px;
  }
  body .site-footer .footer-legal-mentions-text a {
    margin-left: 0.25em;
    font-weight: 700;
  }
  body .site-footer .footer-legal-mentions-text br {
    display: none;
  }
}

/* Admin bar adjustments
-------------------------------------------------------------- */
body.admin-bar .elementor-search-form--skin-full_screen .elementor-search-form__container {
  top: 46px;
}
body.admin-bar .site-header.elementor-sticky--active .elementor-search-form--skin-full_screen .elementor-search-form__container {
  top: 0;
}
@media screen and (min-width: 600px) {
  body.admin-bar .elementor-search-form--skin-full_screen .elementor-search-form__container,
body.admin-bar .site-header.elementor-sticky--active .elementor-search-form--skin-full_screen .elementor-search-form__container {
    top: 46px;
  }
  body.admin-bar .site-main .elementor-widget-theme-post-content .elementor-menu-anchor {
    margin-bottom: 156px;
    margin-top: calc(-156px + 1em);
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .elementor-search-form--skin-full_screen .elementor-search-form__container,
body.admin-bar .site-header.elementor-sticky--active .elementor-search-form--skin-full_screen .elementor-search-form__container {
    top: 32px;
  }
  body.admin-bar .site-main .elementor-widget-theme-post-content .elementor-menu-anchor {
    margin-bottom: 142px;
    margin-top: calc(-142px + 1em);
  }
}
@media screen and (min-width: 1024px) {
  body.admin-bar .elementor-search-form--skin-full_screen .elementor-search-form__container,
body.admin-bar .site-header.elementor-sticky--active .elementor-search-form--skin-full_screen .elementor-search-form__container {
    top: calc(100% + 5px);
  }
}/*# sourceMappingURL=style.css.map */