@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat&family=Ubuntu:wght@400;500;700&family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", "sans-serif";
}

html {
  scroll-behavior: smooth;
}

h2 {
  font-size: 18px;
}

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

.blue {
  color: #00a2ff;
}

.cyan {
  color: #7afff4;
}

.blue-mystique {
  color: #212528;
}

.red {
  color: #ff5965;
}

.max-width {
  padding: 0 2rem;
}

.stabilo-effect-hero {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.stabilo-effect-hero::before, .stabilo-effect-hero::after {
  content: "";
  background: #13ffeb;
}
.stabilo-effect-hero::before {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 1.4em;
  transform: rotate(1deg);
  opacity: 0.2;
  border-radius: 0.25em;
}
.stabilo-effect-hero::after {
  left: 2px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 1.3em;
  transform: rotate(-0.8deg);
  opacity: 0.2;
  border-radius: 0.25em;
}

.stabilo-effect {
  position: relative;
  overflow: hidden;
}
.stabilo-effect::before, .stabilo-effect::after {
  content: "";
  background: #13ffeb;
}
.stabilo-effect::before {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 1.4em;
  transform: rotate(1deg);
  opacity: 0.08;
  border-radius: 0.25em;
}
.stabilo-effect::after {
  left: 2px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 1.3em;
  transform: rotate(-0.8deg);
  opacity: 0.08;
  border-radius: 0.25em;
}

.contact .right h2 {
  text-align: center;
}

.big-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.medium-title {
  text-align: center;
  font-size: 20px;
  padding-top: 40px;
  margin-bottom: 10px;
}

.small-title {
  text-align: left;
  font-size: 18px;
  padding-top: 40px;
  margin-bottom: 10px;
}

.bold {
  font-weight: 600;
}

.paragraph {
  margin-bottom: 15px;
  font-size: 15px;
}

.text {
  text-align: left;
  font-size: 14px;
}

.mail {
  text-decoration: underline;
}

.navbar {
  position: fixed;
  width: 100%;
  font-family: "Montserrat";
  padding: 10px 0;
  transition: all 500ms ease;
  z-index: 999;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
}
.navbar .max-width .left {
  border-bottom-right-radius: 8px;
}
.navbar .max-width .left .logo svg {
  transition: all 500ms ease;
}
.navbar .max-width .left .logo svg #AGENCE_WEB_TPE {
  display: none;
}
.navbar .max-width .left .menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: -100%; /* On cache le menu à gauche tant que les bars ne sont pas cliqués */
  top: 0;
  text-align: center;
  padding-top: 100px;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #004058 0%, #222221 70%);
}
.navbar .max-width .left .menu li {
  display: block;
}
.navbar .max-width .left .menu li a {
  display: inline-block;
  margin: 10px 0;
  font-size: 25px;
  color: rgb(255, 255, 255);
}
.navbar .max-width .left .menu .contact-btn {
  display: none;
}
.navbar .max-width .left .menu.active {
  left: 0;
}
.navbar .max-width .right {
  display: flex;
  align-items: center;
  /* Hamburger */
}
.navbar .max-width .right .social-header {
  display: flex;
  margin-right: 2rem;
  align-items: center;
}
.navbar .max-width .right .social-header .contact-btn a {
  font-size: 18px;
  color: white;
  font-weight: 600;
}
.navbar .max-width .right .social-header .tarif {
  display: none;
}
.navbar .max-width .right .menu-btn {
  display: block;
  z-index: 999;
  color: rgb(255, 255, 255);
  margin-left: 15px;
}

/* Navbar sticky */
.navbar.sticky {
  background: #004058;
  padding: 3px 0;
}
.navbar.sticky .max-width .right .social-header .contact-btn {
  padding: 0;
  background-color: unset;
}
.navbar.sticky .max-width .right .social-header .contact-btn a {
  color: whitesmoke;
}

.mention {
  text-align: center;
  padding: 10em 3em;
  width: 100%;
  background: #ffffff;
  background-size: cover;
  background-position: center;
  color: #212528;
}
.mention .mention-content li {
  list-style: disc;
}
.mention .mention-content p, .mention .mention-content li {
  text-align: left;
}
.mention .mention-content ul {
  margin-left: 15px;
}

footer {
  background-color: #24263B;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

@media (min-width: 650px) {
  .max-width {
    padding: 0 4rem;
  }
  .navbar .max-width {
    padding-left: 2rem;
  }
}
@media (min-width: 700px) {
  .contact .contact-content .right .fields {
    display: flex;
  }
}
@media (min-width: 800px) {
  .mention .max-width {
    padding: 0 9rem;
  }
  .navbar {
    transition: all 500ms ease;
    padding: 0;
  }
  .navbar .max-width {
    display: grid;
    grid-template-columns: 66% 33%;
    background: unset;
    padding: 1rem 0;
  }
  .navbar .max-width .left {
    display: flex;
    align-items: center;
    padding-left: 3rem;
  }
  .navbar .max-width .left .menu {
    display: flex;
    height: unset;
    width: unset;
    left: unset; /* On cache le menu à gauche tant que les bars ne sont pas cliqués */
    top: unset;
    background: unset;
    padding-top: 0;
    margin-left: 9rem;
  }
  .navbar .max-width .left .menu li {
    margin-left: 15px;
  }
  .navbar .max-width .left .menu li a {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    transition: all 500ms ease;
  }
  .navbar .max-width .left .menu li a:hover {
    color: #c23f4a;
  }
  .navbar .max-width .left .menu .tarif {
    display: none;
  }
  .navbar .max-width .left .menu .contact-btn {
    display: unset;
  }
  .navbar .max-width .right {
    padding: 2rem 3rem;
  }
  .navbar .max-width .right .social-header .tarif {
    display: unset;
  }
  .navbar .max-width .right .social-header .tarif a {
    font-size: 18px;
    font-weight: 600;
    color: #7AFFF4;
    transition: all 500ms ease;
  }
  .navbar .max-width .right .social-header .tarif a:hover {
    color: white;
  }
  .navbar .max-width .right .contact-btn {
    display: none;
  }
  .navbar .max-width .right .menu-btn {
    display: none;
  }
  .navbar.sticky {
    padding: 0;
  }
  .navbar.sticky .max-width .left {
    height: 0;
    background-color: #24263B;
  }
  .navbar.sticky .max-width .left .menu li a {
    color: white;
  }
  .navbar.sticky .max-width .right .social-header .tarif {
    padding: 0;
  }
  .navbar.sticky .max-width .right .social-header .tarif a {
    font-size: 18px;
    color: white;
  }
  footer {
    flex-direction: row;
    justify-content: center;
  }
  footer div {
    padding: 10px;
  }
}
@media (min-width: 900px) {
  .navbar .max-width .left .menu {
    margin-left: 11rem;
  }
}
@media (min-width: 1000px) {
  .navbar .max-width .left {
    padding-left: 6rem;
  }
  .navbar .max-width .left .logo svg {
    width: 211.083px;
    height: 140.491px;
    transition: all 500ms ease;
  }
  .navbar .max-width .left .logo svg #AGENCE_WEB_TPE {
    display: unset;
  }
  .navbar .max-width .left .menu {
    margin-left: 13rem;
  }
  .navbar .max-width .right .social-header li {
    margin-right: 20px;
  }
  .navbar .max-width .right .social-header li i {
    font-size: 20px;
  }
  .navbar .max-width .right .social-header li:last-child {
    margin-right: 0;
  }
  .navbar.sticky .max-width .left .logo svg {
    width: 162.3715384615px;
    height: 108.07px;
  }
  .navbar.sticky .max-width .left .logo svg #AGENCE_WEB_TPE {
    display: none;
  }
  .mention li,
  .mention p {
    text-align: justify;
  }
  .contact .max-width {
    padding: 0 6rem;
  }
  .contact {
    background-position: 0% 0%;
    padding-top: 130px;
  }
  .contact .max-width .contact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact .max-width .contact-content .column {
    width: calc(50% - 30px);
  }
  .contact .max-width .contact-content .left {
    margin-bottom: 0;
  }
  .contact .max-width .contact-content .left .big-title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .navbar .max-width .left .menu {
    margin-left: 17rem;
  }
  .navbar .max-width .left .menu li a {
    font-size: 18px;
  }
  .mention {
    position: relative;
  }
  .mention fter {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
  }
}
@media (min-width: 1300px) {
  .navbar .max-width .left {
    padding-left: 8rem;
  }
  .mention .max-width,
  .contact .max-width {
    padding: 0 8rem;
  }
  .navbar .max-width .left .menu {
    margin-left: 20rem;
  }
}
@media (min-width: 1499px) {
  .navbar .max-width .left {
    padding-left: 12rem;
  }
  .mention {
    background-size: 30%;
    background-position: 90% 50%;
  }
  .mention .max-width {
    padding: 0 25rem;
  }
  .contact .max-width {
    padding: 0 18rem;
  }
}
@media (min-width: 1699px) {
  .mention .max-width {
    padding: 0 30rem;
  }
}
@media (min-width: 1799px) {
  .navbar .max-width .left .menu {
    margin-left: 25rem;
  }
  .navbar .max-width .left .menu li {
    margin-left: 2rem;
  }
  .contact .max-width .contact-content .column {
    width: calc(50% - 70px);
  }
  footer div {
    font-size: 18px;
  }
}
@media (min-width: 1999px) {
  .navbar .max-width .left .menu li a {
    font-size: 22px;
  }
  .navbar .max-width .right .social-header li a i {
    font-size: 28px;
  }
}
@media (min-width: 2400px) {
  .navbar .max-width .left .menu {
    margin-left: 30rem;
  }
  .navbar .max-width .left .menu li a {
    font-size: 25px;
  }
  .mention .max-width .mention-content p,
  .mention .max-width .mention-content li {
    font-size: 22px;
  }
  .mention .max-width {
    padding: 0 16rem;
  }
  .contact .max-width {
    padding: 0 16rem;
  }
  .contact .max-width .contact-content .column p {
    font-size: 26px;
  }
  .contact .max-width .contact-content .column {
    width: calc(50% - 90px);
  }
  .contact .right h2 {
    font-size: 30px;
  }
  .contact .contact-content .right form .fields .field,
  .contact .contact-content .right form .field {
    height: 80px;
  }
  .contact .contact-content .right form .field textarea,
  .contact .contact-content .right form .field input {
    font-size: 23px;
  }
  .contact .contact-content .right form button {
    height: 80px;
    font-size: 23px;
  }
  footer div {
    font-size: 22px;
  }
}/*# sourceMappingURL=policy-style.css.map */