﻿@charset "UTF-8";
/* --- RESET --- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
}

textarea {
  resize: none;
}

button,
select,
option {
  cursor: pointer;
}

body {
  font-family: sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

button {
  outline: 0;
  border: 0;
}

/* --- /RESET --- */
/* === Roboto === */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* === Sora === */
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* === Roboto Condensed === */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-Condensed/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-Condensed/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-Condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*BASIC*/
/*PRIMARY*/
/*NUANCES DE GRIS*/
/*MARQUES*/
/*Human*/
/*Cote Particuliers*/
/*Une Villa et des Vignes*/
/*AdressePRo*/
/*ImmoBanques*/
/*Regard9*/
/*BASIC*/
/*PRIMARY*/
/*NUANCES DE GRIS*/
/*MARQUES*/
/*Human*/
/*Cote Particuliers*/
/*Une Villa et des Vignes*/
/*AdressePRo*/
/*ImmoBanques*/
/*Regard9*/
/*BASIC*/
/*PRIMARY*/
/*NUANCES DE GRIS*/
/*MARQUES*/
/*Human*/
/*Cote Particuliers*/
/*Une Villa et des Vignes*/
/*AdressePRo*/
/*ImmoBanques*/
/*Regard9*/
/*BASIC*/
/*PRIMARY*/
/*NUANCES DE GRIS*/
/*MARQUES*/
/*Human*/
/*Cote Particuliers*/
/*Une Villa et des Vignes*/
/*AdressePRo*/
/*ImmoBanques*/
/*Regard9*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: inherit;
  transition: background-color 9999s ease-in-out 0s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFF;
  color: #454551;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
body input,
body button,
body textarea {
  font-family: "Roboto", sans-serif;
}
body:has(.bottom-sheet-overlay.show) {
  overflow: hidden !important;
  touch-action: none;
}

h1 {
  color: #313135;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (width <= 768px) {
  h1 {
    margin-bottom: 0px;
  }
}
h1:focus-visible, h1:focus,
h1 :focus-within {
  outline: 0;
}

h2 {
  color: #313135;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 20px;
}

p {
  color: #454551;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

strong {
  color: #454551;
  font-weight: bold;
}

em {
  font-style: italic;
}

ul, ol {
  font-size: 15px;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.global {
  /* === Swiper === */
}
.global__container {
  width: 100%;
  max-width: 1170px;
  padding: 0;
  margin: auto;
}
.global__container-flex {
  display: flex;
  gap: 60px;
}
@media (width <= 1310px) {
  .global__wrapper-padding {
    padding: 0 70px;
  }
}
@media (width <= 768px) {
  .global__wrapper-padding {
    padding: 0 30px;
  }
}
@media (width <= 1310px) {
  .global__wrapper-padding-small {
    padding: 0 70px;
  }
}
@media (width <= 1024px) {
  .global__wrapper-padding-small {
    padding: 0 30px;
  }
}
.global__bloc {
  width: 100%;
}
.global__bloc-main {
  width: 790px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (width <= 1310px) {
  .global__bloc-main {
    width: 580px;
  }
}
@media (width <= 1024px) {
  .global__bloc-main {
    width: 100%;
  }
}
@media (width <= 1310px) {
  .global__bloc__wrapper-padding {
    padding: 0 0 0 70px;
  }
}
@media (width <= 768px) {
  .global__bloc__wrapper-padding {
    padding: 0 30px;
  }
}
.global__bottom-basic {
  margin-bottom: 80px;
}
@media (width <= 1024px) {
  .global__bottom-basic {
    margin-bottom: 60px;
  }
}
.global__bottom-60 {
  margin-bottom: 60px;
}
.global__bottom-small {
  margin-bottom: 60px;
}
@media (width <= 1310px) {
  .global__bottom-small {
    margin-bottom: 30px;
  }
}
@media (width <= 768px) {
  .global .presentation__h1 {
    font-family: Sora, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-align: center;
  }
}
.global .presentation__desc {
  margin-bottom: 30px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.global .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
}
.global .swiper-pagination-bullet-active {
  background: #333;
}

@media (width <= 1024px) {
  .ignore-padding {
    margin: 0 -70px;
  }
}
@media (width < 768px) {
  .ignore-padding {
    margin: 0 -30px;
  }
}

/* === Formulaire === */
.form__label {
  color: #454551;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
}
.form__label-file {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  display: table;
}
.form__label-file small {
  font-weight: 400;
}
.form__radio-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.form__radio-input {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #454551;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.form__radio-input:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C7A66C;
}
.form__radio-group {
  display: flex;
  gap: 40px;
}
@media (width <= 1310px) {
  .form__radio-group {
    margin: 30px auto auto;
  }
}
.form__radio-input:checked + .form__radio-label::after {
  opacity: 1;
}
.form__input {
  display: flex;
  align-self: stretch;
  color: #454551;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  padding: 13px 20px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border: 1px solid #E2D6C2;
}
.form__input ::placeholder {
  color: #797789;
}

/* === Class globales === */
.hide {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 1280px) {
  .container {
    width: 884px;
  }
}
@media (width <= 1024px) {
  .container {
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (width < 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (width <= 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.captchaContainer {
  margin: 0 auto;
}

.reconversion-pro .hero-page__h1 {
  font-size: clamp(6.5vw, 8vw, 45px);
}
