@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  line-height: 1;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

ul, ol {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border-width: 0px;
  border-color: #9d9d9d;
  border-style: solid;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

legend {
  font-size: 0.875rem;
  float: none;
  width: auto;
  margin-bottom: 0;
}

*::after, *::before {
  box-sizing: border-box;
}

html {
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  -o-scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #0A1F32;
  box-sizing: border-box;
  overflow-x: hidden !important;
}
body .page {
  background: url("../img/iveco-bg.png") #0A1F32;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 200px;
  width: 100%;
  min-height: calc(100vh - 88px - 55px);
  /* taille écran - taille header - taille footer */
  margin-top: 155px;
}
@media (min-width: 460px) {
  body .page {
    margin-top: 43.5px;
    background-position: 0 90px;
  }
}
@media (min-width: 1400px) {
  body .page .container {
    min-width: 1300px;
  }
}

p {
  margin: 1.25rem 0;
}

h2 {
  color: #69AACC;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 1.875rem;
  }
}

.h2-counter {
  counter-reset: foo 0;
}

h2:before {
  counter-increment: foo 1;
  content: counter(foo) ".";
  display: inline-block;
  margin-right: 20px;
}

.h2-out-of-counter:before {
  margin-right: 0;
  counter-increment: none;
  content: "";
}

h3 {
  background: #0A1F32;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  h3 {
    width: auto;
    text-align: left;
  }
}

header {
  height: 200px;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}
header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .container #logo-divider {
  display: none;
}
header .container .img-box {
  display: flex;
  align-items: center;
}
header .container .img-box:first-child {
  margin-bottom: 40px;
  max-width: 195px;
}
header .container .img-box img {
  width: 100%;
  height: auto;
}
@media (min-width: 1400px) {
  header .container {
    min-width: 1300px;
  }
}
@media (min-width: 460px) {
  header {
    height: 88px;
  }
  header .container {
    flex-direction: row;
    /* justify-content: flex-start; */
  }
  header .container .img-box:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
  header .container .img-box:last-child {
    margin-left: 40px;
  }
  header .container #logo-divider {
    display: block;
    width: 1px;
    height: 30px;
    background: #1554FF;
  }
}
@media (min-width: 675px) {
  header .container {
    justify-content: flex-start;
  }
}
header .img-box:last-child {
  max-width: 200px;
}

aside {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  aside {
    padding-right: 0 !important;
  }
}
aside .sidebar-container {
  position: relative;
}
@media (min-width: 992px) {
  aside .sidebar-container {
    width: 75%;
  }
}
aside .sidebar-container .sidebar-intro {
  position: relative;
}
aside .sidebar-container .sidebar-intro-txt {
  color: #69AACC;
  font-weight: 700;
  margin-top: 0;
}
@media (min-width: 576px) {
  aside .sidebar-container .sidebar-intro {
    border-left: #69AACC 10px solid;
  }
  aside .sidebar-container .sidebar-intro::after {
    display: block;
  }
  aside .sidebar-container .sidebar-intro-txt {
    margin-left: 1.25rem;
  }
}
aside .sidebar-container .sidebar-middle {
  position: relative;
}
aside .sidebar-container .sidebar-middle::after {
  /* pour que la border puisse monter vers le haut et le bas */
  content: "";
  background: #69AACC;
  position: absolute;
  top: -35%;
  left: 0;
  height: 175%;
  width: 1px;
  display: none;
}
@media (min-width: 576px) {
  aside .sidebar-container .sidebar-middle::after {
    display: block;
  }
  aside .sidebar-container .sidebar-middle-txt {
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  aside .sidebar-pursuit-container {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 992px) {
  aside .sidebar-pursuit-container {
    width: 75%;
  }
}
aside .sidebar-pursuit-container .sidebar-pursuit {
  margin-top: -20px;
}
@media (min-width: 576px) {
  aside .sidebar-pursuit-container .sidebar-pursuit {
    border-left: #69AACC 1px solid;
  }
  aside .sidebar-pursuit-container .sidebar-pursuit::after {
    display: block;
  }
  aside .sidebar-pursuit-container .sidebar-pursuit-txt {
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  aside .sidebar-pursuit-container .sidebar-pursuit {
    position: sticky;
    margin-top: -20px;
    top: 160px;
  }
}

footer {
  background: #0A1F32;
  color: #fff;
  width: 100%;
  padding-bottom: 20px;
}
footer .container {
  width: 100%;
}
footer .container #footer-divider {
  width: 100%;
  height: 1px;
  background: #69AACC;
  margin-bottom: 25px;
}
footer .container #footer-content .img-box img {
  width: 100%;
  max-width: 130px;
  margin: auto;
  display: block;
}
footer .container #footer-content ul {
  list-style-type: none;
  margin-top: 30px;
}
footer .container #footer-content ul li {
  margin-left: 20px;
  margin-right: 20px;
}
footer .container #footer-content ul li:not(:first-child) {
  margin-top: 10px;
}
footer .container #footer-content ul li a {
  text-align: center;
}
@media (min-width: 830px) {
  footer .container {
    max-width: 100%;
  }
  footer .container #footer-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    justify-content: space-between;
  }
  footer .container #footer-content ul {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  footer .container #footer-content ul li {
    margin-left: 30px;
    margin-right: 0;
  }
  footer .container #footer-content ul li:not(:first-child) {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  footer .container {
    max-width: 1320px;
  }
}

.top-page {
  padding-top: 60px;
}
@media (min-width: 576px) {
  .top-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .top-page {
    padding-top: 90px;
  }
}
.top-page .row {
  margin-right: 0;
  margin-left: 0;
}
.top-page .row .right-section {
  color: #fff;
  margin-top: 50px;
}
.top-page .row .right-section .main-nav {
  position: relative;
}
.top-page .row .right-section .main-nav .main-nav-cats {
  margin-top: 0;
  margin-bottom: 50px;
}
.top-page .row .right-section .main-nav .main-nav-cats .current-page {
  background: #fff !important;
}
.top-page .row .right-section .main-nav .main-nav-cats .current-page p {
  color: #0678AE !important;
}
.top-page .row .right-section .main-nav .main-nav-cats .current-page .main-cat-nav-arrow {
  background: #0678AE !important;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat {
  width: 100%;
  height: 120px;
  background: #0A1F32;
  border-width: 1px;
  border-color: #4FBFD9;
  border-style: solid;
  display: flex;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat span {
  font-weight: 400;
  display: block;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat:hover {
  text-decoration: none;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat:hover::after {
  transform: scaleX(100%);
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat:hover p {
  color: #0678AE;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat:hover .main-cat-nav-arrow {
  background: #0678AE;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transition: all 0.2s ease-in;
  transform: scaleX(0);
  z-index: -1;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat p {
  color: #69AACC;
  margin: 0;
  font-size: 0.875rem;
  margin-right: 15px;
  transition: all 0.3s ease-in;
}
.top-page .row .right-section .main-nav .main-nav-cats .main-nav-cat-arrow {
  background: #69AACC;
  margin-left: 15px;
  margin-right: 25px;
  -moz-clip-path: polygon(100% 50%, 0 0, 0 100%);
  -ms-clip-path: polygon(100% 50%, 0 0, 0 100%);
  -o-clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  min-height: 35px;
  min-width: 15px;
  transition: all 0.3s ease-in;
}
.top-page .row .right-section .main-nav #nav-bg-pattern {
  background-image: url("../../assets/img/nav-bg.svg");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  right: -7.5%;
}
@media (min-width: 768px) {
  .top-page .row .right-section .main-nav #nav-bg-pattern {
    right: auto;
    left: 38.75%;
  }
}
@media (min-width: 1200px) {
  .top-page .row .right-section .main-nav #nav-bg-pattern {
    right: auto;
    left: 39.75%;
  }
}
@media (min-width: 768px) {
  .top-page .row .right-section .main-nav-cats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .top-page .row .right-section {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .top-page .row .right-section .main-nav-cats {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }
}

#form-section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  z-index: 1;
  background: #fff;
  position: relative;
  color: #000;
}
#form-section #form-section-bg {
  display: block;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  width: 200vw;
  height: 100%;
  z-index: 0;
  margin-left: -100vw;
}
#form-section #form-content {
  padding: 0;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
#form-section #form-content .blue-line-divider {
  width: 100%;
  height: 1px;
  background: #4FBFD9;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #form-section {
    margin-left: -30px;
  }
  #form-section #form-section-bg {
    margin-left: 0;
  }
  #form-section #form-content {
    padding: 0 0 0 30px;
  }
}

/* @include breakpoint(lg) {
    #form-section {
        margin-top: 40px;
    }
}

@include breakpoint(xl) {
    #form-section {
        position: relative;
        background: none;
        margin-top: -80px;

        #form-section-bg {
            display: block;
            background: $white;
            width: 50vw;
            right: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .row {
            position: relative;
            #form-section-bg-left {
                    display: block;
                    background: $white;
                    width: calc(75% - 30px);
                    margin-left: calc(25% - 30px);
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                }
            }

            #form-content {
                position: relative;
                padding: 0 15px !important;
                margin-top: 90px !important;
                margin-bottom: 60px !important;
            }   
        }
}

@include breakpoint(xxl) {
    #form-section {
        margin-top: 0px;
    }
} */
.fieldset-contact .wpcf7-list-item.first {
  margin-left: 0;
}

.disclaimer-content h3 {
  font-size: 1.25rem;
  color: #69AACC;
  background: none;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
}
.disclaimer-content ul li {
  margin-left: 20px;
  padding-left: 10px;
}
.disclaimer-content h4 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

.msg-order p:first-child {
  font-size: 1.875rem;
  color: #69AACC;
  font-weight: 700;
  line-height: 2.3125rem;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.msg-order p:first-child::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .msg-order p:first-child {
    flex-direction: row;
    text-align: left;
  }
  .msg-order p:first-child::before {
    margin-right: 30px;
    margin-bottom: 0;
    height: 130px;
    width: 130px;
  }
}
@media (min-width: 992px) {
  .msg-order p:first-child {
    max-width: 500px;
  }
}

.msg-order-success p:first-child::before {
  background-image: url("../img/order-success.svg");
}

.msg-order-error p:first-child::before {
  background-image: url("../img/order-error.svg");
}

.msg-order-recap p::before {
  background-size: 0% !important;
  height: 0 !important;
  width: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.block-recap {
  background: #eee;
  width: 100%;
  /* min-height: 200px; */
  padding: 30px 35px;
  margin-bottom: 40px;
}
.block-recap p {
  margin-top: 0;
  margin-bottom: 0;
}
.block-recap .block-recap-list {
  list-style-type: none;
  line-height: 1.5rem;
}
.block-recap .block-recap-header-list {
  color: #084C92;
  font-weight: 700;
}

#file-recap-list .file-list-item-pdf::before {
  background-image: url("../../assets/img/files/ext-pdf.svg");
  min-height: 27px;
  min-width: 21px;
}
#file-recap-list .file-list-item-img::before {
  background-image: url("../../assets/img/files/ext-img.svg");
  min-height: 25px;
  min-width: 30px;
}
#file-recap-list li {
  position: relative;
  color: #707070;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
}
@media (min-width: 768px) {
  #file-recap-list li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#file-recap-list li::before {
  content: "";
  margin-right: 10px;
  background-repeat: no-repeat;
}
#file-recap-list li:not(:last-child) {
  margin-bottom: 20px;
}

.recap-option {
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1554FF;
}
.recap-option .recap-option-name-container {
  background-color: #eee;
  width: 100%;
}
.recap-option .recap-option-name-container p {
  color: #084C92;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: left;
  margin: 0 auto;
  padding: 20px 15px;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.recap-option .recap-option-name-container p::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 15px;
  background-color: #084C92;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin-right: 20px;
}
.recap-option .recap-option-price-container {
  color: white;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.5625rem;
  width: 100%;
}
@media (min-width: 576px) {
  .recap-option {
    flex-direction: row;
  }
  .recap-option .recap-option-name-container {
    width: 80%;
  }
  .recap-option .recap-option-name-container p {
    padding: 15px 20px;
    text-align: left;
    justify-content: flex-start;
  }
  .recap-option .recap-option-price-container {
    width: 20%;
    min-width: 170px;
    /* padding: 20px; */
  }
}

.recap-pages-links {
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .recap-pages-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

#btn-recap-return {
  border: #084C92 1px solid;
  background-color: white;
  color: #084C92;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
#btn-recap-return::after {
  content: "";
  background-color: #0A1F32;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: right;
  transition: all 0.2s ease-in;
  transform: scaleX(0);
  z-index: -1;
  color: #0A1F32;
}
#btn-recap-return:hover {
  text-decoration: none;
}
#btn-recap-return:hover p {
  color: white;
}
#btn-recap-return:hover p::before {
  background-color: white;
}
#btn-recap-return:hover::after {
  transform: scaleX(100%);
}
#btn-recap-return p {
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  text-align: center;
}
#btn-recap-return p::before {
  content: "";
  display: inline-block;
  transition: all 0.2s ease-in;
  height: 20px;
  width: 7.5px;
  background-color: #084C92;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 20px;
}

#containerRecapSubmit {
  margin: 0 auto;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #containerRecapSubmit {
    width: auto;
    margin: 0;
  }
}
#containerRecapSubmit:hover {
  text-decoration: none;
}
#containerRecapSubmit #btnRecapSubmit {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-width: 0px;
  border-color: #9d9d9d;
  border-style: solid;
  font-weight: 500;
  background-color: #1554FF !important;
  color: #fff !important;
  padding: 20px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  #containerRecapSubmit #btnRecapSubmit {
    width: auto;
  }
}
#containerRecapSubmit #btnRecapSubmit img {
  width: 7.5px;
  margin-right: 15px;
}
#containerRecapSubmit #btnRecapSubmit::after {
  content: "";
  background-color: #0A1F32;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transition: all 0.2s ease-in;
  transform: scaleX(0);
  z-index: -1;
  color: #0A1F32;
}
#containerRecapSubmit #btnRecapSubmit:hover::after {
  transform: scaleX(100%);
}
#containerRecapSubmit #btnRecapSubmit:hover p {
  color: #0A1F32;
}
#containerRecapSubmit #btnRecapSubmit:hover .main-cat-nav-arrow {
  background-color: #0678AE;
}
@media (max-width: 460px) {
  #containerRecapSubmit {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #containerRecapSubmit .submit-logo {
    width: 100%;
    height: 60px;
  }
}

.form-check {
  padding-left: 0;
}

.form-prices-rules {
  margin-top: 20px;
  margin-bottom: 30px;
}
.form-prices-rules p {
  margin-top: 0;
  margin-bottom: 0;
}
.form-prices-rules p em {
  color: #084C92;
  font-style: normal;
  display: block;
}

.form-prices-rule {
  color: #084C92;
}

.form-prices {
  /* concerne un choix de prix, pas un prix -> prix simple = .form-price */
  /* background: $light-gray; */
  /*     .price-checked {
          transform: scaleY(100%) !important;
      } */
}
.form-prices .form-prices-infos {
  transform-origin: top;
}
.form-prices .form-prices-infos p s {
  font-weight: 700;
}
.form-prices .form-prices-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px 0 120px 0;
}
@media (min-width: 992px) {
  .form-prices .form-prices-container {
    margin: 20px 0 20px 0;
  }
}
.form-prices-list {
  background: #0A1F32;
  padding: 20px 10px;
  position: relative;
  z-index: 2;
}
.form-prices-list .form-prices-btn {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
}
.form-prices-list .form-prices-btn:not(:last-child) {
  margin-bottom: 20px;
}
.form-prices-list .form-prices-btn input[type=radio] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-prices-list .form-prices-btn input[type=radio] + label {
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.5rem;
}
.form-prices-list .form-prices-btn input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 30%;
  cursor: pointer;
  background: #fff;
  transition: transform 0.4s ease-in-out;
  margin-right: 1rem;
  vertical-align: top;
  top: 0.2rem;
  transition: all 0.2s ease-in-out;
}
.form-prices-list .form-prices-btn input[type=radio]:checked + label::before {
  background: #69AACC;
}
.form-prices .form-prices-arrow {
  background: #0A1F32;
  width: 100%;
  height: 20px;
  /* margin-top: -1px; */
  -moz-clip-path: polygon(50% 100%, 0 0, 100% 0);
  -ms-clip-path: polygon(50% 100%, 0 0, 100% 0);
  -o-clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: relative;
  z-index: 2;
}
.form-prices .form-prices-display {
  background: #eee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5625rem;
  font-weight: 700;
  padding: 50px 0 30px 0;
  top: calc( 100% - 20px );
  right: 0;
  position: absolute;
  transform-origin: top;
  transition: transform 0.2s;
  transform: scaleY(100%);
}
@media (min-width: 576px) {
  .form-prices .form-prices-list .form-prices-btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .form-prices {
    /* .price-checked {
        transform: translateX(0) !important;
    } */
  }
  .form-prices .form-prices-container {
    flex-direction: row;
  }
  .form-prices .form-prices-list {
    width: 72%;
  }
  .form-prices .form-prices-list .form-prices-btn {
    margin-left: 0.625rem;
  }
  .form-prices .form-prices-arrow {
    width: 5%;
    height: auto;
    /* margin-left: -1px; */
    -moz-clip-path: polygon(100% 50%, 0 100%, 0 0) !important;
    -ms-clip-path: polygon(100% 50%, 0 100%, 0 0) !important;
    -o-clip-path: polygon(100% 50%, 0 100%, 0 0) !important;
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0) !important;
    clip-path: polygon(100% 50%, 0 100%, 0 0) !important;
  }
  .form-prices .form-prices-display {
    height: auto;
    width: 50%;
    z-index: 0;
    position: absolute;
    transform: translateX(0);
    transition: all 0.2s;
    padding: auto;
    top: 0;
    bottom: 0;
    padding: 50px 0 50px 0;
  }
  .form-prices .form-prices-display #form-prices-value {
    position: relative;
    left: 25%;
    transform-origin: top;
    /*                 @include breakpoint(lg) {
                        transform-origin: left;
                        top: -25px;
                    } */
  }
}
@media (min-width: 1200px) {
  .form-prices .form-prices-list .form-prices-btn {
    margin-left: 1rem;
  }
  .form-prices .form-prices-list .form-prices-btn input[type=radio] + label::before {
    margin-right: 3rem;
  }
}

.animation-price {
  -moz-animation: translateYPrice 0.4s both;
  -ms-animation: translateYPrice 0.4s both;
  -o-animation: translateYPrice 0.4s both;
  -webkit-animation: translateYPrice 0.4s both;
  animation: translateYPrice 0.4s both;
}
@media (min-width: 992px) {
  .animation-price {
    -moz-animation: translateXPrice 0.4s both;
    -ms-animation: translateXPrice 0.4s both;
    -o-animation: translateXPrice 0.4s both;
    -webkit-animation: translateXPrice 0.4s both;
    animation: translateXPrice 0.4s both;
  }
}

.animation-notes {
  -moz-animation: translateNotes 0.4s 0.3s both;
  -ms-animation: translateNotes 0.4s 0.3s both;
  -o-animation: translateNotes 0.4s 0.3s both;
  -webkit-animation: translateNotes 0.4s 0.3s both;
  animation: translateNotes 0.4s 0.3s both;
}

@keyframes translateXPrice {
  from {
    transform: translateX(-300px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateYPrice {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateNotes {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.form-price {
  /* quand un seul prix est affiché */
}
.form-price .form-price-value {
  background: #eee;
  width: 12%;
  min-width: 150px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.5625rem;
}
.form-price .form-price-alert {
  font-size: 11px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-command {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.form-command-choice {
  cursor: pointer;
  background: #eee;
  width: 100%;
  height: 120px;
  margin-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.1s ease-in;
}
.form-command-choice input {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .form-command-choice {
    width: 45%;
  }
}
.form-command-choice p {
  font-weight: 700;
  color: #084C92;
  transition: all 0.3s ease-in;
}
.form-command-choice-arrow {
  background: #084C92;
  margin-left: 30px;
  margin-right: 25px;
  -moz-clip-path: polygon(100% 50%, 0 0, 0 100%);
  -ms-clip-path: polygon(100% 50%, 0 0, 0 100%);
  -o-clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  min-height: 35px;
  min-width: 15px;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}
.form-command-choice-arrow::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background: #fff;
  opacity: 0;
  transform-origin: left;
  transition: all 0.1s ease-in;
  width: 100%;
  height: 100%;
}
.form-command-choice-arrow:hover::after {
  transform: scaleX(100%);
}
.form-command-choice:hover::after {
  opacity: 1;
}
.form-command-choice:hover .form-command-choice-arrow::after {
  opacity: 1;
}
.form-command-choice:hover p {
  color: #fff;
}
.form-command-choice::after {
  content: "";
  position: absolute;
  transform-origin: left;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #0A1F32;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.form-command-chosen {
  background: #0A1F32 !important;
}
.form-command-chosen .form-command-choice-arrow {
  background: #fff !important;
}
.form-command-chosen p {
  color: #fff !important;
}

.choice-section {
  display: none;
  opacity: 0;
  transform-origin: top;
}

.concerned-section {
  display: block !important;
  animation: rollOutContent 0.6s both;
}

@keyframes rollOutContent {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.form-hidden {
  display: none;
}

.form-visible {
  -moz-animation: formFadeIn 1s 1.5s both;
  -ms-animation: formFadeIn 1s 1.5s both;
  -o-animation: formFadeIn 1s 1.5s both;
  -webkit-animation: formFadeIn 1s 1.5s both;
  animation: formFadeIn 1s 1.5s both;
}

@keyframes formFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
fieldset {
  background: #eee;
  width: 100%;
  min-height: 200px;
  padding: 30px 35px;
  margin-bottom: 40px;
}
fieldset label {
  cursor: pointer;
}
fieldset p {
  margin: 0;
}

.complex-fieldset {
  /* les fielsets avec beaucoup d'input, dont des choix à faire */
}
@media (min-width: 768px) {
  .complex-fieldset {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.complex-fieldset .input-instance:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .complex-fieldset .text-fullwidth, .complex-fieldset .text-midwidth, .complex-fieldset .text-three-quarter {
    max-height: 30px;
  }
}
.complex-fieldset .text-midwidth {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .complex-fieldset .text-midwidth {
    flex-basis: 45%;
  }
}
.complex-fieldset .text-three-quarter, .complex-fieldset .textarea-three-quarter, .complex-fieldset .date-three-quarter, .complex-fieldset .radio-three-quarter {
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .complex-fieldset .text-three-quarter, .complex-fieldset .textarea-three-quarter, .complex-fieldset .date-three-quarter, .complex-fieldset .radio-three-quarter {
    flex-basis: 70%;
  }
}
@media (min-width: 1200px) {
  .complex-fieldset .text-three-quarter > label, .complex-fieldset .text-three-quarter legend, .complex-fieldset .textarea-three-quarter > label, .complex-fieldset .textarea-three-quarter legend, .complex-fieldset .date-three-quarter > label, .complex-fieldset .date-three-quarter legend, .complex-fieldset .radio-three-quarter > label, .complex-fieldset .radio-three-quarter legend {
    width: 55% !important;
  }
}
@media (min-width: 1200px) {
  .complex-fieldset .text-three-quarter select, .complex-fieldset .text-three-quarter input[type=text], .complex-fieldset .text-three-quarter input[type=date], .complex-fieldset .text-three-quarter .radio-group-btns, .complex-fieldset .textarea-three-quarter select, .complex-fieldset .textarea-three-quarter input[type=text], .complex-fieldset .textarea-three-quarter input[type=date], .complex-fieldset .textarea-three-quarter .radio-group-btns, .complex-fieldset .date-three-quarter select, .complex-fieldset .date-three-quarter input[type=text], .complex-fieldset .date-three-quarter input[type=date], .complex-fieldset .date-three-quarter .radio-group-btns, .complex-fieldset .radio-three-quarter select, .complex-fieldset .radio-three-quarter input[type=text], .complex-fieldset .radio-three-quarter input[type=date], .complex-fieldset .radio-three-quarter .radio-group-btns {
    width: 45% !important;
  }
}
.complex-fieldset .text-fullwidth, .complex-fieldset .textarea-fullwidth {
  flex-basis: 100%;
}
.complex-fieldset .input-out {
  margin-top: 0 !important;
}
.complex-fieldset .input-out input {
  display: none;
}
.complex-fieldset .input-out-appear {
  display: block !important;
}
@media (min-width: 1200px) {
  .complex-fieldset .text-group, .complex-fieldset .tel-group, .complex-fieldset .email-group, .complex-fieldset .date-group, .complex-fieldset .select-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    justify-content: space-between;
  }
}
.complex-fieldset .text-group select, .complex-fieldset .tel-group select, .complex-fieldset .email-group select, .complex-fieldset .date-group select, .complex-fieldset .select-group select {
  background-image: url("../../assets/img/arrow-select.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  border-radius: 0%;
  cursor: pointer;
  border-width: 1px;
  border-color: #9D9D9D;
  border-style: solid;
}
.complex-fieldset .text-group input[type=text], .complex-fieldset .text-group input[type=tel], .complex-fieldset .text-group input[type=email], .complex-fieldset .text-group input[type=date], .complex-fieldset .text-group textarea, .complex-fieldset .text-group select, .complex-fieldset .tel-group input[type=text], .complex-fieldset .tel-group input[type=tel], .complex-fieldset .tel-group input[type=email], .complex-fieldset .tel-group input[type=date], .complex-fieldset .tel-group textarea, .complex-fieldset .tel-group select, .complex-fieldset .email-group input[type=text], .complex-fieldset .email-group input[type=tel], .complex-fieldset .email-group input[type=email], .complex-fieldset .email-group input[type=date], .complex-fieldset .email-group textarea, .complex-fieldset .email-group select, .complex-fieldset .date-group input[type=text], .complex-fieldset .date-group input[type=tel], .complex-fieldset .date-group input[type=email], .complex-fieldset .date-group input[type=date], .complex-fieldset .date-group textarea, .complex-fieldset .date-group select, .complex-fieldset .select-group input[type=text], .complex-fieldset .select-group input[type=tel], .complex-fieldset .select-group input[type=email], .complex-fieldset .select-group input[type=date], .complex-fieldset .select-group textarea, .complex-fieldset .select-group select {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-width: 1px;
  border-color: #9D9D9D;
  border-style: solid;
  width: 100%;
  padding: 5px 5px;
  max-height: 30px;
}
@media (min-width: 1200px) {
  .complex-fieldset .text-group label, .complex-fieldset .tel-group label, .complex-fieldset .email-group label, .complex-fieldset .date-group label, .complex-fieldset .select-group label {
    min-width: 125px;
  }
}
.complex-fieldset .text-group label .label-complement, .complex-fieldset .tel-group label .label-complement, .complex-fieldset .email-group label .label-complement, .complex-fieldset .date-group label .label-complement, .complex-fieldset .select-group label .label-complement {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}
.complex-fieldset .text-group textarea, .complex-fieldset .tel-group textarea, .complex-fieldset .email-group textarea, .complex-fieldset .date-group textarea, .complex-fieldset .select-group textarea {
  min-height: 100px;
  border: none;
}
.complex-fieldset .textarea-group textarea {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-width: 1px;
  border-color: #9D9D9D;
  border-style: solid;
  width: 100%;
  padding: 0px 5px;
  min-height: 100px;
}
.complex-fieldset .radio-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .complex-fieldset .radio-group {
    flex-direction: row;
    /* justify-content: flex-start; */
  }
}
.complex-fieldset .radio-group legend {
  margin-bottom: 10px;
  min-width: 125px;
}
@media (min-width: 992px) {
  .complex-fieldset .radio-group legend {
    margin-bottom: 0;
  }
}
.complex-fieldset .radio-group .radio-group-btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.complex-fieldset .radio-group .radio-group-btns .radio-instance {
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .complex-fieldset .radio-group .radio-group-btns {
    justify-content: flex-start;
  }
  .complex-fieldset .radio-group .radio-group-btns .radio-instance {
    margin-right: 0px;
  }
}
.complex-fieldset .radio-group .radio-instance {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.complex-fieldset .radio-group .radio-instance input[type=radio] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
  border-width: 1px;
  border-color: #9D9D9D;
  border-style: solid;
  margin-right: 0.5rem;
  position: relative;
  /* top: .2rem; */
  transition: all 0.2s ease-in-out;
}
.complex-fieldset .radio-group .radio-instance input[type=radio] + label {
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.5rem;
  color: #000;
}
@media (min-width: 768px) {
  .complex-fieldset .radio-group .radio-instance input[type=radio] + label {
    margin-right: 50px;
  }
}
.complex-fieldset .radio-group .radio-instance input[type=radio] + label span {
  font-size: 0.6875rem;
}
.complex-fieldset .radio-group .radio-instance input[type=radio]:checked {
  background: #084C92;
  padding: 1px;
  background-clip: content-box;
}

.msg-required-fields {
  font-size: 0.6875rem;
  margin-top: -20px;
  margin-left: 30px;
}

.fieldset-note {
  margin: 35px 0;
}

#form-accept-conditions .form-accept-condition {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
}
#form-accept-conditions .form-accept-condition a {
  text-decoration: underline;
}
#form-accept-conditions .form-accept-condition:first-child {
  margin-bottom: 20px;
}
#form-accept-conditions .form-accept-condition input {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  min-width: 20px;
  height: 20px;
  cursor: pointer;
  background: #EFF0F1;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 5px;
  top: 0.2rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 576px) {
  #form-accept-conditions .form-accept-condition input {
    margin-left: 30px;
  }
}
#form-accept-conditions .form-accept-condition input:checked {
  background: #084C92;
  padding: 1px;
  background-clip: content-box;
}

input[type=submit] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #1554FF;
  border-width: 0px;
  border-color: #9d9d9d;
  border-style: solid;
  outline: none;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  display: block;
  padding: 10px 50px;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease-in;
}
input[type=submit]:hover {
  background-color: #0A1F32;
}

.submit-btn {
  background: none;
  width: auto;
  min-height: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  justify-content: center;
  margin-top: 40px;
  padding: auto;
  flex-wrap: wrap;
}
.submit-btn .submit-logo {
  background: #eee;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.submit-btn .submit-logo img {
  height: 35px;
}
.submit-btn .submit__break {
  width: 100%;
}
.submit-btn #submit__msg {
  color: #dc3545;
  margin-top: 0.75rem;
}
.submit-btn button[type=submit] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-width: 0px;
  border-color: #9d9d9d;
  border-style: solid;
  font-weight: 500;
  background-color: #1554FF !important;
  color: #fff !important;
  padding: 20px 20px;
  position: relative;
  z-index: 1;
}
.submit-btn button[type=submit] img {
  width: 7.5px;
  margin-right: 15px;
}
.submit-btn button[type=submit]::after {
  content: "";
  background-color: #0A1F32;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transition: all 0.2s ease-in;
  transform: scaleX(0);
  z-index: -1;
  color: #0A1F32;
}
.submit-btn button[type=submit]:hover::after {
  transform: scaleX(100%);
}
.submit-btn button[type=submit]:hover p {
  color: #0A1F32;
}
.submit-btn button[type=submit]:hover .main-cat-nav-arrow {
  background-color: #0678AE;
}
@media (max-width: 460px) {
  .submit-btn {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .submit-btn .submit-logo {
    width: 100%;
    height: 60px;
  }
  .submit-btn button[type=submit] {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
  }
  .submit-btn button[type=submit] img {
    margin-right: 20px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .form-group {
    margin-bottom: 0.75rem;
  }
}

.form-check.form-check-alt {
  position: static;
  padding-left: 1.25rem;
}

.form-control {
  height: auto !important;
  line-height: initial !important;
  border-radius: 0 !important;
  margin-bottom: 0;
}

.custom-select, .form-control {
  color: initial;
  font-size: 0.875rem;
}

.custom-select {
  background: initial;
  border-color: #9d9d9d;
  border-width: 1px;
  border-style: solid;
}

.invalid-tooltip {
  position: static;
  font-size: 0.75rem;
  right: 0;
  left: auto;
  background-color: none;
  background: none;
  color: #dc3545;
  padding: 0;
}
@media (min-width: 1200px) {
  .invalid-tooltip {
    position: absolute;
  }
}
.invalid-tooltip.invalid-pos-left {
  position: absolute;
  right: auto;
  left: 40px;
  top: calc(100% - 10px);
}
@media (min-width: 576px) {
  .invalid-tooltip.invalid-pos-left {
    left: 70px;
  }
}
.invalid-tooltip.invalid-pos-ext-left {
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% - 10px);
}
.invalid-tooltip.invalid-weight {
  top: -40px;
  left: 0;
  position: absolute;
}
.invalid-tooltip.invalid-correction {
  margin-left: 28px;
}
@media (min-width: 1400px) {
  .invalid-tooltip.invalid-correction {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #contact-tva-group {
    margin-top: 39.5px;
  }
}
@media (min-width: 1200px) {
  #contact-tva-group {
    margin-top: 20px;
  }
}

.fieldset-comments textarea {
  width: 100%;
  min-height: 170px;
  padding: 10px;
  display: block;
  border-width: 0px;
  border-color: #9d9d9d;
  border-style: solid;
}
.fieldset-comments p {
  font-weight: 700;
  color: #084C92;
  margin-bottom: 15px;
}

.fieldset-attachments ul {
  list-style-type: none;
  margin-top: 10px;
}
.fieldset-attachments ul li {
  color: #084C92;
  line-height: 1.25rem;
}
.fieldset-attachments ul li::before {
  content: ">";
  margin-right: 5px;
}
.fieldset-attachments #all-attachments {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .fieldset-attachments #all-attachments {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.fieldset-attachments #all-attachments .btn-attachments {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 20px auto;
}
@media (min-width: 576px) {
  .fieldset-attachments #all-attachments .btn-attachments {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .fieldset-attachments #all-attachments .btn-attachments {
    margin: 20px 0;
  }
}
.fieldset-attachments #all-attachments .btn-attachments-icon {
  cursor: pointer;
  background: #1554FF;
  height: 60px;
  width: 100%;
  border-width: 0;
  border-color: #9d9d9d;
  border-style: solid;
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  height: 60px;
}
@media (min-width: 576px) {
  .fieldset-attachments #all-attachments .btn-attachments-icon {
    width: 100px;
  }
}
.fieldset-attachments #all-attachments .btn-attachments-icon::after {
  content: "";
  background-color: #0A1F32;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: bottom;
  transition: all 0.1s ease-in;
  transform: scaleY(0);
  z-index: -1;
}
.fieldset-attachments #all-attachments .btn-attachments-icon img {
  height: 100%;
}
.fieldset-attachments #all-attachments .btn-attachments:hover .btn-attachments-icon::after {
  transform: scaleX(100%);
}
.fieldset-attachments #all-attachments .btn-attachments label {
  background: #fff;
  border-width: 1px;
  border-color: #084C92;
  border-style: solid;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 20px 20px;
  height: 100px;
  font-weight: 600;
  color: #084C92;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .fieldset-attachments #all-attachments .btn-attachments label {
    height: 60px;
  }
}
.fieldset-attachments #all-attachments .btn-attachments label input[type=file] {
  display: none;
}
.fieldset-attachments #all-attachments #sum-attachments p {
  text-align: center;
  color: #084C92;
}
.fieldset-attachments #all-attachments #sum-attachments p:first-child {
  text-decoration: underline;
}
.fieldset-attachments #all-attachments #sum-attachments p:last-child {
  margin-top: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fieldset-attachments #all-attachments #sum-attachments p {
    margin-top: -10px;
    text-align: left;
    margin-left: 60px;
  }
  .fieldset-attachments #all-attachments #sum-attachments p:last-child {
    margin-top: 2.5px;
  }
}
.fieldset-attachments #file-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .fieldset-attachments #file-list {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.fieldset-attachments #file-list li {
  position: relative;
  color: #707070;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  /* flex-wrap: wrap;
  align-items: center; */
}
@media (min-width: 768px) {
  .fieldset-attachments #file-list li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.fieldset-attachments #file-list li a {
  cursor: pointer;
  background-repeat: no-repeat;
  margin-left: 10px;
  height: 17px;
  min-width: 17px;
  position: relative;
  right: 0;
  background-image: url("../../assets/img/files/suppress-file.svg");
  bottom: 0;
}
.fieldset-attachments #file-list li::after {
  content: "";
}
.fieldset-attachments #file-list li::before {
  content: "";
  margin-right: 10px;
  background-repeat: no-repeat;
}
.fieldset-attachments #file-list .file-list-item-pdf::before {
  background-image: url("../../assets/img/files/ext-pdf.svg");
  min-height: 27px;
  min-width: 21px;
}
.fieldset-attachments #file-list .file-list-item-img::before {
  background-image: url("../../assets/img/files/ext-img.svg");
  min-height: 25px;
  min-width: 30px;
}
.fieldset-attachments #msg-attachments {
  color: #333;
}

@media (min-width: 768px) {
  .fieldset-vehicle .vehicle-condition .radio-group-btns .radio-instance input[type=radio] + label {
    margin-right: 45px;
  }
}
.fieldset-vehicle .vehicle-brand .radio-group-btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .fieldset-vehicle .vehicle-brand .radio-group-btns {
    flex-direction: row;
  }
}
.fieldset-vehicle .vehicle-brand .radio-group-btns .radio-instance input[type=radio] + label {
  margin-right: 20px;
}
@media (min-width: 360px) {
  .fieldset-vehicle .vehicle-brand .radio-group-btns .radio-instance input[type=radio] + label {
    min-width: 60px;
    margin-right: 45px;
  }
}
@media (min-width: 768px) {
  .fieldset-vehicle .vehicle-brand .radio-group-btns .radio-instance input[type=radio] + label {
    margin-right: 30px;
  }
}
.fieldset-vehicle .vehicle-nature {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .fieldset-vehicle .vehicle-nature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .fieldset-vehicle .vehicle-nature legend {
    min-width: 180px !important;
  }
}
@media (min-width: 1200px) {
  .fieldset-vehicle .vehicle-nature legend {
    min-width: 300px !important;
  }
}
@media (min-width: 768px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row;
  }
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line {
    margin-bottom: 0;
  }
}
.fieldset-vehicle .vehicle-nature #radio-lines .radio-line p {
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line p {
    margin-top: 0;
    min-width: 270px;
  }
}
.fieldset-vehicle .vehicle-nature #radio-lines .radio-line .radio-group-btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: column;
}
@media (min-width: 360px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line .radio-group-btns {
    flex-direction: row;
  }
}
@media (min-width: 360px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line .radio-group-btns .radio-instance {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line .radio-group-btns .radio-instance label {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line .radio-group-btns .radio-instance:last-child {
    margin-left: 30px;
  }
  .fieldset-vehicle .vehicle-nature #radio-lines .radio-line .radio-group-btns .radio-instance input {
    margin-right: 10px;
  }
}
.fieldset-vehicle .vehicle-nature #radio-lines #radioLineInactive {
  display: none;
}
.fieldset-vehicle .vehicle-nature #radio-lines #radioLineInactive input {
  width: 100%;
  border-width: 1px;
  border-color: #9d9d9d;
  border-style: solid;
  width: 100%;
  padding: 0px 5px;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.fieldset-vehicle .vehicle-nature #radio-lines .radio-line-active {
  display: flex !important;
}

@media (min-width: 768px) {
  .fieldset-vehicle2 .radio-group-btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row;
    justify-content: space-between !important;
  }
  .fieldset-vehicle2 .radio-group-btns label {
    margin-right: 0 !important;
  }
}
.fieldset-vehicle2 legend span {
  font-weight: 700;
  color: #084C92;
}
@media (min-width: 768px) {
  .fieldset-vehicle2 .radio-cat {
    width: 55% !important;
  }
}
.fieldset-vehicle2 .radio-cat-sub {
  color: #084C92;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .fieldset-vehicle2 .vehicle-nature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: column;
  }
}
.fieldset-vehicle2 .vehicle-nature #radioLineInactive {
  display: none;
}
.fieldset-vehicle2 .vehicle-nature #radioLineInactive input {
  width: 100%;
  border-width: 1px;
  border-color: #9d9d9d;
  border-style: solid;
  width: 100%;
  padding: 0px 5px;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.fieldset-vehicle2 .vehicle-nature .radio-line-active {
  display: flex !important;
  flex-direction: column;
  /* @include breakpoint(lg) {
  } */
}
@media (min-width: 1400px) {
  .fieldset-vehicle2 .vehicle-nature .radio-line-active {
    flex-direction: row;
    justify-content: space-between;
  }
  .fieldset-vehicle2 .vehicle-nature .radio-line-active textarea {
    width: 45% !important;
  }
}

.fieldset-correction #checkboxes-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(100% - 25px);
}
@media (min-width: 1400px) {
  .fieldset-correction #checkboxes-container {
    width: 100%;
  }
}
.fieldset-correction #checkboxes-container .checkbox-line {
  position: relative;
  width: 100%;
}
.fieldset-correction #checkboxes-container .checkbox-line .checkbox-first-step {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -flex;
  flex-direction: row;
}
.fieldset-correction #checkboxes-container .checkbox-line .checkbox-first-step input[type=checkbox] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  min-width: 20px;
  height: 20px;
  border-radius: 30%;
  cursor: pointer;
  background: #fff;
  border-width: 1px;
  border-color: #9D9D9D;
  border-style: solid;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.fieldset-correction #checkboxes-container .checkbox-line .checkbox-first-step input[type=checkbox]:checked {
  background: #084C92;
  padding: 1px;
  background-clip: content-box;
}
.fieldset-correction #checkboxes-container .checkbox-line .checkbox-first-step label {
  margin-bottom: 0;
}
.fieldset-correction #checkboxes-container .checkbox-line .checkbox-second-step label {
  margin: 10px 0 0px 27.5px;
}
.fieldset-correction #checkboxes-container .checkbox-line input[type=text] {
  position: relative;
  left: 27.5px;
  width: calc(100% - 25px);
  margin-top: 10px;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-width: 1px;
  border-color: #9d9d9d;
  border-style: solid;
  width: 100%;
  padding: 0px 5px;
  max-height: 30px;
  min-height: 30px;
}
@media (min-width: 1200px) {
  .fieldset-correction #checkboxes-container .checkbox-line {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .fieldset-correction #checkboxes-container .checkbox-line .checkbox-first-step {
    align-items: center;
  }
  .fieldset-correction #checkboxes-container .checkbox-line input[type=text] {
    width: 30%;
    margin-left: 10px;
    margin-top: 0;
    position: relative;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .fieldset-correction #checkboxes-container .checkbox-other-line .checkbox-multiple-line {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .fieldset-correction #checkboxes-container .checkbox-other-line {
    align-items: center;
  }
  .fieldset-correction #checkboxes-container .checkbox-other-line label {
    margin: 0 !important;
  }
  .fieldset-correction #checkboxes-container .checkbox-other-line .checkbox-second-step {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 60%;
  }
}
.fieldset-correction #checkboxes-container .checkbox-other-line input[type=text] {
  position: relative;
  /* width: calc(100% - 27.5px) !important; */
  left: 27.5px;
}
@media (min-width: 1200px) {
  .fieldset-correction #checkboxes-container .checkbox-other-line input[type=text] {
    margin-left: 10px;
    width: 120px;
    right: 0;
    left: auto;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .fieldset-correction #checkboxes-container .checkbox-other-line input[type=text] {
    width: auto;
  }
}

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