*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(""), url("font/dosis-v25-latin-200.woff2") format("woff2");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("font/dosis-v25-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("font/dosis-v25-latin-600.woff2") format("woff2");
}
/* raleway-900 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("font/raleway-v26-latin-900.woff2") format("woff2");
}
.transiOn {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

:root {
  font-size: 125%;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: "Dosis", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  overflow-x: hidden;
  height: 100%;
  color: #f1ca7a;
  font-size: 1rem;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: inline-block;
  color: #377ebd;
}
a:hover {
  color: #f00150;
}

p a {
  color: #f7e0b1;
  display: contents;
}
p a:hover {
  color: #f00150;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dosis, section#content .x2block h2, section#content.page_content h2, header#rea_head .date, header#rea_head h2 {
  font-family: "Dosis", sans-serif;
}

.typoTitre, header#rea_head h1, section h2,
header.titres h2, #smallLinks a, #smallLinks button {
  font-family: "Raleway";
  text-transform: uppercase;
}

a.masterLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #f1ca7a;
  position: fixed;
  z-index: 900;
  top: 1em;
  left: 1em;
  -webkit-transform: translate3d(0, 0, 0);
}
a.masterLogo svg {
  width: 120px;
  margin-bottom: 5px;
  fill: #fff2d6;
  -webkit-transform: translate3d(0, 0, 0);
}
a.masterLogo .nom {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

button#menu-toggler {
  border-radius: 3px;
  fill: #fff2d6;
  border: none;
  background-color: transparent;
  margin: 2vh;
  position: fixed;
  z-index: 1200;
  top: 0.5vh;
  right: 1vh;
}
button#menu-toggler svg {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
button#menu-toggler .fa-bars {
  opacity: 1;
  width: 1.4em;
}
button#menu-toggler .fa-times {
  opacity: 0;
  width: 1.1em;
}
button#menu-toggler:hover svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

#smallLinks {
  position: absolute;
  top: 0;
  font-size: 0.7em;
  z-index: 5;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5vh;
}
#smallLinks span {
  color: rgba(255, 242, 214, 0.5);
  font-weight: 200;
}
#smallLinks a, #smallLinks button {
  padding: 0.8em;
  color: rgba(255, 242, 214, 0.5);
  fill: rgba(255, 242, 214, 0.5);
}
#smallLinks a:hover, #smallLinks button:hover {
  color: #f1ca7a;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  fill: #f1ca7a;
}
#smallLinks a.current, #smallLinks button.current {
  color: #fff2d6;
  fill: #fff2d6;
}
#smallLinks svg {
  width: 16px;
  margin-top: -5px;
}
#smallLinks button {
  background: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition-property: all;
  transition-property: all;
}

nav#menu-container {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav#menu-container .navContent {
  background-color: #111f2e;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  width: 61.8%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
nav#menu-container .links {
  width: 100%;
}
nav#menu-container .links a {
  display: block;
  padding: 4vh;
  letter-spacing: 0.2em;
  color: #f1ca7a;
  text-transform: uppercase;
  font-size: 1.7em;
}
nav#menu-container .links a:hover {
  background-color: rgba(255, 242, 214, 0.05);
}
nav#menu-container .links a:hover span {
  color: #f1ca7a;
}
nav#menu-container .links a.current {
  color: #f00150;
  background-color: rgba(240, 1, 80, 0.3);
}
nav#menu-container .links a.current span {
  color: #f00150;
}
nav#menu-container .links span {
  display: block;
  text-transform: none;
  color: rgba(241, 202, 122, 0.5);
  font-size: 0.55em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  letter-spacing: 4px;
}
nav#menu-container a.home {
  padding: 4vh;
  fill: #f1ca7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: rgba(241, 202, 122, 0.5);
}
nav#menu-container a.home svg {
  width: 25px;
  margin-right: 10px;
  -webkit-transition: margin-right 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
}
nav#menu-container a.home:hover {
  fill: #fff2d6;
}
nav#menu-container a.home:hover svg {
  margin-right: 18px;
}
nav#menu-container a.home.current {
  fill: #fff2d6;
}
nav#menu-container .navFooter {
  padding: 4vh;
  color: rgba(241, 202, 122, 0.5);
}
nav#menu-container a {
  color: #f1ca7a;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
nav#menu-container a:hover {
  color: #fff2d6;
}
nav#menu-container .bgGlobal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
}

body.menuToggled #menu-toggler {
  color: #f1ca7a;
}
body.menuToggled #menu-toggler .fa-bars {
  opacity: 0;
}
body.menuToggled #menu-toggler .fa-times {
  opacity: 1;
}
body.menuToggled #menu-toggler:hover {
  color: #fff2d6;
}

body.home {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5vh, #091018), color-stop(43vh, #111f2e), color-stop(95vh, #091018));
  background: linear-gradient(#091018 5vh, #111f2e 43vh, #091018 95vh);
  background-color: #091018;
  background-attachment: fixed;
}
body.home section {
  min-height: 60%;
  padding: 0;
}
body.home #logo {
  opacity: 0;
}

body.scrolled a.masterLogo {
  visibility: visible;
  opacity: 1;
}

#ouverture {
  min-height: 90vh;
  padding-bottom: 0px;
  opacity: 0;
}
#ouverture h1, #ouverture h2, #ouverture h3 {
  margin: 0;
}
#ouverture h2 {
  margin-top: 1.5rem;
}
#ouverture h3 {
  margin: 1rem 0;
  color: #f1ca7a;
  padding-bottom: 1rem;
}
#ouverture h1 {
  margin-bottom: 2rem;
  color: #fff2d6;
  letter-spacing: 0.15em;
  font-size: 2.5em;
}
#ouverture .logoCont {
  fill: #f00150;
  width: 15vw;
  max-width: 250px;
  min-width: 150px;
}
#ouverture .logoCont svg {
  height: 100%;
  width: 100%;
}

.scrollMag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a4c71), to(#101c2a)) no-repeat;
  background: linear-gradient(#2a4c71 0, #101c2a 100%) no-repeat;
  background-color: #101c2a;
}
body.page-id-11 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e0015), color-stop(28%, #58001d), color-stop(35%, #620021), to(#0e1a27)) no-repeat;
  background: linear-gradient(#3e0015 0, #58001d 28%, #620021 35%, #0e1a27 100%) no-repeat;
  background-color: #0e1a27;
}

canvas {
  position: fixed;
  z-index: 0;
  top: 0;
}

h2 {
  color: #fff2d6;
}

header.titres {
  min-height: 100%;
  opacity: 0;
}

header.smaller {
  min-height: 50%;
  opacity: 1;
}

section,
header.titres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1300px;
  margin: auto;
  text-align: center;
  padding: 1.5rem 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
section.bonusTopMarg,
header.titres.bonusTopMarg {
  margin-top: 4rem;
  padding-top: 5rem;
}
section h1,
header.titres h1 {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 0.8em;
  letter-spacing: 0.15em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
section h2,
header.titres h2 {
  font-size: 3em;
  margin-top: 0.25em;
  line-height: 1;
}
section h3,
header.titres h3 {
  margin: 0px;
  font-size: 1.2em;
  letter-spacing: 0.3em;
}
section p,
header.titres p {
  max-width: 650px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.4em 0px;
}

header#rea_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10vh 5vw;
  text-align: center;
  max-width: 1500px;
  margin: auto;
  z-index: 2;
}
header#rea_head h2 {
  font-size: 1em;
  color: #f1ca7a;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1em;
}
header#rea_head h1 {
  font-size: 2.5em;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1;
  color: #fff2d6;
  text-transform: none;
  width: 100%;
}
header#rea_head h1,
header#rea_head h2 {
  max-width: 960px;
}
header#rea_head .date {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 1em;
}

section#realisations {
  border-top: rgba(55, 126, 189, 0.2) 1px solid;
  margin-top: 3rem;
  padding: 7rem 0;
}

section#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#content.page_content {
  padding-top: 0;
}
section#content.page_content h2 {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
section#content.page_content h2:first-child {
  margin-top: 0;
}
section#content.page_content p {
  margin: 0;
}
section#content.page_content p + p {
  margin-top: 1rem;
}
section#content .x2block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#content .x2block .block {
  width: 43%;
}
section#content .x2block h2 {
  font-size: 1.5em;
  margin-bottom: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
section#content .x2block header b {
  display: block;
  -webkit-font-smoothing: auto;
}
section#content .x2block .block {
  margin: 2rem 0;
}
section#content .x2block .block p {
  max-width: inherit;
  text-align: left;
}
section#content .x2block .block h3 {
  margin-bottom: 20px;
}
section#content .picto {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  border: 1px solid rgba(55, 126, 189, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  color: #fff2d6;
}
section#content .picto .fa-primary {
  fill: #f00150;
}
section#content .picto .fa-secondary {
  fill: #fff2d6;
}
section#content .picto svg {
  width: 35px;
  max-height: 35px;
  fill: #fff2d6;
}
section#content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

blockquote {
  margin: 0;
  padding: 5% 0;
  border-bottom: rgba(55, 126, 189, 0.2) 1px solid;
  border-top: rgba(55, 126, 189, 0.2) 1px solid;
  text-align: center;
  color: #fff2d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  width: 100%;
}
blockquote p {
  max-width: 800px;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
blockquote .auteur {
  font-size: 0.9em;
  letter-spacing: 3px;
  color: #f1ca7a;
}

canvas#bgStars {
  z-index: -1;
  opacity: 0;
}

canvas#astero {
  opacity: 0;
}

.planete {
  border-radius: 50%;
  position: fixed;
  z-index: 0;
  opacity: 0;
}

#planete {
  width: 80vw;
  height: 80vw;
  left: 60%;
  top: 50px;
  min-width: 800px;
  min-height: 800px;
  -webkit-box-shadow: inset 3vw 2vw 150px -20px rgba(240, 1, 80, 0.4), -10px -15px 30px rgba(240, 1, 80, 0.35), -80px -50px 100px rgba(111, 51, 139, 0.6);
          box-shadow: inset 3vw 2vw 150px -20px rgba(240, 1, 80, 0.4), -10px -15px 30px rgba(240, 1, 80, 0.35), -80px -50px 100px rgba(111, 51, 139, 0.6);
  background: radial-gradient(circle at 0% 45%, #32122c 10%, #000 80%);
}

@-moz-document url-prefix() {
  body {
    -moz-osx-font-smoothing: grayscale;
  }

  #planete {
    width: 70vw;
    height: 70vw;
    left: 63%;
    top: calc(20% - 10vw);
    min-width: 800px;
    min-height: 800px;
    box-shadow: inset 30px 8px 15px -15px rgba(65, 137, 176, 0.6);
  }
}
#satellite {
  width: 10vw;
  height: 10vw;
  left: 8vw;
  top: 20%;
  min-width: 100px;
  min-height: 100px;
  max-width: 230px;
  max-height: 230px;
  -webkit-box-shadow: inset -0.35vw 5px 7px -3px rgba(254, 63, 126, 0.6), 0.4vw -7px 30px 0px #632666;
          box-shadow: inset -0.35vw 5px 7px -3px rgba(254, 63, 126, 0.6), 0.4vw -7px 30px 0px #632666;
  background: radial-gradient(circle at 90% 10%, #670022, #340011);
}

#planetePetite {
  width: 30px;
  height: 30px;
  left: 23vw;
  top: 12%;
  -webkit-box-shadow: 0 0 180px 90px #fe6396;
          box-shadow: 0 0 180px 90px #fe6396;
  background: #ffbed4;
}

#cercles-sec {
  -webkit-perspective: 700px;
          perspective: 700px;
}
#cercles-sec .contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#cercles-sec a.button {
  background-color: #111f2e;
  border-color: #111f2e;
  padding: 0.5rem 2rem;
  font-weight: 600;
  color: #fff2d6;
}
#cercles-sec a.button:hover {
  color: #111f2e;
  background-color: #fff2d6;
  border-color: #111f2e;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#refHead.archive {
  min-height: 40%;
  padding-top: 20%;
}

#categories {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#categories a {
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  color: #f1ca7a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.7em;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#categories a:hover {
  background-color: #075189;
  color: #fff2d6;
}
#categories .current-cat a {
  background-color: #075189;
}

#refsContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
#refsContainer .card {
  -webkit-transition: none;
  transition: none;
  position: relative;
  aspect-ratio: 1/1;
  -webkit-transform: perspective(900px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
          transform: perspective(900px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#refsContainer .card.nuit .front {
  background-color: rgba(17, 31, 46, 0.8);
}
#refsContainer .card.nuit .back {
  background-color: #111f2e;
}
#refsContainer .card.bleu .front {
  background: linear-gradient(320deg, rgba(255, 242, 214, 0) 0%, rgba(255, 242, 214, 0.25) 100%);
  background-color: rgba(7, 81, 137, 0.8);
}
#refsContainer .card.bleu .back {
  background-color: #075189;
}
#refsContainer .card.bleuC .front {
  background-color: rgba(86, 194, 187, 0.8);
}
#refsContainer .card.bleuC .back {
  background-color: #56c2bb;
}
#refsContainer .card.mauve .front {
  background-color: rgba(149, 78, 148, 0.8);
}
#refsContainer .card.mauve .back {
  background-color: #954e94;
}
#refsContainer .card.violet .front {
  background-color: rgba(72, 29, 98, 0.8);
}
#refsContainer .card.violet .back {
  background-color: #481d62;
}
#refsContainer .card.rose .front {
  background-color: rgba(240, 114, 168, 0.8);
}
#refsContainer .card.rose .back {
  background-color: #f072a8;
}
#refsContainer .card .front {
  background: linear-gradient(320deg, rgba(7, 81, 137, 0) 0%, rgba(7, 81, 137, 0.5) 100%);
}
#refsContainer .card .back {
  background: linear-gradient(320deg, rgba(255, 242, 214, 0) 0%, rgba(255, 242, 214, 0.25) 100%);
  background-color: #075189;
}
#refsContainer .face {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-perspective: 900px;
          perspective: 900px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2rem;
}
#refsContainer .front {
  z-index: 2;
}
#refsContainer .front img {
  max-width: 50%;
  height: auto;
}
#refsContainer .back {
  color: #fff2d6;
  letter-spacing: 3px;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
#refsContainer .back .nom {
  font-weight: 800;
  font-size: 1em;
  text-align: center;
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 80%;
}
#refsContainer .back .cats {
  padding: 1rem;
  font-size: 0.9em;
  letter-spacing: 0;
}
#refsContainer .back .go {
  text-transform: uppercase;
  font-size: 0.6em;
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff2d6;
  color: #111f2e;
  border-radius: 3px;
  padding: 0.4rem 0.7rem;
}
#refsContainer .back img {
  width: 8px;
  display: inline-block;
  margin-bottom: 4px;
}
#refsContainer nav {
  margin: 30px;
}

#prevNextPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  margin-bottom: 0px;
  min-height: 300px;
}
#prevNextPost img {
  max-width: 300px;
  max-height: 220px;
  height: auto;
  opacity: 1;
  -webkit-filter: invert(20%) sepia(65%) saturate(490%) hue-rotate(322deg) brightness(110%) contrast(89%);
          filter: invert(20%) sepia(65%) saturate(490%) hue-rotate(322deg) brightness(110%) contrast(89%);
  display: inline-block;
}
#prevNextPost a {
  fill: #f1ca7a;
}
#prevNextPost a svg {
  width: 50px;
}
#prevNextPost a:hover {
  fill: #f00150;
}
#prevNextPost a:hover[rel=prev] {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
#prevNextPost a:hover[rel=next] {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
#prevNextPost .link,
#prevNextPost .fa-primary {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

#reaContent {
  max-width: 1500px;
  margin: auto;
  line-height: 1.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f1ca7a;
}
#reaContent .col1 {
  width: 43%;
  text-align: right;
  margin-right: 7%;
  margin-top: 100px;
}
#reaContent .col2 {
  width: 50%;
  text-align: left;
}
#reaContent .visuels {
  position: relative;
  -webkit-transform: perspective(1000) rotateX(0deg) rotateY(35deg) scale3d(1, 1, 1) translateY(-13%);
          transform: perspective(1000) rotateX(0deg) rotateY(35deg) scale3d(1, 1, 1) translateY(-13%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#reaContent .screen3d {
  border: 4px solid black;
  border-left-width: 6px;
  background-color: #111f2e;
  overflow: hidden;
  border-radius: 10px;
}
#reaContent .screen3d img {
  width: 100%;
  height: auto;
  opacity: 0;
}
#reaContent .ecran {
  position: relative;
  width: 100%;
  height: 450px;
  -webkit-box-shadow: -10px 20px 60px 0 rgba(0, 0, 0, 0.6);
          box-shadow: -10px 20px 60px 0 rgba(0, 0, 0, 0.6);
}
#reaContent .tablette {
  position: absolute;
  bottom: -25%;
  width: 70%;
  left: 0px;
  -webkit-transform: translateZ(80px) translateY(15%) translateX(20px);
          transform: translateZ(80px) translateY(15%) translateX(20px);
  height: 65%;
  -webkit-box-shadow: -10px 10px 60px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -10px 10px 60px 0 rgba(0, 0, 0, 0.5);
}
#reaContent .mobile {
  position: absolute;
  bottom: -35px;
  width: 20%;
  right: 0px;
  -webkit-transform: translateZ(80px) translateY(10%) translateX(20px);
          transform: translateZ(80px) translateY(10%) translateX(20px);
  height: 55%;
}
#reaContent .titre {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #fff2d6;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
  margin-top: 70px;
}
#reaContent .logo {
  margin-bottom: -20px;
}
#reaContent .logo img {
  max-width: 200px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.7;
}
#reaContent p {
  margin-top: 0;
  margin-bottom: 8px;
}

#goSite {
  margin-top: 30px;
  display: inline-block;
  padding: 1em 2em;
  color: #f1ca7a;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.3em;
  border: 1px solid rgba(241, 202, 122, 0.4);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-bottom: 40px;
}
#goSite:hover {
  background-color: #fff2d6;
  color: #111f2e;
}

.scroreInsight {
  padding-bottom: 15px;
}
.scroreInsight a {
  display: inline-block;
  font-size: 14px;
}
.scroreInsight .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 15px;
}
.scroreInsight .score {
  width: 2.2em;
  height: 2.2em;
  margin-right: 25px;
  background-color: #f1ca7a;
  border-radius: 50%;
  color: #111f2e;
  font-weight: 600;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroreInsight .score::after {
  display: block;
  font-size: 0.6em;
  line-height: 0px;
  color: #f1ca7a;
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
}
.scroreInsight .score.mob::after {
  content: "Mobile";
}
.scroreInsight .score.ordinateur::after {
  content: "Ordinateur";
}

#categoriesCont {
  margin-bottom: 20px;
  margin-top: 120px;
}
#categoriesCont .titre {
  margin-top: 0;
}
#categoriesCont a.cat {
  margin-bottom: 10px;
  display: block;
  color: #fff2d6;
}
#categoriesCont a.cat:hover {
  color: #f00150;
}

#partageCont a {
  font-size: 18px;
  padding-right: 20px;
  fill: #f1ca7a;
}
#partageCont a svg {
  width: 20px;
  max-height: 20px;
}
#partageCont a:hover {
  fill: #f00150;
}

#pointcleCont {
  margin-bottom: 50px;
}
#pointcleCont .titre {
  margin-top: 0;
}
#pointcleCont svg {
  font-size: 7px;
  color: #f00150;
  margin-bottom: 4px;
  margin-right: 5px;
}

.mission {
  max-width: 530px;
}
.mission b,
.mission strong {
  font-weight: 600;
}

.col1 .titre {
  margin-right: -4px;
}

.col2 li {
  margin-bottom: 10px;
}
.col2 li img {
  width: 7px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 2px;
}

.deflect {
  position: absolute;
  left: -60px;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(150deg, rgba(241, 202, 122, 0.6) 0%, rgba(255, 242, 214, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
  z-index: 2;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#bgPop {
  background-color: #111f2e;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#bgPop.closed {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#bgPop.closed .popIN {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  visibility: hidden;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#bgPop .closeIt {
  float: right;
  -webkit-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  cursor: pointer;
  fill: #f1ca7a;
  width: 20px;
}
#bgPop .closeIt:hover {
  fill: #f00150;
  -webkit-transform: scale(1.4) rotate(90deg);
          transform: scale(1.4) rotate(90deg);
}
#bgPop .popIN {
  max-width: 600px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 30px;
}
#bgPop .formTitle {
  text-transform: uppercase;
  color: #fff2d6;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  letter-spacing: 4px;
  font-weight: 600;
}
#bgPop .wpcf7 .wpcf7-not-valid-tip {
  color: #f00150;
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 5px;
}
#bgPop .flexIt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bgPop .flexIt > div {
  width: 47%;
}
#bgPop .flexIt > div > div {
  font-size: 0.9em;
  text-transform: inherit;
  color: #f1ca7a;
  margin-top: 8px;
  display: block;
  letter-spacing: 2px;
}
#bgPop .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bgPop .wpcf7-radio > span {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f1ca7a;
  margin-bottom: 0.7em;
  margin-top: 5px;
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bgPop .wpcf7-radio > span input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
#bgPop .wpcf7-radio > span label {
  letter-spacing: 2px;
  font-size: 0.9em;
  line-height: 1.1;
}
#bgPop .wpcf7-radio > span .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #f1ca7a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bgPop .wpcf7-radio > span:hover input ~ .checkmark {
  border: 2px solid #fff2d6;
}
#bgPop .wpcf7-radio > span input:checked ~ .checkmark {
  background-color: #075189;
  border: 2px solid #fff2d6;
}
#bgPop .wpcf7-radio > span .checkmark:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
}
#bgPop .wpcf7-radio > span input:checked ~ .checkmark:after {
  background-color: #f1ca7a;
}
#bgPop .wpcf7-radio > span:hover {
  color: #fff2d6;
}
#bgPop textarea {
  max-width: 100%;
  min-height: 150px;
  max-height: 200px;
  line-height: 1.4;
}
#bgPop input,
#bgPop textarea {
  background-color: rgba(55, 126, 189, 0.05);
  border: 1px solid rgba(241, 202, 122, 0.5);
  border-radius: 3px;
  padding: 0.6em 1em;
  width: 100%;
  font-size: 0.9em;
  color: #f1ca7a;
  letter-spacing: 0.1em;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#bgPop input:hover,
#bgPop textarea:hover {
  background-color: rgba(55, 126, 189, 0.2);
  border-color: #f1ca7a;
}
#bgPop input:not(.wpcf7-submit):focus,
#bgPop textarea:not(.wpcf7-submit):focus {
  border: 1px solid #fff2d6;
  background-color: #fff2d6;
  color: #111f2e;
  outline: 0;
}
#bgPop .submitButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bgPop .wpcf7-submit {
  padding: 13px 15px;
  background-color: #075189;
  border-radius: 3px;
  margin-top: 1em;
  min-width: 250px;
  color: #f1ca7a;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1em;
  border: 1px solid rgba(241, 202, 122, 0.5);
  -webkit-box-shadow: 0 2px 15px rgba(7, 13, 20, 0.5);
          box-shadow: 0 2px 15px rgba(7, 13, 20, 0.5);
  width: 50%;
}
#bgPop .wpcf7-submit:hover {
  color: #fff2d6;
  border-color: #fff2d6;
}
#bgPop .wpcf7-submit:focus {
  outline: 0;
}
#bgPop .screen-reader-response {
  display: none;
}
#bgPop .wpcf7-response-output {
  margin-top: 20px;
  text-align: center;
  line-height: 1.2;
}
#bgPop .qui .first {
  display: none !important;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  nav#menu-container a,
nav#menu-container span,
nav#menu-container button {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
#gl {
  width: 30%;
  height: 50%;
  position: absolute;
  margin-left: 10vw;
}
#gl canvas {
  position: inherit;
}

footer#mainFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 60px 0px;
  z-index: 3;
  border-top: rgba(55, 126, 189, 0.2) 1px solid;
  max-width: 1300px;
  margin: auto;
  margin-top: 60px;
  letter-spacing: 3px;
  font-size: 0.8em;
}
footer#mainFooter a.site {
  fill: #f00150;
  display: block;
}
footer#mainFooter a.site svg {
  height: auto;
  width: 75px;
}
footer#mainFooter .id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
footer#mainFooter address {
  font-style: normal;
}
footer#mainFooter address .adresse {
  margin-top: 1rem;
}
footer#mainFooter .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
footer#mainFooter .left .nom {
  color: #f1ca7a;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
footer#mainFooter .left .fonction {
  margin-top: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff2d6;
  margin-bottom: 0.75rem;
}
footer#mainFooter .right {
  text-align: right;
}
footer#mainFooter .right button {
  background-color: transparent;
  border: 1px solid rgba(241, 202, 122, 0.4);
  color: #f1ca7a;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 0.7em;
  cursor: pointer;
}
footer#mainFooter .right button:hover {
  background-color: #fff2d6;
  color: #111f2e;
}
footer#mainFooter a:not(.site) {
  display: block;
  padding: 5px 0;
  color: rgba(255, 242, 214, 0.5);
  letter-spacing: 1px;
  position: relative;
  line-height: 20px;
}
footer#mainFooter a:not(.site):hover {
  color: #fff2d6;
}
footer#mainFooter a:not(.site) svg {
  fill: #377ebd;
  position: absolute;
  left: -27px;
  width: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#realisations + footer#mainFooter {
  margin-top: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapNotice {
  font-size: 0.6em;
  margin-top: 20px;
  opacity: 0.5;
  text-align: center;
}

button {
  -webkit-transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
}

a.button, button.button {
  color: #f1ca7a;
  text-align: center;
  border-radius: 3px;
  margin: 15px;
  padding: 0.9em 1.8em;
  text-transform: uppercase;
  font-size: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.3em;
  font-weight: 400;
  border: 1px solid rgba(241, 202, 122, 0.6);
  background-color: rgba(17, 31, 46, 0.5);
}
a.button:hover, button.button:hover {
  background-color: #fff2d6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #111f2e;
}
a.button svg, button.button svg {
  font-size: 18px;
  margin-left: 15px;
}

.godowButton {
  z-index: 3;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid rgba(255, 242, 214, 0.2);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
  font-size: 22px;
}
.godowButton::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 242, 214, 0.4);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1;
  background-color: rgba(17, 31, 46, 0.7);
}
.godowButton:hover {
  background-color: rgba(255, 242, 214, 0.2);
}
.godowButton:hover::after {
  border-color: #fff2d6;
  background-color: #111f2e;
}
.godowButton:hover img {
  -webkit-animation: moveArrowDown 800ms;
          animation: moveArrowDown 800ms;
  opacity: 1;
}
.godowButton img {
  z-index: 2;
  width: 25px;
  opacity: 0.7;
}
.godowButton.hidden {
  visibility: hidden;
}
.godowButton.getdown {
  bottom: inherit;
  position: inherit;
  margin-top: 50px;
}

@-webkit-keyframes moveArrowDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  49% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes moveArrowDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  49% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.nospam_field {
  display: none;
}

section,
header.titres,
footer#mainFooter {
  width: 85vw;
}

.cat-item-5 {
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  :root {
    font-size: 115%;
  }

  a.masterLogo {
    top: 1rem;
    left: 1rem;
  }
  a.masterLogo svg {
    width: 4rem;
  }
  a.masterLogo .nom {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 1100px) {
  #refsContainer {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  section,
header.titres,
footer#mainFooter {
    width: 580px;
  }

  header#rea_head h1,
#ouverture h1 {
    font-size: 2em;
  }

  header.titres h1,
section h1 {
    font-size: 1.3em;
  }

  header.titres h2,
section h2 {
    font-size: 2.2em;
  }

  section#content .x2block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#content .x2block .block {
    width: inherit;
  }

  #refsContainer {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #reaContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #reaContent .col1 {
    margin-right: 0;
    text-align: center;
    margin-top: 0;
  }
  #reaContent .col1,
#reaContent .col2 {
    width: 100%;
  }
  #reaContent #categoriesCont {
    margin-top: 200px;
    margin-bottom: 10px;
  }
  #reaContent #categoriesCont a.cat {
    margin: 3px 8px;
    display: inline-block;
  }

  #smallLinks {
    display: none;
  }

  nav#menu-container .navContent {
    width: 80%;
  }
  nav#menu-container .links a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 650px) {
  :root {
    font-size: 90%;
  }

  body.home section {
    min-height: 70%;
  }

  a.masterLogo {
    top: 10px;
    left: 10px;
  }
  a.masterLogo svg {
    width: 50px;
  }
  a.masterLogo .nom {
    font-size: 7px;
    letter-spacing: 0px;
  }

  #menu-toggler {
    margin: 7px 10px;
  }

  header#rea_head #prevNextPost {
    min-height: 180px;
  }
  header#rea_head #prevNextPost img {
    max-width: 150px;
  }
  header#rea_head #prevNextPost a svg {
    width: 25px;
  }

  header#rea_head #prevNextPost img {
    max-width: 150px;
  }

  header#rea_head h2 {
    margin-top: 0px;
    letter-spacing: 3px;
  }

  #reaContent .ecran {
    height: 250px;
  }

  #reaContent #categoriesCont {
    margin-top: 150px;
  }

  section,
header.titres,
footer#mainFooter {
    width: 85vw;
  }

  #mainFooter .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mainFooter a.adresse {
    margin-top: 1rem;
  }

  #refsContainer {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  blockquote p {
    line-height: 20px;
  }

  footer#mainFooter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  footer#mainFooter .id {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer#mainFooter .site {
    margin-bottom: 12px;
  }
  footer#mainFooter h3 {
    margin-bottom: 5px;
  }
  footer#mainFooter .right {
    text-align: center;
  }
  footer#mainFooter .left a.adresse {
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer#mainFooter .left a.adresse svg {
    position: relative;
    left: inherit;
    display: block;
    margin: auto;
  }

  section#realisations {
    margin-top: 0;
    padding: 70px 0;
  }

  section#content .x2block h2 {
    font-size: 23px;
  }

  section#content .picto {
    height: 70px;
    width: 70px;
    margin-left: 15px;
  }

  section#content .x2block .block {
    margin: 20px 0;
  }

  #categories {
    display: none;
  }

  #bgPop .wpcf7-radio .wpcf7-list-item {
    width: 49%;
    padding-left: 25px;
    margin-bottom: 8px;
  }

  #bgPop .wpcf7-radio .wpcf7-list-item .checkmark {
    width: 16px;
    height: 16px;
    top: 1px;
  }

  .godowButton {
    width: 51px;
    height: 51px;
  }
  .godowButton img {
    width: 12px;
  }

  .godowButton:after {
    width: 26px;
    height: 26px;
  }

  .hideXs {
    display: none;
  }
}
@media screen and (max-height: 810px) {
  .wpcf7 .hideXs {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 13px;
  }

  #bgPop .popIN {
    padding: 15px;
  }
}