/*!
Theme Name: Run Pare-Brise
Theme URI: http://underscores.me/
Author: Agence Dewey
Author URI: https://agence-dewey.fr
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: run-pare-brise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Responsive
--------------------------------------------- */
.container, article {
  position: relative;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 95%;
}
@media only screen and (min-width: 1210px) {
  .container, article {
    max-width: 1200px;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 46px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

h2 {
  font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: initial;
  margin: 0;
  font-family: "acumin-pro", sans-serif;
}

h1 {
  font-size: 60px;
  line-height: 65px;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  font-size: 40px;
  line-height: 45px;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

h3 {
  font-size: 27px;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 25px;
  }
}

p, a {
  font-size: 18px;
  line-height: 21px;
  font-family: "acumin-pro", sans-serif;
}
@media only screen and (max-width: 1024px) {
  p, a {
    font-size: 15px !important;
    line-height: 18px !important;
  }
}

.bold {
  font-weight: bold;
}

.content a, .type-post a {
  font-weight: bold;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}
@media only screen and (max-width: 768px) {
  ul,
  ol {
    margin-left: 0px;
  }
}

ul {
  list-style: disc;
}
ul li {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

.btn {
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  background-color: #000000;
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 15px;
  }
}

.btn:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.btn-w {
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  color: #000000;
  background-color: #FFFFFF;
  padding: 10px 30px;
  border: 1px solid #000000;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .btn-w {
    font-size: 15px;
  }
}

.btn-w:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-contact {
  font-family: "acumin-pro", sans-serif !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
  padding: 10px 30px !important;
  border: 1px solid #FFFFFF !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition-property: background-color, color !important;
  transition-duration: 0.5s !important;
}
@media only screen and (max-width: 1024px) {
  .btn-contact {
    font-size: 15px !important;
  }
}

.btn-contact:hover {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
@keyframes drop {
  70% {
    transform: translateY(1200px);
  }
  100% {
    transform: translateY(1100px);
  }
}
@keyframes fall {
  10% {
    transform: translateY(1040px);
  }
  20% {
    transform: translateY(1020px);
  }
  30% {
    transform: translateY(1000px);
  }
  50% {
    transform: translateY(1200px);
  }
  70% {
    transform: translateY(1600px);
  }
  100% {
    transform: translateY(3000px);
  }
}
.BGpopup {
  width: 100vw;
  height: 110vh;
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  z-index: 10000;
}

.popupEssence {
  display: block;
  margin: 0 auto;
  position: fixed;
  top: -1000px;
  animation: drop 0.5s ease forwards;
  left: 35%;
  z-index: 9000000;
  border: 2px solid #AE0F0A;
  background-color: #000;
  width: 100%;
  height: auto;
  max-width: 30%;
  border-radius: 4%;
}
@media only screen and (max-width: 1024px) {
  .popupEssence {
    left: 20%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .popupEssence {
    left: 10%;
    max-width: 80%;
  }
}
.popupEssence .popupEssenceContent {
  position: relative;
  padding: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .popupEssence .popupEssenceContent {
    padding: 35px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .popupEssence .popupEssenceContent {
    padding: 20px;
  }
}
.popupEssence .popupEssenceContent .fermerPU {
  align-self: end;
  border-radius: 100% !important;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  padding: 7px 10px;
  border: 1px solid #000000;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}
.popupEssence .popupEssenceContent .fermerPU:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.popupEssence .popupEssenceContent .textePopup {
  color: white;
  font-size: 20px;
  text-align: center;
}
.popupEssence .popupEssenceContent .titrePopup {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
}
.popupEssence .popupEssenceContent .btn-RDV {
  margin-top: 10px !important;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .popupEssence .popupEssenceContent .btn-RDV {
    font-size: 80%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .popupEssence .popupEssenceContent .btn-RDV {
    font-size: 60%;
  }
}

.hero {
  height: calc(100vh - 41px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hero {
    flex-direction: column;
  }
}
.hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0 50px;
}
@media only screen and (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    position: relative;
    top: 70px;
  }
}
.hero-content-l {
  margin-left: 50px;
  background-color: rgba(0, 0, 0, 0);
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .hero-content-l {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-content-l {
    width: 100%;
    margin-left: 0;
  }
}
.hero-content-l h1 {
  text-align: left;
  text-transform: capitalize;
  color: white;
  font-weight: 900;
}
.hero-content-l p {
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .hero-content-l p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-content-l #btn-contact-accueil {
    display: none;
  }
}
.hero-content-l #btn-appel-accueil {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hero-content-l #btn-appel-accueil {
    display: block;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-content-r {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-content-r {
    width: 100%;
  }
}
.hero-content-r iframe {
  float: right;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .hero-content-r iframe {
    float: initial;
  }
}
.hero-content video {
  width: 100%;
}

.services {
  margin: 70px auto 100px;
  /*.l-services{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    row-gap: 16px;
    @include breakpoint('mobile'){
      grid-template-columns: repeat(2, 1fr);
    }
    @include breakpoint('mobileSmall'){
      grid-template-columns: repeat(1, 1fr);
    }
    .service{
      position: relative;
      overflow: hidden;
      img{
        filter: brightness(0.3);
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center center;
        @include breakpoint('mobileSmall'){
          height: 350px;
        }
      }
      h3{
        position: absolute;
        top: 24px;
        left: 30px;
        color: $blanc;
        font-weight: $b;
        width: 80%;
      }
      .hidden{
        display: none;
      }
      .text{
        position: absolute;
        top: 50%;
        left: 30px;
        color: $blanc;
        width: 90%;
      }
      &:hover{
        .hidden{
          display: block;
        }
      }
    }
  }*/
}
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 32px 0;
}
.services-header h2 {
  font-weight: 900;
  color: #000000;
  line-height: initial;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .services-header .btn-w {
    display: none;
  }
}
.services .l-services {
  display: grid;
  gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
.services .l-services > * {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .services .l-services > * {
    grid-column: unset;
  }
}
.services .l-services > *:nth-last-child(2):nth-child(even) {
  grid-column: 2/span 2;
}
@media only screen and (max-width: 768px) {
  .services .l-services > *:nth-last-child(2):nth-child(even) {
    grid-column: unset;
  }
}
@media only screen and (max-width: 768px) {
  .services .l-services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .services .l-services {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services .service {
  position: relative;
  overflow: hidden;
}
.services .service img {
  filter: brightness(0.3);
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
@media only screen and (max-width: 480px) {
  .services .service img {
    height: 350px;
  }
}
.services .service h3 {
  position: absolute;
  top: 24px;
  left: 30px;
  color: #FFFFFF;
  font-weight: 700;
  width: 80%;
}
.services .service .hidden {
  display: block;
}
@media only screen and (max-width: 768px) {
  .services .service .hidden {
    display: none;
  }
}
.services .service .text {
  position: absolute;
  top: 50%;
  left: 30px;
  color: #FFFFFF;
  width: 90%;
}
.services .service:hover .hidden {
  display: block;
}

.remises-additionnelles {
  padding: 100px 0 100px 0;
  border-top: 1px solid #000000;
}
.remises-additionnelles .ct-ra h2 {
  font-weight: 900;
  text-align: center;
  color: #000000;
  line-height: initial;
  margin-bottom: 100px;
}
.remises-additionnelles .ct-ra .ct-remises {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .remises-additionnelles .ct-ra .ct-remises {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .remises-additionnelles .ct-ra .ct-remises {
    grid-template-columns: repeat(1, 1fr);
  }
}
.remises-additionnelles .ct-ra .ct-remises .remise {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.remises-additionnelles .ct-ra .ct-remises .remise img {
  height: 50px;
}
.remises-additionnelles .ct-ra .ct-remises .remise h3 {
  color: #AE0F0A;
  font-family: acumin-pro, sans-serif;
  text-align: center;
  margin-top: 24px;
  font-weight: 900;
}
.remises-additionnelles .ct-ra .ct-remises .remise p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .remises-additionnelles .ct-ra .ct-remises .remise p {
    font-size: 15px;
  }
}

.avis-google {
  padding: 100px 0 100px 0;
  border-top: 1px solid #000000;
}
.avis-google .ct-ag h2 {
  font-weight: 900;
  text-align: center;
  color: #000000;
  line-height: initial;
  margin-bottom: 100px;
}

.part-pro {
  background-image: url("https://runparebrise.agence-dewey.fr/wp-content/uploads/2024/04/vousEtesBanniere.jpg");
  background-size: cover;
  background-position: center;
}
.part-pro .ct-pp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .part-pro .ct-pp {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .part-pro .ct-pp {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.part-pro .ct-pp h2 {
  color: #FFFFFF;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .part-pro .ct-pp h2 {
    grid-row: span 2;
  }
}
@media only screen and (max-width: 768px) {
  .part-pro .ct-pp .part {
    margin-bottom: 50px;
  }
}
.part-pro .ct-pp .pro h3, .part-pro .ct-pp .part h3 {
  color: #FFFFFF;
  font-weight: 700;
}
.part-pro .ct-pp .pro p, .part-pro .ct-pp .part p {
  color: #FFFFFF;
  font-size: 18px;
}

.a-propos {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .a-propos {
    flex-direction: column;
  }
}
.a-propos .text-a-propos {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .a-propos .text-a-propos {
    width: 100%;
  }
}
.a-propos .text-a-propos h2 {
  color: #000000;
  font-weight: 900;
}
.a-propos .text-a-propos p {
  color: #000000;
  font-size: 18px;
  margin-bottom: 40px;
}
.a-propos .img-a-propos {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .a-propos .img-a-propos {
    width: 100%;
  }
}

.blog {
  padding: 100px 0 100px 0;
  border-top: 1px solid #000000;
}
.blog .ct-b .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 32px 0;
}
.blog .ct-b .blog-header h2 {
  font-weight: 900;
  color: #000000;
  line-height: initial;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .blog .ct-b .blog-header .btn-w {
    display: none;
  }
}
.blog .ct-b .articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .blog .ct-b .articles {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .blog .ct-b .articles {
    grid-template-columns: 1fr;
    gap: 30px 10px;
  }
}
.blog .ct-b .articles article {
  padding: 0;
  width: 100%;
}
.blog .ct-b .articles article .photo-article {
  overflow: hidden;
}
.blog .ct-b .articles article .photo-article img {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(1);
}
.blog .ct-b .articles article .photo-article img:hover {
  transform: scale(1.2);
}
.blog .ct-b .articles article p {
  margin: 4px 0 8px 0;
}
.blog .ct-b .articles article h4 {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 18px;
}
.blog .ct-b .articles article a {
  font-family: "acumin-pro", sans-serif;
  color: #AE0F0A;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-contact {
  padding: 100px 0 100px 0;
  border-top: 1px solid #000000;
}
.home-contact .ct-c {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .home-contact .ct-c {
    flex-direction: column;
  }
}
.home-contact .ct-c .home-contact-text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .home-contact .ct-c .home-contact-text {
    width: 100%;
  }
}
.home-contact .ct-c .home-contact-text h2 {
  color: #000000;
  font-weight: 900;
}
.home-contact .ct-c .home-contact-text p {
  color: #000000;
  font-size: 18px;
  margin-bottom: 40px;
}
.home-contact .ct-c .home-contact-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .home-contact .ct-c .home-contact-img {
    width: 100%;
  }
}

.btn-b-section {
  margin-top: 50px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .btn-b-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header h1 {
  font-weight: 900;
  color: #FFFFFF;
  text-transform: math-auto;
  margin-top: 100px;
}

.contenu-a-propos {
  margin: 100px auto;
}
.contenu-a-propos h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
}
.contenu-a-propos h3, .contenu-a-propos p {
  margin: 0;
  font-size: 18px !important;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .contenu-a-propos h3, .contenu-a-propos p {
    font-size: 15px !important;
  }
}
.contenu-a-propos .gallery {
  margin-top: 34px;
}
.contenu-a-propos .gallery .slick-prev {
  display: inline-block;
  position: absolute;
  left: -100px;
  top: 130px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  width: 95px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contenu-a-propos .gallery .slick-prev {
    display: none !important;
  }
}
.contenu-a-propos .gallery .slick-next {
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 130px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  width: 95px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contenu-a-propos .gallery .slick-next {
    display: none !important;
  }
}
.contenu-a-propos .slick-prev:before {
  content: url("/wp-content/uploads/2024/01/arrow-left.svg");
}
@media only screen and (max-width: 1024px) {
  .contenu-a-propos .slick-prev:before {
    display: none;
  }
}
.contenu-a-propos .slick-next:before {
  content: url("/wp-content/uploads/2024/01/arrow-right.svg");
}
@media only screen and (max-width: 1024px) {
  .contenu-a-propos .slick-next:before {
    display: none;
  }
}
.contenu-a-propos .slick-slide img {
  padding: 2%;
}
@media only screen and (max-width: 768px) {
  .contenu-a-propos #slick-slide-control00, .contenu-a-propos #slick-slide-control01 {
    display: none;
  }
}

.histoire {
  border-top: 1px solid black;
  padding: 100px 0 100px 0;
}
.histoire .ct-h .histoire-s1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s1 {
    flex-direction: column;
  }
}
.histoire .ct-h .histoire-s1-text {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s1-text {
    width: 100%;
  }
}
.histoire .ct-h .histoire-s1-text h3 {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .histoire .ct-h .histoire-s1-text h3 {
    font-size: 35px;
  }
}

.histoire {
  border-top: 1px solid black;
  padding: 100px 0 100px 0;
}
.histoire .ct-h .histoire-s1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s1 {
    flex-direction: column;
  }
}
.histoire .ct-h .histoire-s1-text {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s1-text {
    width: 100%;
  }
}
.histoire .ct-h .histoire-s1-text h3 {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .histoire .ct-h .histoire-s1-text h3 {
    font-size: 35px;
  }
}
.histoire .ct-h .histoire-s1-text p {
  font-size: 18px;
  color: #000000;
}
.histoire .ct-h .histoire-s1-img {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s1-img {
    width: 100%;
  }
}
.histoire .ct-h .histoire-s2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s2 {
    flex-direction: column;
    margin-top: 50px;
  }
}
.histoire .ct-h .histoire-s2-text {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s2-text {
    width: 100%;
  }
}
.histoire .ct-h .histoire-s2-text h3 {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
}
.histoire .ct-h .histoire-s2-text p {
  font-size: 18px;
  color: #000000;
}
.histoire .ct-h .histoire-s2-img {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .histoire .ct-h .histoire-s2-img {
    width: 100%;
  }
}

.valeurs {
  border-top: 1px solid #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.valeurs-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 32px 0;
}
.valeurs-header h2 {
  font-weight: 900;
  color: #000000;
  line-height: initial;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .valeurs-header .btn-w {
    display: none;
  }
}
.valeurs .valeurs-container {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .valeurs .valeurs-container {
    grid-template-rows: initial;
    grid-template-columns: 1fr;
  }
}
.valeurs .valeurs-container .valeur:first-child {
  grid-row: span 2;
  background-color: #AE0F0A;
  padding: 25px 100px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .valeurs .valeurs-container .valeur:first-child {
    grid-row: initial;
    padding: 25px;
  }
}
.valeurs .valeurs-container .valeur:first-child h3 {
  color: #FFFFFF;
}
.valeurs .valeurs-container .valeur:first-child p {
  color: #FFFFFF;
}
.valeurs .valeurs-container .valeur {
  border: 1px solid #AE0F0A;
  padding: 25px;
}
.valeurs .valeurs-container .valeur h3 {
  font-weight: 700;
  color: #000000;
}
.valeurs .valeurs-container .valeur p {
  margin: 0;
  margin-top: 18px;
  color: #000000;
}
.valeurs .valeurs-container .valeur:last-child {
  grid-column: 2;
}
@media only screen and (max-width: 768px) {
  .valeurs .valeurs-container .valeur:last-child {
    grid-column: initial;
  }
}

.atouts {
  border-top: 1px solid #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.atouts h2 {
  font-weight: 900;
  color: #000000;
  line-height: initial;
  margin: 0;
}
.atouts p {
  margin: 0;
  margin-top: 18px;
  color: #000000;
}
.atouts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .atouts-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .atouts-container {
    grid-template-columns: 1fr;
  }
}
.atouts-container .atout h3 {
  margin-top: 24px;
  color: #AE0F0A;
  font-weight: 900;
}
.atouts-container .atout p {
  margin: 0;
  margin-top: 16px;
  color: #000000;
}
.atouts-button {
  margin-top: 100px;
}

.heading {
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
}

.particulier-header {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.particulier-header h1 {
  font-weight: 900;
  color: #FFFFFF;
  text-transform: math-auto;
  margin-top: 100px;
}
.particulier-content {
  border-top: 1px solid #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.particulier-content .ct-part .particulier-content-left {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .particulier-content .ct-part .particulier-content-left {
    flex-direction: column;
  }
}
.particulier-content .ct-part .particulier-content-left .particulier-content-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .particulier-content .ct-part .particulier-content-left .particulier-content-text {
    width: 100%;
  }
}
.particulier-content .ct-part .particulier-content-left .particulier-content-text h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
}
.particulier-content .ct-part .particulier-content-left .particulier-content-text p {
  margin: 0;
}
.particulier-content .ct-part .particulier-content-left .particulier-content-img {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .particulier-content .ct-part .particulier-content-left .particulier-content-img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .particulier-content .ct-part .particulier-content-left .particulier-content-img img {
    height: 100%;
    object-fit: cover;
  }
}
.particulier-content .ct-part .particulier-content-right {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .particulier-content .ct-part .particulier-content-right {
    flex-direction: column-reverse;
  }
}
.particulier-content .ct-part .particulier-content-right .particulier-content-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 480px) {
  .particulier-content .ct-part .particulier-content-right .particulier-content-text {
    width: 100%;
  }
}
.particulier-content .ct-part .particulier-content-right .particulier-content-img {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .particulier-content .ct-part .particulier-content-right .particulier-content-img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .particulier-content .ct-part .particulier-content-right .particulier-content-img img {
    height: 100%;
    object-fit: cover;
  }
}

.choix-reparateur {
  border-top: 1px solid #000000;
  padding: 100px 0;
}
.choix-reparateur .ct-choix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}
.choix-reparateur .ct-choix h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
  text-align: center;
}
.choix-reparateur .ct-choix p {
  text-align: center;
}

.home-contact {
  padding: 100px 0 100px 0;
  border-top: 1px solid #000000;
}
.home-contact .ct-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .home-contact .ct-contact {
    flex-direction: column;
  }
}
.home-contact .ct-contact .home-contact-text {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .home-contact .ct-contact .home-contact-text {
    width: 100%;
  }
}
.home-contact .ct-contact .home-contact-text h2 {
  color: #000000;
  font-weight: 900;
}
.home-contact .ct-contact .home-contact-text p {
  color: #000000;
  margin-bottom: 40px;
}
.home-contact .ct-contact .home-contact-img {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .home-contact .ct-contact .home-contact-img {
    width: 100%;
  }
}

.blog-header-p {
  position: relative;
  top: 111px !important;
  border-top: 1px solid #000000;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .blog-header-p {
    top: 80px !important;
  }
}
.blog-header-p .ct-hb {
  display: grid;
  grid-template-columns: 75% 25%;
}
@media only screen and (max-width: 768px) {
  .blog-header-p .ct-hb {
    grid-template-columns: 100% !important;
  }
}
.blog-header-p .ct-hb .blog-header-text h1 {
  text-align: left;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  text-transform: initial;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .blog-header-p .ct-hb .blog-header-btn {
    display: none;
  }
}
.blog-header-p .ct-hb .blog-header-btn .btn-w {
  position: relative;
  top: 0 !important;
  float: right;
  display: initial;
}
@media only screen and (max-width: 768px) {
  .blog-header-p .ct-hb .blog-header-btn .btn-w {
    display: none;
  }
}

.blog-p {
  position: relative;
  top: 111px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .blog-p {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (max-width: 480px) {
  .blog-p {
    grid-template-columns: 1fr !important;
  }
}
.blog-p article {
  padding: 0;
  width: 100%;
}
.blog-p article .b-link {
  text-decoration: none;
  color: initial;
}
.blog-p article p {
  margin: 4px 0 8px 0;
}
.blog-p article h4 {
  font-size: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 18px;
}
.blog-p article .link {
  color: #AE0F0A;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "acumin-pro", sans-serif;
}

.contact-header {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-header h1 {
  font-weight: 900;
  color: #FFFFFF;
  text-transform: math-auto;
  margin-top: 100px;
}

.contact-content {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }
}
.contact-content-text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contact-content-text {
    width: 100%;
  }
}
.contact-content-text h2 {
  font-weight: 900;
  color: #000000;
  text-transform: math-auto;
}
.contact-content-text strong {
  font-size: 20px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .contact-content-text strong {
    font-size: 18px;
  }
}
.contact-content-text p {
  color: #000000;
  margin-bottom: 1em;
}
.contact-content-text .ct-tel {
  display: flex;
}
.contact-content-text .ct-tel a {
  text-decoration: none;
  color: #000000;
  font-family: "acumin-pro", sans-serif;
}
.contact-content-text .ct-tel .tel img {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.contact-content-text .adress {
  text-decoration: none;
  color: #000000;
  font-family: "acumin-pro", sans-serif;
}
.contact-content-text .adress img {
  width: 13px;
  margin-right: 12px;
}
.contact-content-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contact-content-img {
    width: 100%;
  }
}

.contact-form {
  border-top: 1px solid #000000;
  padding-top: 100px;
  margin: 0 50px;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .contact-form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form {
    margin: 0;
  }
}
.contact-form h2 {
  font-weight: 900;
  color: #000000;
  text-transform: math-auto;
  text-align: center;
  margin-bottom: 30px;
}
.contact-form .content-contact {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .contact-form .content-contact {
    flex-direction: column;
  }
}
.contact-form .content-contact .ct-f {
  flex: 4;
}
.contact-form .content-contact .ct-f .with_frm_style textarea {
  height: 200px !important;
}
.contact-form .content-contact .ct-f .with_frm_style select {
  text-align: center !important;
  color: #000000 !important;
}
.contact-form .content-contact .ct-f .with_frm_style input[type=text], .contact-form .content-contact .ct-f .with_frm_style textarea, .contact-form .content-contact .ct-f .with_frm_style select, .contact-form .content-contact .ct-f .with_frm_style input[type=email], .contact-form .content-contact .ct-f .with_frm_style input[type=tel] {
  border: 1px solid black;
  border-radius: 0;
  height: 50px;
}
.contact-form .content-contact .ct-f .with_frm_style input[type=text]::placeholder, .contact-form .content-contact .ct-f .with_frm_style textarea::placeholder, .contact-form .content-contact .ct-f .with_frm_style select::placeholder, .contact-form .content-contact .ct-f .with_frm_style input[type=email]::placeholder, .contact-form .content-contact .ct-f .with_frm_style input[type=tel]::placeholder {
  text-align: center;
  color: #000000;
  font-family: "acumin-pro", sans-serif;
}
.contact-form .content-contact .ct-f .politique-de-conf label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "acumin-pro", sans-serif;
}
.contact-form .content-contact .ct-f .politique-de-conf label input[type=checkbox] {
  border-color: #000000 !important;
}
.contact-form .content-contact .ct-f .frm_submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .content-contact .ct-f div.divFormu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact-form .content-contact .ct-f div.divFormu .formuTxt input[type=text], .contact-form .content-contact .ct-f div.divFormu .formuTxt input[type=email], .contact-form .content-contact .ct-f div.divFormu .formuTxt input[type=tel], .contact-form .content-contact .ct-f div.divFormu .formuTxt select {
  height: 55px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-weight: 700;
  border: 1px solid #000000 !important;
}
.contact-form .content-contact .ct-f div.divFormu .formuCases input {
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-form .content-contact .ct-f div.divFormu {
    flex-direction: column;
  }
}
.contact-form .content-contact .links-contact {
  flex: 1;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .contact-form .content-contact .links-contact {
    flex-direction: row;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form .content-contact .links-contact {
    flex-direction: column;
    margin-top: 24px;
  }
}
.contact-form .content-contact .links-contact .whatsapp {
  background-color: #AE0F0A;
  padding: 1rem;
}
.contact-form .content-contact .links-contact .whatsapp .header-case {
  display: flex;
  gap: 14px;
  align-items: center;
}
.contact-form .content-contact .links-contact .whatsapp .header-case .picto {
  background-color: #FFFFFF;
  padding: 11px;
  height: 47px;
  border-radius: 50px;
}
.contact-form .content-contact .links-contact .whatsapp .header-case h2 {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.contact-form .content-contact .links-contact .call {
  background-color: #AE0F0A;
  padding: 1rem;
}
.contact-form .content-contact .links-contact .call .header-case {
  display: flex;
  gap: 14px;
  align-items: center;
}
.contact-form .content-contact .links-contact .call .header-case .picto {
  background-color: #FFFFFF;
  padding: 11px;
  height: 47px;
  border-radius: 50px;
}
.contact-form .content-contact .links-contact .call .header-case h2 {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
  background-color: #000000 !important;
}

.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  border-color: #000000 !important;
}

#gform_wrapper_4 {
  width: 100%;
}

.ginput_container textarea {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  box-shadow: none;
}

@media only screen and (max-width: 480px) {
  .gform-theme--foundation .gform_fields {
    gap: 14px !important;
  }
}

.single-header {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-header h1 {
  font-weight: 900;
  color: #FFFFFF;
  text-transform: math-auto;
  margin-top: 100px;
}

.single-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  color: #000000;
}
.single-content h2 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 24px;
}

.reals-services {
  border-top: 1px solid #000000;
  padding: 100px 0;
}
.reals-services h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
}
.reals-services .gallery {
  margin-top: 34px;
}
.reals-services .gallery .slick-prev {
  display: inline-block;
  position: absolute;
  left: -100px;
  top: 130px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  width: 95px;
  cursor: pointer;
}
.reals-services .gallery .slick-next {
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 130px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  width: 95px;
  cursor: pointer;
}
.reals-services .gallery .slick-prev:before {
  content: url("/wp-content/uploads/2024/01/arrow-left.svg");
}
@media only screen and (max-width: 1024px) {
  .reals-services .gallery .slick-prev:before {
    display: none;
  }
}
.reals-services .gallery .slick-next:before {
  content: url("/wp-content/uploads/2024/01/arrow-right.svg");
}
@media only screen and (max-width: 1024px) {
  .reals-services .gallery .slick-next:before {
    display: none;
  }
}
.reals-services .gallery .slick-slide img {
  height: 380px;
  object-fit: cover;
  object-position: center;
  padding: 2%;
}
@media only screen and (max-width: 768px) {
  .reals-services .gallery #slick-slide-control00, .reals-services .gallery #slick-slide-control01 {
    display: none;
  }
}

.single-contact {
  padding: 100px 0 100px 0;
  border-top: 1px solid #000000;
}
.single-contact .ct-c {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .single-contact .ct-c {
    flex-direction: column;
  }
}
.single-contact .ct-c .single-contact-text {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .single-contact .ct-c .single-contact-text {
    width: 100%;
  }
}
.single-contact .ct-c .single-contact-text h2 {
  color: #000000;
  font-weight: 900;
}
.single-contact .ct-c .single-contact-text p {
  color: #000000;
  margin-bottom: 40px;
}
.single-contact .ct-c .single-contact-img {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .single-contact .ct-c .single-contact-img {
    width: 100%;
  }
}

.header-blog {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-blog a {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
}
.header-blog h1 {
  font-size: 40px;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: math-auto;
}

.article-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 100px;
}
.article-content .content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.article-content .content h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .article-content .content h2 {
    width: 100%;
  }
}
.article-content .content img {
  width: 100%;
}
.article-content .content p {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  .article-content .content p {
    width: 100%;
  }
}
.article-content .content .btn-w {
  font-weight: 900 !important;
}

.galerie-blog {
  border-top: 1px solid #000000;
  padding: 100px 0;
}
.galerie-blog .ct-gb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.galerie-blog .ct-gb .galerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .galerie-blog .ct-gb .galerie {
    grid-template-columns: repeat(1, 1fr);
  }
}
.galerie-blog .ct-gb .content {
  margin: 44px 0 24px 0;
  width: 70%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .galerie-blog .ct-gb .content {
    width: 100%;
  }
}

.relation-article {
  border-top: 1px solid #000000;
  padding: 100px 0;
}
.relation-article .ra-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .relation-article .ra-container {
    grid-template-columns: 1fr !important;
  }
}
.relation-article .ra-container .article {
  padding: 0;
  width: 100%;
}
.relation-article .ra-container .article .ct-img {
  width: 100%;
  overflow: hidden;
}
.relation-article .ra-container .article .ct-img img {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(1);
}
.relation-article .ra-container .article .ct-img img:hover {
  transform: scale(1.2);
}
.relation-article .ra-container .article p {
  margin: 4px 0 8px 0;
}
.relation-article .ra-container .article h4 {
  font-size: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 18px;
}
.relation-article .ra-container .article a {
  font-family: "acumin-pro", sans-serif;
  color: #AE0F0A;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-header-p {
  position: relative;
  top: 111px;
  border-top: 1px solid #000000;
  padding-top: 100px;
}
.blog-header-p .ct-hb {
  display: grid;
  grid-template-columns: 70% 30%;
}
.blog-header-p .ct-hb .blog-header-text h1 {
  text-align: left;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  text-transform: initial;
  color: #000000;
}
.blog-header-p .ct-hb .blog-header-btn .btn-w {
  position: relative;
  top: 30px;
}

.blog-p {
  position: relative;
  top: 111px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding-bottom: 120px;
}
.blog-p article {
  padding: 0;
  width: 100%;
}
.blog-p article .b-link {
  text-decoration: none;
  color: initial;
}
.blog-p article p {
  margin: 4px 0 8px 0;
}
.blog-p article h4 {
  font-size: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 18px;
}
.blog-p article .link {
  color: #AE0F0A;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "acumin-pro", sans-serif;
}

.realisation img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.alm-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
  z-index: 10000;
  position: relative;
}

.single-header {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
}
.single-header h1 {
  margin-top: 0;
}
.single-header a {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
}

.realisations .single-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 100px;
}
.realisations .single-content .content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.realisations .single-content .content h2 {
  color: #000000;
  font-weight: 900;
  width: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.realisations .single-content .content img {
  width: 100%;
}
.realisations .single-content .content p {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.realisations .single-content .content .btn-w {
  font-weight: 900 !important;
}

.realisations .relation-article .ra-container {
  grid-template-columns: 1fr 1fr 1fr !important;
}
@media only screen and (max-width: 768px) {
  .realisations .relation-article .ra-container {
    grid-template-columns: 1fr 1fr !important;
  }
}
.realisations .relation-article .ra-container .article .ct-img {
  width: 100%;
  overflow: hidden;
}
.realisations .relation-article .ra-container .article .ct-img img {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: scale(1);
}
.realisations .relation-article .ra-container .article .ct-img img:hover {
  transform: scale(1.2);
}

.error-404 {
  position: relative;
  top: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-bottom: 120px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    flex-direction: column;
  }
}
.error-404 .page-header h1 {
  text-align: left;
  color: #000000;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  width: 60%;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .error-404 .page-header h1 {
    width: 100%;
  }
}
.error-404 .page-header p {
  width: 60%;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .error-404 .page-header p {
    width: 100%;
  }
}

.pum-content {
  text-align: center !important;
}
.pum-content .date-popup {
  color: #AE0F0A;
  font-size: 20px;
  margin-bottom: 8px;
}
.pum-content .title-popup {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.pum-content .content-popup {
  font-size: 15px;
  margin-bottom: 40px;
}
.pum-content .content-popup strong {
  font-size: 20px;
}

.thanks-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thanks-content .thanks-content-text {
  margin: 100px;
}
.thanks-content .thanks-content-text p {
  font-family: "acumin-pro", sans-serif;
  font-size: 28px !important;
  color: #000000;
  text-align: center;
}

.container .basique {
  margin: 100px 0;
}
.container .basique h2, .container .basique h3 {
  color: black;
  margin-top: 50px;
}
.container .basique a {
  color: #AE0F0A;
}
.container .basique ul {
  margin-left: 0;
}
.container .basique ul li {
  list-style: disc;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Header
--------------------------------------------- */
.topbar {
  background-color: #000000;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .topbar {
    display: none;
  }
}
.topbar .text-g p {
  color: #FFFFFF;
  margin: 0;
  font-size: 14px;
}
.topbar .text-d a {
  color: #FFFFFF;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
}
.topbar .text-d a:first-child {
  margin-right: 34px;
}
.topbar .text-d a:first-child img {
  width: 10px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.topbar .text-d a:last-child img {
  width: 14px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}

header .main-navigation {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  z-index: 1000;
  padding: 20px 0;
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation {
    justify-content: space-between;
    padding: 20px;
  }
}
header .main-navigation ul {
  gap: 60px;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation ul #menu-item-114 .sub-menu {
    display: none;
  }
}
header .main-navigation ul li a {
  color: #FFFFFF;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
}
header .main-navigation ul li .sub-menu {
  display: flex;
  flex-direction: column;
  background-color: white;
  gap: 16px;
  padding: 16px;
}
header .main-navigation ul li .sub-menu li a {
  color: #000000;
}
header .main-navigation ul li .toggleDisplayed {
  display: flex !important;
  position: relative !important;
  justify-content: center !important;
  top: 24px !important;
  left: -7px;
  gap: 45px !important;
  background-color: transparent !important;
}
header .main-navigation ul li .toggleDisplayed li a {
  color: #FFFFFF !important;
}
header .main-navigation ul .current_page_item a {
  color: #AE0F0A;
}
header .main-navigation .mobile-menu {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  transition-property: left, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 768px) {
  header .main-navigation .mobile-menu #menu-menu-mobile {
    height: 80vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .mobile-menu #menu-menu-mobile li a {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .mobile-menu .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .mobile-menu .btn-close img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .mobile-menu .btn-call {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .mobile-menu .btn-call img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    position: initial;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-toggle img {
    width: 30px;
    height: 30px;
  }
}

.mobile-logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-logo {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-logo img {
    width: 150px;
  }
}

.dark ul li a {
  color: #000000 !important;
}
@media only screen and (max-width: 768px) {
  .dark ul li a {
    color: #FFFFFF !important;
  }
}
.dark ul .current-menu-item a {
  color: #AE0F0A !important;
}

.focus .sub-menu {
  position: absolute !important;
}
@media only screen and (max-width: 768px) {
  .focus .sub-menu {
    position: relative !important;
    display: flex !important;
    top: 24px;
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 768px) {
  .focus .sub-menu li a {
    color: #FFFFFF !important;
  }
}
@media only screen and (max-width: 768px) {
  .focus .sub-menu li:last-child {
    margin-top: 24px;
  }
}

.displayed {
  left: 0 !important;
  opacity: 1 !important;
}

.desktop {
  display: initial;
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
.desktop .custom-logo-link {
  display: initial;
}
@media only screen and (max-width: 768px) {
  .desktop .custom-logo-link {
    display: none;
  }
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: flex !important;
  }
}

#btnClose, #btnOpen {
  cursor: pointer;
}

.fixed-child {
  position: relative !important;
  top: 24px !important;
}

/* Footer
--------------------------------------------- */
.site-footer {
  margin-top: 50px;
  background-color: #000000;
}
.site-footer .container-colonnes {
  max-width: 1200px;
  margin: auto;
  padding: 100px 0 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .container-colonnes {
    gap: 40px;
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .container-colonnes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .site-footer .container-colonnes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-footer .container-colonnes .col-f .picto-rs img {
  width: 50px;
}
.site-footer .container-colonnes .col-f h4 {
  color: #AE0F0A;
  font-weight: 700;
  font-size: 22px;
}
.site-footer .container-colonnes .col-f #menu-menu-footer {
  margin: 14px 0 0 0;
  padding: 0;
}
.site-footer .container-colonnes .col-f #menu-menu-footer li {
  margin: 0 0 14px 0;
}
.site-footer .container-colonnes .col-f #menu-menu-footer li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  font-family: "acumin-pro", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .site-footer .container-colonnes .col-f #menu-menu-footer li a {
    font-size: 15px;
  }
}
.site-footer .container-colonnes .col-f #menu-menu-services {
  margin: 14px 0 0 0;
  padding: 0;
}
.site-footer .container-colonnes .col-f #menu-menu-services li {
  margin: 0 0 14px 0;
}
.site-footer .container-colonnes .col-f #menu-menu-services li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  font-family: "acumin-pro", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .site-footer .container-colonnes .col-f #menu-menu-services li a {
    font-size: 15px;
  }
}
.site-footer .container-colonnes .col-f p {
  color: #FFFFFF;
  font-size: 18px;
}
.site-footer .container-colonnes .col-f p a {
  color: #FFFFFF;
  text-decoration: none;
}

.subfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10vw;
}
@media only screen and (max-width: 1024px) {
  .subfooter {
    flex-direction: column;
  }
}
.subfooter p {
  margin: 2.5vh 0;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .subfooter p {
    text-align: left;
    width: 100%;
  }
}
.subfooter p a {
  color: #000000;
  text-decoration: none;
}
.subfooter p a:hover {
  text-decoration: underline;
}
.subfooter .menu-pages-obligatoires-container {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .subfooter .menu-pages-obligatoires-container {
    width: 100%;
    text-align: center;
  }
}
.subfooter .menu-pages-obligatoires-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .subfooter .menu-pages-obligatoires-container ul {
    flex-direction: column;
  }
}
.subfooter .menu-pages-obligatoires-container ul li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .subfooter .menu-pages-obligatoires-container ul li {
    text-align: center;
    padding: 1vh 0;
  }
}
.subfooter .menu-pages-obligatoires-container ul li a {
  color: #AE0F0A;
}

.page {
  margin: 0 !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.wsp-container .wsp-posts-list .wsp-post {
  list-style-image: url("/wp-content/uploads/2023/12/arrow-li.svg") !important;
}
.wsp-container .wsp-posts-list li {
  list-style-image: none !important;
}
.wsp-container .wsp-posts-list li .wsp-category-title {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
