.button.load-more.button-primary, .button.media-button.button-primary.button-large.media-button-select, .button.load-more-jump, .wp-core-ui .button {
  font-family: arial;
  font-size: 13px;
}
.media-frame-toolbar .media-toolbar {
  border-top: 0px solid #dcdcde;
}

/*///// WP GALLERIE PAGES ////*/
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    padding: 30px;
  }
}

/*///// PP MENU MOBILE 100% WIDTH ////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
width: 100vw !important;
}

/*///////////////////////////////////////////////////////////////////////////////////////
//   PP SLIDESHOW - Réduit la taille des images en mode galerie 
///////////////////////////////////////////////////////////////////////////////////////*/
& .ansel-slides-container.is-fullscreen-supported.is-fullwindow .slide img {
  scale: 88%;
}
.pp-grid-image__image {
  cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////// 
//   PP SLIDESHOW - Ajoute un fond noir au slider
////////////////////////////////////////////////////////////////////*/
.ansel-slides {
  background: #ffffffa3 !important;
}
.ansel-control-bar {
  top: -56px;
  position: relative;
}

/*//////////////////////////////////////////////////////////////////// 
//  04 - CONTACT FORM 7
////////////////////////////////////////////////////////////////////*/
#formulaire-responsive {margin:0 auto; width:100%;}
#formulaire-responsive h2 {padding: 15px 0px 10px 0; position: relative;}
input:focus, textarea:focus {outline: 1px solid #9d9d9d;}

/*ACCEPTANCE*/
.wpcf7-form-control-wrap.acceptance-666, .wpcf7-form-control.wpcf7-radio {margin: 0 0 0 -14px;}

/*COMMON*/
.left-third-contact, .middle-third-contact, .right-third-contact, .full-width-contact, .left-half-contact, .right-half-contact, .message-contact {
background-color: #f4f4f4;
border: 0px ;
color: #111111;
font-size: calc(1em * 0.98);
padding: 10px;
outline: none;
margin: 0 0 10px 0;
font-display: swap;
}

/*COMMON TEXT*/
.left-half-text, .right-half-text, .full-width-text {
border: 0px;
font-size: calc(1em * 0.80);
outline: none;
}
.left-half-text {width: calc(50% - 4px); margin: 0 4px 10px 0; float: left;}
.right-half-text {width: calc(50% - 4px); margin: 0 0 10px 4px; float: right;}
.full-width-text {width: 100% !important; margin: 0 4px 10px 0; float: left;}


/*DETAILED*/
.contact-form-spacer {height: 20px;}
.wpcf7-form-control.wpcf7-select {-webkit-appearance: none;}
.full-width-contact {width: 100% !important; margin: 0 0 10px 0;}
.left-half-contact {width: calc(50% - 4px); margin: 0 4px 10px 0;}
.right-half-contact {width: calc(50% - 4px); margin: 0 0 10px 4px;}
.left-third-contact {width: calc(33.33% - 5px); margin: 0 7px 10px 0;}
.middle-third-contact {width: calc(33.33% - 5px); margin: 0 7px 10px 0;}
.right-third-contact {width: calc(33.33% - 5px); margin: 0 0 10px 0;}
.message-contact {
width: 100% !important;
max-width: 100%;
height: 140px;
min-height: 130px;
max-height: 240px;
}

/*BUTTONS*/
.button, #searchsubmit, input[type="submit"] {
  width: 240px;
  color: #2b2b2b !important;
  font-variant: all-petite-caps;
  border: solid 0px #fff;
  font-family: "Voltaire-Regular.woff";
  padding: 0 0 3px 0;
  font-size: 25px;
  height: 45px;
}

.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
background: #9B6A11;
color: #fff !important;
transition: background-color 0.3s ease;
}



/*//////////////////////////////////////////////////////////////////// 
// FORM BUTTON ANIMATION  */


.button-wrapper {
  position: relative;
  display: inline-block;
}

.button-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 96%;
  height: 60%;
  background-color: #9B6A11; /* marron  */
  transform: rotate(2deg);
  z-index: 0;
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.button-wrapper:hover::before {
  background-color: #E4E4E4; /* gris  */
  transition: background-color 0.3s ease;
}

.styled-button {
  position: relative;
  z-index: 1;
  background-color: white;
  color: #222;
  font-weight: bold;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-family: 'sans-serif';
  cursor: pointer;
  box-shadow: none;
  display: inline-block;
}

.button, #searchsubmit, input[type="submit"] {
background: #f0f0f0;
}


/*
// END FORM BUTTON ANIMATION  */
////////////////////////////////////////////////////////////////////*/



/*POSITION & RESPONSIVE*/
#formulaire-responsive b, #formulaire-responsive a {font-size: 14px;}
.form-pos-center {
margin: 40px auto 0 auto;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 240px;
}

/*ERRORS*/
span.wpcf7-not-valid-tip {color: #f00; display: none; font-size: 1em;}
div.wpcf7-validation-errors {border: 2px solid #f00;}
.wpcf7-form-control.wpcf7-submit-paypal {background: #0070BA;}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {background-color: rgba(255, 0, 0, 0.02); border: 1px solid #f00;}
div.wpcf7-mail-sent-ok {
background-color: #e5f2e0;
border: 1px solid #398f14;
margin-top: 30px;
padding: 8px;
text-align: center;
}

.spacer {margin: 80px;}

