@charset "UTF-8";
:root {
  --ved-agent-primary-highlight:6,32,74,1;
}

/* Lightbox styles */
.ved_thumbnail_box {
  height: 60px;
  width: 280px;
  border-radius: 30px;
  border: 1px solid var(--var_css-primary-color);
  box-sizing: content-box;
  transition: width 0.2s;
  z-index: 100;
}
@media (max-width: 767px) {
  .ved_thumbnail_box {
    box-sizing: content-box;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .ved_thumbnail_box .inner{
    max-width: 40px;
  }
  .ved_thumbnail_box .inner .overflex{
    max-width:40px;
  }
  .ved_thumbnail_box .inner .overflex .infoflex{
    max-width:40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ved_thumbnail_box {
    width: 60px;
    border-radius: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.ved_thumbnail_box.anonyme, .ved_thumbnail_box.soumission {
  background-color: var(--var_css-primary-color);
}
.ved_thumbnail_box.anonyme .info-icon, .ved_thumbnail_box.soumission .info-icon {
  display: none;
}
.ved_thumbnail_box.anonyme.ved-reduced, .ved_thumbnail_box.soumission.ved-reduced {
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.ved_thumbnail_box.anonyme .inner, .ved_thumbnail_box.soumission .inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath id='Path' d='M1.251,0,0,1.306,4.5,6,0,10.694,1.251,12,7,6Z' transform='translate(0 0)' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .ved_thumbnail_box.anonyme, .ved_thumbnail_box.soumission {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .ved_thumbnail_box.anonyme .inner, .ved_thumbnail_box.soumission .inner {
    width: 40px;
  }
  .ved_thumbnail_box.anonyme .inner .agency-info, .ved_thumbnail_box.soumission .inner .agency-info {
    display: none;
  }
  .ved_thumbnail_box.anonyme .inner a, .ved_thumbnail_box.soumission .inner a {
    height: 40px !important;
  }
  .ved_thumbnail_box.anonyme .inner .info-icon, .ved_thumbnail_box.soumission .inner .info-icon {
    display: block;
  }
  .ved_thumbnail_box.anonyme .inner .info-icon svg, .ved_thumbnail_box.soumission .inner .info-icon svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ved_thumbnail_box.anonyme, .ved_thumbnail_box.soumission {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .ved_thumbnail_box.anonyme .inner, .ved_thumbnail_box.soumission .inner {
    width: 60px;
  }
  .ved_thumbnail_box.anonyme .inner .agency-info, .ved_thumbnail_box.soumission .inner .agency-info {
    display: none;
  }
  .ved_thumbnail_box.anonyme .inner .info-icon, .ved_thumbnail_box.soumission .inner .info-icon {
    display: block;
  }
}
.ved_thumbnail_box.ved-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.ved_thumbnail_box.ved-fixed.anonyme .info-icon, .ved_thumbnail_box.ved-fixed.soumission .info-icon {
  display: block;
}
.ved_thumbnail_box.ved-fixed.anonyme .agency-info, .ved_thumbnail_box.ved-fixed.soumission .agency-info {
  display: none;
}
.ved_thumbnail_box.ved-reduced {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  vertical-align: top;
  transition: width 0.2s;
  background: #FFF;
}
@media (max-width: 767px) {
  .ved_thumbnail_box.ved-reduced {
    width: 40px;
    height: 40px;
  }
}
.ved_thumbnail_box.ved-reduced .inner {
  vertical-align: top;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ved_thumbnail_box.ved-reduced .inner {
    width: 40px;
    height: 40px;
  }
}
.ved_thumbnail_box.ved-reduced .inner .ved-flex {
  box-sizing: border-box;
}
.ved_thumbnail_box.ved-reduced .inner .ved-flex .agent-pic {
  min-width: 52px;
  width: 52px;
}
@media (max-width: 767px) {
  .ved_thumbnail_box.ved-reduced .inner .ved-flex .agent-pic {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }
}
.ved_thumbnail_box.ved-reduced .inner .ved-flex .agent-info {
  min-width: 220px;
  box-sizing: border-box;
}
.ved_thumbnail_box.ved-reduced:hover {
  background: #FFF;
  border-radius: 30px;
  transition: width 0.2s;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .ved_thumbnail_box.ved-reduced:hover {
    width: 280px;
  }
}
.ved_thumbnail_box.ved-reduced:hover .inner .agent-info {
  display: block;
  min-width: 190px;
  overflow: hidden;
  padding: 12px 5px;
  box-sizing: border-box;
  height: 40px;
}
@media (min-width: 768px) {
  .ved_thumbnail_box.ved-reduced:hover .inner .agent-info {
    height: 60px;
  }
}
.ved_thumbnail_box.ved-reduced:hover .inner .agent-info span {
  display: block;
  width: 100%;
}
.ved_thumbnail_box.ved-reduced.anonyme, .ved_thumbnail_box.ved-reduced.soumission {
  height: 60px;
  border-radius: 0px;
  padding: 0px;
}
.ved_thumbnail_box.ved-reduced.anonyme:hover, .ved_thumbnail_box.ved-reduced.soumission:hover {
  background: rgba(0, 0, 0, 0);
}
.ved_thumbnail_box.ved-reduced.anonyme:hover .inner, .ved_thumbnail_box.ved-reduced.soumission:hover .inner {
  margin-top: 6px;
  height: 45px;
  background: var(--var_css-primary-color);
  border-radius: 22.5pcx;
  overflow: visible;
}
.ved_thumbnail_box.ved-reduced.anonyme:hover .inner a, .ved_thumbnail_box.ved-reduced.soumission:hover .inner a {
  height: 45px;
}
.ved_thumbnail_box.ved-reduced.anonyme:hover .inner .info-icon, .ved_thumbnail_box.ved-reduced.soumission:hover .inner .info-icon {
  /*order:2;*/
  z-index: 5;
}
.ved_thumbnail_box.ved-reduced.anonyme:hover .inner .agency-info, .ved_thumbnail_box.ved-reduced.soumission:hover .inner .agency-info {
  /*order:1;*/
  display: block;
  margin-left: 30px;
  width: 200px;
}
.ved_thumbnail_box.ved-reduced.anonyme:hover .inner .ved-flex, .ved_thumbnail_box.ved-reduced.soumission:hover .inner .ved-flex {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ved_thumbnail_box.ved-reduced.anonyme:hover, .ved_thumbnail_box.ved-reduced.soumission:hover {
    height: 40px;
    width: 40px;
    overflow: visible;
  }
  .ved_thumbnail_box.ved-reduced.anonyme:hover .inner, .ved_thumbnail_box.ved-reduced.soumission:hover .inner {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
  }
  .ved_thumbnail_box.ved-reduced.anonyme:hover .agency-info, .ved_thumbnail_box.ved-reduced.soumission:hover .agency-info {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ved_thumbnail_box.ved-reduced.anonyme:hover, .ved_thumbnail_box.ved-reduced.soumission:hover {
    width: 40px;
    overflow: visible;
  }
  .ved_thumbnail_box.ved-reduced.anonyme:hover .agency-info, .ved_thumbnail_box.ved-reduced.soumission:hover .agency-info {
    display: none !important;
  }
  .ved_thumbnail_box.ved-reduced.anonyme:hover .info-icon, .ved_thumbnail_box.ved-reduced.soumission:hover .info-icon {
    display: block;
  }
}
.ved_thumbnail_box .inner {
  box-sizing: border-box;
  width: 280px;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath id='Path' d='M1.251,0,0,1.306,4.5,6,0,10.694,1.251,12,7,6Z' transform='translate(0 0)' fill='%230498b5'/%3E%3C/svg%3E%0A");*/
  background-repeat: no-repeat;
  background-position: top 50% left 250px;
}
.ved_thumbnail_box .inner .agent-pic {
  width: 52px;
  height: 52px;
  margin: 4px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.ved_thumbnail_box .inner .agent-pic img {
  max-width: 100%;
}
.ved_thumbnail_box .inner .chevron-icon{
  text-align: left;
  display:flex;
  flex-direction: column;
  justify-content: center;
  margin-right:20px;
}
@media (max-width: 767px) {
  .ved_thumbnail_box .inner .agent-pic {
    margin: 3px;
    width: 34px;
    height: 34px;
  }
}
.ved_thumbnail_box .inner a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ved_thumbnail_box .inner a {
    height: 40px;
    max-height: 40px;
  }
  .ved_thumbnail_box .inner a .ved-flex {
    max-height: 40px;
  }
}
.ved_thumbnail_box .inner .agent-info {
  width: calc(100% - 60px);
  text-align: left;
  line-height: 20px;
}
.ved_thumbnail_box .inner .agent-info .call2action {
  font-family: "Outfit", sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
}
.ved_thumbnail_box .inner .agent-info .agent-name {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #06204A;
}
.ved_thumbnail_box .inner .agent-info .agent-title {
  font-size: 16px;
  color: #06204A;
}
.ved_thumbnail_box .inner.agency a {
  display: block;
  height: 60px;
}
.ved_thumbnail_box .inner.agency a .ved-flex {
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.ved_thumbnail_box .inner.agency a .ved-flex .agency-info {
  color: #FFF;
  font-family: "Outfit", sans-serif;
}

.ved-lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(246, 246, 246, 0.9);
}
.ved-lightbox .close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.ved-lightbox .close:hover, .ved-lightbox .close:focus {
  text-decoration: none;
  cursor: pointer;
}
.ved-lightbox .close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.ved-lightbox .ved-lightbox-content {
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px #878787;
  box-shadow: 0px 0px 15px 0px #878787;
  padding: 0px;
  width: 100%;
  margin: 0%;
  max-width: 767px;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .ved-lightbox .ved-lightbox-content {
    margin: 3% auto;
    width: 80%;
  }
}
.ved-lightbox .ved-lightbox-header {
  padding: 20px 20px 50px 20px;
  border-bottom: 1px solid #ccc;
}
.ved-lightbox .ved-lightbox-body {
  padding: 50px 20px 20px 20px;
}
.ved-lightbox .agent-actions {
  justify-content: center;
}
.ved-lightbox .agent-actions a {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  padding: 10px 5px;
  height: 40px;
  width: 120px;
  font-size: 13px;
  color: var(--var_css-primary-color);
  border: 1px solid var(--var_css-primary-color);
}
.ved-lightbox .display-flex {
  display: flex;
}
.ved-lightbox h2 {
  width: 100%;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #06204A;
  text-align: center;
  margin-top: 0px;
}
.ved-lightbox .agent-markup, .ved-lightbox .agency-markup {
  text-align: center;
  font-family: "Outfit", sans-serif;
  margin-top: 50px;
}
.ved-lightbox .agent-markup .agent-pic, .ved-lightbox .agency-markup .agent-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px auto 10px auto;
  overflow: hidden;
  display: block;
}
.ved-lightbox .agent-markup .agent-pic img, .ved-lightbox .agency-markup .agent-pic img {
  max-width: 100%;
  border-radius: 50%;
}
.ved-lightbox .agent-markup .agent-name, .ved-lightbox .agency-markup .agent-name {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #06204A;
}
.ved-lightbox .agent-markup .agent-title, .ved-lightbox .agency-markup .agent-title {
  font-size: 16px;
  color: #06204A;
  font-weight: 600;
}
.ved-lightbox .agent-markup .agent-icons, .ved-lightbox .agency-markup .agent-icons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.ved-lightbox .agent-markup .agent-icons .engine-contact-icon a, .ved-lightbox .agency-markup .agent-icons .engine-contact-icon a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
  background: #EEEEEE;
  display: inline-block;
}
.ved-lightbox .agent-markup .agent-icons .engine-contact-icon a svg, .ved-lightbox .agency-markup .agent-icons .engine-contact-icon a svg {
  width: 35px;
  height: 35px;
  padding: 9px 7px 5px 7px;
}
.ved-lightbox .agent-markup .contact-agent-links{
  margin-top:30px;
}
.ved-lightbox .agent-markup .contact-agent-links a{
  display:block;
}
.ved-lightbox .agent-markup .contact-agent-links a.agent-phone{
  font-size:16px;
  font-weight:bold;
}
.ved-lightbox .agent-markup .contact-agent-links a.agent-mail{
  font-size:14px;
}
.ved-lightbox .agent-markup .agent-buttons, .ved-lightbox .agent-markup .agency-buttons, .ved-lightbox .agency-markup .agent-buttons, .ved-lightbox .agency-markup .agency-buttons {
  margin-top: 25px;
}
.ved-lightbox .ved-agent-button-primary {
  height: 50px;
  padding: 10px 20px;
  background: var(--var_css-primary-color);
  border-radius: 25px;
  border: none;
  color: #FFF;
}
.ved-lightbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath id='Path' d='M1.251,0,0,1.306,4.5,6,0,10.694,1.251,12,7,6Z' transform='translate(12) rotate(90)' fill='%23999'/%3E%3C/svg%3E%0A");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 0px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
.ved-lightbox #ved_form_result_msg {
  font-family: "Outfit", sans-serif;
  display: none;
}
.ved-lightbox #ved_form_result_msg.show {
  text-align: center;
  display: inline-block;
}
.ved-lightbox #ved_form_result_msg.show svg{
  margin-left:10px;
}
.ved-lightbox .calendly-inline-widget {
  margin-top: 20px;
}

.ved-engine-button-secondary {
  color: rgba(var(--ved-agent-primary-highlight));
  width: 220px;
  height: 50px;
  border: 1px solid rgba(var(--ved-agent-primary-highlight));
  border-radius: 25px;
  background: #FFFFFF;
}

.tab-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
}
.tab-button:hover {
  background-color: #0056b3;
}

.ved-no-scroll {
  overflow: hidden;
}

#ved-vignette-lightbox {
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.18);
  display: none;
}
#ved-vignette-lightbox.show {
  display: block!important;
}
#ved-vignette-lightbox .tab-content {
  display: none;
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
  transition: opacity 0.4s;
}
#ved-vignette-lightbox .tab-content.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.4s;
}
#ved-vignette-lightbox .tab-content:not(.active) {
  animation: fadeOut 0.4s;
}
#ved-vignette-lightbox .tab-content label {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  color: #3C3C3C;
}
#ved-vignette-lightbox .tab-content input {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#ved-vignette-lightbox .tab-content textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#ved-vignette-lightbox .tab-content .ved-input-group {
  display: flex;
}
#ved-vignette-lightbox .tab-content .ved-input-group input:first-child {
  width: 70%;
  margin-right:5px;
  
}
#ved-vignette-lightbox .tab-content .ved-input-group input:last-child {
  width: calc(30% - 5px);

}
#ved-vignette-lightbox .ved-mt-20 {
  margin-top: 20px;
}
#ved-vignette-lightbox .ved-mt-30 {
  margin-top: 30px;
}
#ved-vignette-lightbox .ved-mt-40 {
  margin-top: 40px;
}
#ved-vignette-lightbox .ved-mt-50 {
  margin-top: 50px;
}
#ved-vignette-lightbox .ved-pt-50 {
  padding-top: 50px;
}
#ved-vignette-lightbox .ved-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#ved-vignette-lightbox .ved-col-6, #ved-vignette-lightbox .ved-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box; /* Ajout de cette ligne */
}
#ved-vignette-lightbox .ved-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
#ved-vignette-lightbox .ved-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
#ved-vignette-lightbox .ved-form-group label {
  color: 3C3C3C;
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
#ved-vignette-lightbox .ved-form-group .error-msg{
  display:none;
}
#ved-vignette-lightbox .ved-form-group.error label{
  color:#e23f43!important;
}
#ved-vignette-lightbox .ved-form-group.error input{
  border-color:#e23f43;
}
#ved-vignette-lightbox .ved-form-group.error textarea{
  border-color:#e23f43;
}
#ved-vignette-lightbox .ved-form-group.error .error-msg{
  display:block;
  color:#e23f43;
}
#ved-vignette-lightbox .mobile-type-select-trigger {
  display: none;
  max-width: 540px;
  margin: 0px auto 60px auto;
}

@media (max-width: 1024px) {
  #ved-vignette-lightbox .mobile-type-select-trigger.show{
    display: block!important;
    height: 60px;
    background-color: #EEE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath id='Path' d='M1.251,0,0,1.306,4.5,6,0,10.694,1.251,12,7,6Z' transform='translate(12) rotate(90)' fill='%23222'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top 50% right 25px;
    border-radius: 30px;
    font-family: "Outfit", sans-serif;
    padding: 10px 30px;
    box-sizing: border-box;
    cursor: pointer;
  }
  #ved-vignette-lightbox .mobile-type-select-trigger .label {
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #3C3C3C;
    font-size: 13px;
  }
  #ved-vignette-lightbox .mobile-type-select-trigger .comType {
    color: #3C3C3C;
    font-size: 15px;
  }
}
#ved-vignette-lightbox .button-group .button-group-inner {
  background-color: #EEE;
  height: 40px;
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 20px;
  justify-content: space-between;
  width: fit-content;
  display: flex;
  list-style-type: none;
}
#ved-vignette-lightbox #ved_send_info_msg{
  cursor: pointer;
}
#ved-vignette-lightbox #ved_send_info_msg.d-none{
  display:none;
}


@media (min-width: 1025px) {
  #ved-vignette-lightbox .button-group .button-group-inner {
    margin: 0 auto;
  }
}
#ved-vignette-lightbox .button-group .button-group-inner button, #ved-vignette-lightbox .button-group .button-group-inner .fake-button {
  font-family: "Outfit", sans-serif;
  border-radius: 20px;
  font-size: 13px;
  height: 40px;
  background: none;
  border: none;
  color: #06204A;
  margin: 0px 5px;
}
#ved-vignette-lightbox .button-group .button-group-inner button:first-child, #ved-vignette-lightbox .button-group .button-group-inner .fake-button:first-child {
  margin-left: 0px;
}
#ved-vignette-lightbox .button-group .button-group-inner button:last-child, #ved-vignette-lightbox .button-group .button-group-inner .fake-button:last-child {
  margin-right: 0px;
}
#ved-vignette-lightbox .button-group .button-group-inner .fake-button {
  box-sizing: border-box;
}
#ved-vignette-lightbox .button-group .button-group-inner li.active button, #ved-vignette-lightbox .button-group .button-group-inner li.active .fake-button {
  color: #FFF;
  background: #000000;
  transition: all 0.1s;
}
#ved-vignette-lightbox .button-group#ved-type-select .close {
  display: none;
}
#ved-vignette-lightbox .button-group#ved-type-select .ved-type-select-content .label {
  display: none;
}
@media (max-width: 1024px) {
  #ved-vignette-lightbox .button-group#ved-type-select.show {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background: #FFF;
    z-index: 1001;
    box-sizing: border-box;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .close {
    display: block;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .ved-type-select-content {
    margin: 50px auto;
    padding: 20px 40px;
    max-width: 500px;
    width: 85%;
    font-family: "Outfit", sans-serif;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .ved-type-select-content .label {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    display: block;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .ved-type-select-content .button-group-inner {
    flex-direction: column;
    height: fit-content;
    width: 100%;
    box-sizing: border-box;
    background: none;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .ved-type-select-content .button-group-inner li {
    margin: 2px auto;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .ved-type-select-content .button-group-inner li.active {
    background: #EEE;
  }
  #ved-vignette-lightbox .button-group#ved-type-select.show .ved-type-select-content .button-group-inner li .fake-button {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: #222222;
    font-size: 15px;
    padding: 20px 20px;
  }
  #ved-vignette-lightbox .button-group#ved-type-select:not(.show) {
    display: none;
  }
}
#ved-vignette-lightbox textarea, #ved-vignette-lightbox input {
  font-family: "Outfit", sans-serif;
}

.ved-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ved-justify-center {
  justify-content: center;
}

.ved-text-center {
  text-align: center;
}

.ved-w-100 {
  width: 100%;
}

/* Définir les animations de fondu */
@keyframes vignetteFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vignetteFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


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