﻿/**
 * !
 * Theme Name: Agence Morgane
 * Theme URI: https://agencemorgane.com/
 * Author: Quentin Doublet - Agence Morgane
 * Author URI: https://agencemorgane.com/
 * Description: Thème enfant de Susty 
 * Version: 1.0
 * Template: susty-master
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@keyframes moveArrow {
  0% {
    transform: translate(-50%, 0);
  }
  75% {
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  transition: transform 0.4s;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  transition-delay: 1s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?hhdx6u");
  src: url("fonts/icomoon.eot?hhdx6u#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?hhdx6u") format("truetype"),
    url("fonts/icomoon.woff?hhdx6u") format("woff"),
    url("fonts/icomoon.svg?hhdx6u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone2:before {
  content: "";
}
.icon-mail3:before {
  content: "";
}
.icon-tripadvisor:before {
  content: "";
}
.icon-morgane:before {
  content: "";
}
.icon-home3:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-envelop:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-airplane:before {
  content: "";
}
.icon-mail2:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: all 200ms ease-out;
}
.menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu-logo {
  width: 220px;
  height: auto;
  opacity: 0;
  transition: all 200ms ease-out;
}
@media (max-width: 900px) {
  .menu-logo {
    opacity: 1 !important;
    width: 130px;
  }
}
.menu-logo__link {
  display: block;
  width: 100%;
}
.menu-logo__link img {
  width: 100%;
}
.menu-header {
  height: 100%;
  width: calc(50% - 110px);
}
.menu-header__nav {
  height: 100%;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-header__li {
  margin-left: 35px;
  text-align: center;
}
.menu-header__li a {
  color: #fff;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
.menu-header .active a {
  font-weight: 600;
}
.menu-header--left .menu-header__ul {
  justify-content: flex-start;
}
.menu-header--left .menu-header__li {
  margin-left: 0;
  margin-right: 35px;
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  padding-top: 40px;
  width: 220px;
  display: none;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
.sub-menu:hover {
  display: flex;
}
.sub-menu li {
  margin-left: 0;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.sub-menu li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
.scrolled-header {
  background-color: rgba(0, 40, 86, 0.8745098039);
  border-bottom: 0;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.21);
}
.scrolled-header .menu-logo {
  opacity: 1;
}
.mobile-menu .sub-menu {
  display: none;
  position: initial;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: none;
  box-shadow: none;
  border-left: 4px solid #000;
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}
.mobile-menu .sub-menu li {
  border-bottom: 0;
}
.mobile-menu .sub-menu li:first-of-type {
  padding-top: 0;
}
.mobile-menu .sub-menu.active {
  display: block;
}
.mobile-menu .arrow {
  transform: rotate(180deg);
  position: absolute;
  top: 21px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #000;
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #002856;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    transform: translateY(-50%);
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    transform: translateY(-100%);
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
}
.mobile-menu__nav-container {
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.171);
  position: relative;
}
.mobile-menu__nav-container__li a {
  color: #002856;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
}
.mobile-menu__nav-container__li a br {
  display: none;
}
.active-menu .mobile-menu__burger-icon .bar {
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  transform: translateY(100%);
}
.logo-footer {
  max-width: 100%;
}
.logo-footer img {
  max-width: 100%;
}
.footer {
  background: url(http://localhost/echirestart/wp-content/uploads/2024/07/Grille-de-repetition-1-1.svg)
    center no-repeat;
  background-color: #002856;
  background-size: 100%;
  padding: 50px;
  text-align: center;
}
.footer a,
.footer p {
  color: #fff;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.footer__right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.footer__right a {
  transition: all 200ms ease-out;
}
.footer__right a:hover {
  color: #e1251b;
}
.footer__text {
  font-size: 39px;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 39px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 900px) {
  .footer__text {
    font-size: 27px;
    line-height: 32px;
  }
}
.footer__line {
  width: 100%;
  border: 1px solid #aea16e;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer__contact {
  font-size: 28px;
  font-weight: 600;
  font-family: "bebas-neue-pro", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.footer__c {
  font-family: "new-hero", sans-serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 17px;
  color: #fff;
}
.footer__c a {
  font-family: "new-hero", sans-serif;
  font-size: 13px;
  font-weight: 100;
  color: #fff;
}
.footer__middle {
  width: 408px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer__middle p {
  font-size: 25px;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
}
@media (max-width: 900px) {
  .footer__middle {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.footer__rs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.footer__rs a {
  display: block;
  transition: all 200ms ease-out;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  transition: all 200ms ease-out;
}
.footer__rs a:hover {
  background-color: #e1251b;
}
.footer__rs a i {
  color: #242c3f;
  font-size: 30px;
  transition: all 200ms ease-out;
}
.copyright {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #000;
}
.copyright p,
.copyright a {
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.copyright a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-out;
}
.copyright a:hover {
  color: #e1251b;
}
@media (max-width: 900px) {
  .copyright p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "new-hero", sans-serif;
  color: #002856;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #002856;
}
.p {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  line-height: 30px;
  color: #002856;
}
.p p {
  margin-bottom: 20px;
  font-weight: 200;
  color: #002856;
}
.p strong {
  font-weight: 700;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 15px;
}
.p li {
  margin-bottom: 5px;
  list-style: disc;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.h1 {
  font-family: "bebas-neue-pro", sans-serif;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.h1 strong {
  font-weight: 800;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 35px;
    line-height: 40px;
    max-width: 80%;
  }
}
.h2 {
  font-family: "bebas-neue-pro", sans-serif;
  color: #002856;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 63px;
  font-weight: 300;
  margin-bottom: 50px;
  white-space: nowrap;
}
.h2 strong {
  font-weight: 800;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 35px;
    line-height: 40px;
    white-space: initial;
  }
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
a.anchor {
  display: block;
  position: absolute;
  top: -100px;
  visibility: hidden;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 80px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #242c3f;
  position: relative;
  border: none;
  font-family: "new-hero", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding: 15px 50px;
  background-color: #002856;
  position: relative;
  cursor: pointer;
  transition: all 200ms ease-out;
}
.btn::after {
  content: "►";
  margin-left: 8px;
  font-size: 1em;
}
.btn:hover {
  background-color: #aea16e;
  color: #002856;
}
.btn img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.bg {
  background: url(https://echirelebeurredefrance.fr/concours/wp-content/uploads/2025/11/FOND-MATIERE-P1205C-GD-FT-scaled.png)
    center no-repeat;
  background-size: cover;
}
.bg-jeu {
  background: url(https://echirelebeurredefrance.fr/concours/wp-content/uploads/2025/11/FOND-MATIERE-P1205C-GD-FT-bleu-scaled.png)
    center no-repeat;
  background-size: cover;
}
.padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.h3 {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
.product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .product {
    max-width: 100%;
  }
}
.product .btn {
  margin-top: 40px;
  text-align: center;
  line-height: 23px;
}
.product__product {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .product__product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.product__img {
  width: 430px;
  height: 382px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .product__img {
    aspect-ratio: 5/4;
    height: auto;
    margin-bottom: 30px;
  }
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__text {
  width: calc(100% - 430px);
  padding-left: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #002856;
}
.product__text .h3 {
  font-size: 33px;
  color: #002856;
}
@media (max-width: 900px) {
  .product__text {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.product__bleu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 62px;
  background-color: #002856;
}
.product__beige {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 62px;
  background-color: #aea16e;
}
.text-center {
  text-align: center;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.popup__close {
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  cursor: pointer;
}
.popup__title {
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 40px;
}
@media (max-width: 900px) {
  .popup__title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.popup__img {
  width: 450px;
  aspect-ratio: 5/4;
  background-size: cover;
  background-position: center;
  background-color: #efedf0;
}
@media (max-width: 900px) {
  .popup__img {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.popup__popup {
  width: 1080px;
  max-width: 80%;
  min-height: 608px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .popup__popup {
    display: flex;
  }
}
.popup__popup::before {
  content: url(http://localhost/echirestart/wp-content/uploads/2024/07/Groupe-321.svg);
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.popup__text {
  width: calc(100% - 450px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 50px;
}
@media (max-width: 900px) {
  .popup__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.popup__text .p h3 {
  font-family: "new-hero", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 33px;
  line-height: 36px;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .popup__text .p h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
.popup__line {
  width: 62px;
  background-color: #002856;
}
.popup__content {
  width: 100%;
}
@media (max-width: 900px) {
  .popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.popup .container {
  width: calc(100% - 62px);
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 50px;
  width: 100%;
}
@media (max-width: 900px) {
  .popup .container {
    display: flex;
    align-items: initial;
    justify-content: initial;
    flex-direction: column;
  }
}
.popup .container .controls {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.popup__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .popup__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .popup__text h3 {
    font-size: 19px !important;
    line-height: 23px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .popup__text .p p {
    font-size: 17px;
    line-height: 21px;
  }
}
.slider--modif {
  height: 40vh !important;
}
.controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
  margin: 0 20px;
}
#prev {
  border-width: 10px 15px 10px 0;
  border-color: rgba(0, 0, 0, 0) #242c3f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#next {
  border-width: 10px 0 10px 15px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #242c3f;
}
.counter {
  font-size: 29px;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 300;
  color: #242c3f;
}
.slider {
  background: url(https://echirelebeurredefrance.fr/concours/wp-content/uploads/2024/07/Copie-de-S021001671_2307200836001_00001.jpg)
    center no-repeat;
  background-size: cover;
  height: 100vh;
}
.slider .btn {
  background-color: #aea16e;
}
.slider .btn:hover {
  background-color: #002856;
  color: #aea16e;
}
.slider__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6587488785) 0%,
    rgba(0, 0, 0, 0.5094771698) 35%,
    rgba(0, 0, 0, 0.3073763294) 100%
  );
}
.slider__logo {
  max-width: 80%;
}
.slider__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  transition: all 200ms ease-out;
}
.slider__arrow:hover {
  transform: translateY(-5px) translateX(-50%);
}
.img-text {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (max-width: 900px) {
  .img-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.img-text__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 500px);
  padding-right: 40px;
}
@media (max-width: 900px) {
  .img-text__text {
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.img-text__img {
  width: 500px;
}
@media (max-width: 900px) {
  .img-text__img {
    max-width: 100%;
  }
}
.double {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 900px) {
  .double {
    flex-direction: column;
  }
}
.double__item {
  background: url(http://localhost/echirestart/wp-content/uploads/2024/07/GS-GS-CO-0095-Affiche-4m2-Au-5e-HD-retouche.jpg)
    center no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  height: 920px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.double__item .p p {
  color: #fff;
}
@media (max-width: 900px) {
  .double__item {
    width: 100%;
    justify-content: initial;
    min-height: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .double__item .h3 {
    text-align: center;
  }
}
.double__item:nth-child(2) .double__bg {
  background-color: rgba(36, 44, 63, 0.8);
}
.double__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.double__logo img {
  margin-right: 20px;
}
.double__bg {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 80px;
  padding-top: 200px;
  height: 100%;
  background-color: rgba(174, 161, 110, 0.7725490196);
}
@media (max-width: 900px) {
  .double__bg {
    padding: 40px;
    padding-top: 60px;
  }
}
.double__bg .h3,
.double__bg .p {
  color: #fff;
}
.double__bg .p {
  margin-bottom: 0;
}
.gallery {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-list__single {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.post-list__single img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.post-list__single .h2 {
  margin-bottom: 20px;
}
.post-list__texte {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  transition: all 200ms ease-out;
}
.post-list__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #242c3f;
  width: 124px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.post-list__article {
  width: calc(50% - 40px);
  aspect-ratio: 10/9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .post-list__article {
    width: 100%;
  }
}
.post-list__article:hover .post-list__texte {
  color: rgba(128, 128, 128, 0.286) !important;
}
.post-list__article:hover .post-list__content {
  padding-bottom: 35px;
}
.post-list__article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6223623238) 0%,
    rgba(0, 0, 0, 0.448692856) 49%,
    rgba(0, 0, 0, 0.1461718476) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  transition: all 200ms ease-out;
}
.post-list__img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__category {
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar__category-posts ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -5px;
}
.sidebar__category-posts ul li a {
  background-color: rgba(128, 128, 128, 0.286);
  padding: 5px 10px;
  margin: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.sidebar__archives-posts li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #242c3f;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__infos {
  width: 30%;
  padding: 30px;
  background-color: rgba(128, 128, 128, 0.1490196078);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__infos img {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page__ligne {
  display: flex;
  margin-bottom: 15px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: 1px solid;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-top: 1em;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .gallery {
    justify-content: center;
  }
  .margin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page {
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__infos {
    width: 100%;
  }
  .home-page {
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
  }
}
