@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carter+One&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #333;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("images/arrows/carret.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: none;
  transform: rotate(0);
  transform-origin: center center;
  transition: all 0.5s;
  margin-left: 5px;
}

a:hover .caret {
  background-image: url("images/arrows/carret_alt.svg");
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  border-bottom: 1px solid #a8701c;
  display: block;
  padding: 0.5rem 2rem 0.5rem 3rem;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  background: #666;
  white-space: nowrap;
  transition: background 0.5s, padding 0.25s;
  position: relative;
}
.dropdown-menu > li:last-child > a {
  border: none;
}
.dropdown-menu > li > a::before {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
.dropdown-menu > li > a:hover::before {
  width: 3rem;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  padding: 0.5rem 1rem 0.5rem 4rem;
  text-decoration: none;
  color: #b3b3b3;
  background-color: #4d4d4d;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #999999;
  text-decoration: none;
  outline: 0;
  background-color: #4d4d4d;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  line-height: 1.428571429;
  color: #ccc;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .damenu .mega .dropdown-menu {
    position: fixed;
    top: 190px;
    width: 100vw;
    min-height: 30vw;
    padding-left: 30vw !important;
  }
  .damenu .mega .dropdown-menu::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 2.5vw;
    width: 25vw;
    height: 25vw;
    border: none;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .damenu .mega1 .dropdown-menu::before {
    background-image: url(http://basesite.test/wp-content/uploads/2022/10/image_test1.jpg);
  }
  .damenu .mega2 .dropdown-menu::before {
    background-image: url(http://basesite.test/wp-content/uploads/2022/10/image_test2.jpg);
  }
}
.navbar .dropdown.active {
  background: #a8701c;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  background: #666;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin: 20px;
  background-color: transparent;
  border: none;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/arrows/menu.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px 80px;
  transition: all 0.25s;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle.collapsed {
  background-position: center top;
}

.navbar-nav {
  margin: 0;
}
.navbar-nav > li {
  list-style: none;
}
.navbar-nav > li > a {
  padding: 10px 1rem;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  padding: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-nav > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #dd9933 transparent;
  top: -15px;
  left: 15px;
  display: none;
}

.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}

html,
body {
  background: #fff;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  font-size: calc(18px + 0.25vw);
  line-height: 1.5;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body * {
  z-index: 1;
}

section {
  position: relative;
}

.wp-block-separator {
  border: none;
  border-top: 1px solid;
}

.wp-block-columns {
  margin-bottom: 0;
}

.damask {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
  z-index: 9;
  transition: all 0.15s;
  background: #666;
}

body:not(.home) .damask {
  opacity: 1;
}

a {
  color: #dd9933;
  transition: color 0.5s, background-color 0.5s;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
a:hover, a:focus {
  color: #a8701c;
}

.maincontainer p a::before, .maincontainer p a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10%;
  display: block;
  width: 100%;
  height: 2px;
  background: #dd9933;
  transition: all 0.5s;
}
.maincontainer p a::before {
  transform: scaleX(0);
  transform-origin: left;
}
.maincontainer p a::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.maincontainer p a:hover::before {
  background: #a8701c;
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.maincontainer p a:hover::after {
  background: #a8701c;
  transform: scaleX(0);
  transition-delay: 0s;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.widget-container img {
  border: 0;
}

.cleaner {
  clear: both;
  float: none;
}

.aligncenter {
  display: block;
  margin: auto;
}

.entry-content {
  margin-top: 20px;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

.panel-body ul {
  padding: 0 0 0 1em;
}

.nav.navbar-nav {
  padding: 0;
  margin-left: 8rem;
}

.hentry li {
  position: relative;
  list-style: none;
  background-image: url("images/arrows/li.svg");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 12px 12px;
  padding: 0 20px;
}

.listebas li {
  font-size: 0.9em;
}

.entry-content li {
  list-style: none;
}

.entry-content li:before {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  font-size: 0.75em;
  margin-right: 10px;
  transform: rotate(-90deg);
}

.img {
  height: 200px;
}

.imgmarge {
  float: left;
  margin-left: -20vw;
  width: 18vw;
}

.blocfond {
  background: #f2f2f2;
  padding: 1rem;
}

.blocfond img {
  margin: 0;
}

@media screen and (max-width: 615px) {
  .imgmarge {
    float: none;
    margin-left: 0;
    width: 50vw;
  }
}
.lacolonne .widget-container {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_meta ul {
  margin: 0;
  padding: 0;
}

.widget_categories li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_meta li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.art_number {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #333;
  padding: 2px 5px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}

.widget_categories li a,
.widget_archive li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_meta li a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  text-decoration: none;
  line-height: 1.25;
  text-decoration: none;
  background: #dd9933;
  color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5rem;
  transition: all 0.5s;
}

.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover {
  text-decoration: none;
  background: #bd7e20;
  color: #e6e6e6;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .chapeau,
.temoignagep {
    padding: 1em;
  }
}
@media screen and (max-width: 615px) {
  .wp-block-lazyblock-chapeau,
.wp-block-lazyblock-temoignage {
    margin-left: 0;
  }
}
img .alignright {
  float: right;
  margin: 0 0 0 20px;
}

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

img .aligncenter {
  display: block;
  margin: 20px auto;
}

hr {
  border-color: #bd7e20;
}

@media screen and (max-width: 992px) {
  .lemain,
.lacolonne {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(14px + 0.5vw);
  }

  .chapeau img {
    display: none;
    background: none !important;
  }
}
body .wp-block-column {
  position: relative;
}
body .wp-block-columns {
  gap: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin: 0 0 0.5rem 0;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
}

h1 {
  font-size: calc(2.5rem + 0.8vw);
  font-weight: 400;
  margin-bottom: 1rem;
}

h2 {
  font-size: calc(1.3rem + 0.8vw);
  margin-top: 1rem;
}

h3 {
  font-size: calc(1rem + 0.8vw);
}

h4 {
  font-size: calc(1rem + 0.8vw);
}

h5 {
  font-size: calc(1rem + 0.8vw);
}

h6 {
  font-size: calc(1rem + 0.8vw);
}

.home h1 {
  display: none;
}

blockquote {
  margin: 1.5em 0em;
  padding: 1em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
}

.wp-block-pullquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  padding: 0 2rem;
}

.chapeau {
  background: #a8701c;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  border: 1px solid #a8701c;
  margin-bottom: 2rem;
}
.chapeau p {
  margin: 0;
  line-height: 1;
}

.chapeautxt {
  font-size: 1.5em;
  color: #666;
  line-height: 1.4;
  padding: 2rem;
}

.chapeauimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.chapeauimg_gauche {
  left: 0;
}

.chapeauimg_droite {
  right: 0;
}

p {
  line-height: 1.6;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.notes p {
  font-size: 16px;
}

mark {
  display: inline;
  background-color: transparent !important;
  background-size: 200% 50%;
  background-image: linear-gradient(to right, #ff0 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 100% 0;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

mark.active {
  animation-name: highlight;
}

@keyframes highlight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
.warning {
  margin-top: 3rem;
}
.warning::before {
  content: "!";
  color: #eee;
  background: #c00;
  padding: 0.25rem 0.75rem;
  border-radius: 50%;
  margin: 0 0.25rem 0 0;
  font-weight: bold;
}

figure {
  margin: 0;
  text-align: center;
}

.bulleshome .wp-block-column {
  padding-bottom: 3rem;
  margin-top: 5rem;
}
.bulleshome h2 {
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  margin: 1rem 0 0 0;
}
.bulleshome p {
  text-align: center;
}

.tetiere {
  background: #fff;
}
.tetiere figure {
  margin: 0;
  text-align: center;
}
.tetiere img {
  display: block;
  height: 200px;
  width: auto;
  margin: 1rem auto;
}
.tetiere .logo {
  grid-area: logo;
  text-align: center;
}
.tetiere .tel {
  grid-area: tel;
  border-bottom: 1px solid #333;
}
.tetiere .sect {
  grid-area: sect;
  border-bottom: 1px solid #333;
}
.tetiere .hor {
  grid-area: hor;
}
.tetiere .grid-container {
  display: grid;
  grid-template-areas: "logo logo tel tel tel" "logo logo sect sect sect" "logo logo hor hor hor";
  align-items: center;
}
.tetiere .grid-container > div {
  padding: 5px 0;
}
.tetiere .grid-container img {
  max-height: 100px;
  width: auto;
  margin: 0;
}

#back-to-top {
  display: block;
  width: 100px;
  height: 100px;
  transition: all 0.25s;
  position: absolute;
  top: -70px;
  right: 10px;
  background-color: #fff;
  background-image: url("images/arrows/a_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.bandeau {
  margin: 8rem 0 4rem 0;
  background: #f3dbb6;
  color: #333;
  line-height: 1.4;
}
.bandeau::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  background-image: url(images/top_jaune.png);
}
.bandeau::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  background-image: url(images/bottom_jaune.png);
}
.bandeau h2 {
  margin-top: 0;
}
.bandeau .grid {
  display: grid;
  align-items: start;
}
.bandeau .text {
  grid-area: texte;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bandeau p {
  margin-left: 2rem;
}
.bandeau .image {
  grid-area: image;
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: -3rem;
  transform: rotate(5deg);
}
.bandeau img {
  border: 1px solid #dd9933;
  background-color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bandeau.bandeau-left .grid {
  grid-template-areas: "image texte";
  grid-template-columns: 2fr 3fr;
}
.bandeau.bandeau-left .text {
  padding: 3rem 0 3rem 2rem;
}
.bandeau.bandeau-right .grid {
  grid-template-areas: "texte image";
  grid-template-columns: 3fr 2fr;
}
.bandeau.bandeau-right .text {
  padding: 3rem 2rem 3rem 0;
}

@media screen and (max-width: 767px) {
  .bandeau.bandeau-left .grid, .bandeau.bandeau-right .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "texte";
  }
  .bandeau img {
    max-width: 50%;
  }
  .bandeau .text {
    padding: 1rem 2rem 3rem 2rem;
  }
}
.w75 {
  width: 75%;
}

.textblind {
  font-size: 3rem;
  line-height: 1;
}
.textblind .blind {
  display: block;
  overflow: hidden;
}
.textblind .blind span {
  color: #999;
  padding: 0.5rem 1rem 1rem 1rem;
  margin-bottom: -1px;
  background-color: #333;
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.25s;
  text-transform: uppercase;
}

@keyframes dropin {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.pspecial {
  padding: 2rem 0;
}
.pspecial.retrait .text {
  border-left: 2px solid #f00;
  padding-left: 2rem;
  margin: 1rem;
}
.pspecial.retrait p:last-child {
  margin: 0;
  padding: 0;
}
.pspecial .wp-block-columns,
.pspecial .wp-block-column {
  padding: 0;
  margin: 0;
}

a.plus,
.plus a,
.more-link,
.box-detail a,
.entry-summary a {
  text-decoration: none;
  background: #dd9933;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 1rem;
  margin: auto;
  text-align: left;
  width: auto;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.5s;
}
a.plus::before, a.plus::after,
.plus a::before,
.plus a::after,
.more-link::before,
.more-link::after,
.box-detail a::before,
.box-detail a::after,
.entry-summary a::before,
.entry-summary a::after {
  display: none !important;
}

a.plus:hover,
.plus a:hover,
.more-link:hover,
.box-detail a:hover,
.entry-summary a:hover,
a.plus:focus,
.more-link:focus,
.entry-summary a:focus {
  text-decoration: none;
  background: #bd7e20;
  color: #e6e6e6;
  box-shadow: none;
}

a.plus b {
  font-weight: 600;
}

.wp-block-column .plus a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.equal a.plus {
  position: absolute;
  bottom: 20px;
}

.button_fix .div_inner,
.button_fix .entry-content,
.button_fix .entry-summary {
  padding-bottom: 40px;
}

.button_fix a.plus,
.button_fix a.more-link {
  bottom: 20px;
}

footer {
  background-color: #666;
  color: #fff;
  background-image: url(images/micro_deco.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 80%;
  position: relative;
  padding-top: 5rem;
  margin-top: 5rem;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  background-image: url(images/top_gris.png);
}
footer .col-coordonnees {
  flex-basis: 66% !important;
}
footer .col-coordonnees p {
  font-size: 1.5rem;
  line-height: 1;
}
footer .col-coordonnees figure {
  width: 70px;
  height: 70px;
  margin: 0 2rem 0 0;
  display: inline-block;
}
footer .col-resosoc {
  flex-basis: 25% !important;
}
footer .col-resosoc img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
footer .col-resosoc figure {
  display: inline-block;
}
footer .col-menu {
  flex-basis: 33% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col-menu ul,
footer .col-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
footer .col-menu li a {
  text-decoration: none;
  background: #dd9933;
  color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  font-weight: normal;
  transition: all 0.5s;
}
footer .col-menu li a:hover {
  text-decoration: none;
  background: #bd7e20;
  color: #e6e6e6;
  box-shadow: none;
}

footer h2 {
  color: #333;
  font-size: 1.5em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
}

footer .ender {
  margin-top: 30px;
}
footer .ender .container {
  background: none;
}
footer .ender p {
  border-top: 1px solid #fff;
  width: 50%;
  margin: auto;
  font-size: 1em;
  text-align: center;
  padding: 0.5rem 0;
}

@media screen and (max-width: 992px) {
  footer .menu li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .mid_footer .container {
    padding: 20px 10px;
  }
}
.dagrid {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.col-grid {
  padding: 1rem;
}
.col-grid h2 {
  margin-top: 0;
}

.back-section {
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pagination_nav ol {
  display: flex;
  justify-content: center;
  padding: 0;
}
.pagination_nav ol li {
  display: inline-block;
  list-style: none;
  margin: 0 0.25rem;
  background-image: none;
  padding: 0;
}
.pagination_nav a {
  text-decoration: none;
  background: #dd9933;
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
}
.pagination_nav a:hover {
  text-decoration: none;
  background: #bd7e20;
  color: #e6e6e6;
}
.pagination_nav .current {
  display: block;
  padding: 0.5rem 1rem;
  color: #dd9933;
}
.pagination_nav .prev {
  border-radius: 50%;
  background: transparent;
}
.pagination_nav .next {
  background: transparent;
  border-radius: 50%;
}

.flex_container {
  display: flex;
  padding: 2rem 0 !important;
  height: 100% !important;
}

.align_left {
  justify-content: flex-start;
}

.align_center {
  justify-content: center;
}

.align_right {
  justify-content: flex-end;
}

.align_top {
  align-items: flex-start;
}

.align_middle {
  align-items: center;
}

.align_bottom {
  align-items: flex-end;
}

.nano_section .nanogallery_gallerytheme_dark_ngy2p .nGY2Navigationbar {
  text-align: center;
}
.nano_section .nanogallery_gallerytheme_dark_ngy2p .nGY2NavFilterSelectAll,
.nano_section .nanogallery_gallerytheme_dark_ngy2p .nGY2NavFilterUnselected {
  text-decoration: none;
  background: #dd9933;
  color: #fff;
}
.nano_section .nGY2 .nGY2GThumbnailLabel {
  background-color: rgba(221, 153, 51, 0.85);
}
.nano_section .nGY2 .nGY2GThumbnailAlbumTitle,
.nano_section .nGY2 .nGY2GThumbnailDescription,
.nano_section .nGY2 .nGY2GThumbnailImageTitle {
  text-shadow: none;
}
.nano_section .nanogallery_gallerytheme_dark_ngy2p .nGY2NavFilterSelected {
  background: #bd7e20;
}

.wpcf7 br {
  display: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 .wp-block-columns {
  margin-bottom: 0;
}

textarea,
select,
input[type=text],
input[type=email],
input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #bd7e20;
  margin-bottom: 5px;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.25);
  transition: ease all 0.5s;
  color: #777;
  margin-top: 5px;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  background: #f2f2f2;
}

input[type=submit] {
  background: #dd9933;
  color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  font-weight: lighter;
  transition: all 0.3s ease;
  border: 0;
}

input[type=submit]:hover {
  background: #bd7e20;
  box-shadow: none;
  color: #fff;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: inherit;
}

span .wpcf7-list-item {
  box-sizing: border-box;
  float: left;
  width: 45%;
  padding-right: 20px;
  border-bottom: 1px solid #bd7e20;
  margin-left: 0;
  margin-right: 5%;
}

span .wpcf7-list-item:nth-child(2n) {
  padding-right: 0;
}

#captcha {
  width: 100%;
  height: 43px;
}

label {
  display: block;
  line-height: 1.25;
  font-weight: normal;
}

#s {
  border-radius: 0;
}

#form_contact {
  background: none;
  padding-top: 15px;
  border-radius: 0;
  margin-bottom: 20px;
}

#form_contact img {
  border: none;
  margin: 10px 0 0 0;
}

#submit {
  height: 80px;
}

#submitimg {
  margin-top: -60px;
}

.wpcf7 h2 {
  font-size: 2em;
  margin-top: 0.5em;
}

.wpcf7 p:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

div .wpcf7 .ajax-loader {
  margin-top: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  background-image: url("images/ajax-loader.gif");
  border-radius: 0;
}

div .wpcf7-validation-errors {
  border: none;
  background: #ff4c4c;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  text-align: center;
  z-index: 999;
}

span .wpcf7-not-valid-tip {
  background: #ff4c4c;
  color: #333;
  transition: all 0.25s;
  margin-top: -5px;
  margin-bottom: 5px;
  text-align: center;
}

div .wpcf7-response-output {
  margin: 0;
}

div .wpcf7-mail-sent-ok {
  background: #6f6;
  border: none;
  color: #000;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}

.captcha-image {
  width: 100%;
}

.avertissement {
  border-top: 1px dotted #bd7e20;
  border-bottom: 1px dotted #bd7e20;
  background: #333;
  padding: 10px;
}

.avertissement p {
  margin: 0;
}

.avertissement b {
  color: #bd7e20;
}

@media screen and (max-width: 767px) {
  span .wpcf7-list-item,
span .wpcf7-list-item:nth-child(2n) {
    width: 100%;
    padding-left: 0;
    float: left;
  }

  input[type=checkbox],
input[type=radio] {
    margin-left: 0px;
  }
}
.jmi-gallery .clamp {
  overflow: hidden;
  height: auto;
}
.jmi-gallery img {
  transition: all 2s;
  transform-origin: center;
  margin: 0 auto;
  display: block;
}
.jmi-gallery figure {
  position: relative;
  margin: 0;
}
.jmi-gallery figcaption p:first-child {
  margin: 0.5rem 0 0 0;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.jmi-gallery figcaption p:first-child::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  border-top: 1px solid #333;
}
.jmi-gallery figcaption p:last-child {
  font-size: 0.9rem;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.jmi-gallery a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.jmi-gallery a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn {
  /* color: #ffffff; */
  margin: 2rem 3rem 2rem 0;
}

.vignette-area {
  margin: -0.5rem;
}

.projet-grid-item {
  opacity: 0;
  height: auto;
  float: left;
  margin: 0;
  color: #fff;
  width: 0;
  transform-origin: center;
  transform: scale(0);
  transition: all 0.75s;
  overflow: hidden;
}

.upup {
  width: calc(25% - 1rem);
  box-sizing: border-box;
  display: block;
  transform: scale(1);
  transition: all 0.75s;
  opacity: 1;
  margin: 0.49rem;
}

.projet-grid-item .txt {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(243, 219, 182, 0.9);
  transition: all 0.7s;
  color: #333;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  line-height: 1;
  z-index: 9;
}

.projet-grid-item .link {
  position: absolute;
  bottom: -25%;
  width: 100%;
  height: auto;
  transition: all 0.7s;
  z-index: 10;
}

.projet-grid-item a {
  background-color: #dd9933;
  display: block;
  padding: 0.5rem;
  color: #333;
  background-image: url("images/arrows/a_long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 95% center;
}

.projet-grid-item a:hover {
  background-color: #bd7e20;
}

.projet-grid-item img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.projet-grid-item:hover .txt {
  top: 0;
}

.projet-grid-item:hover .link {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .upup {
    width: calc(50% - 1rem);
  }
}
.pagination {
  margin: 3px 0;
  padding: 3px 0;
  text-align: center;
}
.pagination .pages {
  display: none !important;
}
.pagination a,
.pagination span.pages,
.pagination span.dots,
.pagination span.current {
  background: #dd9933;
  box-shadow: none;
  border: none;
  color: #f3dbb6;
  display: inline-block;
  margin: 1px 5px 1px 0;
  padding: 0.25em 0 0 0;
  font-size: 1.25em !important;
  text-decoration: none !important;
  text-shadow: none;
  border-radius: 0;
  width: 2em;
  height: 2em;
}
.pagination a:hover,
.pagination a:focus {
  background: #a8701c;
  color: #f3dbb6 !important;
}
.pagination span.current {
  color: #333;
  background: #666;
}

.meta-nav,
.nav-previous,
.nav-next {
  display: none;
}

.post {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single .post {
  border: 0;
}

.comment-respond {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #333;
}

.entry-meta {
  background: #f3dbb6;
  color: #333;
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.entry-meta a {
  color: #333;
}

.entry-summary a {
  margin-top: 15px;
}

.entry-utility {
  display: none;
}

.postsnew .div_img {
  height: 200px;
  background-size: cover;
  margin: -10px -20px 20px;
  background-position: center center;
}

.post .div_img-big {
  height: 25vh;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  border: 1px solid #dd9933;
}

.div_img {
  width: 100%;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  aspect-ratio: 3/1;
}

.grid_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-items: center;
  margin: 0;
  padding: 0;
}
.grid_posts > div {
  background: #f3dbb6;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.grid_posts > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-image: url(images/bottom_blanc.png);
}
.grid_posts .resume {
  padding: 1rem;
}
.grid_posts h2.entry-title {
  margin: 0 0 0.5em 0;
}
.grid_posts .div_img {
  width: 100%;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  aspect-ratio: 1/1;
  position: relative;
}
.grid_posts .date {
  position: absolute;
  right: -10px;
  top: 10px;
  padding: 0.25rem 0.5rem;
  background: #eee;
  color: #333;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  box-shadow: -5px 3px 0px #333;
  border: 1px solid #666;
  text-shadow: 2px 2px 0 #fff;
}
.grid_posts .date:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 0;
  width: 0;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
}

.button_fix a {
  display: block;
  width: fit-content;
  margin: 1rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .grid_posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .grid_posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .post .div_img-big {
    height: 25vh;
    background-size: cover;
    margin: -20px -20px 10px -20px;
    border: 0;
    border-bottom: 1px solid #dd9933;
  }
}
.home-slider {
  height: calc(100vh - 90px);
  position: relative;
}

.swiper-main {
  margin: 0;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .home-slider {
    height: calc(100vh - 180px);
    position: relative;
  }
}
.swiper-container {
  position: relative;
}
.swiper-container .flex_container {
  padding-bottom: 3rem !important;
}
.swiper-container a.plus {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 20px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 10px;
  margin: 0 0.5rem;
  border-radius: 0 !important;
  background: #dd9933;
  opacity: 0.9;
}

.swiper-pagination-bullet:last-child {
  border-right: 0;
}

.swiper-pagination-bullet-active {
  background: #bd7e20;
  opacity: 1;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .container {
  height: auto;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.swiper-slide .container h2 {
  font-size: 2rem;
  text-align: right;
  margin-bottom: 1rem;
  margin-right: -1rem;
  transform: rotate(2.5deg);
}

.swiper-slide .container p {
  margin: 0;
  line-height: 1.5rem;
  text-align: right;
  padding: 1rem;
  background: #dd9933;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.swiper-slide .container p a {
  color: #fff;
}

.swiper-slide .container span {
  color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 0.5rem 1rem;
  background: #dd9933;
}

.swiper-slide .slidetitle {
  font-size: 1.5rem;
  font-family: "Antonio", sans-serif;
}

.swiper-slide .plus {
  padding: 0;
  background: none;
  font-weight: 600;
  text-decoration: underline;
  box-shadow: none;
}

.swiper-slide .plus:hover {
  background: none;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .swiper-slide {
    padding-top: 120px;
  }
}
@media screen and (min-width: 991px) {
  .swiper-slide .container.plus {
    margin: 0 30% 10px 30%;
  }
}
@media screen and (max-width: 360px) {
  .swiper-slide {
    padding-top: 40px;
  }

  .swiper-slide .container {
    font-size: 0.9em;
  }

  .swiper-slide .container .plus {
    margin: 10px 0;
  }
}
.horizontal-slider {
  border-top: 10px solid #666;
  border-bottom: 10px solid #666;
}
.horizontal-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  position: relative;
}
.horizontal-slider .swiper-slide img {
  height: 100%;
  width: auto;
  margin: 0;
}
.horizontal-slider .swiper-slide .inner-text {
  position: absolute;
  padding: 1rem;
  background-color: #666;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

/*
.swiper-main {
  height: 50vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(25, 0, 0, 0.25);
  margin: 0;
}

.swiper-container {
  height: 100% !important;
}

.swiper-container .innertxt {
  padding: 1rem;
  width: 70%;
  background-color: #fff;
  margin: 1rem;
  @include shadows;

  p {
    line-height: 1.25;
  }
}

.swiper-container img {
  float: left;
  width: 150px;
  margin-right: 2rem;
}

.gallery-thumbs {
  float: right;
  width: 30%;
  height: 100%;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #ccc;
  transition: background-color 1s;
}
.mini::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}

.gallery-thumbs .swiper-slide:hover {
  background-color: #fff;
}

.gallery-thumbs .swiper-slide-active {
  background-color: #ff0;
}

.gallery-top {
  float: left;
  width: 70%;
  height: 100%;
}

.gallery-top .swiper-slide {
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: end;
  box-sizing: border-box;
  overflow: auto;
  padding: 0;
}
*/
.accordion-group {
  margin-bottom: 2rem;
}

.accordion {
  padding: 0;
  margin: 0;
}
.accordion li {
  margin-bottom: 2px;
  position: relative;
  list-style: none;
  padding: 0;
  background: none;
}
.accordion li div {
  display: none;
}
.accordion a {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #dd9933;
  color: #fff;
  padding: 1rem 2rem 1rem 3rem;
  transition: padding 0.5s;
}
.accordion a::before {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
.accordion a:hover, .accordion a:active, .accordion a.active {
  text-decoration: none;
  background: #bd7e20;
  color: #e6e6e6;
  padding: 1rem 1rem 1rem 4rem;
}
.accordion a:hover::before, .accordion a:active::before, .accordion a.active::before {
  width: 3rem;
}
.accordion a.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.accordion .inner_text {
  color: #e6e6e6;
  background: #bd7e20;
  padding: 2rem;
  border-top: 1px solid #dd9933;
}
.accordion .inner_text * {
  color: #e6e6e6;
}

.counter {
  text-align: center;
  padding: 1rem;
}
.counter .picto {
  width: 200px;
  height: 200px;
  margin: 0 auto 1rem auto;
  background-position: center;
  background-size: cover;
}

.countervaleur {
  font-size: 1.75rem;
}

.countertexte {
  font-size: 1.25rem;
}

.donuts_section {
  margin: 2rem 0;
}

.donut_titre {
  text-align: center;
  font-size: 2rem;
  margin: 0;
}

.progress {
  width: 100%;
  height: auto;
  margin: auto;
}

.progress svg {
  width: 100%;
  height: auto;
}

.circle-progress-value {
  stroke-width: 8px;
  stroke: #fff;
  stroke-linecap: round;
}

.circle-progress-circle {
  stroke-width: 16px;
  stroke: #f3dbb6;
}

.circle-progress-text {
  fill: #333;
  font-size: 0.7rem;
}

.pwindow {
  position: relative;
  height: 100%;
}
.pwindow p {
  padding: 1rem 2rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(168, 112, 28, 0.9);
  font-size: 2rem;
  position: absolute;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.pwindow .container {
  height: 100%;
}
.pwindow h1,
.pwindow h2 {
  position: absolute;
  font-size: 5vw;
  color: #eee;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
  position: absolute;
  bottom: 1rem;
  left: 30px;
  line-height: 1;
  background: #666;
  padding: 1rem 2rem;
}
.pwindow.fiximg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pwindow .text {
  height: 100%;
}
.pwindow.justback {
  background: #666;
}
.pwindow.justback h2,
.pwindow.justback h1 {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.spacetop {
  height: 1rem;
}

.spacebottom {
  height: 2rem;
}

.main-box-prime {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.main-box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  background-color: #666;
}

.main-box * {
  box-sizing: border-box;
}

.box {
  background-color: #dd9933;
  height: 100%;
  padding: 15px;
  border-right: 1px solid white;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  width: 10vw !important;
  /* box-shadow: 0 0 10px #333; */
}

.box-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.5s;
  transform: translateY(100%);
}

.box.active {
  width: 100% !important;
  cursor: auto;
}

.box.active .box-detail {
  opacity: 1;
  transform: none;
  transition-delay: 1s;
}

.box.active .deco {
  transition-delay: 1s;
  opacity: 0;
}

.box .deco {
  height: 40%;
  background: #fff;
  width: 1px;
  color: #eee;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: -20px;
  transition: all 0.5s;
  z-index: 5;
}

.box:hover .deco {
  top: 0;
}

.box:hover .th2 {
  top: 30px;
}

.box::before {
  content: "";
  background: #bd7e20;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s;
  position: absolute;
  top: 0;
  left: 0;
}

.box:hover::before {
  opacity: 1;
}

.box .th2 {
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  white-space: nowrap;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 4px;
  transform: rotate(90deg);
  transform-origin: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: all 0.5s;
  font-weight: 400;
  /* background: #666; */
}

.box.active .th2 {
  font-weight: 100;
  transition-delay: 0.25s;
  font-size: 5rem;
  transform: rotate(0deg);
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .box-detail .square {
    display: none;
  }
}
.pave_refrence {
  position: relative;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #333;
}

.pave_refrence .da_texte {
  padding: 10px 20px;
}

.pave_refrenceh2 {
  color: #333;
  margin: 0 0 20px 0;
  font-style: italic;
  position: relative;
}

.pave_refrencep {
  color: #333;
  padding: 0;
}

.pave_refrencea {
  cursor: pointer;
}

.pave_refrenceimg {
  margin: 0;
  padding: 0;
}

.pave_refrence .da_image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pave_refrence {
    width: 100% !important;
  }
}
.temoignage {
  margin: 1.5em 0;
  background: #f3dbb6;
  color: #333;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  border: 1px solid #879aa1;
  display: grid;
  grid-template-areas: "logo texte";
  grid-template-columns: 1fr 3fr;
}
.temoignage .logo {
  grid-area: logo;
  display: flex;
  text-align: center;
  background: #fff;
  padding: 1rem;
  align-items: center;
}
.temoignage img {
  margin: 0;
}
.temoignage .texte {
  grid-area: texte;
  padding: 1rem;
}
.temoignage > div {
  padding: 5px 0;
}
.temoignage.nologo {
  grid-template-areas: "texte";
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .temoignage {
    grid-template-areas: "logo" "texte";
    grid-template-columns: 1fr;
  }
}
.table_empil {
  display: table;
}

.wrapper_empil {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(60px, auto);
  grid-gap: 1rem;
  margin: auto;
}

.inner_empil {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.inner_empil .big {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
  padding: 1rem;
  text-transform: uppercase;
}
.inner_empil.more {
  color: #333;
  line-height: 1.2;
  padding: 1rem;
}

.one {
  grid-column: 1/5;
  grid-row: 2;
  display: table;
  background: #f3dbb6;
  z-index: 11;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.two {
  grid-column: 3/6;
  grid-row: 1/7;
  background-size: cover;
}

.three {
  grid-column: 2/4;
  grid-row: 5/9;
  background-size: cover;
  background-position: center;
}
.three a {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(221, 153, 51, 0.9);
  background-image: url("images/arrows/a_long.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.25s;
}
.three a:hover {
  background-color: rgba(189, 126, 32, 0.9);
}
.three .inner_empil:hover a {
  height: 100%;
}

.four {
  grid-column: 4/7;
  grid-row: 6/8;
  background: #f3dbb6;
  color: #333;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.home #back {
  padding-top: 0;
}

.maincontainer .dainner {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin-bottom: 20px;
}

h1 .author,
h1 .page-title,
.archive-meta {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.blog .dainner,
.archive .dainner,
.single .dainner {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .maincontainer .dainner {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}
.w25,
.w50,
.w75 {
  display: block;
  margin: auto;
  max-height: 100%;
}

.w25 {
  width: 25%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.vpad05 {
  padding: 0.5rem 0;
}

.vpad1 {
  padding: 1rem 0;
}

.vpad2 {
  padding: 2rem 0;
}

.match {
  display: flex;
  justify-content: center;
  align-items: center;
}

.square,
.rectangle {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.square .img,
.square div,
.rectangle .img,
.rectangle div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rectangle:before {
  content: "";
  display: block;
  padding-top: 140%;
}

.spacer {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
}

.spacer-back-top {
  background-position: center top;
}

.spacer-back-center {
  background-position: center center;
  align-items: center;
}

.spacer-back-bottom {
  background-position: center bottom;
}

.spacer .deco {
  width: 100px;
  height: 100px;
  z-index: 9;
  background-size: cover;
}

.spacer-deco-top {
  align-items: start;
}
.spacer-deco-top .deco {
  margin-top: -50px;
}

.spacer-deco-center {
  align-items: center;
}

.spacer-deco-bottom {
  align-items: end;
}
.spacer-deco-bottom .deco {
  margin-bottom: -50px;
}

.enmarge_container .blocimgmarge_right,
.enmarge_container .blocimgmarge_left {
  position: initial;
  margin: 10vh 0 0 0;
  padding: 0;
  z-index: 1;
  width: 100%;
}
.enmarge_container .blocimgmarge_right .container,
.enmarge_container .blocimgmarge_left .container {
  border-top: 10px solid #dd9933;
  margin-top: -10px;
  padding: 0;
}
.enmarge_container .enmarge {
  width: calc(50vw - 10px);
  z-index: 1;
  height: 50vh;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 10px solid #dd9933;
}
.enmarge_container .blocimgmarge_right .enmarge {
  right: 0;
}
.enmarge_container .blocimgmarge_left .enmarge {
  left: 0;
}
.enmarge_container .wp-block-columns {
  position: relative;
  z-index: 2;
}
.enmarge_container .txt {
  position: relative;
  padding: 2rem 0;
  min-height: 60vh;
}
.enmarge_container .txt > *:last-child {
  padding-bottom: 1.5rem;
  border-bottom: 10px solid #dd9933;
}
.enmarge_container .blocimgmarge_left .txt img {
  display: block;
  width: 75% !important;
  margin: auto;
  transform: none;
  border: none;
  top: 0;
  margin-bottom: 1rem;
}
.enmarge_container .blocimgmarge_left .txt {
  text-align: right;
}
.enmarge_container .blocimgmarge_right .txt {
  text-align: left;
}
.enmarge_container .blocimgmarge_right .txt p,
.enmarge_container .blocimgmarge_left .txt p {
  font-family: "Antonio", sans-serif;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
.enmarge_container img {
  border: 10px solid #fff;
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.enmarge_container img.portrait {
  width: 75% !important;
}
.enmarge_container img.paysage {
  width: 100% !important;
}
.enmarge_container .rellax {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.enmarge_container .decoration {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.parallax_container .container {
  padding: 2rem;
}
.parallax_container h1,
.parallax_container h2 {
  margin: 0;
  padding: 0;
}
.parallax_container .parallax-window {
  position: relative;
}
.parallax_container .parallax-window .container {
  height: 100%;
}
.parallax_container .wp-block-column {
  padding: 1rem;
}
.parallax_container .wp-block-column img {
  display: block;
  max-width: 75%;
  margin: 0 auto 1rem auto;
}
.parallax_container .txt_img {
  position: absolute;
  background: #666;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 1rem 2rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.parallax_container .txt_bas {
  top: auto;
  bottom: -1px;
  transform: none;
}
.parallax_container .txt_gd {
  font-size: 2rem;
  line-height: 1.2;
}
.parallax_container .txt_up {
  background: #fff;
}
.parallax_container .withborders {
  border-top: 10px solid #dd9933;
  border-bottom: 10px solid #dd9933;
}

.home .parallax_container .wp-block-column {
  padding: 0;
}

.home .parallax_container p {
  text-align: center;
  font-weight: bold;
}

.home .parallax_container p:first-child {
  font-size: 0.8rem;
  background: #333;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  padding: 0.5rem;
}

.home .parallax_container p:last-child {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
  padding: 0.5rem;
}

@media screen and (max-width: 992px) {
  .home .parallax_container .wp-block-column {
    margin-bottom: 1rem;
  }
}
table.has-fixed-layout {
  text-align: center;
}
table.has-fixed-layout td,
table.has-fixed-layout th {
  padding: 0.5rem;
}
table.has-fixed-layout th {
  text-transform: uppercase;
}
table.has-fixed-layout tbody tr:nth-child(even) {
  background: #f2f2f2;
  border-bottom: 1px solid #333;
}
table.has-fixed-layout tbody tr:nth-child(odd) {
  background: #fff;
  border-bottom: 1px solid #333;
}
table.has-fixed-layout thead tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #ecc58a;
  color: #e6e6e6;
}
table.has-fixed-layout tfoot tr {
  border-bottom: 1px solid #333;
  background: #ecc58a;
  color: #e6e6e6;
}

figcaption {
  font-style: italic;
}

.tabs .grid {
  list-style: none;
}
.tabs .gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  vertical-align: top;
}
.tabs .vv .gc--1-of-3 {
  width: 25%;
}
.tabs .vv .gc--2-of-3 {
  width: 75%;
}
.tabs .hh .gc--1-of-3,
.tabs .hh .gc--2-of-3 {
  width: 100%;
}
.tabs .naccs {
  position: relative;
}
.tabs .naccs.hh .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabs .naccs .menu div {
  text-decoration: none;
  background: #dd9933;
  color: #fff;
  padding: 1rem 2rem 1rem 3rem;
  transition: padding 0.5s;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.tabs .naccs .menu div::before {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
.tabs .naccs .menu div:hover, .tabs .naccs .menu div:active, .tabs .naccs .menu div.active {
  text-decoration: none;
  background: #bd7e20;
  color: #e6e6e6;
  padding: 1rem 1rem 1rem 4rem;
}
.tabs .naccs .menu div:hover::before, .tabs .naccs .menu div:active::before, .tabs .naccs .menu div.active::before {
  width: 3rem;
}
.tabs .naccs .menu div:last-child {
  margin-bottom: 0;
}
.tabs .naccs.hh .menu div {
  display: inline-block;
  margin-bottom: 0;
}
.tabs ul.nacc {
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s position cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tabs .hh ul.nacc {
  position: relative;
}
.tabs ul.nacc li {
  position: absolute;
  width: 75%;
  min-height: 100%;
  top: 0;
  opacity: 0;
  list-style: none;
  color: #e6e6e6;
  background: #bd7e20;
  padding: 3rem 2rem;
  transition: 0.5s transform cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s;
}
.tabs ul.nacc li.active {
  transition-delay: 0.2s;
  z-index: 2;
  opacity: 1;
}
.tabs .hh ul.nacc li {
  width: 100%;
}

.nocomments {
  display: block;
}

.noborder {
  border: none !important;
}

.nopadding {
  padding: 0;
}

.notop {
  margin-top: 20px;
  padding-top: 0;
}

.noinner .div_inner {
  background: none;
  padding: 0px;
}

@media screen and (max-width: 992px) {
  .decoration * {
    background: none !important;
  }

  .decoration {
    display: none;
  }
}
/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
  transition-property: transform;
  /* transition-delay: 0.5s; */
}

[data-aos=reveal-top] {
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  transform: scaleY(0);
  transform-origin: 100% 0;
}

[data-aos=reveal-bottom] {
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-left] {
  transform: scaleX(1);
}

[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
}

[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

.div-100 .parts {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  /* flex-flow: row nowrap; */
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
  padding: 0;
  gap: 0;
}
.div-100 .parts .cleft {
  position: relative;
  background: none;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
}
.div-100 .parts .cleft .demicontainer {
  float: right;
  text-align: right;
}
.div-100 .parts .cright {
  position: relative;
  background: none;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
}
.div-100 .parts .cright .demicontainer {
  float: left;
}
.div-100 .parts .innertxt {
  padding: 4rem 1.5rem 6rem 1.5rem;
}
.div-100 .parts .thedots::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-image: url(images/bottom_blanc.png);
}

@media (max-width: 991px) {
  .hasimg {
    min-height: 50vh;
  }

  .div-100 .parts {
    flex-direction: column;
  }
  .div-100 .parts .innertxt {
    padding-top: 1rem;
  }

  .div-100 .parts.txtimg {
    flex-direction: column-reverse;
  }
}
/*
.div-100 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 3rem 0;

  // .wp-block-column div {
  //   padding: 3rem 1rem;
  // }

  .wp-block-column .innerimg {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 16rem;
  }

  .container {
    min-height: auto;
    padding: 0;
  }

  .wp-block-columns {
    align-items: center !important;
    margin: 0;
  }

  .wp-block-column {
    padding: 0;
    overflow: hidden;
  }
}

.blog .div-100 {
  margin-top: 0;
}

.home {
  .div-100 {
    margin-top: -4rem;
  }
  .slide-right div {
    margin: 4rem 0 6rem 2rem;
  }
}
.slide-left div {
  margin: 3rem 2rem 3rem 0;
}
.slide-right div {
  margin: 3rem 0 3rem 2rem;
}

.div-50l,
.div-50r {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.div-50l {
  left: 0;
}

.div-50r {
  left: 50%;
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-image: url(images/bottom_blanc.png);
  }
}

.backimg {
  padding: 2rem;
}

.div-50lmask {
  background-color: $background;
  width: 50%;
  height: 101%;
  position: absolute;
  left: 0;
  top: 0;
}

.div-50rmask {
  background-color: $background;
  width: 50%;
  height: 101%;
  position: absolute;
  left: 50%;
  top: 0;
}

.madate {
  font-size: 3rem;
}

@media (max-width: 781px) {
  .div-50l {
    width: 100%;
    max-height: 50vh;
  }

  .div-50r {
    width: 100%;
    top: 50%;
    left: 0;
  }

  .slide-right  {
    margin: 16rem 0 0 0;
  }
img{max-width: 60% !important;
margin: auto;}
}
*/
.deuxpartsbulle {
  box-sizing: border-box;
  display: grid;
}

.col-left.back-repeat,
.col-right.back-repeat {
  background-repeat: repeat;
  background-size: auto;
}

.col-left,
.col-right {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bulle {
  position: relative;
  background-color: #666;
  right: -100%;
  margin: 5rem 0;
  transform: translate(-50%) !important;
  padding: 2rem;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

.close_modal {
  position: fixed;
  top: 10px;
  right: -50px;
  width: 50px;
  height: 50px;
  z-index: 99999;
  transition: all 0.5s;
  cursor: pointer;
  background-image: url(images/closebox.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.modal_in {
  right: 15px;
}

.modal-container {
  position: fixed;
  display: block;
  overflow: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}

.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-background {
  display: table-cell;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  vertical-align: middle;
  width: 100vw;
  height: 100vh;
}

.modal-background .modal {
  background: #fff;
  margin: 0 0 0 25%;
  width: 75%;
  padding: 50px;
  display: block;
  font-weight: 300;
  /* position: relative; */
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .modal-background .modal {
    width: 100%;
    margin: 0;
  }
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.damenu {
  width: 100% !important;
  background: #666;
  position: sticky;
  top: 30px;
  z-index: 9999;
}
.damenu a {
  transition: none;
  transition: background-color 0.25s, color 0.25s;
}
.damenu::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  background-image: url(images/bottom_gris.png);
}

.home .damenu {
  margin-top: -15px;
}

.damenu .container {
  padding: 0;
}

.navbar-nav > li > a {
  color: #fff;
  background-color: #666;
}

.navbar-nav > li > a:hover {
  color: #dd9933;
  background-color: none;
}

@media screen and (max-width: 992px) {
  .navbar-nav > li > a {
    padding: 1rem;
    width: 100%;
    height: auto;
  }
}
.pushmenu {
  display: block;
  height: 6rem;
}

.home .pushmenu {
  display: block;
  height: 0;
}

.items-menu {
  float: right;
  margin-right: 50px;
}

.fbook {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 0;
  background: #666;
}
.fbook img {
  padding: 10px;
}

.navbar-header {
  max-width: 100%;
}

.headlogo a {
  width: 100%;
  height: 100%;
}

.headlogo {
  display: block;
  width: 150px;
  height: 150px;
  top: -30px;
  background-image: url(images/graffiti_logomin.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  margin: auto;
  position: absolute;
  z-index: 99;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .headlogo {
    display: block;
    background-image: url(images/graffiti_logomin.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .items-menu {
    float: none;
    margin: auto;
    width: fit-content;
  }

  .pushmenu {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .headlogo {
    display: block;
    width: 100px;
    height: 100px;
    top: -10px;
  }

  .navbar ul {
    margin-left: 0;
  }

  .items-menu {
    float: none;
    margin: 0 -20px;
  }

  .navbar-nav > li > a {
    height: auto;
    width: 100%;
    padding: 1rem;
  }

  .navbar-nav > li > .dropdown-menu {
    padding: 0;
  }
}
.thisover {
  background-color: #f00 !important;
  top: 200%;
}

.page__offcanvas,
.page__content {
  position: relative;
}

.page__offcanvas {
  min-height: 100vh;
  perspective: 1500px;
  /* background-color: rgba(28, 28, 28, 0.5); */
}

.page__content {
  min-height: 100vh;
  /* background-color: #fff; */
}

/* navigation styles */
.menu__offcanvas .nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50vw;
  padding: 30px;
  box-sizing: border-box;
  background-color: #1c1c1c;
  box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12), 2px 0 4px -1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}

/* nav list styles */
.nav__list {
  position: relative;
  padding: 0;
  margin: 45px 0 0 0;
  list-style-type: none;
}

/* nav item styles */
.nav__item:not(:last-child) {
  margin-bottom: 20px;
}

/* nav link styles */
.nav__link {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.nav__link:hover {
  color: #4caf50;
}

/* nav link icon styles */
.nav__link-icon {
  position: relative;
  top: -3px;
  /* !!!use only with material design icons */
  margin-right: 10px;
  color: currentColor;
}

/* close icon styles */
.nav__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /* close icon elements */
  /* hover effect */
  background: url("images/arrows/closemenu.svg");
}

/* nav open btn styles */
.nav-open-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9;
  background: url("images/arrows/openmenu.svg");
}

.nav-open-btn.js-hidden {
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
}

.nav-open-btn__bar {
  width: 100%;
  height: 5px;
  background-color: #1c1c1c;
  border-radius: 20px;
}

.nav-open-btn__bar:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-open-btn__bar:nth-child(2) {
  position: absolute;
  top: 10px;
  left: 0;
}

.nav-open-btn__bar:nth-child(3) {
  position: absolute;
  top: 20px;
  left: 0;
}

/* Demo #1: styles */
.nav {
  /* opened styles */
}

.nav.js-opened {
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.page__content {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  /* opened styles */
}

.page__content.js-opened {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 50vw;
}

.menu__hamburger .wrapper-menu .overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.63, 0.14, 0.82);
}
.menu__hamburger .wrapper-menu .overlay li {
  list-style: none;
}
.menu__hamburger .wrapper-menu .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
}
.menu__hamburger .wrapper-menu .overlay a:after {
  display: block;
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.menu__hamburger .wrapper-menu .overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  30px top margin to avoid conflict with the close button on smaller screens 
  */
}
.menu__hamburger .wrapper-menu .hamburger {
  position: fixed;
  border-radius: 100%;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 99999;
  outline: none;
}
.menu__hamburger .wrapper-menu .hamburger .hamburger-inner {
  background: #fff;
}
.menu__hamburger .wrapper-menu .hamburger .hamburger-inner:before, .menu__hamburger .wrapper-menu .hamburger .hamburger-inner:after {
  background: #fff;
}
.menu__hamburger .wrapper-menu .hamburger:hover {
  opacity: 1;
}
.menu__hamburger .wrapper-menu.is-active .hamburger .hamburger-inner {
  background: #fff;
}
.menu__hamburger .wrapper-menu.is-active .hamburger .hamburger-inner:before, .menu__hamburger .wrapper-menu.is-active .hamburger .hamburger-inner:after {
  background: #fff;
}
.menu__hamburger .wrapper-menu.is-active .overlay {
  height: 100%;
}
.menu__hamburger .wrapper-menu.is-active a {
  color: #fff;
}
@media screen and (max-height: 450px) {
  .menu__hamburger .overlay a {
    font-size: 20px;
  }
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.wrapper_planning {
  display: grid;
}
.wrapper_planning ul {
  margin: 0;
  padding: 0;
}
.wrapper_planning .creneau {
  text-align: center;
  padding: 1rem;
  position: relative;
  margin: 0;
}
.wrapper_planning .horaires {
  display: block;
  background: #666;
  color: #fff;
  position: absolute;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  font-size: 0.75rem;
  text-align: center;
  top: 0;
  left: 0px;
  bottom: 0px;
}
.wrapper_planning .debut,
.wrapper_planning .fin {
  display: block;
  padding: 0.25rem 0;
}
.wrapper_planning .fin {
  border-top: 1px solid #fff;
}
.wrapper_planning .duree {
  font-size: 0.6rem;
  font-weight: 600;
}
.wrapper_planning .emission:first-child .horaires {
  border-top: none;
}
.wrapper_planning .emission {
  display: flex;
  background: #ddd;
  position: relative;
  background-image: none;
  padding: 0;
  padding-left: 3rem;
  border: 1px solid #fff;
  border-bottom: none;
  margin-left: -1px;
  margin-bottom: -1px;
  box-sizing: border-box;
  min-height: 10vh;
}
.wrapper_planning .emission.rediffusion {
  background: repeating-linear-gradient(-45deg, #d6d6d6, #d6d6d6 5px, #ddd 5px, #ddd 10px);
}
.wrapper_planning .emission a:before,
.wrapper_planning .emission a::after {
  content: none;
}
.wrapper_planning .emission .redif {
  font-size: 0.6rem;
  font-weight: bold;
}
.wrapper_planning .emission .titre {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem;
  margin: 0;
  line-height: 1.25;
  text-transform: capitalize;
}
.wrapper_planning .emission .description,
.wrapper_planning .emission .categorie {
  font-size: 0.75rem;
  padding: 0 0.25rem;
  margin: 0;
  line-height: 1;
}
.wrapper_planning .emission .description {
  font-style: italic;
}
.wrapper_planning a.plus {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-weight: 600;
}

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

.emissions_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0 1rem;
}

.journee h2 {
  text-align: center;
}
.journee .wrapper_planning {
  display: block;
  width: 100%;
}
.journee .wrapper_planning .description {
  display: none;
}
.journee .section_planning {
  display: block;
}

.pageinpage .cleaner {
  clear: none;
  float: left;
}

@media (max-width: 1200px) {
  .emissions_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .emissions_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.listepage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-items: center;
  margin: 0;
  padding: 0;
}
.listepage .emission {
  width: 100%;
  background: #f3dbb6;
  padding-bottom: 100px;
  position: relative;
}
.listepage .emission::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-image: url(images/bottom_blanc.png);
}
.listepage h2 {
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dd9933;
}
.listepage .div_img {
  aspect-ratio: 1;
  position: relative;
  margin: 0;
}
.listepage .text {
  padding: 0.3rem 1rem 1rem 1rem;
}
.listepage .description {
  font-style: italic;
  line-height: 1.25;
  font-size: 0.9rem;
}
.listepage .categorie {
  position: absolute;
  right: -10px;
  top: 10px;
  padding: 0.25rem 0.5rem;
  background: #eee;
  color: #333;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  box-shadow: -5px 3px 0px #333;
  border: 1px solid #666;
  text-shadow: 2px 2px 0 #fff;
}
.listepage .categorie:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 0;
  width: 0;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
}

@media screen and (max-width: 992px) {
  .listepage {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .listepage {
    grid-template-columns: repeat(2, 1fr);
  }
}
audio {
  display: none;
}

.audio-player {
  height: 50px;
  width: 250px;
  background: #666;
  position: fixed;
  z-index: 99999;
  top: 10px;
  right: 10px;
  border-radius: 25px;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .length {
  display: none;
}
.audio-player .timeline {
  display: none;
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5333333333);
}
.audio-player .timeline .progress {
  background: #dd9933;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: none;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: -8px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: #dd9933;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.container {
  margin: 0 auto;
}

.container.nopad {
  padding: 0;
}

@media (max-width: 992px) {
  .container {
    width: 95%;
  }

  .demicontainer {
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: calc(940px - 2rem);
  }

  .demicontainer {
    width: calc(470px - 1rem);
  }
}
@media (min-width: 1201px) {
  .container {
    width: calc(1200px - 2rem);
  }

  .demicontainer {
    width: calc(600px - 1rem);
  }
}

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