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

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  max-height: 99999.9rem;
  color: #ffffff;
  font-weight: normal;
  font-family: "CCWhatchamacallit-Regular";
  font-size: 18px;
  line-height: 22px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #96BE6A;
}
@media only screen and (max-width:992px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0;
  z-index: 5;
  padding-top: 73px;
}
@media only screen and (max-width:767px) {
  .container {
    overflow: hidden;
  }
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1280px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

.link {
  text-decoration: underline !important;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width:992px) {
  .link {
    font-size: 16px;
    line-height: 20px;
  }
}

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

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

button,
a.button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 3rem;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  border: none;
  overflow: hidden;
  z-index: 998;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  button,
  a.button,
  .button {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width:767px) {
  button,
  a.button,
  .button {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:1280px) {
  button .max-width,
  a.button .max-width,
  .button .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
button span,
a.button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}

input,
select {
  color: #000;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
input:placeholder,
select:placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

footer {
  position: relative;
  background-color: #366059;
  padding: 24px 0 27px 0;
  z-index: 999;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  footer {
    padding: 12px 0 16px 0;
  }
}
footer > ul {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width:1280px) {
  footer > ul {
    text-align: center;
  }
}
@media only screen and (max-width:992px) {
  footer > ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media only screen and (max-width:650px) {
  footer > ul {
    gap: 12px;
  }
}
footer > ul > li {
  text-transform: uppercase;
  font-family: "gilroy-regular";
}
@media only screen and (max-width:1280px) {
  footer > ul > li {
    font-size: 14px;
  }
}
@media only screen and (max-width:992px) {
  footer > ul > li {
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
  }
}
@media only screen and (max-width:767px) {
  footer > ul > li {
    width: 100%;
    font-size: 14px;
  }
}
footer > ul > li a {
  color: white;
}

header {
  position: fixed;
  width: 100%;
  height: 73px;
  background-color: transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9998;
  padding: 5px 16px 10px 16px;
  background-color: #366059;
}
header .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1610px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  header .header .header-left {
    height: 80px;
    width: 100%;
  }
}
header .header .header-left > ul {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width:992px) {
  header .header .header-left > ul {
    gap: 4rem;
  }
}
header .header .header-left > ul > li {
  font-size: 32px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
}
@media only screen and (max-width:992px) {
  header .header .header-left > ul > li {
    font-size: 28px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-left > ul > li {
    display: none;
    font-size: 24px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-left > ul > li:first-child {
    width: 100%;
    display: block;
  }
}
header .header .header-left > ul > li .logo {
  margin-right: -3.4rem;
}
@media only screen and (max-width:767px) {
  header .header .header-left > ul > li .logo {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 38px);
    left: -moz-calc(50% - 38px);
    left: -webkit-calc(50% - 38px);
    left: calc(50% - 38px);
    left: -moz-calc(50% - 38px);
    left: -webkit-calc(50% - 38px);
    z-index: 999;
  }
}
header .header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 32px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
}
@media only screen and (max-width:992px) {
  header .header .header-right {
    font-size: 28px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-right {
    font-size: 24px;
    display: none;
  }
}
header .header .header-right > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width:992px) {
  header .header .header-right > ul {
    gap: 4rem;
  }
}
header .header .header-right > ul > li .subnav {
  display: none;
}
header .header .header-right > ul > li.with-subnav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
header .header .header-right > ul > li.with-subnav.open > img {
  transform: rotate(180deg);
}
header .header .header-right > ul > li.with-subnav .subnav {
  position: absolute;
  top: 33px;
  right: 0;
  width: 280px;
  display: none;
  flex-direction: column;
  gap: 20px;
  background-color: #366059;
  padding: 32px 52px 24px 52px;
  font-size: 24px;
}
@media only screen and (max-width:992px) {
  header .header .header-right > ul > li.with-subnav .subnav {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-right > ul > li.with-subnav .subnav {
    font-size: 18px;
    display: none;
  }
}
header .header .header-right > ul > li.with-subnav .subnav a {
  color: #ffffff;
}
header .header .header-right > ul > li.with-subnav .subnav.active {
  display: flex;
}
header .header .burger-menu {
  display: none;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  header .header .burger-menu {
    display: flex;
  }
}
header .header .burger-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-left: 0;
  padding-right: 0;
}
header .header .burger-menu ul li {
  padding: 1rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
header .header .burger-menu ul li.with-subnav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-wrap: wrap;
}
header .header .burger-menu ul li.with-subnav .subnav {
  width: 100%;
}
header .header .toggle {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 51px;
  height: 58px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 998;
}
header .header .toggle span.icon-bar {
  display: block;
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  left: 2rem;
  opacity: 1;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}
header .header .toggle span.icon-bar:first-child {
  top: 19px;
}
header .header .toggle span.icon-bar:nth-child(2), header .header .toggle span.icon-bar:nth-child(3) {
  top: 26px;
}
header .header .toggle span.icon-bar:last-child {
  top: 33px;
}
header .header .sidebar {
  width: 115%;
  height: 100vh;
  background: #ffffff;
  position: absolute;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  z-index: 999;
  top: 68px;
  right: inherit;
  left: -995px;
  bottom: 0px;
  z-index: 1;
  padding: 0;
  opacity: 1;
  background-color: #366059;
}
header .header #sidebartoggler {
  display: none;
}
header .header #sidebartoggler:checked + .page-wrap .sidebar {
  left: -20px;
  padding-left: 20px;
}
header .header #sidebartoggler:checked + .page-wrap .toggle {
  height: 55px;
  top: 0;
  left: 0;
}
header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:first-child, header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:last-child {
  display: none;
}
header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:nth-child(2), header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.4rem;
}
header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.4rem;
}

.hero {
  display: flex;
  justify-content: center;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:650px) {
  .hero {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
.hero img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:650px) {
  .hero img.desk {
    display: none;
  }
}
.hero img.resp {
  display: none;
}
@media only screen and (max-width:650px) {
  .hero img.resp {
    display: block;
  }
}

.special-formulaire {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 1010px;
}
.special-formulaire label {
  margin-right: 10px;
  font-size: 31px;
  font-family: "v2-CWhatchamacallit-CondensedRegular";
}
@media only screen and (max-width:992px) {
  .special-formulaire label {
    font-size: 24px;
  }
}
@media only screen and (max-width:650px) {
  .special-formulaire label {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.special-formulaire .double-input {
  display: flex;
  align-content: center;
  gap: 50px;
}
@media only screen and (max-width:767px) {
  .special-formulaire .double-input {
    flex-direction: column;
    gap: 22px;
  }
}
.special-formulaire .double-input .input-group {
  width: calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
}
@media only screen and (max-width:767px) {
  .special-formulaire .double-input .input-group {
    width: 100%;
  }
}
@media only screen and (max-width:650px) {
  .special-formulaire .double-input .input-group {
    flex-direction: column;
    gap: 2px;
  }
}
.special-formulaire .double-input .input-group.input-code {
  width: 356px;
}
@media only screen and (max-width:767px) {
  .special-formulaire .double-input .input-group.input-code {
    width: 100%;
  }
}
.special-formulaire .double-input .input-group.input-city {
  width: calc(100% - 406px);
  width: -moz-calc(100% - 406px);
  width: -webkit-calc(100% - 406px);
  width: calc(100% - 406px);
  width: -moz-calc(100% - 406px);
  width: -webkit-calc(100% - 406px);
}
@media only screen and (max-width:767px) {
  .special-formulaire .double-input .input-group.input-city {
    width: 100%;
  }
}
.special-formulaire .input-group {
  display: flex;
  align-items: center;
}
.special-formulaire .input-group input {
  width: calc(100% - 608px);
  width: -moz-calc(100% - 608px);
  width: -webkit-calc(100% - 608px);
  width: calc(100% - 608px);
  width: -moz-calc(100% - 608px);
  width: -webkit-calc(100% - 608px);
  padding: 3px 12px;
  height: 34x;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #cadeb5;
  font-size: 21px;
  font-family: "CCWhatchamacallit-Regular";
  color: rgba(0, 0, 0, 0.7) !important;
}
@media only screen and (max-width:650px) {
  .special-formulaire .input-group input {
    width: 100%;
  }
}
.special-formulaire .input-group input.input-phone {
  width: 379px;
  height: 39px;
}
@media only screen and (max-width:650px) {
  .special-formulaire .input-group input.input-phone {
    width: 100%;
  }
}

.radio-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
@media only screen and (max-width:650px) {
  .radio-button {
    margin-bottom: 10px;
  }
}
.radio-button .ui-radios {
  display: flex;
  gap: 80px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding-left: 20px;
}
@media only screen and (max-width:650px) {
  .radio-button .ui-radios {
    gap: 45px;
  }
}
.radio-button .ui-radio {
  display: flex;
  position: relative;
}
.radio-button .ui-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio-button .ui-radio label {
  display: block !important;
  position: relative;
  font-size: 31px;
  padding: 0 46px 0 0;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999;
  left: -21px;
  width: 100px;
  padding-left: 40px;
  line-height: 26px;
  font-family: "v2-CWhatchamacallit-CondensedRegular";
}
@media only screen and (max-width:992px) {
  .radio-button .ui-radio label {
    font-size: 24px;
    padding-left: 33px;
  }
}
.radio-button .ui-radio .check {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 0;
  left: -2.3rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 5;
  -moz-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
.radio-button input[type=radio]:checked ~ .check {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: #ffffff;
}
.radio-button input[type=radio]:checked ~ .check:before {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  top: -moz-calc(50% - 0.6rem);
  top: -webkit-calc(50% - 0.6rem);
  top: calc(50% - 0.6rem);
  top: -moz-calc(50% - 0.6rem);
  top: -webkit-calc(50% - 0.6rem);
  left: calc(50% - 0.6rem);
  left: -moz-calc(50% - 0.6rem);
  left: -webkit-calc(50% - 0.6rem);
  left: calc(50% - 0.6rem);
  left: -moz-calc(50% - 0.6rem);
  left: -webkit-calc(50% - 0.6rem);
  background-color: #042C53;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  text-align: center;
}

@font-face {
  font-family: "CCWhatchamacallit-Regular";
  src: url(../../fonts/CCWhatchamacallit-Regular.eot);
  src: url(../../fonts/CCWhatchamacallit-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/CCWhatchamacallit-Regular.otf) format("otf"), url(../../fonts/CCWhatchamacallit-Regular.svg#CCWhatchamacallit-Regular) format("svg"), url(../../fonts/CCWhatchamacallit-Regular.woff2) format("woff2"), url(../../fonts/CCWhatchamacallit-Regular.woff) format("woff"), url(../../fonts/CCWhatchamacallit-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "v2-CWhatchamacallit-CondensedRegular";
  src: url(../../fonts/v2-CWhatchamacallit-CondensedRegular.eot);
  src: url(../../fonts/v2-CWhatchamacallit-CondensedRegular.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.otf) format("otf"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.svg#v2-CWhatchamacallit-CondensedRegular) format("svg"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.woff2) format("woff2"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.woff) format("woff"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.ttf) format("truetype");
}
@font-face {
  font-family: "gilroy-regular";
  src: url(../../fonts/gilroy-regular.eot);
  src: url(../../fonts/gilroy-regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/gilroy-regular.otf) format("otf"), url(../../fonts/gilroy-regular.svg#gilroy-regular) format("svg"), url(../../fonts/gilroy-regular.woff2) format("woff2"), url(../../fonts/gilroy-regular.woff) format("woff"), url(../../fonts/gilroy-regular.ttf) format("truetype");
}
@font-face {
  font-family: "v2-CWhatchamacallit-CondensedBold";
  src: url(../../fonts/v2-CWhatchamacallit-CondensedBold.eot);
  src: url(../../fonts/v2-CWhatchamacallit-CondensedBold.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.svg#v2-CWhatchamacallit-CondensedBold) format("svg"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.otf) format("otf"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.ttf) format("truetype"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.woff) format("woff"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.woff2) format("woff2");
}
@font-face {
  font-family: "v2-CWhatchamacallit-Bold";
  src: url(../../fonts/v2-CWhatchamacallit-Bold.eot);
  src: url(../../fonts/v2-CWhatchamacallit-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CWhatchamacallit-Bold.otf) format("otf"), url(../../fonts/v2-CWhatchamacallit-Bold.svg#v2-CWhatchamacallit-Bold) format("svg"), url(../../fonts/v2-CWhatchamacallit-Bold.ttf) format("truetype"), url(../../fonts/v2-CWhatchamacallit-Bold.woff) format("woff"), url(../../fonts/v2-CWhatchamacallit-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "v2-CCWhatchamacallit-Regular";
  src: url(../../fonts/v2-CCWhatchamacallit-Regular.eot);
  src: url(../../fonts/v2-CCWhatchamacallit-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CCWhatchamacallit-Regular.otf) format("otf"), url(../../fonts/v2-CCWhatchamacallit-Regular.svg#v2-CCWhatchamacallit-Regular) format("svg"), url(../../fonts/v2-CCWhatchamacallit-Regular.woff2) format("woff2"), url(../../fonts/v2-CCWhatchamacallit-Regular.woff) format("woff"), url(../../fonts/v2-CCWhatchamacallit-Regular.ttf) format("truetype");
}
.path-frontpage .container .hero {
  margin-bottom: 32px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .hero {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero {
    margin-bottom: 24px;
  }
}
.path-frontpage .container .connexion {
  display: flex;
  justify-content: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 84px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .connexion {
    flex-direction: column;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .connexion {
    padding-bottom: 24px;
  }
}
.path-frontpage .container .connexion h1,
.path-frontpage .container .connexion h2 {
  font-family: "v2-CWhatchamacallit-CondensedRegular";
  font-size: 58px;
  line-height: 63px;
  text-transform: uppercase;
  color: #366059;
  text-align: center;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion h1,
  .path-frontpage .container .connexion h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .connexion h1,
  .path-frontpage .container .connexion h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
.path-frontpage .container .connexion h1 {
  margin-bottom: 24px;
}
.path-frontpage .container .connexion h2 {
  margin-bottom: 51px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .connexion h2 {
    margin-bottom: 24px;
  }
}
.path-frontpage .container .connexion .tache {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 307px;
  height: 80px;
  padding: 0;
  background: transparent;
  box-shadow: inherit;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .container .connexion .tache img {
  position: absolute;
  top: 0;
  left: 0;
}
.path-frontpage .container .connexion .tache span {
  position: relative;
  z-index: 5;
  font-size: 42px;
  line-height: 42px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  display: block;
  width: 100%;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .tache span {
    font-size: 30px;
    line-height: 30px;
  }
}
.path-frontpage .container .connexion .connexion-block {
  width: calc(50% - 72px);
  width: -moz-calc(50% - 72px);
  width: -webkit-calc(50% - 72px);
  width: calc(50% - 72px);
  width: -moz-calc(50% - 72px);
  width: -webkit-calc(50% - 72px);
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .connexion .connexion-block {
    width: calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: -webkit-calc(50% - 32px);
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .connexion-block {
    width: calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .connexion .connexion-block {
    width: 100%;
  }
}
.path-frontpage .container .connexion .connexion-block:first-child {
  position: relative;
  margin-right: 72px;
  padding-right: 72px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .connexion .connexion-block:first-child {
    margin-right: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .connexion-block:first-child {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .connexion .connexion-block:first-child {
    margin-right: 0;
    padding-right: 0;
    border-bottom: 3px solid #86754B;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.path-frontpage .container .connexion .connexion-block form {
  position: relative;
  width: 100%;
}
.path-frontpage .container .connexion .connexion-block form:before {
  width: 3px;
  height: 105%;
  position: absolute;
  top: 0;
  right: -70px;
  content: "";
  background: #86754B;
}
/*maryline*/
.path-frontpage .container .connexion .connexion-block .renvoi form:before {
  width: 3px;
  height: 105%;
  position: absolute;
  top: 0;
  right: -70px;
  content: "";
  background:none;
}

@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .connexion-block form:before {
    display: none;
  }
}
.path-frontpage .container .connexion .connexion-block .login__forgotten {
  font-size: 15px;
  margin-bottom: 44px;
}
.path-frontpage .container .connexion .connexion-block .login__forgotten a {
  display: inline;
  text-decoration: underline;
  font-family: "v2-CWhatchamacallit-Bold";
}
.path-frontpage .container .connexion .connexion-block .inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.path-frontpage .container .connexion .connexion-block .inputs .input-group {
  display: flex;
  flex-direction: column;
}
.path-frontpage .container .connexion .connexion-block .inputs .input-group label {
  font-size: 32px;
  font-family: "v2-CWhatchamacallit-CondensedRegular";
  line-height: 48px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .connexion-block .inputs .input-group label {
    font-size: 24px;
    line-height: 32px;
  }
}
.path-frontpage .container .connexion .connexion-block .inputs .input-group input {
  width: 100%;
  padding: 3px 12px;
  min-height: 44px;
  max-height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #cadeb5;
  font-size: 21px;
  font-family: "CCWhatchamacallit-Regular";
  color: rgba(0, 0, 0, 0.7) !important;
}
.path-frontpage .container .connexion .connexion-block .creation {
  text-align: center;
}
.path-frontpage .container .connexion .connexion-block .creation p {
  font-size: 36px;
  line-height: 36px;
  font-family: "v2-CWhatchamacallit-CondensedRegular";
  margin-bottom: 38px;
  /*maryline*/
  min-height:14rem;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .connexion-block .creation p {
    font-size: 30px;
    line-height: 30px;
    /*maryline*/
    /*min-height:10rem;  */
  }
}
.path-frontpage .container .connexion .connexion-block .creation .link {
  font-size: 24px;
  margin-bottom: 42px;
  font-family: "v2-CWhatchamacallit-CondensedRegular";
  /*maryline*/
  min-height:2rem
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .connexion .connexion-block .creation .link {
    font-size: 20px;
    /*maryline*/
    min-height:0em
    
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .connexion .connexion-block .creation .link {
    margin-bottom: 24px;
    /*maryline*/
    min-height:0em
  }
}

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