/**
 * Theme Name:        RV Avocats
 * Template:          twentytwentyfive
 * Version:           1.0.0
 * Author:            Pluscom
 * Author URI:        https://pluscom.fr
 */

.home .i-want-to-be-sticky .wp-block-site-logo{
    transition:0.3s all;
}
.home .i-want-to-be-sticky:not(.is-sticky) .wp-block-site-logo{
    opacity:0;
}
.home .i-want-to-be-sticky.is-sticky .wp-block-site-logo{
    opacity:1;
}

.contact-us{
    gap:0.4rem;
}

 /* Special templates */

 .custom-template main{
    padding-top:30px;
    padding-bottom:30px;
 }
 
 .custom-template .wp-block-button.is-style-outline--2 .wp-block-button__link {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid currentColor;
  border-radius: 0.25em;
  background: none;
  color: currentColor;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--system-font, sans-serif);
  font-size: var(--wp--preset--font-size--medium, 1rem);
}


.custom-template .wp-container-core-group-is-layout-8165f36a{
  flex-wrap:nowrap;
  justify-content:space-between;
}

.custom-template .wp-block-image.has-image-center {
  text-align: center;
}

.custom-template .wp-block-image img {
  height: auto;
  max-width: 100%;
}

.custom-template .wp-block-buttons{
    display:block;
}
.custom-template .btn-arv,
.custom-template .wp-block-button .wp-block-button__link{
    background: transparent none;
    background-color: transparent;
    background-color: var(--wp--preset--color--custom-beige-2);
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-color: currentColor;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-color: currentColor;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-color: currentColor;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: currentColor;
    border-left-width: 1px;
    border-left-style: solid;
    color: var(--wp--preset--color--custom-vert-2);
    padding-top: var(--wp--preset--spacing--20);
    padding-right: 30px;
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: 30px;
    text-decoration: none;
    display:inline-block;;
}
.custom-template .wp-block-button.is-style-fill .wp-block-button__link{
    background-color: var(--wp--preset--color--custom-vert);
    color : var(--wp--preset--color--base);
    border-color: var(--wp--preset--color--custom-vert);
}
.custom-template .btn-arv:hover,
.custom-template .wp-block-button .wp-block-button__link:hover {
    background-color : color-mix(in srgb, var(--wp--preset--color--contrast) 5%, transparent)
}
.custom-template .wp-block-button.is-style-fill .wp-block-button__link:hover{
    background-color : color-mix(in srgb, var(--wp--preset--color--custom-vert) 80%, transparent);
}

/* single vente aux enchères */

.custom-template .vente{
    padding: 15px;
    border: 1px dashed var(--wp--preset--color--custom-vert-2);
    margin-bottom: 10px;
    margin-top: 10px;
}
.home .hide-on-home{
    display:none !important;
}
.custom-template .hide-on-custom{
    display:none !important;
}