/*--------------------- FONTS ------------------------------------*/
/* Form Field (selector for form field wrapper) */
/* Descriptions (targets class applied to Help Text divs) */
.inputs-list li {
  list-style: none;
}

/* Labels (selects field labels and error messages) */
.hs-form label {
  font-size: 12px;
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px !important;
}
.hs-form label a {
  text-decoration: none;
  color: #0099FF;
}

.hs-form .hs-form-field > label {
  margin-bottom: 3px !important;
  font-size: 14px;
}

/* Inputs (selectors for all inputs)  */
.hs-form input[type=text],
.hs-form input[type=password],
.hs-form input[type=datetime],
.hs-form input[type=datetime-local],
.hs-form input[type=date],
.hs-form input[type=month],
.hs-form input[type=time],
.hs-form input[type=week],
.hs-form input[type=number],
.hs-form input[type=email],
.hs-form input[type=url],
.hs-form input[type=search],
.hs-form input[type=tel],
.hs-form input[type=color],
.hs-form input[type=file],
.hs-form textarea,
.hs-form select {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  border: 1px solid #707689;
  font-size: 15px;
  color: #707689;
  padding-left: 15px;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.hs-form .hs-richtext {
  color: black;
  margin: 15px 0px 15px 0px;
  font-family: "proxima-regular-italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type=text]:focus,
.hs-form input[type=password]:focus,
.hs-form input[type=datetime]:focus,
.hs-form input[type=datetime-local]:focus,
.hs-form input[type=date]:focus,
.hs-form input[type=month]:focus,
.hs-form input[type=time]:focus,
.hs-form input[type=week]:focus,
.hs-form input[type=number]:focus,
.hs-form input[type=email]:focus,
.hs-form input[type=url]:focus,
.hs-form input[type=search]:focus,
.hs-form input[type=tel]:focus,
.hs-form input[type=color]:focus,
.hs-form input[type=file]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  outline: none;
}

/* Multi-line inputs (selectors to target multi-line fields */
/* Dropdowns (selectors for dropdowns) */
/* Multi-select (selectors for multi-select fields) */
.hs-form input[type=checkbox] {
  margin-right: 10px;
}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid,
.hs-form textarea:focus:required:invalid,
.hs-form select:focus:required:invalid {
  border: 2px solid #EC5D61;
}

.hs-form input:focus:required:invalid:focus,
.hs-form textarea:focus:required:invalid:focus,
.hs-form select:focus:required:invalid:focus {
  border: 2px solid #EC5D61;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label {
  color: white;
  background-color: #EC5D61;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 6px 4px 6px 4px;
  display: block;
  width: 70%;
  margin-top: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder {
  /* Webkit Browsers */
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  /* IE10 */
}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */
/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
body .hs-button.primary,
body input[type=submit],
body input[type=button] {
  width: 100%;
  background-color: #1BC74E;
  color: white;
  border-color: transparent;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding-left: 15px;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

body .hs-button.primary:hover,
body input[type=submit]:hover,
body input[type=button]:hover {
  cursor: pointer;
}

/*SECONDARY*/
html, body {
  max-width: 100%;
}


:root {
  font-size: 62.5%;
}
:root body {
  margin: 0;
  font-size: 1.6rem;
}


/*SECONDARY*/
html, body {
  max-width: 100%;
}

.footer-new {
  width: 100%;
  padding: 70px 0px 20px 0px;
}
.footer-new .inner {
  width: 1000px;
  margin: 0px auto;
}
@media only screen and (max-width:1025px) {
  .footer-new .inner {
    width: 900px;
  }
}
@media only screen and (max-width:991px) {
  .footer-new .inner {
    width: 800px;
  }
}
@media only screen and (max-width:767px) {
  .footer-new .inner {
    width: 360px;
  }
}
@media only screen and (max-width:650px) {
  .footer-new .inner {
    width: 300px;
  }
}
.footer-new .inner .items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .items {
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) {
  .footer-new .inner .items .basic {
    margin-bottom: 50px;
  }
}
.footer-new .inner .items .basic .logo {
  max-width: 121px;
  margin-bottom: 27px;
}
.footer-new .inner .items .basic .contact {
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: black;
  margin-bottom: 5px;
}
.footer-new .inner .items .basic .numero {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #707689;
}
.footer-new .inner .items .basic .social-n {
  display: flex;
  align-items: center;
}
.footer-new .inner .items .basic .social-n img {
  margin: 15px 5px;
  max-width: 16px;
  cursor: pointer;
}
.footer-new .inner .items .basic .gartner {
  max-width: 77px;
  margin-top: 70px;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .items .basic .gartner {
    display: none;
  }
}
.footer-new .inner .items .right {
  display: flex;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .items .right {
    flex-direction: column;
  }
}
.footer-new .inner .bottom {
  margin-top: 30px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D0D9E2;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer-new .inner .bottom .left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .bottom .left {
    flex-wrap: wrap;
  }
}
.footer-new .inner .bottom .left .item {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 120%;
  color: #707689;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .bottom .left .item {
    margin-bottom: 5px;
  }
}
.footer-new .inner .bottom .right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .footer-new .inner .bottom .right {
    margin-bottom: 10px;
  }
}
.footer-new .inner .bottom .right .item {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #707689;
  margin: 0px 8px 0px 0px;
}
.footer-new .inner .bottom .right .item:nth-of-type(2), .footer-new .inner .bottom .right .item:nth-of-type(3), .footer-new .inner .bottom .right .item:nth-of-type(4), .footer-new .inner .bottom .right .item:nth-of-type(5) {
  cursor: pointer;
}
.footer-new .inner .categorie {
  margin-left: 30px;
}
@media only screen and (max-width:991px) {
  .footer-new .inner .categorie {
    margin-left: 10px;
  }
}
@media only screen and (max-width:767px) {
  .footer-new .inner .categorie {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.footer-new .inner .categorie .title {
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #303140;
  margin-bottom: 25px;
}
.footer-new .inner .categorie .item {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707689;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px;
  cursor: pointer;
}


.rido {
  display: none;
}

/*SECONDARY*/
html, body {
  max-width: 100%;
}

@media only screen and (max-width:1160px) {
  .topbar {
    display: none;
  }
}

/*SECONDARY*/
html, body {
  max-width: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.opacity-lower-girl {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  will-change: transform, height, width;
}

.opacity-lower-bg {
  background: rgba(255, 255, 255, 0.4) !important;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.opacity-lower-bg-beta {
  background: rgba(255, 255, 255, 0.8) !important;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.opacity-lower-bg-final {
  background: white !important;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.opacity-lower-texte {
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  will-change: transform, height, width;
}

.bg-header {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}

.animation {
  height: 4500px;
  display: flex;
}
@media only screen and (max-width:1160px) {
  .animation {
    height: auto;
  }
}
.animation .inner {
  height: 100vh;
  width: 100vw;
  background-image: url("https://cdn2.hubspot.net/hubfs/403167/WEBSITE-2020/HOMEPAGE/BG-Header-fullsentimental1-2.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
.animation .inner .enfant {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
@media only screen and (max-width:1160px) {
  .animation .inner {
    height: 810px;
    background-image: url("https://cdn2.hubspot.net/hubfs/403167/CONVERSATION-2020/IMAGES/Group%20534.png");
    background-size: cover;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner {
    height: 550px;
  }
}
.animation .inner .layer {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  position: relative;
  transform: scale(0.85);
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer {
    width: 660px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer {
    width: 350px;
  }
}
.animation .inner .layer .girl-full {
  width: 460.25px;
  height: 522.38px;
  position: absolute;
  bottom: 114px;
  left: 373px;
  transition: all 0.5s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .girl-full {
    width: 394.5px;
    height: 447.75px;
    left: 130px;
    bottom: 130px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .girl-full {
    width: 198px;
    height: 224.61px;
    left: 60px;
    bottom: 200px;
  }
}
.animation .inner .layer .baseline-alpha, .animation .inner .layer .baseline-beta {
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 150px;
  line-height: 132px;
  color: #FFFFFF;
  display: inline;
  position: absolute;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .baseline-alpha, .animation .inner .layer .baseline-beta {
    font-size: 125px;
    line-height: 110px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .baseline-alpha, .animation .inner .layer .baseline-beta {
    font-size: 65px;
    line-height: 57px;
  }
}
.animation .inner .layer .baseline-beta {
  bottom: 43px;
  left: 251px;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .baseline-beta {
    bottom: 75px;
    left: 20px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .baseline-beta {
    left: 10px;
    bottom: 175px;
  }
}
.animation .inner .layer .baseline-alpha {
  bottom: 170px;
  left: 270px;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .baseline-alpha {
    bottom: 180px;
    left: 40px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .baseline-alpha {
    left: 20px;
    bottom: 230px;
  }
}
.animation .inner .layer .chatbox-notification {
  width: 466px;
  height: 218px;
  background-color: white;
  border-radius: 12px;
  position: absolute;
  bottom: 442px;
  left: 507px;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification {
    width: 400.46px;
    height: 187.85px;
    bottom: 410px;
    left: 242px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .chatbox-notification {
    width: 207px;
    height: 97.1px;
    bottom: 342px;
    left: 110px;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner {
  width: 100%;
  height: 100%;
  position: relative;
  /*----*/
  /*----*/
  /*----*/
}
.animation .inner .layer .chatbox-notification .cn-inner .cn-topbar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 73px;
  border-radius: 12px 12px 0px 0px;
  background-image: url("https://cdn2.hubspot.net/hubfs/403167/WEBSITE-2020/HOMEPAGE/Background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 22px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .cn-topbar {
    display: none;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .cn-topbar i {
  color: white;
  font-size: 30px;
  margin-left: 36.5px;
}
.animation .inner .layer .chatbox-notification .cn-inner .cn-topbar-step-alpha {
  display: flex;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .cn-topbar-step-beta {
  height: 53.31px;
}
.animation .inner .layer .chatbox-notification .cn-inner .cn-topbar-step-beta i {
  font-size: 20px;
  margin-left: 21px;
}
.animation .inner .layer .chatbox-notification .cn-inner .avatar {
  width: 142px;
  height: 142px;
  position: absolute;
  left: 28px;
  top: 39px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .avatar {
    width: 123.76px;
    height: 123.76px;
    left: 26.8px;
    top: 32.06px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .chatbox-notification .cn-inner .avatar {
    width: 62.42px;
    height: 62.42px;
    left: 18px;
    top: 18px;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .avatar-step-alpha {
  width: 109.95px;
  height: 109.95px;
  left: 37px;
  top: 37px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .avatar-step-beta {
  width: 79.97px;
  height: 79.97px;
  left: 26.66px;
  top: 26.65px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .content {
  width: 241px;
  min-height: 20px;
  display: inline;
  position: absolute;
  bottom: 30px;
  left: 194px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content {
    width: 200px;
    bottom: 20px;
    left: 164px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content {
    width: 106.7px;
    bottom: 12px;
    left: 93px;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .content .title-one {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #34393F;
  margin-bottom: 3px;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content .title-one {
    font-size: 21px;
    line-height: 30px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content .title-one {
    font-size: 11px;
    line-height: 16px;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .content .title-two {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 27px;
  color: #707689;
  margin-bottom: 15px;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content .title-two {
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content .title-two {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 6px;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .content .title-cta {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  color: #FFFFFF;
  background: #1BC74E;
  border-radius: 6.01808px;
  text-align: center;
  padding: 12px 0px;
  cursor: pointer;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content .title-cta {
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (max-width:767px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content .title-cta {
    font-size: 8px;
    line-height: 12px;
    padding: 5px 0px;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .content-step-alpha {
  display: none;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend {
  position: absolute;
  top: 82px;
  left: 164px;
  opacity: 0;
}

@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .content-legend {
    display: none;
  }
}


.animation .inner .layer .chatbox-notification .cn-inner .content-legend .name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  line-height: 44px;
  color: #34393F;
  display: flex;
  align-items: center;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend .name img {
  margin-left: 26px;
  width: 71px;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend .title-two, .animation .inner .layer .chatbox-notification .cn-inner .content-legend .title-cta {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #707689;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend .title-cta {
  display: inline;
  border-bottom: 1px solid #707689;
  cursor: pointer;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend-step-alpha {
  opacity: 1;
  transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend-step-beta {
  top: 60px;
  left: 120px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend-step-beta .name {
  font-size: 23px;
  line-height: 32px;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend-step-beta .name img {
  margin-left: 20px;
  width: 51.98px;
}
.animation .inner .layer .chatbox-notification .cn-inner .content-legend-step-beta .title-two, .animation .inner .layer .chatbox-notification .cn-inner .content-legend-step-beta .title-cta {
  font-size: 17px;
  line-height: 24px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 218px;
  height: 0px;
  background-color: white;
  height: 0px;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .conversation {
    display: none;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha {
  display: flex;
  opacity: 0;
  align-items: flex-end;
  margin-bottom: 6px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha .message-author {
  width: 73.3px;
  height: 73.3px;
  margin-right: 18px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha .message-author-animation {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha .message-text {
  width: auto;
  padding: 18px 28px;
  max-width: 365.98px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 27.488px;
  line-height: 38px;
  border-radius: 21px;
  background: #EFF0F6;
  color: #34393F;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha .message-text span {
  font-weight: 600;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha-animation {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha-bis {
  margin-bottom: 4px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha-bis .message-author {
  width: 53px;
  height: 53px;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha-bis .message-author-animation {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha-bis .message-text {
  width: auto;
  padding: 13px 20px;
  max-width: 267px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 16px;
  background: #EFF0F6;
  color: #34393F;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-alpha-bis .message-text span {
  font-weight: 600;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta {
  display: flex;
  opacity: 0;
  align-items: flex-end;
  margin-bottom: 54px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta .message-author {
  width: 73.3px;
  height: 73.3px;
  margin-right: 18px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta .message-text {
  width: auto;
  padding: 18px 28px;
  max-width: 395.83px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 27.488px;
  line-height: 38px;
  border-radius: 21px;
  background: #FFFFFF;
  color: #34393F;
  border: 1.375px solid #0099FF;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta .message-text span {
  font-weight: 600;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta-animation {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta-bis {
  margin-bottom: 39px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta-bis .message-author {
  width: 53px;
  height: 53px;
  margin-right: 13px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta-bis .message-text {
  width: auto;
  padding: 13px 20px;
  max-width: 287px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 16px;
  background: #FFFFFF;
  color: #34393F;
  border: 1.375px solid #0099FF;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-question-beta-bis .message-text span {
  font-weight: 600;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-answer {
  display: flex;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
  flex-direction: row-reverse;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-answer .message-text {
  width: auto;
  padding: 18px 28px;
  max-width: 368.34px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 27.488px;
  line-height: 38px;
  border-radius: 22px;
  background-color: #0099FF;
  color: #FFFFFF;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-answer .message-text span {
  font-weight: 600;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-answer-animation {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation .line-answer-bis .message-text {
  width: auto;
  padding: 13px 20px;
  max-width: 267.88px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 16px;
  background-color: #0099FF;
  color: #FFFFFF;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-step-alpha {
  height: 914px;
  padding-top: 66px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
  box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
  border-radius: 0px 0px 12px 12px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-step-beta {
  top: 170px;
  height: 605px;
  padding-top: 64px;
  padding-left: 30px;
  padding-right: 30px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 850px;
  height: 220px;
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}
@media only screen and (max-width:1160px) {
  .animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom {
    display: none;
  }
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom .powered {
  width: 100%;
  height: 73.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20.1579px;
  line-height: 27px;
  color: #C5C9CF;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEFF0 100%);
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom .powered img {
  margin-left: 10px;
  width: 91.2px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom .cta-inner {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 12px 12px;
  padding: 38px 42px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom .cta-inner .cta {
  padding: 36px 0px 30px 0px;
  text-align: center;
  color: white;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #1BC74E;
  font-weight: 600;
  font-size: 31.1531px;
  line-height: 27px;
  border-radius: 9.16268px;
  cursor: pointer;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom .cta-inner .or {
  margin-top: 22px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 27.488px;
  line-height: 35px;
  color: #707689;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom .cta-inner .or span {
  border-bottom: 1px solid #707689;
  cursor: pointer;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha {
  top: 555px;
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha .powered {
  width: 100%;
  height: 53.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14.6603px;
  line-height: 20px;
  color: #C5C9CF;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEFF0 100%);
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha .powered img {
  margin-left: 7px;
  width: 66.32px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha .cta-inner {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 12px 12px;
  padding: 27px;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha .cta-inner .cta {
  padding: 26px 0px 26px 0px;
  text-align: center;
  color: white;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #1BC74E;
  font-weight: 600;
  font-size: 22.6568px;
  line-height: 20px;
  border-radius: 6.66377px;
  cursor: pointer;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha .cta-inner .or {
  margin-top: 16px;
  font-size: 19.9913px;
  line-height: 25px;
  color: #707689;
}
.animation .inner .layer .chatbox-notification .cn-inner .conversation-bottom-step-alpha .cta-inner .or span {
  border-bottom: 1px solid #707689;
  cursor: pointer;
}
.animation .inner .layer .chatbox-step-alpha {
  width: 733px;
  height: 234px;
  bottom: 543px;
  left: 228.5px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  will-change: transform, height, width;
  box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
}
.animation .inner .layer .chatbox-step-beta {
  border-radius: 6.875px 6.875px 0px 0px;
}
.animation .inner .layer .chatbox-notification-scale {
  transform: scale(0.65);
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  will-change: transform, height, width;
  bottom: 590px;
}
.animation .inner .layer .chatbox-step-final {
  width: 533px;
  height: 170px;
  left: 333px;
  bottom: 623px;
}

.fixed {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0px;
}

.animation-tablette {
  display: none;
  width: 100%;
  padding: 50px 0px 50px 0px;
}
@media only screen and (max-width:1160px) {
  .animation-tablette {
    display: block;
  }
}
.animation-tablette .inner {
  width: 800px;
  margin: 0px auto;
}
@media only screen and (max-width:767px) {
  .animation-tablette .inner {
    width: 350px;
  }
}
.animation-tablette .inner .viewbox {
  width: 400px;
  margin: 0px auto;
  margin-top: -100px;
  box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
  border-radius: 12px 12px 12px 12px;
}
@media only screen and (max-width:767px) {
  .animation-tablette .inner .viewbox {
    width: 350px;
    margin-top: -180px;
  }
}
.animation-tablette .inner .viewbox .top {
  height: 128px;
  width: 100%;
  position: relative;
  background-color: white;
  border-radius: 12px 12px 0px 0px;
}
.animation-tablette .inner .viewbox .top .text {
  position: absolute;
  left: 90px;
  top: 45px;
  min-width: 100px;
  min-height: 50px;
}
.animation-tablette .inner .viewbox .top .text .name {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #34393F;
  display: flex;
  align-items: center;
}
.animation-tablette .inner .viewbox .top .text .name img {
  margin-left: 15px;
  width: 39px;
}
.animation-tablette .inner .viewbox .top .text .legend, .animation-tablette .inner .viewbox .top .text .cta {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #707689;
}
.animation-tablette .inner .viewbox .top .text .cta {
  text-decoration: underline;
  cursor: pointer;
}
.animation-tablette .inner .viewbox .top .pic {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 20px;
  top: 20px;
  background-image: url("https://info.iadvize.com/hubfs/WEBSITE-2020/HOMEPAGE/Group%20533.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.animation-tablette .inner .viewbox .top .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  background-image: url("https://cdn2.hubspot.net/hubfs/403167/WEBSITE-2020/HOMEPAGE/mini-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  border-radius: 12px 12px 0px 0px;
}
.animation-tablette .inner .viewbox .top .cover i {
  color: white;
}
.animation-tablette .inner .viewbox .top .cover i:nth-of-type(2) {
  margin-left: 15px;
}
.animation-tablette .inner .viewbox .conversation {
  padding: 50px 0px 0px 0px;
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}
.animation-tablette .inner .viewbox .conversation .line {
  width: 100%;
  padding: 0px 20px 0px 20px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.animation-tablette .inner .viewbox .conversation .line .pic {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.animation-tablette .inner .viewbox .conversation .line .text {
  padding: 10px 15px 10px 15px;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  background: #EFF0F6;
  border-radius: 12px;
}
.animation-tablette .inner .viewbox .conversation .line .text span {
  font-weight: 600;
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(1) .text {
  width: 200px;
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(2) {
  margin-bottom: 30px;
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(2) .text {
  width: 216px;
  background-color: white;
  border: 1px solid #0099FF;
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(2) .pic {
  background-image: url("https://cdn2.hubspot.net/hubfs/403167/WEBSITE-2020/HOMEPAGE/Green.png");
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(3) {
  justify-content: flex-end;
  margin-bottom: 70px;
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(3) .text {
  width: 206px;
  background-color: #0099FF;
  color: white;
}
.animation-tablette .inner .viewbox .conversation .line:nth-of-type(3) .pic {
  display: none;
}
.animation-tablette .inner .viewbox .conversation .powered {
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEFF0 100%);
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #C5C9CF;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation-tablette .inner .viewbox .conversation .powered img {
  width: 49.76px;
  height: 11.98px;
  margin-left: 6px;
}
.animation-tablette .inner .viewbox .conversation .cta-inner {
  width: 100%;
  padding: 20px;
  border-radius: 0px 0px 12px 12px;
}
.animation-tablette .inner .viewbox .conversation .cta-inner .cta {
  padding: 20px 0px 20px 0px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 17px;
  line-height: 15px;
  color: white;
  background-color: #1BC74E;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.animation-tablette .inner .viewbox .conversation .cta-inner .or {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #707689;
}
.animation-tablette .inner .viewbox .conversation .cta-inner .or span {
  text-decoration: underline;
  cursor: pointer;
}

/*SECONDARY*/
html, body {
  max-width: 100%;
}

.brands {
  width: 100%;
  padding-top: 100px;
}
.brands .inner {
  width: 1100px;
  margin: 0px auto;
}
@media only screen and (max-width:1160px) {
  .brands .inner {
    width: 800px;
  }
}
@media only screen and (max-width:767px) {
  .brands .inner {
    width: 320px;
  }
}
.brands h2 {
  text-align: center;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width:1160px) {
  .brands h2 {
    width: 500px;
    margin: 0px auto;
  }
}
@media only screen and (max-width:767px) {
  .brands h2 {
    width: 320px;
    font-size: 35px;
    line-height: 39px;
  }
}
.brands .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0px;
}
@media only screen and (max-width:1160px) {
  .brands .logos {
    width: 572.03px;
    margin: 40px auto 10px auto;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .brands .logos img {
    margin: 0px 15px 55px 15px;
  }
}
@media only screen and (max-width:767px) {
  .brands .logos {
    width: 320px;
    flex-direction: column;
    margin: 40px 0px 20px 0px;
  }
  .brands .logos img {
    margin-bottom: 55px;
  }
}
.brands .logos-fr img:nth-of-type(1), .brands .logos-en img:nth-of-type(1) {
  max-width: 110px;
}
.brands .logos-fr img:nth-of-type(2), .brands .logos-en img:nth-of-type(2) {
  max-width: 140px;
}
.brands .logos-fr img:nth-of-type(3), .brands .logos-en img:nth-of-type(3) {
  max-width: 106px;
}
.brands .logos-fr img:nth-of-type(4), .brands .logos-en img:nth-of-type(4) {
  max-width: 144px;
}
.brands .logos-fr img:nth-of-type(5), .brands .logos-en img:nth-of-type(5) {
  max-width: 173px;
}
.brands .logos-fr img:nth-of-type(6), .brands .logos-en img:nth-of-type(6) {
  max-width: 103px;
}
@media only screen and (max-width:767px) {
  .brands .logos-fr img:nth-of-type(1), .brands .logos-en img:nth-of-type(1) {
    max-width: 90px;
  }
  .brands .logos-fr img:nth-of-type(2), .brands .logos-en img:nth-of-type(2) {
    max-width: 120px;
  }
  .brands .logos-fr img:nth-of-type(3), .brands .logos-en img:nth-of-type(3) {
    max-width: 86px;
  }
  .brands .logos-fr img:nth-of-type(4), .brands .logos-en img:nth-of-type(4) {
    max-width: 124px;
  }
  .brands .logos-fr img:nth-of-type(5), .brands .logos-en img:nth-of-type(5) {
    max-width: 153px;
  }
  .brands .logos-fr img:nth-of-type(6), .brands .logos-en img:nth-of-type(6) {
    max-width: 83px;
  }
}
.brands .logos-de img:nth-of-type(1) {
  max-width: 106.14px;
}
.brands .logos-de img:nth-of-type(2) {
  max-width: 133px;
}
.brands .logos-de img:nth-of-type(3) {
  max-width: 142.69px;
}
.brands .logos-de img:nth-of-type(4) {
  max-width: 82.47px;
}
.brands .logos-de img:nth-of-type(5) {
  max-width: 86px;
}
.brands .logos-de img:nth-of-type(6) {
  max-width: 111.17px;
}
@media only screen and (max-width:767px) {
  .brands .logos-de img:nth-of-type(1) {
    max-width: 96.14px;
  }
  .brands .logos-de img:nth-of-type(2) {
    max-width: 123px;
  }
  .brands .logos-de img:nth-of-type(3) {
    max-width: 132.69px;
  }
  .brands .logos-de img:nth-of-type(4) {
    max-width: 72.47px;
  }
  .brands .logos-de img:nth-of-type(5) {
    max-width: 76px;
  }
  .brands .logos-de img:nth-of-type(6) {
    max-width: 101.17px;
  }
}
.brands .logos-us img:nth-of-type(1) {
  max-width: 120px;
}
.brands .logos-us img:nth-of-type(2) {
  max-width: 120px;
}
.brands .logos-us img:nth-of-type(3) {
  max-width: 120px;
}
.brands .logos-us img:nth-of-type(4) {
  max-width: 120px;
}
.brands .logos-us img:nth-of-type(5) {
  max-width: 82.47px;
}
.brands .logos-us img:nth-of-type(6) {
  max-width: 120px;
}
@media only screen and (max-width:767px) {
  .brands .logos-us img:nth-of-type(1) {
    max-width: 110px;
  }
  .brands .logos-us img:nth-of-type(2) {
    max-width: 110px;
  }
  .brands .logos-us img:nth-of-type(3) {
    max-width: 110px;
  }
  .brands .logos-us img:nth-of-type(4) {
    max-width: 110px;
  }
  .brands .logos-us img:nth-of-type(5) {
    max-width: 72.47px;
  }
  .brands .logos-us img:nth-of-type(6) {
    max-width: 110px;
  }
}
.brands a {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #0099FF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.brands a img {
  width: 24px;
  margin-right: 15px;
}

/*SECONDARY*/
html, body {
  max-width: 100%;
}


.vignettes {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
}
.vignettes .inner {
  width: 1015px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1160px) {
  .vignettes .inner {
    transform: scale(0.8);
  }
}
@media only screen and (max-width:767px) {
  .vignettes .inner {
    width: 325px;
    margin: 0px auto;
    flex-direction: column;
    transform: scale(1);
    height: 1700px;
  }
}
.vignettes .inner .card-inner {
  height: 530px;
  width: 325px;
}
.vignettes .inner .card-inner .card {
  width: 100%;
  height: auto;
  border-radius: 9.12752px;
  cursor: pointer;
  position: relative;
  border: inherit;
  transition: box-shadow 0.4s ease-in-out;
}
.vignettes .inner .card-inner .card .title-card {
  position: absolute;
  top: -40px;
  width: 325px;
  align-items: center;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #303140;
  padding: 0px 10px 10px 10px;
}
@media only screen and (max-width:1160px) {
  .vignettes .inner .card-inner .card {
    box-shadow: 0px 19.2563px 38.5126px rgba(112, 118, 137, 0.25);
  }
}
.vignettes .inner .card-inner .card .title-card {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10px;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.vignettes .inner .card-inner .card .content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 9.12752px;
  background-color: white;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (max-width:1160px) {
  .vignettes .inner .card-inner .card .content {
    opacity: 1;
  }
}
.vignettes .inner .card-inner .card .content .content-inner {
  height: 100%;
  width: 100%;
  border-radius: 9.12752px;
  position: relative;
}
.vignettes .inner .card-inner .card .content .content-inner .text-inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 365.87px;
  background-color: white;
  border-radius: 9.62814px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 37px;
}
.vignettes .inner .card-inner .card .content .content-inner .text-inner p {
  padding: 0px 10px;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  margin-top: 40px;
  color: #303140;
}
.vignettes .inner .card-inner .card .content .content-inner .text-inner p span {
  font-weight: 600;
}
.vignettes .inner .card-inner .card .content .content-inner .text-inner img {
  width: 118.43px;
  height: 118.43px;
}
.vignettes .inner .card-inner .card .content .content-inner .text-inner .picture-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -50px;
}
.vignettes .inner .card-inner .card .content .content-inner .text-inner .cta {
  min-width: 1px;
  padding: 15px 30px;
  background-color: #0099FF;
  border-radius: 4.81407px;
  display: inline;
  color: white;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.vignettes .inner .card-inner .card .vitrine {
  height: 100%;
  width: 100%;
  border-radius: 9px;
  position: relative;
}
.vignettes .inner .card-inner .card .vitrine img {
  border-radius: 9px;
}
.vignettes .inner .card-inner .card:hover {
  box-shadow: 0px 19.2563px 38.5126px rgba(112, 118, 137, 0.25);
  transition: box-shadow 0.4s ease-in-out;
}
.vignettes .inner .card-inner .card:hover .content {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  border-radius: 9px;
}
.vignettes .inner #product, .vignettes .inner #travel {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width:767px) {
  .vignettes .inner #product, .vignettes .inner #travel {
    display: block;
  }
}


/*SECONDARY*/
html, body {
  max-width: 100%;
}

.promotions {
  width: 100%;
  padding: 120px 0px 120px 0px;
}
.promotions h2 {
  text-align: center;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  margin: 0px auto;
  margin-bottom: 45px;
}
@media only screen and (max-width:767px) {
  .promotions h2 {
    font-size: 35px;
    line-height: 39px;
  }
}
.promotions .inner {
  width: 830px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:1160px) {
  .promotions .inner {
    width: 700px;
  }
}
@media only screen and (max-width:767px) {
  .promotions .inner {
    width: 320px;
    flex-direction: column;
  }
}
.promotions .inner .bloc:hover {
  box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
  border-radius: 10px;
  transition: box-shadow 0.4s ease-in-out;
}
.promotions .inner .bloc {
  width: 410px;
  height: auto;
  min-height: 50px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out;
}
@media only screen and (max-width:1160px) {
  .promotions .inner .bloc {
    width: 340px;
    box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
    margin-bottom: 30px;
  }
}
.promotions .inner .bloc .illustration {
  margin-bottom: 22px;
}
.promotions .inner .bloc .data {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: #303140;
  margin-bottom: 5px;
}
.promotions .inner .bloc .kind {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #707689;
  margin-bottom: 5px;
}
.promotions .inner .bloc .title {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #303140;
  margin-bottom: 22px;
}
.promotions .inner .bloc .title span {
  font-weight: 600;
}
.promotions .inner .bloc a {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #0099FF;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.promotions .inner .bloc a img {
  width: 24px;
  margin-right: 15px;
}

/*SECONDARY*/
html, body {
  max-width: 100%;
}
