/*
Theme Name: Symediane
Author: Symediane
Author URI: http://www.symediane.com/
Version: 1.0
*/
/* Variables */
/* Colors */
.gold {
  color: #d0ae72;
}

/* Breakpoints */
/* Mixins */
/* Utils */
@font-face {
  font-family: "itc";
  src: url("../fonts/ITCAvantGardeW1G-Bk.woff") format("woff"), url("../fonts/ITCAvantGardeW1G-Bk.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "itc";
  src: url("../fonts/ITCAvantGardeW1G-Demi.woff") format("woff"), url("../fonts/ITCAvantGardeW1G-Demi.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "itc";
  src: url("../fonts/ITCAvantGardeW1G-Bold.woff") format("woff"), url("../fonts/ITCAvantGardeW1G-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, 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;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "itc", sans-serif;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  max-width: 1410px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
@media (min-width: 1280px) {
  body {
    font-size: 1.8rem;
  }
}

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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "itc", sans-serif;
}

a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a svg path {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.content h2,
.content h3 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .content h2,
  .content h3 {
    margin-bottom: 1.875rem;
  }
}
.content a:not(.btn) {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: -webkit-text-decoration-color ease-in-out 0.1s;
  transition: -webkit-text-decoration-color ease-in-out 0.1s;
  -o-transition: text-decoration-color ease-in-out 0.1s;
  -moz-transition: text-decoration-color ease-in-out 0.1s, -moz-text-decoration-color ease-in-out 0.1s;
  transition: text-decoration-color ease-in-out 0.1s;
  transition: text-decoration-color ease-in-out 0.1s, -webkit-text-decoration-color ease-in-out 0.1s, -moz-text-decoration-color ease-in-out 0.1s;
}
.content a:not(.btn):hover, .content a:not(.btn):focus {
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.content address {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px;
  color: #000000;
  line-height: 1.2;
  font-weight: 500;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}

h2,
.h2 {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 2.2rem;
  }
}

a {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: inherit;
  text-decoration: none;
}

button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-appearance: none;
  -webkit-appearance: none;
}

p {
  margin: 0;
}
p:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  p:not(:last-child) {
    padding-bottom: 2rem;
  }
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 500;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul a {
  font-weight: 500;
  text-decoration: underline;
}
ul a:hover {
  text-decoration: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.svg {
  pointer-events: none;
}

sup {
  position: relative;
  top: -1rem;
  font-size: 40%;
}

details,
details summary {
  padding-left: 0;
  background-image: none;
  -webkit-appearance: none;
}

.select {
  position: relative;
  border: 0.1rem solid #000000;
  padding: 0;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
}
.select select {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 1.6rem;
  width: 100%;
  font-size: 1.5rem;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .select select {
    font-size: 1.7rem;
  }
}
.select::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M0.804409 0.766137C0.585343 0.598016 0.271466 0.639316 0.103345 0.858383C-0.0647753 1.07745 -0.0234757 1.39133 0.195591 1.55945L0.804409 0.766137ZM5.5 5L5.19559 5.39665L5.5 5.63027L5.80441 5.39665L5.5 5ZM0.195591 1.55945L5.19559 5.39665L5.80441 4.60335L0.804409 0.766137L0.195591 1.55945ZM5.80441 5.39665L10.8044 1.55945L10.1956 0.766137L5.19559 4.60335L5.80441 5.39665Z' fill='%23121212'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M0.804409 0.766137C0.585343 0.598016 0.271466 0.639316 0.103345 0.858383C-0.0647753 1.07745 -0.0234757 1.39133 0.195591 1.55945L0.804409 0.766137ZM5.5 5L5.19559 5.39665L5.5 5.63027L5.80441 5.39665L5.5 5ZM0.195591 1.55945L5.19559 5.39665L5.80441 4.60335L0.804409 0.766137L0.195591 1.55945ZM5.80441 5.39665L10.8044 1.55945L10.1956 0.766137L5.19559 4.60335L5.80441 5.39665Z' fill='%23121212'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1rem;
  height: 100%;
  background: #000000;
  right: 1.5rem;
  top: 0;
  -webkit-mask-position: center;
          mask-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: 0.3s background;
  -o-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background;
}

input:not([type=checkbox]) {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-radio-checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.custom-radio-checkbox input[type=radio], .custom-radio-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.custom-radio-checkbox.acceptance input[type=radio], .custom-radio-checkbox.acceptance input[type=checkbox] {
  width: 15px;
}
.custom-radio-checkbox input[type=radio] + label, .custom-radio-checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.custom-radio-checkbox input[type=radio] + label:before, .custom-radio-checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #000;
}
.custom-radio-checkbox input[type=radio] + label:after, .custom-radio-checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-color: #000;
  opacity: 0;
}
.custom-radio-checkbox input[type=radio]:checked + label:after, .custom-radio-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

span {
  white-space: nowrap;
}

/* Components */
.bcg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bcg img {
  width: 40rem;
}

.btn,
.button {
  font-family: "itc", sans-serif;
  display: block;
  text-align: center;
  padding: 1.5rem 3rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  white-space: nowrap;
  background-color: #000000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #000000;
  margin: auto;
  text-decoration: none;
  min-width: 27rem;
}
.btn:hover,
.button:hover {
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .btn,
  .button {
    font-size: 1.8rem;
  }
}

.container {
  width: 141rem;
  max-width: 100%;
  margin: 0 auto;
}

.creneau {
  margin: 3rem 0 1rem !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .creneau {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.creneau > * + * {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .creneau > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.creneau__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 1.5rem;
}
@media (min-width: 1024px) {
  .creneau__options {
    grid-gap: 2.5rem;
  }
}
.creneau label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creneau label input {
  margin-right: 0.5rem;
}

.error {
  background: #000000;
  padding: 0.5rem 1.5rem;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  top: -1rem;
  font-size: 1.1rem;
  color: #ffffff;
  -webkit-border-radius: 0 0 1rem 1rem;
     -moz-border-radius: 0 0 1rem 1rem;
          border-radius: 0 0 1rem 1rem;
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form > * + *:not(.error) {
  margin-top: 2rem;
  width: 100%;
}
form input[type=text], form input[type=number], form input[type=email] {
  -moz-appearance: textfield;
  font-family: "itc", sans-serif;
  width: 100%;
  padding: 1.6rem;
  line-height: normal;
  font-size: 1.7rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  border: 0.1rem solid #000000;
  outline: none;
}
form .acceptance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  form .acceptance {
    font-size: 1.4rem;
  }
}
form .acceptance label {
  padding-left: 1rem;
  cursor: pointer;
}
form .acceptance input {
  margin: 0;
  cursor: pointer;
}
form .acceptance.custom-radio-checkbox input[type=checkbox] + label::before {
  top: 0.5rem;
}
form .acceptance.custom-radio-checkbox input[type=checkbox] + label::after {
  top: 0.5rem;
}

.mentions {
  padding: 1.5rem;
  font-size: 1.1rem;
  line-height: normal;
  color: #000000;
}
@media (min-width: 1280px) {
  .mentions {
    padding: 3rem 0.5rem;
  }
}
@media (min-width: 1410px) {
  .mentions {
    padding: 3rem 0;
  }
}
.mentions p {
  padding-bottom: 1.5rem;
}

/* Pages */
.page {
  min-height: 60rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1410px) {
  .page {
    min-height: 90rem;
  }
}
.page__text {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page__text > * + * {
  /*margin-top: 2rem;*/
  width: 100%;
}
@media (min-width: 1024px) {
  .page__text > * + * {
    /*margin-top: 2rem;*/
  }
}
@media (min-width: 1024px) {
  .page__text {
    width: 50%;
    padding: 1rem 3rem;
  }
}
@media (min-width: 1280px) {
  .page__text {
    width: -webkit-calc(50% - 4rem);
    width: -moz-calc(50% - 4rem);
    width: calc(50% - 4rem);
  }
}
@media (min-width: 1410px) {
  .page__text {
    width: -webkit-calc(50% - 5rem);
    width: -moz-calc(50% - 5rem);
    width: calc(50% - 5rem);
    padding: 1.5rem 5rem;
  }
}
.page__text .--left {
  text-align: left;
}
.page__logo {
  width: 52rem;
}
/*# sourceMappingURL=style.css.map */
