@charset "UTF-8";
/*--------------------------------------
  FONTS
--------------------------------------*/
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM.ttf) format('truetype');
}
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_lightblue {
  background: #e9f8ff;
}
.bg_grey {
  background: #f4f8f8;
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #555555;
}
.grey {
  color: #f4f8f8;
}
.blue {
  color: #00aaf1;
}
.darkblue {
  color: #00648f;
}
/*--------------------------------------
  TEXT
--------------------------------------*/
h1 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 50px;
  }
}
h2 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #00aaf1;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-weight: bold;
  color: #00648f;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}
.p-container,
.title-container {
  max-width: 992px;
}
/*--------------------------------------
  FLEX
--------------------------------------*/
.text-flex {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-flex {
    text-align: left;
  }
}
.block-flex {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .block-flex {
    align-items: start;
  }
}
.mobile-flex-center {
  justify-content: left;
}
@media screen and (max-width: 992px) {
  .mobile-flex-center {
    justify-content: center;
  }
}
.margin-resp {
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  .margin-resp {
    margin: unset;
  }
}
.w-flex {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .w-flex {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .w-flex {
    width: 50%;
  }
}
.flex-rev {
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .flex-rev {
    flex-direction: row;
  }
}
.row-resp {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .row-resp {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .row-resp {
    width: 90%;
  }
}
/*--------------------------------------
  GENERAL
--------------------------------------*/
.round-20 {
  border-radius: 20px;
}
body {
  font-family: 'Nunito', sans-serif;
  background-color: #ffffff;
  color: #555555;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  position: relative;
}
.icon {
  height: 120px;
}
/*--------------------------------------
  BUTTONS
--------------------------------------*/
.btn-red {
  background-color: #ff6464;
  border-color: #ff6464;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 10px;
}
.btn-red:hover {
  background-color: #f55555 !important;
  color: #ffffff !important;
}
@media screen and (min-width: 576px) {
  .btn-red {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.btn-blue {
  background-color: #00aaf1;
  border-color: #00aaf1;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-blue:hover {
  background-color: #00648f !important;
  color: #ffffff !important;
}
@media screen and (min-width: 576px) {
  .btn-blue {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.btn-ohme {
  background-color: #ffffff;
  border-color: #00aaf1;
  color: #00aaf1;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  border-radius: 30px;
}
.btn-ohme:hover {
  color: #ff6464 !important;
  border: 1px solid #ff6464 !important;
}
/*--------------------------------------
  MODALS
--------------------------------------*/
.modal-dialog .modal-content {
  background-color: transparent!important;
  border: 0;
}
/*--------------------------------------
  HEADER (TO ERASE LATER)
--------------------------------------*/
/*--------------------------------------
  SECTIONS
--------------------------------------*/
#section-top-start {
  padding-top: 15%;
}
#section-top-start hr {
  display: block;
  color: #00aaf1;
  opacity: 1!important;
  width: 70px;
  border: 3px solid #00aaf1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  #section-top-start hr {
    margin: 1em auto;
  }
}
@media screen and (max-width: 992px) {
  #section-top-start {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  #section-top-start {
    padding-top: 20%;
  }
}
@media screen and (min-width: 992px) {
  #section-top-start {
    height: 100vh;
    max-height: 100vh;
    padding-top: 0;
  }
}
#section-top-start #header-img {
  max-width: 90%;
}
#section-top-start .btn {
  display: inline-block;
  width: auto;
}
#section-top-start .floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
#section-top-start hr {
  margin-left: 0;
}
#section-arguments {
  padding: 0;
}
#section-arguments hr {
  display: block;
  color: #00aaf1;
  opacity: 1!important;
  width: 70px;
  border: 3px solid #00aaf1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  #section-arguments hr {
    margin: 1em auto;
  }
}
#section-arguments .fw-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 992px) {
  #section-arguments {
    padding: 5em 0 0;
  }
}
#section-arguments .content-wrapper {
  position: relative;
  top: -350px;
  margin-bottom: -380px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #section-arguments .content-wrapper {
    top: -300px;
    margin-bottom: -330px;
  }
}
@media screen and (max-width: 992px) {
  #section-arguments .content-wrapper {
    top: -250px;
    margin-bottom: -280px;
  }
}
@media screen and (max-width: 576px) {
  #section-arguments .content-wrapper {
    top: -200px;
    margin-bottom: -230px;
  }
}
#section-arguments .content-wrapper .container-fluid {
  padding-top: 150px;
  padding-bottom: 20px;
}
#section-arguments .container-cards {
  max-width: 1024px;
}
#section-arguments .container-cards .card {
  max-width: 280px;
  margin: 0 auto 40px;
  padding: 20px 40px 40px;
  border: none;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
  #section-arguments .container-cards .card {
    max-width: 350px;
    padding: 20px;
  }
}
#section-arguments .container-cards .card h3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  #section-arguments .container-cards .card h3 {
    font-size: 1rem;
  }
}
#section-arguments .container-cards .card img {
  width: 115px;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 992px) {
  #section-arguments .container-cards .card img {
    width: 90px;
    margin: 20px auto;
  }
}
.section-personnalisation hr {
  display: block;
  color: #00aaf1;
  opacity: 1!important;
  width: 70px;
  border: 3px solid #00aaf1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .section-personnalisation hr {
    margin: 1em auto;
  }
}
.section-personnalisation .fw-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 992px) {
  .section-personnalisation .container {
    max-width: 100%!important;
  }
}
.section-personnalisation .carousel-center .item img {
  max-width: 100%;
}
.section-personnalisation .slick-track {
  padding: 50px 0;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .section-personnalisation .slick-track {
    padding: 0;
    margin: 10px auto;
  }
}
.section-personnalisation .slick-dots li button {
  background-color: #D9D9D9;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  width: 10px;
  height: 10px;
}
.section-personnalisation .slick-dots li button:before {
  display: none;
}
.section-personnalisation .slick-dots li.slick-active button {
  background-color: #00aaf1;
}
.section-personnalisation .item p {
  font-size: 11px;
  color: #555555;
  opacity: 0;
  visibility: hidden;
}
.section-personnalisation .item.slick-current p {
  font-size: 11px;
  color: #555555;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
}
@media screen and (max-width: 768px) {
  .section-personnalisation .item.slick-current p {
    font-size: 16px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-personnalisation .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 1s;
}
.section-personnalisation .slick-slide:not(.slick-center) {
  opacity: 0;
}
.section-personnalisation .slick-slide.slick-active:not(.slick-center) {
  transform: scale(1.2);
  position: relative;
  right: 0;
  opacity: 0.6;
}
.section-personnalisation .slick-slide.slick-active.slick-center {
  transform: scale(1.6);
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .section-personnalisation .slick-slide.slick-active.slick-center {
    transform: scale(1);
  }
}
#section-demo-space-config hr {
  display: block;
  color: #00aaf1;
  opacity: 1!important;
  width: 70px;
  border: 3px solid #00aaf1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  #section-demo-space-config hr {
    margin: 1em auto;
  }
}
#section-demo-space-config .fw-bold {
  font-weight: 700 !important;
}
#section-demo-space-config hr {
  margin-top: 0;
}
#section-demo-space-config p {
  font-size: 1.2rem;
  font-weight: normal;
  color: #00648f;
  position: relative;
  display: inline-block;
}
#section-demo-space-config p span {
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  #section-demo-space-config p {
    font-size: 16px;
  }
}
#section-demo-space-config p .number {
  color: #00aaf1;
  display: flex;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 5px solid #00aaf1;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12px;
  left: 0;
  background-color: #e9f8ff;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config p .number {
    width: 40px;
    height: 40px;
    top: -5px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config p .number {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative;
    margin: 0 auto;
  }
}
#section-demo-space-config .content_section-demo-space-config {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  min-height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config {
    margin-bottom: 30px;
  }
}
#section-demo-space-config .content_section-demo-space-config:after {
  content: "";
  width: 376px;
  height: 320px;
  background-image: url("../img/lineal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config .content_section-demo-space-config:after {
    width: 256px;
  }
}
@media screen and (max-width: 992px) {
  #section-demo-space-config .content_section-demo-space-config:after {
    width: 196px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config:after {
    display: none;
  }
}
#section-demo-space-config .content_section-demo-space-config .infos {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config .infos {
    position: relative;
    top: auto;
    left: auto;
  }
}
#section-demo-space-config .content_section-demo-space-config .row {
  justify-content: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config .content_section-demo-space-config .row {
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 992px) {
  #section-demo-space-config .content_section-demo-space-config .row {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config .row {
    position: relative;
    top: auto;
    left: auto;
  }
}
#section-demo-space-config .content_section-demo-space-config .row .col-left {
  text-align: right;
  margin-right: 280px;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-left {
    margin-right: 183px;
  }
}
@media screen and (max-width: 992px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-left {
    margin-right: 123px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
#section-demo-space-config .content_section-demo-space-config .row .col-left p {
  padding-right: 70px;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-left p {
    padding-right: 50px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-left p {
    padding-right: 0px;
  }
}
#section-demo-space-config .content_section-demo-space-config .row .col-left p .number {
  right: 0;
  left: auto;
}
#section-demo-space-config .content_section-demo-space-config .row .col-right {
  text-align: left;
  padding-top: 70px;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-right {
    padding-top: 55px;
  }
}
@media screen and (max-width: 992px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-right {
    padding-top: 41px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 41px;
    padding-top: 0;
  }
}
#section-demo-space-config .content_section-demo-space-config .row .col-right p {
  padding-left: 70px;
}
@media screen and (max-width: 1400px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-right p {
    padding-left: 50px;
  }
}
@media screen and (max-width: 770px) {
  #section-demo-space-config .content_section-demo-space-config .row .col-right p {
    padding-left: 0px;
  }
}
#section-demo-space-config .content_section-demo-space-config .row .col-right p .number {
  left: 0;
  right: auto;
}
#section-tarifs {
  padding: 6rem 0;
  position: relative;
}
#section-tarifs hr {
  display: block;
  color: #00aaf1;
  opacity: 1!important;
  width: 70px;
  border: 3px solid #00aaf1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  #section-tarifs hr {
    margin: 1em auto;
  }
}
#section-tarifs .fw-bold {
  font-weight: 700 !important;
}
#section-tarifs .custom-shape-divider-top-1702650076 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
#section-tarifs .custom-shape-divider-top-1702650076 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 245px;
}
@media screen and (max-width: 992px) {
  #section-tarifs .custom-shape-divider-top-1702650076 svg {
    height: 95px;
  }
}
#section-tarifs .custom-shape-divider-top-1702650076 .shape-fill {
  fill: #E9F8FF;
}
#section-tarifs .head-section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section-tarifs .head-section p {
  color: #555555;
}
#section-tarifs .content-wrapper .container-fluid {
  padding-top: 150px;
  padding-bottom: 20px;
}
#section-tarifs .container-cards {
  max-width: 1024px;
}
#section-tarifs .container-cards .card {
  max-width: 438px;
  margin: 0 10px;
  padding: 40px 40px 40px;
  border: none;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
  #section-tarifs .container-cards .card {
    margin: 10px 0;
  }
}
#section-tarifs .container-cards .card h3 {
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  #section-tarifs .container-cards .card h3 {
    font-size: 20px;
  }
  #section-tarifs .container-cards .card h3 br {
    display: none;
  }
}
#section-tarifs .container-cards .card h3 span {
  color: #00aaf1;
}
#section-tarifs .container-cards .card p {
  color: #555555;
}
#section-tarifs .container-cards .card p span {
  color: #ff6464;
  font-weight: bold;
}
#section-form-contact {
  padding: 6rem 0;
  margin-bottom: 200px;
}
#section-form-contact hr {
  display: block;
  color: #00aaf1;
  opacity: 1!important;
  width: 70px;
  border: 3px solid #00aaf1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  #section-form-contact hr {
    margin: 1em auto;
  }
}
#section-form-contact .fw-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 992px) {
  #section-form-contact {
    overflow: hidden;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-form-contact .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  #section-form-contact .container {
    max-width: 100%;
    padding: 0;
  }
}
#section-form-contact .content_section {
  display: inline-block;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
}
#section-form-contact .row {
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1115px;
}
#section-form-contact .row .bubble_deco {
  max-width: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  #section-form-contact .row .bubble_deco {
    top: 190px;
  }
}
#section-form-contact .row .col.col-left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  #section-form-contact .row .col.col-left {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  #section-form-contact .row .col.col-left {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  #section-form-contact .row .col.col-left {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
}
#section-form-contact .row .col.col-left .item {
  padding: 40px 40px 40px;
  border: none;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 576px) {
  #section-form-contact .row .col.col-left .item {
    padding: 15px 15px 15px;
  }
}
#section-form-contact .row .col.col-left form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
#section-form-contact .row .col.col-left form textarea {
  min-height: 190px;
  color: #555555;
}
@media screen and (max-width: 576px) {
  #section-form-contact .row .col.col-left form h2 br {
    display: none;
  }
}
#section-form-contact .row .col.col-left form .form-control {
  font-size: 14px;
}
#section-form-contact .row .col.col-left form .wrap_submit {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #section-form-contact .row .col.col-left form .col-md-6 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
#section-form-contact .row .col.col-right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  #section-form-contact .row .col.col-right {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  #section-form-contact .row .col.col-right {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  #section-form-contact .row .col.col-right {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
}
#section-form-contact .row .col.col-right .item {
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section-form-contact .row .col.col-right .item {
    text-align: center;
  }
}
#section-form-contact .row .col.col-right .item p {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  #section-form-contact .row .col.col-right .item p {
    font-size: 1rem;
  }
}
#section-form-contact .form-control.is-valid,
#section-form-contact .was-validated .form-control:valid {
  border-color: #00aaf1;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300AAF1' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
#section-form-contact .form-control.is-valid:focus,
#section-form-contact .was-validated .form-control:valid:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#section-form-contact .form-control.is-invalid,
#section-form-contact .was-validated .form-control:invalid {
  border-color: #ff6464;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF6464'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF6464' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
#section-form-contact .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #00aaf1;
  text-align: left;
}
#section-form-contact .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #ff6464;
  text-align: left;
}
.picto icon-linkedin {
  font-family: 'ohmefont' !important;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
