body{
  line-height:1.2;
}
.shock-header .navbar .navbar-brand .logo{
    height:50px;
}
@media (max-width:767px){
  .cursor-effect{
    display:none !important;
  }
}
.nav-link .fa{
    margin-right:0.5rem;
}
.shock-header .navbar .navbar-brand .logo {
    max-height: 150px;
}
.logo-footer{
	max-height: 80px;
}

.menu-grid-main>a {
    overflow: hidden;
    position: relative;
    display: block;
    background: linear-gradient(to right,var(--color),var(--color) 50%,var(--color-2) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .4s ease;
    text-decoration: none;
    color: var(--color-2);
    -webkit-text-fill-color: transparent;
    opacity: 0
}

.menu-grid-main>a:hover {
    background-position: 0 100%
}

.text-offset{
  width:101%;
}
.text-style-1, .text-style-2, .text-style-3, .text-style-4, .text-style-5, .text-style-6, .text-style-7, .text-style-8{
  line-height:1;
}
.text-style-4 {
    font-size: 3.2rem;
  }


.opacity-0{
  opacity:0;
}
.linkprimary,.linksprimary a:not(.noir ):not(.link):not(.arrow-button):not(.button):not(.btn):not(.thishref):not(.breadcrumb-link):not(.label-vertical),.page-template-contact .contact-header .wpcf7-form .wpcf7-list-item-label a,.page-template-contact .contact-header .wpcf7-form  .wpcf7-list-item-label a:visited{
    /*border-bottom: 1px solid rgba(243, 197, 0, 0.8);*/
    box-shadow: inset 0 -3px 0 rgb(247 227 83 / 80%);
    color: inherit;
    transition: background .5s cubic-bezier(.33,.66,.66,1);
    text-decoration: none;
    background: rgba(254,225,0,0);
}


.linkprimary:hover,.linksprimary a:not(.noir ):not(.link):not(.arrow-button):not(.button):not(.btn):not(.thishref):not(.label-vertical):hover,.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field label a:hover{
    background: rgba(247,227,83,.8);
    color: #000;
    text-decoration: none;
}

.linksprimary p:last-child{
  margin-bottom:1rem;
}
.modal-backdrop{
  z-index:2;
}
.card .button-wrapper{
  position:absolute;
  bottom:1.75rem;
  right:1.75rem;
}
.card .description{
  margin-bottom:1.75rem;
}
.arrow-button:disabled{
  cursor: not-allowed;
}
.arrow-button:disabled *{
  pointer-events: none;
}

@media (max-width:767px){
  .label-vertical.to-bottom-right-out {
    bottom: 0;
    right: -15px;
}


}


:root {
    --fsb-color: inherit;
    --fsb-background: #fff;
    --fsb-padding: 8px;
    --fsb-padding-right: var(--fsb-padding);
    --fsb-arrow-size: 10px;
    --fsb-arrow-padding: 15px;
}

.fsb-wrapper {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.fsb-original-select {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(50%);
    z-index: 1;
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0
}

select::-ms-expand {
    display: none
}

.fsb-original-select[disabled] {
    color: rgba(0,0,0,.3);
    cursor: not-allowed
}

.fsb-select {
    display: inline-block;
    position: relative;
    max-width: 100%
}

select[disabled]+.fsb-select {
    cursor: not-allowed
}

.fsb-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--fsb-color);
    background-color: var(--fsb-background);
    font-size: 1em;
    box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.fsb-select svg {
    width: 1em;
    height: 1em;
    margin-right: var(--fsb-padding-right);
    fill: currentColor;
    fill: currentColor;
    pointer-events: none
}

.fsb-label {
    display: none
}

.fsb-button {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center;
    align-items: center;
    position: relative!important;
    width: 100%!important;
    height: 100%!important;
    padding: var(--fsb-padding) 15px!important;
    padding-right: calc(var(--fsb-arrow-size) + 30px)!important;
    border: 0!important;
    border-radius: inherit!important;
    color: inherit!important;
    background-color: inherit!important;
    font-size: 1em!important;
    font-family: MuseoSansCyrl,sans-serif;
    text-align: inherit!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer
}

.fsb-button>span,.fsb-option>span {
    pointer-events: none
}

select[disabled]+.fsb-select .fsb-button {
    opacity: .4;
    pointer-events: none
}

.fsb-button:after,select[disabled]+.fsb-select .fsb-button[aria-expanded=true]:after {
    content: '';
    display: block;
    position: absolute;
    width: var(--fsb-arrow-size);
    height: var(--fsb-arrow-size);
    right: var(--fsb-arrow-padding);
    top: 50%;
    transform: translateY(-65%) rotateZ(45deg);
    border: solid currentColor;
    border-width: 0 1.5px 1.5px 0;
    box-sizing: border-box;
    transition: transform .3s ease-in-out;
    pointer-events: none
}

.fsb-button[aria-expanded=true]:after {
    transform: translateY(-35%) rotateZ(225deg)
}

.fsb-list,select[disabled]+.fsb-select .fsb-list {
    display: block;
    visibility: hidden;
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 5px 0;
    left: 0;
    top: calc(100% + 1px);
    z-index: 1000;
    padding: 0;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--fsb-color);
    background-color: var(--fsb-background);
    box-shadow: 0 2px 20px rgba(51,51,51,.1);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    overflow: auto
}

.fsb-button[aria-expanded=true]+.fsb-list {
    visibility: visible;
    opacity: 1
}

.fsb-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 17px;
    margin: 5px 10px;
    border-radius: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff!important;
    font-size: 1rem;
    font-family: MuseoSansCyrl,sans-serif;
    line-height: 1.4;
    transition: background-color .2s ease-in-out
}

.fsb-option:hover {
    background-color: #f5f5f5!important
}

.fsb-option[aria-selected=true] {
    background-color: var(--primary-color)!important;
    color: #fff!important
}

.fsb-option:focus {
    outline: 0;
    color: var(--fsb-color);
    background-color: #ddd
}

.exclude-placeholder-option+.fsb-select .fsb-list .fsb-option:first-child {
    display: none
}

.fsb-resize {
    display: block;
    height: 0;
    padding-right: calc(var(--fsb-arrow-padding) * 2 + var(--fsb-arrow-size) - var(--fsb-padding-right));
    box-sizing: border-box
}

.fsb-resize>* {
    display: block
}

.page-template-contact .contact-header__form-box {
    background-color: #fff;
    color: #252c3d;
    width: 750px;
    min-width: 750px;
    max-width: 50%;
    padding: 50px 60px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(51,51,51,.1);
    margin-bottom: 0
}

@media (max-width: 1439px) {
    .page-template-contact .contact-header__form-box {
        min-width:calc(100% - 450px)
    }
}

@media (max-width: 1199px) {
    .page-template-contact .contact-header__form-box {
        margin-bottom:0!important;
        width: 100%;
        max-width: initial;
        margin: 50px 0;
        padding: 40px
    }
}

@media (max-width: 991px) {
    .page-template-contact .contact-header__form-box {
        padding:20px 15px
    }
}

.page-template-contact .contact-header__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-template-contact .contact-header .wpcf7-form__title {
    font-size: 3.9rem;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .page-template-contact .contact-header .wpcf7-form__title {
        font-size:3rem;
        margin-bottom: 10px
    }
}

.page-template-contact .contact-header .wpcf7-form__subtitle {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .page-template-contact .contact-header .wpcf7-form__subtitle {
        margin:10px 0
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0
}

@media (max-width: 991px) {
    .page-template-contact .contact-header .wpcf7-form .form-row {
        margin:10px 0 20px
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row.m-t-20 {
    margin-top: 20px
}

.page-template-contact .contact-header .wpcf7-form .form-row.m-t-0 {
    margin-top: 0
}

.page-template-contact .contact-header .wpcf7-form .form-row label {
    margin-right: 7px;
    font-size: 1rem;
    color: var(--gray-color);
    line-height: 1.3;
    font-weight: 400
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row label {
        width: 100%;
        margin: 0
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row input,.page-template-contact .contact-header .wpcf7-form .form-row textarea {
    color: var(--primary-color);
    border: none;
    border-bottom: 2px dotted var(--primary-color);
    padding: 6px 2px;
    outline: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1
}

.page-template-contact .contact-header .wpcf7-form .form-row input:focus,.page-template-contact .contact-header .wpcf7-form .form-row textarea:focus {
    outline: 0
}

.page-template-contact .contact-header .wpcf7-form .form-row input:-ms-input-placeholder,.page-template-contact .contact-header .wpcf7-form .form-row textarea:-ms-input-placeholder {
    font-size: 1rem;
    color: #000;
    opacity: .2
}

.page-template-contact .contact-header .wpcf7-form .form-row input::placeholder,.page-template-contact .contact-header .wpcf7-form .form-row textarea::placeholder {
    font-size: 1rem;
    color: #000;
    opacity: .2
}

.page-template-contact .contact-header .wpcf7-form .form-row input::-webkit-contacts-auto-fill-button,.page-template-contact .contact-header .wpcf7-form .form-row input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0
}

.page-template-contact .contact-header .wpcf7-form .form-row input:-webkit-autofill {
    box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: var(--primary-color)!important
}

.page-template-contact .contact-header .wpcf7-form .form-row .adapt-input__wrapper {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.page-template-contact .contact-header .wpcf7-form .form-row .adapt-input__wrapper::-webkit-scrollbar {
    display: none
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row .adapt-input__wrapper {
        width:100%
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row .adapt-input__wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-contact .contact-header .wpcf7-form .form-row .adapt-input__ref {
    position: relative;
    margin: 0;
    padding: 6px 2px;
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1
}

.page-template-contact .contact-header .wpcf7-form .form-row textarea {
    margin-top: 2px;
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 300px;
    line-height: 1.3;
    resize: vertical
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row textarea {
        height:53px
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field {
    position: relative;
    margin: 30px 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin: 0
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field input:checked+.wpcf7-list-item-label .checkbox {
    border-color: var(--primary-color)
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field input:checked+.wpcf7-list-item-label .checkbox::after {
    background-color: var(--primary-color)
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field label {
    display: block;
    margin: 0 0 0 13px;
    cursor: pointer;
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field .checkbox {
    position: relative;
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #cecece;
    border-radius: 2px;
    margin: 2px 0 0;
    cursor: pointer;
    transition: border-color .3s ease-in-out
}

.page-template-contact .contact-header .wpcf7-form .form-row.rgpd-field .checkbox::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-check" width="20" height="20" viewBox="0 0 24 24" stroke-width="3" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color .3s ease-in-out
}

.page-template-contact .contact-header .wpcf7-form .greca {
    position: relative;
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #cecece;
    border-radius: 2px;
    margin: 2px 0 0;
    cursor: pointer;
    transition: border-color .3s ease-in-out;
    float:left;
}
.page-template-contact .contact-header .wpcf7-form .greca.novalid {
  border: 2px solid #ff0000;
}

.wpcf7-form.invalid #rgpd:not(:checked) +.wpcf7-list-item-label .checkbox{
  border: 2px solid #ff0000;
}


.page-template-contact .contact-header .wpcf7-form .greca::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-check" width="20" height="20" viewBox="0 0 24 24" stroke-width="3" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color .3s ease-in-out;

}
.page-template-contact .contact-header .wpcf7-form .greca.selectedlabel {
  border-color: var(--primary-color);
}

.page-template-contact .contact-header .wpcf7-form .greca.selectedlabel:after {
  background-color: var(--primary-color);
}


#thxmsg{
  display:none;
}


.wpcf7-form-control-wrap[data-name="reCAPTCHA"]{
  width:calc(100% - 37px);
  display:block;
  float:right;
}

#greca{
  display:none;
}
#greca .wpcf7-list-item-label{
  cursor: pointer;
}

.wpcf7-form-control-wrap[data-name="reCAPTCHA"] .wpcf7-list-item-label{
  display:block;
  cursor: pointer;
}

.g-recaptcha{
  float:left;
  margin:30px 0 0;
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row .fsb-wrapper {
        width:100%
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row .fsb-select {
    min-width: 250px;
    border: none;
    box-shadow: none;
    border-bottom: 2px dotted var(--primary-color);
    border-radius: 0
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row .fsb-select {
        width:100%;
        min-width: initial
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row .fsb-select .fsb-button {
    padding-left: 2px!important;
    padding-bottom: 6px!important;
    color: var(--primary-color)!important
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row .fsb-select .fsb-button {
        white-space: normal
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row .fsb-original-select:invalid+.fsb-select .fsb-button {
    color: #ff0000 !important;
    opacity:0.5;
}

.page-template-contact .contact-header .wpcf7-form .form-row .full-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .form-row .full-name {
        width:100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.page-template-contact .contact-header .wpcf7-form .form-row .full-name .adapt-input__wrapper:first-child {
    margin-right: 10px
}

.page-template-contact .contact-header .wpcf7-form .form-row .wpcf7-not-valid {
    border-bottom: 1px solid #FF0000;
}
.page-template-contact .contact-header .wpcf7-form .form-row .wpcf7-not-valid::placeholder{
    color:#FF0000;
    opacity:0.5;
}

.page-template-contact .contact-header .wpcf7-form .form-row .wpcf7-not-valid.init-fsb-select+.fsb-select {
    border-bottom: 1px solid #FF0000;
}

.page-template-contact .contact-header .wpcf7-form .form-row .wpcf7-not-valid[type=checkbox]+.checkbox {
    border-bottom: 1px solid #FF0000;
}

.page-template-contact .contact-header .wpcf7-form .file-row {
    position: relative;
    margin: 30px 0 0
}

.page-template-contact .contact-header .wpcf7-form .file-row .form-row {
    margin-bottom: 5px
}

.page-template-contact .contact-header .wpcf7-form .file-row .contact-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.page-template-contact .contact-header .wpcf7-form .file-row label {
    margin: 0 15px 0 0
}

.page-template-contact .contact-header .wpcf7-form .file-row__wrapper {
    display: none
}

.page-template-contact .contact-header .wpcf7-form .file-row__import {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-template-contact .contact-header .wpcf7-form .file-row__import p {
    margin: 5px 0 0;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--primary-color);
    border-bottom: 2px dotted var(--primary-color);
    word-break: break-word
}

.page-template-contact .contact-header .wpcf7-form .file-row__button {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    padding: 7px 15px;
    border-radius: var(--bs-border-radius)!important;
    margin-right: 15px;
    color: var(--primary-color);
    font-family: MuseoSansCyrl,sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .3s ease-in-out,color .3s ease-in-out
}

.page-template-contact .contact-header .wpcf7-form .file-row__button:hover {
    background-color: var(--primary-color);
    color: #fff
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form .file-row__button {
        margin:15px 0 5px
    }
}

@media (max-width: 575px) {
    .page-template-contact .contact-header .wpcf7-form .file-row__button {
        width:100%
    }
}

.page-template-contact .contact-header .wpcf7-form .file-row__reset {
    display: block;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0 0 8px;
    cursor: pointer
}

.page-template-contact .contact-header .wpcf7-form .file-row__guide,.page-template-contact .contact-header .wpcf7-form .file-row__too-large {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.4
}

.page-template-contact .contact-header .wpcf7-form .file-row__guide {
    color: #aeaeae;
    margin-bottom: 10px
}

.page-template-contact .contact-header .wpcf7-form .file-row__too-large {
    color: #FF0000;
    margin-bottom: 10px
}

.page-template-contact .contact-header .wpcf7-form .form-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 50px
}

.page-template-contact .contact-header .wpcf7-form .form-submit>div {
    cursor: pointer
}

@media (max-width: 575px) {
    .page-template-contact .contact-header .wpcf7-form .form-submit>div {
        width:100%
    }
}

.page-template-contact .contact-header .wpcf7-form .form-submit .blob-btn {
    color: #FF0000;
    transition: color .3s ease-in-out,opacity .3s ease-in-out
}

@media (max-width: 575px) {
    .page-template-contact .contact-header .wpcf7-form .form-submit .blob-btn {
        width:100%
    }
}

.page-template-contact .contact-header .wpcf7-form .form-submit .blob-btn:hover {
    color: #1f242f
}

.page-template-contact .contact-header .wpcf7-form .form-submit .blob-btn::before {
    transition: border-color .3s ease-in-out
}

.page-template-contact .contact-header .wpcf7-form .form-submit .blob-btn[disabled=disabled] {
    pointer-events: none;
    color: #666;
    opacity: .3;
    cursor: pointer
}

.page-template-contact .contact-header .wpcf7-form .form-submit .blob-btn[disabled=disabled]::before {
    border-color: #666
}

.page-template-contact .contact-header .contact-form__lead-origin {
    position: relative;
    width: 100%
}

.page-template-contact .contact-header .contact-form__lead-origin hr {
    margin: 30px 0 15px;
    background-color: #cecece;
    border: none;
    height: 2px;
    opacity: .3
}

.page-template-contact .contact-header .contact-form__lead-origin>div {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0
}

.page-template-contact .contact-header .contact-form__lead-origin input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0
}

.page-template-contact .contact-header .contact-form__lead-origin input.wpcf7-not-valid+label {
    border-color: #FF0000;
    color: #FF0000
}

.page-template-contact .contact-header .contact-form__lead-origin input.wpcf7-not-valid+label:hover {
    border-color: var(--primary-color)
}

.page-template-contact .contact-header .contact-form__lead-origin .selectedlabel {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color)  !important;
}

.page-template-contact .contact-header .contact-form__lead-origin label:not(.label) {
    display: block;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 10px 13px;
    border-radius: var(--bs-border-radius)!important;
    line-height: 1;
    margin: 8px 0;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;
    cursor: pointer
}

.page-template-contact .contact-header .contact-form__lead-origin label:not(.label):hover {
    background-color: var(--primary-color);
    color: #fff
}

@media (max-width: 991px) {
    .page-template-contact .contact-header .contact-form__lead-origin label:not(.label) {
        line-height:1.3;
        padding: 5px 10px;
        border-radius: 15px;
        margin: 5px 0
    }
}

.page-template-contact .contact-header .contact-form__lead-origin .label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 40px
}
.contact-form__lead-origin .wpcf7-list-item{
  display:inline-block;
  margin: 0 1rem 0 0;
  width:auto;

}


.page-template-contact .contact-header .wpcf7-form__confirm {
    display: none;
    width: 100%
}

.page-template-contact .contact-header .wpcf7-form__confirm .wpcf7-form__subtitle {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .page-template-contact .contact-header .wpcf7-form__confirm .blob-btn {
        width:100%
    }
}

.page-template-contact .contact-header .wpcf7-form__errors {
    display: none;
    margin: 0 0 10px;
    max-width: 600px;
    color: #FF0000;
    font-weight: 400;
    word-break: break-word
}

@media (max-width: 991px) {
    .page-template-contact .contact-header .wpcf7-form__errors {
        max-width:initial
    }
}
.page-template-contact .contact-header .textareaw100 span{
  display:block;
  width:100%;
}

.wpcf7-list-item{
  margin:0 !important;
  display:block;
  width:100%;
}
.wpcf7-checkbox .wpcf7-list-item{
  margin:0 1rem 0 0 !important;
}

.wpcf7-list-item-label{
  display:flex;
}
.wpcf7-acceptance .wpcf7-list-item>label{
  margin:0 !important;
}
.wpcf7-not-valid-tip{
  display:none;
}
.wpcf7 .screen-reader-response {
    position: relative;
    overflow: hidden;
    clip: inherit;
    clip-path: inherit;
    height: auto;
  width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
    color:#ff0000;
}

.wpcf7 .screen-reader-response ul{
  display: none !important;
}

#recaptchaResponse {
  display: none !important;

}
#recaptchaResponse + .wpcf7-not-valid-tip{
  display: block !important;
  width: 100%;
  float: left;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.modal-backdrop{
    display:none;
}
.modalwrapper .modal:after{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity:0.5;
    content:'';
}

.gray-link{
    color: var(--color);
}
.page-template-nous .card.boxed .box{
    bottom:-60px;
    min-height:215px;
}

@media (max-width:768px){
    .page-template-nous .label-vertical{
        display:none;
    }
}

.popup-bar-marquee{
    position:relative;
    overflow:hidden;
    width:100%;
    padding:10px 0;
    white-space:nowrap;
    z-index:999;
}

.popup-bar-track{
    display:flex;
    width:max-content;
    animation:popupScroll var(--popup-speed) linear infinite;
}

.popup-bar-marquee:hover .popup-bar-track{
    animation-play-state:paused;
}

.popup-bar-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:0 40px;
    flex-shrink:0;
}

.popup-bar-item .description{
    margin:0;
    font-size:15px;
    font-weight:500;
}

.popup-bar-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    background:#000;
    color:#fff !important;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    transition:.25s;
}

.popup-bar-cta:hover{
    background:#222;
    color:#fff;
}

@keyframes popupScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.rank-math-breadcrumb{
    background:#fff;
    padding:15px 0;
    font-size:14px;
    border-bottom:1px solid #eee;
}

.rank-math-breadcrumb p{
    margin:0;
    width:100%;
    max-width:1320px;
    padding:0 15px;
    margin-left:auto;
    margin-right:auto;
}

.rank-math-breadcrumb a{
    color:#000;
    text-decoration:none;
    transition:.2s;
}

.rank-math-breadcrumb a:hover{
    color:#fcda00;
}

.rank-math-breadcrumb .separator{
    margin:0 8px;
    color:#999;
}

.rank-math-breadcrumb .last{
    color:#1a1a20;
    font-weight:500;
}
.jaune{
    color: var(--accent-color) !important;
}
.noir {
    color: var(--black-color) !important;
}
.bg-white{
    background-color: #fff !important;
}
.page-template-contact .climb{
    top:-3rem;
}
.card-blog .link{
    position:relative;
    z-index:4;
}

.cf7-step {
  display: none;
}

.cf7-step.is-active {
  display: block;
}

.cf7-step-buttons {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.cf7-step-next {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.cf7-progress {
  margin: 0 0 45px;
  max-width: 520px;
}

.cf7-progress__bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cf7-progress__line,
.cf7-progress__line-active {
  position: absolute;
  top: 16px;
  left: 32px;
  right: 32px;
  height: 2px;
  background: #d8dce8;
  z-index: 1;
}

.cf7-progress__line-active {
  right: 50%;
  background: #00bfc0;
  transition: right 0.3s ease;
}

.cf7-progress__step {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #8b91aa;
  font-size: 14px;
}

.cf7-progress__step span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d8dce8;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.cf7-progress__step.is-active,
.cf7-progress__step.is-complete {
  color: #00bfc0;
}

.cf7-progress__step.is-active span,
.cf7-progress__step.is-complete span {
  border-color: #00bfc0;
}

.cf7-multistep[data-step="2"] .cf7-progress__line-active {
  right: 32px;
}



/* Désactive le vieux système */
.home .section-avantages-home .climb.simple{
    top: -290px !important;
}
@media (min-width:1400px){
   .section-avantages-home{
    height:400px;
} 
}
#avis{
    min-height:432px;
}
@media(max-width:991px){
    .home .section-avantages-home .climb.simple{
    top: -100px !important;
}

.row-cta .col-md-4{
    display:flex;
    justify-content: center;
}
.hero-rating{
    margin-top: 30px;
    margin-bottom:30px;
}
#avis{
    min-height:680px;
}
.page-template-contact .button{
    min-width:280px;
}

}
.section-avantages-home .card .description{
    margin:0;
}

.section-blog-home .arrow-button{
    border: 0 none;
}
.section-blog-home .col-md-6{
    padding-right: 45px;
    padding-bottom: 45px;
    padding-top: 45px;
}

.section-blog-home .card.has-image.shadow{
.section-blog-home .card.shadow,
.section-blog-home .card.has-image.shadow{
    box-shadow: none !important;
}

.section-blog-home .label-vertical.to-bottom-right-out{
    right: 0 !important;
}
.card .overlay{
    background-color: #07beb826;
}
