@charset "UTF-8";
/*--------------------------------------------------------------
Author: Jeff du studio Blue room
Author URI: http://www.blueroom.fr

>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Normalize
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Custom Post type
   13.6 Pages
   13.7 Footer
14.0 Comments
15.0 Widgets
16.0 Media
16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/* 
@package Un autre café thème
=======================================
Variables
=======================================
*/
/* 
@package Allo chauffeur
=======================================
Mixins
=======================================
*/
/* 
@package Allo chauffeur
=======================================
Wordpress
=======================================
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* 
@package 
=======================================
Fonticon
=======================================
*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
  margin: 0 0.5%;
}

.col-1 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}

.col-1-3 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-1-3 {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-1-3 {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (min-width: 1366px) {
  .col-1-3 {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.col-2-3 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-2-3 {
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-2-3 {
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}
@media (min-width: 1366px) {
  .col-2-3 {
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}

.col-2 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-2 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-2 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (min-width: 1366px) {
  .col-2 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

.col-3 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-3 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-3 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1366px) {
  .col-3 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 0.666666666%;
  }
}

.col-4 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-4 {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-4 {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}
@media (min-width: 1366px) {
  .col-4 {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

.col-5 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-5 {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-5 {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}
@media (min-width: 1366px) {
  .col-5 {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}

.col-6 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-6 {
    -webkit-flex-basis: 15.66666%;
    -moz-flex-basis: 15.66666%;
    -ms-flex-preferred-size: 15.66666%;
    flex-basis: 15.66666%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-6 {
    -webkit-flex-basis: 15.66666%;
    -moz-flex-basis: 15.66666%;
    -ms-flex-preferred-size: 15.66666%;
    flex-basis: 15.66666%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1366px) {
  .col-6 {
    -webkit-flex-basis: 15.66666%;
    -moz-flex-basis: 15.66666%;
    -ms-flex-preferred-size: 15.66666%;
    flex-basis: 15.66666%;
    margin: 0 0.666666666%;
  }
}

.oversized {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

.alignfull {
  width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

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

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #171717;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.66;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  clear: both;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  color: #171717;
}

h1 {
  color: #171717;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
}

h2 {
  font-size: 20px;
  font-size: 3rem;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-size: 2rem;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

p a, a {
  color: inherit;
}

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

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

.big {
  font-size: 125%;
}

.small {
  font-size: 80%;
}

/*blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after {
	content: "";
}*/
:focus {
  outline: none;
}

.invisible {
  display: none;
}

.button {
  background-color: #292929;
  border: solid 1px white;
  color: white;
  padding: 1vh 5vh;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button:hover {
  background-color: white;
  color: #292929;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
input[type=radio], input[type=radio]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: solid 2px #c5c5c5;
  border-radius: 50%;
  position: relative;
}

input[type=radio]:checked:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  background-color: #171717;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: none;
  cursor: pointer;
  margin: -0.25rem 0.25rem 0 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  border: solid 2px #ededed;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

input[type=checkbox]:checked {
  background: #171717;
  border: solid 2px #171717;
}

input[type=checkbox]:checked:before {
  content: "";
  display: inline-block !important;
  height: 9px;
  width: 5px;
  border: solid 1px white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 2px;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  display: block;
  width: 96%;
  height: 3em;
  padding: 6px 2%;
  border: solid 1px #171717;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: white;
  color: #212121;
  outline: 0;
  appearance: none;
  transition: all 0.2s ease-in-out;
}

select {
  display: block;
  width: 100%;
  height: 4em;
  padding: 6px 2%;
  border: solid 1px #171717;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5vh;
  background: white;
  color: #212121;
  outline: 0;
  appearance: none;
  transition: all 0.2s ease-in-out;
}

textarea {
  resize: none;
  display: block;
  width: 96%;
  padding: 6px 2%;
  border: solid 1px #171717;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.97);
  color: #212121;
  outline: 0;
  appearance: none;
}

.wpcf7-form {
  font-size: 1.5rem;
}
.wpcf7-form .label-container {
  position: relative;
  display: flex;
}
.wpcf7-form .label-container label {
  position: absolute;
  top: -15px;
  left: 20px;
  background: white;
  padding: 0 10px;
  color: #909090;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=password], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  margin-bottom: 5vh;
}
.wpcf7-form .small {
  display: inline;
  font-size: 80%;
}
.wpcf7-form input[type=submit] {
  width: 100%;
  padding: 30px 0;
  margin: 5vh 0;
  cursor: pointer;
  border: solid 1px #171717;
  border-top: 5px solid #dc0a1b;
  border-radius: 0;
  background: #171717;
  background-image: url(../img/submit-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  color: #ededed;
  font-weight: 100;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
}
.wpcf7-form input[type=submit]::after, .wpcf7-form .wpcf7-submit::after {
  background: #dc0a1b;
  content: "\f063";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: 5px;
}
.wpcf7-form input[type=submit]:hover {
  border: solid 1px #171717;
  border-top: 5px solid #dc0a1b;
  background: #ededed;
  color: #171717;
}
.wpcf7-form .mc4wp-checkbox {
  display: inline-block;
  margin-top: 2rem;
}

.search-submit {
  font-family: "FontAwesome";
  content: "f002";
}

.screen-reader-response ul {
  color: red;
}

.wpcf7-response-output {
  color: green;
}

.red {
  color: #dc0a1b !important;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
/* Transition page */
.digital-transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: #171717;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
  display: flex;
  font-size: 50px;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.digital-transition img {
  max-width: 250px;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 1s ease;
  animation: fadeOutImg 1s ease 5s forwards;
}

@keyframes fadeOutImg {
  to {
    opacity: 0;
  }
}
.digital-transition.is-active {
  pointer-events: all;
  opacity: 1;
}

/* Cursor effect */
.cursor {
  position: absolute;
  background: #666;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 9999;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  transform: scale(0.8) translateZ(0); /* Ajout de translateZ(0) */
  will-change: transform, opacity; /* Ajout de will-change */
  backface-visibility: hidden; /* Ajout de backface-visibility */
}

.cursor::before {
  content: "\f061";
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc0a1b;
  font-family: "FontAwesome";
  font-size: 5px;
  border-radius: 100%;
  opacity: 0;
  line-height: 1;
}

.cursor.active {
  opacity: 1;
  transform: scale(12) translateZ(0); /* Ajout de translateZ(0) */
}

.cursor.active::before {
  opacity: 1;
}

.cursor-follower {
  z-index: 9998;
  position: absolute;
  border: solid 2px #dc0a1b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px) translateZ(0); /* Ajout de translateZ(0) */
  will-change: transform, opacity; /* Ajout de will-change */
  backface-visibility: hidden; /* Ajout de backface-visibility */
}

.cursor-follower.active {
  opacity: 0.3;
  transform: scale(0) translateZ(0); /* Ajout de translateZ(0) */
}

/* Header */
#masthead .header-container {
  flex-direction: column;
  align-items: center;
  padding: 2svh 0;
  text-align: center;
}
#masthead .header-container .site-title {
  background: url(../img/logo-euro-beton.svg) center center no-repeat;
  background-size: contain;
  color: transparent;
  width: 300px;
  height: 120px;
  margin: 0;
}
#masthead .header-container .site-title .sticky {
  display: block;
  height: 100%;
}
#masthead .header-container .description {
  color: #171717;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 70px 0 0 0;
}
#masthead .header-container .description span {
  color: #dc0a1b;
}

/*--------------------------------------------------------------
13.2 Posts
--------------------------------------------------------------*/
.archive #page .site-content-contain .site-content #primary #main .page-header, .blog #page .site-content-contain .site-content #primary #main .page-header {
  padding: 5svh 0;
}
.archive #page .site-content-contain .site-content #primary #main .page-header .page-title, .blog #page .site-content-contain .site-content #primary #main .page-header .page-title {
  font-size: 2.5rem;
  color: #171717;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.archive #page .site-content-contain .site-content #primary #main .post, .blog #page .site-content-contain .site-content #primary #main .post {
  display: flex;
  flex-direction: column;
  margin: 2.5svh 0;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry, .blog #page .site-content-contain .site-content #primary #main .post .entry {
  padding: 0 1svw;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-header, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-header {
  padding: 1svh 0 0;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-header .entry-title, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-header .entry-title {
  font-size: 2rem;
  color: #dc0a1b;
  margin-bottom: 0.5rem;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-header .entry-date, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-header .entry-date {
  color: #909090;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-header .entry-date .fa-regular, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-header .entry-date .fa-regular {
  margin-right: 1%;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-content h2, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-content h2 {
  color: #dc0a1b;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-content p, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-content p {
  margin: 0 0 0.8em;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-content .button__fixed, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-content .button__fixed {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-content .button, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-content .button {
  position: relative;
  display: inline-block;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all ease-in-out 0.5;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-content .button:hover, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-content .button:hover {
  background: #dc0a1b;
}
.archive #page .site-content-contain .site-content #primary #main .post .entry .entry-content .btn-text, .blog #page .site-content-contain .site-content #primary #main .post .entry .entry-content .btn-text {
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.single #page .site-content-contain .site-content #primary {
  /* Si le sidebar n'est pas présent, la main occupera 100% */
}
.single #page .site-content-contain .site-content #primary #main {
  display: flex;
}
.single #page .site-content-contain .site-content #primary #main .post {
  width: 100%; /* Prend 100% de la largeur de .site-content */
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header {
  height: 50svh;
  align-items: center;
  background: center center no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  filter: contrast(90%) saturate(123%);
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .entry-title {
  color: white;
  font-size: 3.5rem;
  margin: 0;
  position: relative;
  text-align: center;
  width: 90%;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .entry-date {
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .entry-date .fa-regular {
  margin-right: 10px;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .share-title {
  letter-spacing: 0.5rem;
  position: relative;
  text-transform: uppercase;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .share {
  display: flex;
  font-size: 140%;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .share li {
  margin: 0 10px;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .share li .fa-solid, .single #page .site-content-contain .site-content #primary #main .post .entry-header .share li .fa-brands {
  transition: all 0.5s;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .share li .fa-solid:hover, .single #page .site-content-contain .site-content #primary #main .post .entry-header .share li .fa-brands:hover {
  animation: bounce-fa 0.5s ease infinite;
  color: #dc0a1b;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Couleur sombre avec opacité */
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content {
  padding: 2svh 0;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content h2, .single #page .site-content-contain .site-content #primary #main .post .entry-content h3 {
  color: #666;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content #comments #respond #commentform .form-submit #submit {
  border: none;
  background: black;
  color: #ededed;
  padding: 1rem 5rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content #comments #respond #commentform .form-submit #submit:hover {
  background: #dc0a1b;
  color: #ededed;
}
.single #page .site-content-contain .site-content #primary #main #sidebar {
  width: 20%; /* Prend 20% de la largeur de .site-content */
}
.single #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) .post {
  width: 100%; /* Prend 100% de la largeur de .site-content */
}
.single #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) #sidebar {
  display: none; /* Cache le sidebar si non présent */
}

/*--------------------------------------------------------------
13.4 Front Page
--------------------------------------------------------------*/
.home #page .site-content-contain #content #primary #main #section-1 {
  background: url("https://www.euro-beton.re/wp-content/uploads/2025/06/PHOTO-2024-11-21-17-10-18.jpg") center center no-repeat;
  background-size: cover;
  height: 75svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container {
  position: relative;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .section-header {
  overflow: hidden;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .section-header .section-title {
  color: #ededed;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .section-header .section-title span {
  color: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .section-header .section-title .changing-text {
  color: #ededed;
  font-weight: 700;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container {
  background: #ededed;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container p span {
  color: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container .button__fixed {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container .button {
  position: relative;
  display: inline-block;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all ease-in-out 0.5;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container .button:hover {
  background: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container .btn-text {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.home #page .site-content-contain #content #primary #main #section-1::before {
  content: ""; /* Nécessaire pour afficher le pseudo-élément */
  position: absolute; /* Positionnement absolu */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Couleur sombre avec opacité */
  z-index: 0; /* Assurez-vous que le pseudo-élément est au-dessus de l'image de fond */
}
.home #page .site-content-contain #content #primary #main #section-2 {
  padding: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container {
  display: flex;
  flex-direction: column;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-header {
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-header .section-title {
  color: #171717;
  font-size: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-header .section-title span {
  color: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2%;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content p {
  font-size: 1.25rem;
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content p span {
  color: #dc0a1b;
  font-weight: 700;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 0.85rem;
  font-weight: 900;
  margin: 7svh 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list li {
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list li:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  bottom: 20px;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list .groupe:before {
  background: url(../img/groupe.svg) center center no-repeat;
  background-size: contain;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list .tpe::before {
  background: url(../img/tpe.svg) center center no-repeat;
  background-size: contain;
}
.home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list .particulier:before {
  background: url(../img/particulier.svg) center center no-repeat;
  background-size: contain;
}
.home #page .site-content-contain #content #primary #main #section-3 {
  background: url(../img/section-3-bg.jpg) left center no-repeat;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50svh;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 {
  background: white;
  margin: 5svh 0;
  padding: 2svh 2svw;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-header-3 .section-title-3 {
  color: #171717;
  font-size: 2.15rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 .button__fixed {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 .button {
  position: relative;
  display: inline-block;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all ease-in-out 0.5;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 .button:hover {
  background: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 .btn-text {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.home #page .site-content-contain #content #primary #main #section-4 {
  padding: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-header {
  margin: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-header .section-title {
  color: #171717;
  font-size: 2.15rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-header .section-title span {
  color: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content .section-content-item {
  background: #dc0a1b;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding: 3rem;
  cursor: pointer;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1), background 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  width: 60%;
  height: 200px;
  margin: 2.5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content .section-content-item h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  margin: 0 0 3rem;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content .section-content-item p {
  font-size: 1.25rem;
  font-weight: 400;
}
.home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content .section-content-item:hover {
  transform: scale(1.08) translateZ(0);
  z-index: 2;
  background: #171717;
}
.home #page .site-content-contain #content #primary #main #section-5 {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 0;
  background-color: #c5c5c5;
}
.home #page .site-content-contain #content #primary #main #section-5 .bg {
  background: url("https://www.euro-beton.re/wp-content/uploads/2025/06/aa-cite-des-arts-la-reunion-09.jpg") center center/cover no-repeat fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home #page .site-content-contain #content #primary #main #section-5 .section-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home #page .site-content-contain #content #primary #main #section-5 .section-container .section-header-5 .section-title-5 {
  color: white;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home #page .site-content-contain #content #primary #main #section-5 .section-container .section-header-5 .section-title-5 span {
  color: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-5 .section-container .section-content-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: 100%;
  margin: 10svh auto;
}
.home #page .site-content-contain #content #primary #main #section-5 .section-container .section-content-5 .button__fixed {
  text-decoration: none;
  margin: 2svh 0;
}
.home #page .site-content-contain #content #primary #main #section-5 .section-container .section-content-5 .button__fixed .button {
  font-size: 1.25rem;
}
.home #page .site-content-contain #content #primary #main #section-6 {
  padding: 5svh 0;
  display: flex;
  flex-direction: column;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-header-6 {
  margin: 10svh auto;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-header-6 .section-title-6 {
  color: #171717;
  font-size: 3.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 {
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post {
  display: flex;
  flex-direction: column;
  margin: 2.5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .post-thumbnail {
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry {
  padding: 0 1svw;
  width: 100%;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-header {
  padding: 1svh 0 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-header .entry-title {
  font-size: 2rem;
  color: #dc0a1b;
  margin-bottom: 0.5rem;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-header .entry-date {
  color: #909090;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-header .entry-date .fa-regular {
  margin-right: 1%;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-content h2 {
  color: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-content p {
  margin: 0 0 0.8em;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-content .button__fixed {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-content .button {
  position: relative;
  display: inline-block;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all ease-in-out 0.5;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-content .button:hover {
  background: #dc0a1b;
}
.home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry .entry-content .btn-text {
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

/*--------------------------------------------------------------
13.4 Page
--------------------------------------------------------------*/
.page-template-default #page .site-content-contain .site-content #main .page .page-header {
  padding: 5svh 0;
}
.page-template-default #page .site-content-contain .site-content #main .page .page-header .page-title {
  color: #171717;
  font-size: 2.5rem;
  text-align: center;
}
.page-template-default #page .site-content-contain .site-content #main .page .entry-content h2, .page-template-default #page .site-content-contain .site-content #main .page .entry-content h3 {
  color: #666;
}

/* Présentation */
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-1 {
  background: url("https://www.euro-beton.re/wp-content/uploads/2025/06/PHOTO-2024-11-21-17-10-18.jpg") no-repeat 180% 50%;
  background-size: 75%;
  padding: 5svh;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-1 .wp-block-column .intro-gauche .wp-block-column p {
  font-size: 1.5rem;
  font-weight: 600;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 {
  background: url("https://www.euro-beton.re/wp-content/uploads/2025/06/PHOTO-2025-06-18-08-46-52.jpg") left center no-repeat;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50svh;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 {
  background: white;
  margin: 5svh 0;
  padding: 2svh 2svw;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 .section-header-3 .section-title-3 {
  color: #171717;
  font-size: 2.15rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 .section-content-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 .section-content-3 p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 .section-content-3 .button__fixed {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 0;
  background-color: #c5c5c5;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .bg {
  background: url("https://www.euro-beton.re/wp-content/uploads/2025/06/aa-cite-des-arts-la-reunion-09.jpg") center center/cover no-repeat fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 {
  position: relative;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-header-4 .section-title-4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 10svh 0 1rem;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-header-4 .section-title-4 span {
  color: #dc0a1b;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
  width: 100%;
  margin: 10svh auto;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 p {
  color: white;
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 p span {
  font-size: 5rem;
  margin-bottom: 2svh;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 p:after {
  content: "";
  display: block;
  width: 200px;
  height: 120px;
  background-size: contain;
  margin: 2svh auto;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 .collaborateurs:after {
  background: url(../img/collaborateurs.svg) center center no-repeat;
  filter: brightness(0) invert(1);
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 .bennes:after {
  background: url(../img/camion.svg) center center no-repeat;
  filter: brightness(0) invert(1);
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 .centrale:after {
  background: url(../img/centrale.svg) center center no-repeat;
  filter: brightness(0) invert(1);
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 .malaxeurs:after {
  background: url(../img/tpe.svg) center center no-repeat;
  filter: brightness(0) invert(1);
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 .pompe:after {
  background: url(../img/pompe.svg) center center no-repeat;
  filter: brightness(0) invert(1);
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  padding: 5svh 0;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content .section-content-item {
  background: #dc0a1b;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding: 3rem;
  cursor: pointer;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1), background 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  width: 60%;
  height: 200px;
  margin: 2.5svh 0;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content .section-content-item h4 {
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  margin: 0 0 3rem;
  text-transform: uppercase;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content .section-content-item p {
  font-size: 1.25rem;
  font-weight: 400;
}
.page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content .section-content-item:hover {
  background: #171717;
  transform: scale(1.08);
  z-index: 2;
}

.page-id-196 #page .site-content-contain #content #primary #main .page .entry-content .partenaires-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-id-196 #page .site-content-contain #content #primary #main .page .entry-content .partenaires-1 .reveal {
  width: 25%;
}

#map_canvas {
  height: 50svh;
}
@media screen and (min-width: 53em) {
  #map_canvas {
    height: 60svh;
  }
}

/*--------------------------------------------------------------
13.7 Footer
--------------------------------------------------------------*/
/* Recaptcha Google*/
#colophon {
  background: #171717;
  color: #ededed;
}
#colophon .container-footer {
  flex-direction: column;
  align-items: center;
  padding: 5svh 0;
  text-align: center;
}
#colophon .container-footer .nav-info-footer .header-info-footer .title-info-footer {
  background: url(../img/logo-euro-beton-blanc.svg) center center no-repeat;
  background-size: contain;
  color: transparent;
  height: 20svh;
}
#colophon .container-footer .nav-info-footer #nav-social-menu .social-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5%;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
}
#colophon .container-footer .nav-info-footer #nav-social-menu .social-menu .menu-item .fa-brands {
  transition: all 0.5s;
}
#colophon .container-footer .nav-info-footer #nav-social-menu .social-menu .menu-item .fa-brands:hover {
  animation: bounce-fa 0.5s ease infinite;
  color: #c5c5c5;
}
@keyframes bounce-fa {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#colophon .container-footer .nav-info-footer .info-footer {
  padding: 2svh 0;
}
#colophon .container-footer .nav-info-footer .info-footer p {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}
#colophon .container-footer .nav-info-footer .info-footer p a {
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#colophon .container-footer .nav-info-footer .info-footer p a:hover {
  color: #c5c5c5;
}
#colophon .container-footer .nav-info-footer .info-footer p a:hover:after {
  width: 100%;
  background: #ededed;
}
#colophon .container-footer .nav-info-footer .info-footer p a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.09em;
  left: 0;
  width: 0;
  height: 1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#colophon .container-footer .nav-info-footer .info-footer #phone-footer {
  font-size: 1.5rem;
}
#colophon .container-footer .nav-info-footer .info-footer #phone-footer a {
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#colophon .container-footer .nav-info-footer .info-footer #phone-footer a:hover {
  color: #c5c5c5;
}
#colophon .container-footer .nav-info-footer .info-footer #phone-footer a:hover:after {
  width: 100%;
  background: #ededed;
}
#colophon .container-footer .nav-info-footer .info-footer #phone-footer a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.09em;
  left: 0;
  width: 0;
  height: 1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#colophon .container-footer .nav-info-footer .info-footer #phone-footer span {
  font-weight: 800;
}
#colophon .container-footer .menu-extra-container {
  width: 100%;
  padding: 5svh 0 0;
}
#colophon .container-footer .menu-extra-container ul {
  border-top: solid 1px #ededed;
  display: inline-flex;
  flex-direction: column;
  font-size: 80%;
  padding: 20px;
  list-style: none;
  margin: 0;
}
#colophon .container-footer .menu-extra-container ul .menu-item {
  margin-right: 10px;
}
#colophon .container-footer .menu-extra-container ul .menu-item a {
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#colophon .container-footer .menu-extra-container ul .menu-item a:hover {
  color: #c5c5c5;
}
#colophon .container-footer .menu-extra-container ul .menu-item a:hover:after {
  width: 100%;
  background: #ededed;
}
#colophon .container-footer .menu-extra-container ul .menu-item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.09em;
  left: 0;
  width: 0;
  height: 1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#colophon .container-footer .menu-extra-container ul .menu-item:last-child {
  margin-right: 0;
}
#colophon .container-footer .menu-extra-container ul .blueroom:before {
  content: "Webdesign & Développement : ";
}

/* cookies */
.cky-btn-accept {
  border-color: #292929;
  background: #292929;
}

/*--------------------------------------------------------------
13.8 Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 53em) {
  /* Header */
  #masthead .header-container {
    flex-direction: row;
    align-items: center;
    padding: 2svh 0;
    text-align: left;
  }
  #masthead .nav-container {
    background-color: #171717;
  }
  #masthead .nav-container #mega-menu-wrap-header-menu {
    width: 90%;
    margin: 0 auto;
    max-width: 1366px;
  }
  /* Accueil */
  .home #page .site-content-contain #content #primary #main #section-1 .section-container .section-header .section-title {
    font-size: 3.5rem;
  }
  .home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container {
    bottom: -350px;
    padding: 2rem;
    position: absolute;
    right: 5svw;
    z-index: 1;
    width: 500px;
  }
  .home #page .site-content-contain #content #primary #main #section-1 .section-container .info-container p {
    font-size: 2rem;
  }
  .home #page .site-content-contain #content #primary #main #section-2 .section-container .section-header {
    width: 50%;
  }
  .home #page .site-content-contain #content #primary #main #section-2 .section-container .section-header .section-title {
    font-size: 2.5rem;
  }
  .home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content {
    flex-direction: row;
  }
  .home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content p {
    width: 40%;
  }
  .home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list {
    flex-direction: row;
    margin: 0;
    width: 50%;
  }
  .home #page .site-content-contain #content #primary #main #section-2 .section-container .section-content .sect-2-list li:before {
    height: 100px;
    width: 200px;
  }
  .home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 {
    padding: 2svh 0 2svh 2svw;
  }
  .home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-header-3 .section-title-3 {
    font-size: 2.5rem;
  }
  .home #page .site-content-contain #content #primary #main #section-3 .section-container .container-3 .section-content-3 {
    align-items: flex-end;
  }
  .home #page .site-content-contain #content #primary #main #section-4 .section-container .section-header .section-title {
    font-size: 2.5rem;
  }
  .home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content {
    flex-direction: row;
    gap: 2%;
  }
  .home #page .site-content-contain #content #primary #main #section-4 .section-container .section-content .section-content-item {
    width: 30%;
    height: 200px;
    margin: 0;
  }
  .home #page .site-content-contain #content #primary #main #section-5 .section-container .section-header-5 .section-title-5 {
    font-size: 3.5rem;
  }
  .home #page .site-content-contain #content #primary #main #section-5 .section-container .section-content-5 {
    flex-direction: row;
    width: 60%;
    margin: 10svh auto;
    gap: 2%;
  }
  .home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post {
    flex-direction: row;
  }
  .home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .post-thumbnail {
    width: 40%;
  }
  .home #page .site-content-contain #content #primary #main #section-6 .section-content-6 .post .entry {
    padding: 0 1svw;
    width: 60%;
  }
  /* Page */
  .page-template-default #page .site-content-contain .site-content #main .page .page-header .page-title {
    font-size: 3.5rem;
  }
  /* Présentation */
  .page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 {
    padding: 2svh 0 2svh 2svw;
    width: 50%;
  }
  .page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 .section-header-3 .section-title-3 {
    font-size: 2.5rem;
  }
  .page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-3 .section-container .container-3 .section-content-3 {
    align-items: flex-end;
  }
  .page-id-2 #page .site-content-contain #content #primary #main .page .entry-content #section-4 .section-container-4 .section-content-4 {
    flex-direction: column;
  }
  .page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content {
    flex-direction: row;
    gap: 2%;
  }
  .page-id-2 #page .site-content-contain #content #primary #main .page .entry-content .section-content .section-content-item {
    width: 30%;
    height: 200px;
    margin: 0;
  }
  /* Blog */
  .archive #page .site-content-contain .site-content #primary #main .post, .blog #page .site-content-contain .site-content #primary #main .post {
    flex-direction: row;
  }
  /* Footer */
  #colophon .container-footer .menu-extra-container ul {
    flex-direction: row;
  }
}
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
.sidebar {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-left: 1%;
}
@media (max-width: 414px) {
  .sidebar {
    -webkit-flex-basis: 98%;
    -moz-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin: 0 1%;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .sidebar {
    -webkit-flex-basis: 98%;
    -moz-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar {
    -webkit-flex-basis: 98%;
    -moz-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin: 0 1%;
  }
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar a {
  color: white;
}
.sidebar .fb_iframe_widget {
  overflow-y: scroll;
}
.sidebar ._2lqg {
  border: none;
  background: black;
}

/*--------------------------------------------------------------
16.O Medias
--------------------------------------------------------------*/
img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  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;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 12%;
}
.gallery .gallery-item img {
  border: none;
}

.gallery .gallery-caption {
  margin-left: 0;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=euro-beton.css.map */
