@charset "UTF-8";
/*****************************/
/* PLACEHOLDERS */
main .flex, footer div, footer, header ul, header, main > div:not(.feed, .lateral, .annexe),
article {
  display: flex;
  flex-wrap: wrap;
}

main .text-center, footer {
  text-align: center;
}

main .justify-between, header ul {
  justify-content: space-between;
}

main .justify-around, footer div, footer {
  justify-content: space-around;
}

main .justify-center {
  justify-content: center;
}

footer, header ul, header, main > div:not(.feed, .lateral, .annexe),
article {
  align-items: center;
}

main .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

main .container-left {
  max-width: 1000px;
  margin-right: auto;
  margin-left: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body:not(#carte) {
  font-family: "Alice", serif;
  font-size: 1rem;
}

header,
footer,
.btn,
h1,
h2,
legend,
.feed {
  font-family: "Orbitron", monospace;
  text-transform: uppercase;
}

h3 {
  font-family: "Alice", serif;
  text-transform: uppercase;
  font-size: 1.125rem;
}

h1,
h2,
legend {
  font-size: 2rem;
}

input {
  font-size: large;
}

a:not(.active) {
  text-decoration: none;
}

/* formulaire */
form {
  background-color: #f5f5f5;
  place-content: center;
}
form fieldset {
  border-style: none;
}
form fieldset input:not(.btn),
form fieldset select {
  border-style: none;
  border-bottom: 1px solid;
}
form fieldset input,
form fieldset .btn,
form fieldset p,
form fieldset select {
  display: block;
}
form fieldset p,
form fieldset div,
form fieldset .btn {
  text-align: center;
}
form fieldset .btn {
  border-style: none;
  font-size: 1rem;
}

img:not(.slider) {
  place-self: flex-start;
}

/**************************/
/* BOUTONS ET LIENS */
.btn {
  background-color: #881600;
  color: #f5f5f5;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 33px;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #881600;
  background-color: #f5f5f5;
  border: 1px solid #881600;
}

/*************************/
/* COULEURS ET FONDS */
[data-theme=light] {
  --color-blue: #244070;
  --color-background: #f5f5f5;
  --color-bg-blue: #244070;
  --color-span: rgb(9, 15, 6);
  /*** RADIAL PROGRESS ***/
  /* Circumference = 2πr */
  /* π = 3.1415926535898 */
  /* r = 35 */
  /*** COLORS ***/
  /* Primary */
  /* Secondary */
  /* Tertiary */
  /* Quaternary */
  /* Quinary */
}
[data-theme=light] header,
[data-theme=light] footer {
  color: #f5f5f5;
}
[data-theme=light] header a,
[data-theme=light] footer a {
  color: #f5f5f5;
}
[data-theme=light] header {
  background-color: rgba(9, 15, 6, 0.5);
}
[data-theme=light] footer {
  background-color: rgb(9, 15, 6);
}
[data-theme=light] svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}
[data-theme=light] svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #000;
  stroke-dashoffset: 219.9114857513;
  /* Circumference */
  stroke-width: 10;
}
[data-theme=light] svg.radial-progress circle.incomplete {
  opacity: 0.25;
}
[data-theme=light] svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
  /* Circumference */
}
[data-theme=light] svg.radial-progress text {
  fill: #000;
  font: 400 1em/1 "Oswald", sans-serif;
  text-anchor: middle;
}
[data-theme=light] svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #83e4e2;
}
[data-theme=light] svg.radial-progress:nth-of-type(6n+2) circle {
  stroke: #a2ed56;
}
[data-theme=light] svg.radial-progress:nth-of-type(6n+3) circle {
  stroke: #fd6470;
}
[data-theme=light] svg.radial-progress:nth-of-type(6n+4) circle {
  stroke: #fca858;
}
[data-theme=light] svg.radial-progress:nth-of-type(6n+5) circle {
  stroke: #fddc32;
}

[data-theme=dark] {
  --color-blue: #f5f5f5;
  --color-background: rgb(9, 15, 6);
  --color-bg-blue: rgb(9, 15, 6);
  --color-span: #244070;
  /*** RADIAL PROGRESS ***/
  /* Circumference = 2πr */
  /* π = 3.1415926535898 */
  /* r = 35 */
  /*** COLORS ***/
  /* Primary */
  /* Secondary */
  /* Tertiary */
  /* Quaternary */
  /* Quinary */
}
[data-theme=dark] footer {
  background-color: #244070;
}
[data-theme=dark] header {
  background-color: rgba(36, 64, 112, 0.4862745098);
}
[data-theme=dark] span {
  color: var(--color-span);
}
[data-theme=dark] svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}
[data-theme=dark] svg.radial-progress circle {
  fill: rgba(255, 255, 255, 0);
  stroke: #ffffff;
  stroke-dashoffset: 219.9114857513;
  /* Circumference */
  stroke-width: 10;
}
[data-theme=dark] svg.radial-progress circle.incomplete {
  opacity: 0.25;
}
[data-theme=dark] svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
  /* Circumference */
}
[data-theme=dark] svg.radial-progress text {
  fill: #ffffff;
  font: 400 1em/1 "Oswald", sans-serif;
  text-anchor: middle;
}
[data-theme=dark] svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #83e4e2;
}
[data-theme=dark] svg.radial-progress:nth-of-type(6n+2) circle {
  stroke: #a2ed56;
}
[data-theme=dark] svg.radial-progress:nth-of-type(6n+3) circle {
  stroke: #fd6470;
}
[data-theme=dark] svg.radial-progress:nth-of-type(6n+4) circle {
  stroke: #fca858;
}
[data-theme=dark] svg.radial-progress:nth-of-type(6n+5) circle {
  stroke: #fddc32;
}

form {
  color: rgb(9, 15, 6);
}

body:not(#popup1, #popup2),
.annexe,
text .pourcentage {
  background-color: var(--color-background);
  color: var(--color-blue);
}

.bg-bleu {
  background-color: var(--color-bg-blue);
  color: #f5f5f5;
}

a:not(.btn) {
  color: var(--color-text);
}
a:not(.btn):hover {
  text-decoration: underline;
}

.checkbox-wrapper-54 input[type=checkbox] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-54 *,
.checkbox-wrapper-54 ::after,
.checkbox-wrapper-54 ::before {
  box-sizing: border-box;
}

/* The switch - the box around the slider */
.checkbox-wrapper-54 .switch {
  --width-of-switch: 3.5em;
  --height-of-switch: 2em;
  /* size of sliding icon -- sun and moon */
  --size-of-icon: 1.4em;
  /* it is like a inline-padding of switch */
  --slider-offset: 0.3em;
  position: relative;
  width: var(--width-of-switch);
  height: var(--height-of-switch);
  display: inline-block;
}

/* The slider */
.checkbox-wrapper-54 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  transition: 0.4s;
  border-radius: 30px;
}

.checkbox-wrapper-54 .slider:before {
  position: absolute;
  content: "";
  height: var(--size-of-icon, 1.4em);
  width: var(--size-of-icon, 1.4em);
  border-radius: 20px;
  left: var(--slider-offset, 0.3em);
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
  transition: 0.4s;
}

.checkbox-wrapper-54 input:checked + .slider {
  background-color: #303136;
}

.checkbox-wrapper-54 input:checked + .slider:before {
  left: calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, 0.3em)));
  background: #303136;
  /* change the value of second inset in box-shadow to change the angle and direction of the moon  */
  box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
}

/* MARGIN PADDING */
main > div:not(.slider, .up, .lateral, .annexe),
article {
  padding: 100px 0px;
}
main > div:not(.slider, .up, .lateral, .annexe) p,
article p {
  padding-bottom: 24px;
}
main > div:not(.slider, .up, .lateral, .annexe) h3 img,
article h3 img {
  padding-left: 16px;
}

div:not(.feed) h1,
div:not(.feed) h2,
article h1,
article h2 {
  padding: 24px 0px;
}

.feed h2 {
  padding-bottom: 24px;
}

.fil {
  padding-top: 100px;
  padding-bottom: 16px;
}

.slider .btn {
  margin-bottom: 100px;
}
.slider address {
  margin-bottom: 24px;
}
.slider img,
.slider video {
  max-height: 600px;
}

article img:not(.photo, .picto) {
  padding-right: 16px;
}

form {
  padding: 100px;
}
form legend,
form input:not(.btn) {
  margin-bottom: 24px;
}
form p {
  padding: 0px 16px 24px 16px;
}
form p:last-of-type {
  padding-top: 16px;
}

/* Bordered form */
form:not(.btn) {
  width: 100%;
  padding: 30px;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

form input {
  width: 100%;
}

form textarea {
  width: 100%;
  height: 200px;
}

.btn button:hover {
  background-color: goldenrod;
}

#container {
  width: 600px;
  margin: 0 auto;
  margin-top: 10%;
}

.margin-top {
  margin-top: 100px;
}

.margin-minus {
  margin-top: -160px;
}

#container h1 {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
}

/* Full-width inputs */
input[type=text],
input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/***************************/
/* LARGEURS */
.large-100 {
  width: 100%;
}

.large-90 {
  width: 90%;
}

.large-75 {
  width: 75%;
}

.large-70 {
  width: 70%;
}

.large-66 {
  width: 66%;
}

.large-50 {
  width: 49%;
}

.large-45 {
  width: 45%;
}

.large-33 {
  width: 32%;
}

.large-30 {
  width: 30%;
}

.large-25 {
  width: 24%;
}

.large-20 {
  width: 20%;
}

.large-10 {
  width: 10%;
}

.large-5 {
  width: 5%;
}

/***********************/
/* POSITIONS */
#popup1 {
  display: none;
  position: absolute;
  top: 20%;
  left: 80%;
  padding: 150px 15px;
  color: #fff;
  border: 5px solid black;
  background-color: rgb(9, 15, 6);
}

#popup2 {
  display: none;
  position: absolute;
  top: 20%;
  left: 60%;
  padding: 100px 0px;
  color: #fff;
  border: 5px solid black;
  background-color: rgb(9, 15, 6);
}

.annexe {
  position: fixed;
  width: 30%;
  top: 219px;
  right: -20px;
  z-index: 1;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.up {
  position: fixed;
  bottom: 14%;
  right: 1%;
  z-index: 1;
}

#temoignage {
  position: relative;
}

.left-quote {
  position: absolute;
  top: 12%;
  left: 10%;
}

.right-quote {
  position: absolute;
  top: 70%;
  right: 15%;
}

/* sous-menu */
li {
  position: relative;
  list-style: none;
}

li .submenu1 {
  position: absolute;
  top: 20px;
  left: 0;
}

.submenu1 {
  display: none;
}

li:hover .submenu1 {
  display: block;
  background: rgb(9, 15, 6);
  width: 420px;
  padding: 20px;
}
li:hover .submenu1 a {
  color: #fff;
}
li:hover .submenu1 a:hover {
  color: #f5f5f5;
}

/*IMAGE BACKGROUND */
.left-quote {
  opacity: 50%;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  transform: rotate(160deg) scaleX(-1);
}

.right-quote {
  opacity: 50%;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  transform: rotate(330deg) scaleX(-1);
}

.animated {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.5s linear, opacity 0.5s linear;
}

.fromLeft {
  transform: translate(-100px, 0);
  opacity: 0;
}

.fromFlipLeft {
  transform: translate(-100px, 0) scaleX(-1);
  opacity: 0;
}

.fromRight {
  transform: translate(100px, 0);
  opacity: 0;
}

.fromTop {
  transform: translate(0, -100px);
  opacity: 0;
}

.fromBottom {
  transform: translate(0, 100px);
  opacity: 0;
}

.icone:hover {
  animation-name: vibration;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes vibration {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(2deg);
  }
  75% {
    transform: translateX(-2px) rotate(-2deg);
  }
  100% {
    transform: translateX(0);
  }
}
/*IMAGE BACKGROUND */
.burger {
  background-image: url(../img/menu.svg);
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.picto {
  width: 75px;
  height: 75px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: apparition 0.5s ease-in-out;
}

.picto2 {
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.picto3 {
  width: 400px;
  height: 75px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: apparition 0.5s ease-in-out;
}

.compte {
  background-image: url(../img/account.svg);
}

.insta {
  background-image: url(../img/insta.svg);
}

.fb {
  background-image: url(../img/fb.svg);
}

.twitter {
  background-image: url(../img/twitter.svg);
}

.up {
  background-image: url(../img/up.svg);
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
  background-image: url(../img/logo.png);
  width: 300px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

header {
  text-transform: uppercase;
  justify-content: space-evenly;
}
header ul li a {
  padding-right: 16px;
}
header img {
  align-self: center;
}

footer {
  text-transform: uppercase;
  padding: 24px 0px;
}
footer nav p {
  margin-top: 16px;
}
footer a {
  padding-right: 16px;
}
footer span {
  font-family: "Orbitron", monospace;
}

main .align-self {
  align-self: center;
}
main .align-center {
  align-items: center;
}
/* apparition, disparition des éléments, block, inline-block */
/* boutons et liens  */
.small-block {
  display: none;
}

.large-flex {
  display: flex;
  flex-wrap: wrap;
}

.burger {
  display: none;
}

.lateral {
  display: none;
}

@media all and (max-width: 1100px) {
  header a {
    font-size: 1rem;
  }
}
/* affichage inférieure à 964px */
@media all and (max-width: 964px) {
  .fromTop {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fromFlipLeft {
    transform: translate(0, 0) scaleX(1);
    opacity: 1;
  }
  .picto3 {
    width: 100%;
  }
  .large-flex {
    display: block;
  }
  .container-left {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #container {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .small-padding {
    padding: 16px;
    background-color: white;
    color: #f5f5f5;
  }
  .small-none {
    display: none;
  }
  .small-block {
    display: block;
  }
  .block-small {
    display: block;
  }
  .small-justify {
    justify-content: center;
  }
  .small-place {
    place-content: center;
  }
  .small-100 {
    width: 100%;
  }
  .small-80 {
    width: 80%;
  }
  .small-50 {
    width: 50%;
  }
  .small-33 {
    width: 33%;
  }
  .small-flex {
    display: flex;
  }
  .small-center {
    justify-content: center;
  }
  .small-text {
    text-align: center;
  }
  .small-width {
    max-width: 500px;
  }
  .small-end {
    justify-content: end;
  }
  .small-left {
    text-align: left;
  }
  .small-margin {
    margin-bottom: 24px;
  }
  .order-1 {
    order: -1;
  }
  main > div:not(.slider, .up, .feed, #carte) p,
  article p {
    text-align: justify;
  }
  main > div:not(.slider, .up, .feed, #carte) #carte p,
  article #carte p {
    text-align: center;
  }
  article img:not(.photo, .picto) {
    padding-right: 0px;
  }
  /******************MENU BURGER************/
  .burger {
    display: block;
  }
  .lateral {
    display: block;
    background-color: rgb(9, 15, 6);
    padding: 16px;
    width: 180px;
    position: fixed;
    top: 128px;
    left: 0;
    height: calc(63vh - 90px);
    transition: transform 1s ease;
    z-index: 5;
  }
  .lateral ul li {
    list-style: none;
    margin-bottom: 16px;
  }
  .lateral nav a {
    text-decoration: none;
    color: white;
  }
  .menu-cache {
    transform: translateX(-250px);
  }
}/*# sourceMappingURL=style.css.map */