

.comp_1 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_2 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_3 {
    flex-direction: column;
}
.comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_4 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_4 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_4 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 img {
    width: 100%;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_1 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_1 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_3 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_4 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_4 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_4 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.comp_4 img {
    margin-bottom: 1px;
    margin-right: 4px;
    width: 30%;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_4 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .comp_4 img {
        margin-bottom: 1px;
        margin-right: 4px;
        width: 30%;
    }
    body {
        background-image: url('');
    }
}



<!DOCTYPE html>
<html>
<head>
<style>
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  .blinking-image {
  animation: blink 1s infinite; /* 1s pour la durée de l'animation (1 secondes), "infinite" pour la répétition infinie */
  /* ... autres styles ... */
}

    width: 200px; /* Largeur de l'image */
    height: 200px; /* Hauteur de l'image */
    
  }
</style>
</head>
<body>

<img class="blinking-image" src="wa_res/images/big/30-minutes-serrurier-intervention.png" alt="Image clignotante">

</body>
</html>


.blockcomp-0-comp_0 {
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 .innerBox {
    position: relative;
}
.blockcomp-0-comp_0 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_10 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_10 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_11 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-btn {
    background-color: rgba(50,62,76,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,182,0,1);
    font-family: '';
    font-weight: 400;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn:active {
    background-color: rgba(50,62,76,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,182,0,1);
}
.blockcomp-0-comp_11 .wa-btn.wa-btn:hover {
    background-color: rgba(50,62,76,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,182,0,1);
}
.blockcomp-0-comp_11 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_11 div {
    justify-content: center;
}
.blockcomp-0-comp_12 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_12 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_14 {
    flex-direction: column;
}
.blockcomp-0-comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_15 {
    animation: flash;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_15 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_15 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_15 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_15 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_16 {
    flex-direction: column;
}
.blockcomp-0-comp_16 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_17 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_17 hr {
    border-color: rgba(255,255,255,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_18 {
    animation: bounceInRight;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_18 .wa-txt-par {
    color: rgba(57,120,252,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_18 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_18 .wa-txt-par.wa-last-par {
    color: rgba(57,120,252,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_19 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_20 {
    flex-direction: column;
}
.blockcomp-0-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_21 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_21 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_21 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_21 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_21 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_22 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_22 .wa-txt-par {
    color: rgba(55,111,198,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_22 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_22 .wa-txt-par.wa-last-par {
    color: rgba(55,111,198,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_22 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_23 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_23 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_24 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_25 {
    flex-direction: column;
}
.blockcomp-0-comp_25 > .wa_inner_col {
    background-color: rgba(255,182,0,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_25 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_26 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_26 .wa-btn {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
    font-family: '';
    font-weight: 400;
}
.blockcomp-0-comp_26 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_26 .wa-btn.wa-btn:active {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
}
.blockcomp-0-comp_26 .wa-btn.wa-btn:hover {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
}
.blockcomp-0-comp_26 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_26 div {
    justify-content: center;
}
.blockcomp-0-comp_27 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_28 {
    flex-direction: column;
}
.blockcomp-0-comp_28 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_29 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_29 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 4000/3361;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 4000px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 4000/3361;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 4000/3361;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_30 {
    display: flex;
    width: 100%;
    filter: drop-shadow(0px 0px 5px #323e4c);
}
.blockcomp-0-comp_30 .wa-image-wrap {
    aspect-ratio: 892/586;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 892px) );
}
.blockcomp-0-comp_30 .wa-image-wrap > div {
    aspect-ratio: 892/586;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_30 .wa-image-wrap img {
    aspect-ratio: 892/586;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_31 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_31 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.blockcomp-0-comp_32 {
    flex-direction: column;
}
.blockcomp-0-comp_32 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_32 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_33 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_33 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_34 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_34 .wa-image-wrap {
    aspect-ratio: 688/318;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 688px) );
}
.blockcomp-0-comp_34 .wa-image-wrap > div {
    aspect-ratio: 688/318;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_34 .wa-image-wrap img {
    aspect-ratio: 688/318;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_35 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_35 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_36 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_36 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_37 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_37 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-0-comp_37 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_37 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_38 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_39 {
    flex-direction: column;
}
.blockcomp-0-comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_4 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_4 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_40 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_40 .wa-image-wrap {
    aspect-ratio: 326/484;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 326px) );
}
.blockcomp-0-comp_40 .wa-image-wrap > div {
    aspect-ratio: 326/484;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_40 .wa-image-wrap img {
    aspect-ratio: 326/484;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_41 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_41 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_42 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_43 {
    flex-direction: column;
}
.blockcomp-0-comp_43 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_43 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_44 {
    width: 100%;
}
.blockcomp-0-comp_45 {
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_45 .innerBox {
    position: relative;
}
.blockcomp-0-comp_45 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.blockcomp-0-comp_45 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_46 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_47 {
    flex-direction: column;
}
.blockcomp-0-comp_47 > .wa_inner_col {
    background-color: rgba(0,0,0,0.701961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_47 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_49 {
    flex-direction: column;
}
.blockcomp-0-comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_50 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_51 {
    flex-direction: column;
}
.blockcomp-0-comp_51 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_51 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_52 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_52 .wa-image-wrap {
    aspect-ratio: 4000/3555;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 4000px) );
}
.blockcomp-0-comp_52 .wa-image-wrap > div {
    aspect-ratio: 4000/3555;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_52 .wa-image-wrap img {
    aspect-ratio: 4000/3555;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_53 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_54 {
    flex-direction: column;
}
.blockcomp-0-comp_54 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_54 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_55 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_56 {
    flex-direction: column;
}
.blockcomp-0-comp_56 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_56 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_57 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_57 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_58 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_58 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_58 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_58 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_58 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_59 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_59 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_60 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_60 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_61 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_62 {
    flex-direction: column;
}
.blockcomp-0-comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_63 .wa-txt-par {
    color: rgba(153,153,153,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_63 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_63 .wa-txt-par.wa-last-par {
    color: rgba(153,153,153,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_63 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_64 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_65 {
    flex-direction: column;
}
.blockcomp-0-comp_65 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_65 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_66 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_67 {
    flex-direction: column;
}
.blockcomp-0-comp_67 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_67 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_68 {
    width: 100%;
}
.blockcomp-0-comp_69 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_69 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.blockcomp-0-comp_7 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_8 {
    flex-direction: column;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_9 {
    width: 100%;
}
.blockcomp-0-comp_0 {
    background-image: url('../../icons/petit-6-serrurier-latour-bas-elne-ocitop.png?t=');
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.blockcomp-0-comp_0 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 20px;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_11 .wa-btn {
    font-size: 1.5em;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
    border-radius: 4.38em;
}
.blockcomp-0-comp_11 a {
    width: unset;
}
.blockcomp-0-comp_11 div {
    width: unset;
}
.blockcomp-0-comp_12 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.blockcomp-0-comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_15 {
    border: none;
    border-radius: 7rem 7rem 7rem 7rem;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_15 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-0-comp_15 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-0-comp_16 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_16 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_16 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_17 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
}
.blockcomp-0-comp_18 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_18 .wa-txt-par {
    font-size: 32px;
    line-height: 1.2;
}
.blockcomp-0-comp_18 .wa-txt-par.wa-last-par {
    font-size: 32px;
    line-height: 1.2;
}
.blockcomp-0-comp_19 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_21 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_21 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
}
.blockcomp-0-comp_21 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
}
.blockcomp-0-comp_22 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_22 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-0-comp_22 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-0-comp_23 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
}
.blockcomp-0-comp_24 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_25 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_25 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_25 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_26 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_26 .wa-btn {
    font-size: 1.5em;
}
.blockcomp-0-comp_26 a {
    width: unset;
}
.blockcomp-0-comp_26 div {
    width: unset;
}
.blockcomp-0-comp_27 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_28 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_28 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_29 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.blockcomp-0-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 4000px) );
}
.blockcomp-0-comp_30 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_30 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 53px 53px 53px 53px;
    max-width: calc( min( 100% , 892px) );
}
.blockcomp-0-comp_31 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-0-comp_32 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_32 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_32 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_33 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 20px;
}
.blockcomp-0-comp_34 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_34 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 688px) );
}
.blockcomp-0-comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.blockcomp-0-comp_35 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-0-comp_35 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-0-comp_36 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 20px;
}
.blockcomp-0-comp_37 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_37 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.blockcomp-0-comp_38 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_39 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_39 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_4 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
}
.blockcomp-0-comp_40 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_40 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 326px) );
}
.blockcomp-0-comp_41 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-0-comp_42 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_43 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_43 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_43 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_44 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0rem;
}
.blockcomp-0-comp_45 {
    background-image: url('../../icons/serrurier-sdp66.jpg?t=');
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_45 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-0-comp_46 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_47 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_47 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_47 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_48 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_49 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_50 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_51 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_51 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_51 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_52 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_52 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 4000px) );
}
.blockcomp-0-comp_53 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_54 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_54 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_54 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_55 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_56 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_56 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_56 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_57 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-0-comp_58 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_58 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
}
.blockcomp-0-comp_58 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
}
.blockcomp-0-comp_59 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_60 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-0-comp_61 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_62 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_62 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_63 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_63 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-0-comp_63 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-0-comp_64 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_65 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_65 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_65 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_66 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_67 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_67 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_67 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_68 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.blockcomp-0-comp_69 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-0-comp_7 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_8 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_9 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        background-image: url('../../icons/petit-6-serrurier-latour-bas-elne-ocitop.png?t=');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 20px;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-btn {
        font-size: 1.5em;
    }
    .blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 4.38em;
    }
    .blockcomp-0-comp_11 a {
        width: unset;
    }
    .blockcomp-0-comp_11 div {
        width: unset;
    }
    .blockcomp-0-comp_12 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .blockcomp-0-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_15 {
        border: none;
        border-radius: 7rem 7rem 7rem 7rem;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_15 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_15 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_16 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_16 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_16 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_17 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .blockcomp-0-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_18 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_18 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_19 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_21 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_21 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_21 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_22 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_22 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_22 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .blockcomp-0-comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_25 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_26 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_26 .wa-btn {
        font-size: 1.5em;
    }
    .blockcomp-0-comp_26 a {
        width: unset;
    }
    .blockcomp-0-comp_26 div {
        width: unset;
    }
    .blockcomp-0-comp_27 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_28 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_29 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4000px) );
    }
    .blockcomp-0-comp_30 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_30 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 53px 53px 53px 53px;
        max-width: calc( min( 100% , 892px) );
    }
    .blockcomp-0-comp_31 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-0-comp_32 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_32 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 20px;
    }
    .blockcomp-0-comp_34 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_34 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 688px) );
    }
    .blockcomp-0-comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .blockcomp-0-comp_35 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_35 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_36 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 20px;
    }
    .blockcomp-0-comp_37 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_37 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .blockcomp-0-comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_4 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .blockcomp-0-comp_40 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_40 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 326px) );
    }
    .blockcomp-0-comp_41 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-0-comp_42 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_43 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_43 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_44 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0rem;
    }
    .blockcomp-0-comp_45 {
        background-image: url('../../icons/serrurier-sdp66.jpg?t=');
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-0-comp_45 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-0-comp_46 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_47 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_50 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_51 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_52 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_52 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4000px) );
    }
    .blockcomp-0-comp_53 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_54 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_55 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_56 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_56 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_56 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_57 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-0-comp_58 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_58 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_58 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_59 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_60 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-0-comp_61 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_62 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_63 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_63 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-0-comp_64 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_65 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_65 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_65 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_66 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_67 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_67 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_67 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_68 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .blockcomp-0-comp_69 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-0-comp_7 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
}


.blockcomp-1-comp_0 {
    background-position: left bottom;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 .innerBox {
    position: relative;
}
.blockcomp-1-comp_0 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_11 {
    flex-direction: column;
}
.blockcomp-1-comp_11 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_12 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_12 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_12 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_13 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_13 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_13 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_14 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_14 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_14 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_14 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_14 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_15 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_15 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_15 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_16 {
    flex-direction: column;
}
.blockcomp-1-comp_16 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_17 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_17 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_17 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_17 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_17 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_18 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_18 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_18 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_19 {
    flex-direction: column;
}
.blockcomp-1-comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_2 {
    flex-direction: column;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_20 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_20 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_20 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_21 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_21 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_21 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_22 {
    flex-direction: column;
}
.blockcomp-1-comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_23 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_23 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_23 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_24 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_24 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_24 .wa-txt-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_26 {
    flex-direction: column;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_27 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-image-wrap {
    aspect-ratio: 446/113;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 446px) );
}
.blockcomp-1-comp_27 .wa-image-wrap > div {
    aspect-ratio: 446/113;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-image-wrap img {
    aspect-ratio: 446/113;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_28 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_28 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_28 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_29 {
    flex-direction: column;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    aspect-ratio: 4000/3361;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 4000px) );
}
.blockcomp-1-comp_3 .wa-image-wrap > div {
    aspect-ratio: 4000/3361;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap img {
    aspect-ratio: 4000/3361;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_30 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_30 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_31 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_31 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_31 .wa-txt-par a {
    color: rgba(254,244,49,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_31 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_31 .wa-txt-par.wa-last-par a {
    color: rgba(254,244,49,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_32 {
    flex-direction: column;
}
.blockcomp-1-comp_32 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_32 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_33 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_33 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_33 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_33 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_34 .wa-txt-par {
    color: rgba(55,111,198,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_34 .wa-txt-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
    color: rgba(55,111,198,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_35 .wa-txt-par {
    color: rgba(254,244,49,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_35 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
    color: rgba(254,244,49,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_36 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_36 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_36 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_36 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_36 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_37 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_37 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_37 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_37 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_38 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_39 {
    flex-direction: column;
}
.blockcomp-1-comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_40 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_40 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_40 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_40 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_40 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_41 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_41 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_41 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_41 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_41 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_42 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_42 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_43 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_44 {
    flex-direction: column;
}
.blockcomp-1-comp_44 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_45 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_45 .wa-image-wrap {
    aspect-ratio: 4000/3555;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 4000px) );
}
.blockcomp-1-comp_45 .wa-image-wrap > div {
    aspect-ratio: 4000/3555;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_45 .wa-image-wrap img {
    aspect-ratio: 4000/3555;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_46 {
    flex-direction: column;
}
.blockcomp-1-comp_46 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_47 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_47 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_47 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_49 {
    flex-direction: column;
}
.blockcomp-1-comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_5 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_5 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-1-comp_50 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_50 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-1-comp_51 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_51 .wa-btn {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
    font-family: '';
    font-weight: 400;
}
.blockcomp-1-comp_51 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-1-comp_51 .wa-btn.wa-btn:active {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
}
.blockcomp-1-comp_51 .wa-btn.wa-btn:hover {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
}
.blockcomp-1-comp_51 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-1-comp_51 div {
    justify-content: center;
}
.blockcomp-1-comp_52 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_52 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.388235;
    width: 100%;
}
.blockcomp-1-comp_53 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_54 {
    flex-direction: column;
}
.blockcomp-1-comp_54 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_55 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_55 .wa-txt-par {
    color: rgba(254,244,49,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_55 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
    color: rgba(254,244,49,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_56 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_57 {
    flex-direction: column;
}
.blockcomp-1-comp_57 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_57 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_58 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_58 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_58 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_58 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_58 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_59 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_59 .wa-txt-par {
    color: rgba(58,134,143,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_59 .wa-txt-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par {
    color: rgba(58,134,143,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_6 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_6 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_60 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_60 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_60 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_60 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_60 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_61 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_61 .wa-txt-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_61 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_61 .wa-txt-par.wa-last-par {
    color: rgba(199,199,199,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_61 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_62 {
    flex-direction: column;
}
.blockcomp-1-comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_63 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_63 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_64 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_64 .wa-txt-par {
    color: rgba(55,111,198,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_64 .wa-txt-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_64 .wa-txt-par.wa-last-par {
    color: rgba(55,111,198,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: ;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_64 .wa-txt-par.wa-last-par a {
    color: rgba(119,159,168,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_65 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_65 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_65 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_65 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_65 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_66 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_66 .wa-image-wrap {
    aspect-ratio: -1/-1;;
    box-sizing: content-box;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_66 .wa-image-wrap > div {
    aspect-ratio: -1/-1;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_66 .wa-image-wrap img {
    aspect-ratio: -1/-1;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_67 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_68 {
    flex-direction: column;
}
.blockcomp-1-comp_68 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_68 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_69 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_7 {
    flex-direction: column;
}
.blockcomp-1-comp_7 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_70 {
    flex-direction: column;
}
.blockcomp-1-comp_70 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_70 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_71 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_71 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_71 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_71 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_71 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_72 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_72 .wa-txt-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 1em;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_72 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_72 .wa-txt-par.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: '';
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_72 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_8 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_8 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-1-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_9 .wa-btn {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
    font-family: '';
    font-weight: 400;
}
.blockcomp-1-comp_9 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-1-comp_9 .wa-btn.wa-btn:active {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
}
.blockcomp-1-comp_9 .wa-btn.wa-btn:hover {
    background-color: rgba(255,182,0,1);
    border-color: rgba(192,192,192,0);
    color: rgba(59,59,59,1);
}
.blockcomp-1-comp_9 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-1-comp_9 div {
    justify-content: center;
}
#anchor-82c95e7e {
    scroll-margin-top: 0rem;
}
.blockcomp-1-comp_0 {
    background-image: url('../../icons/petit-2-serrurier-ocitop.png?t=');
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.blockcomp-1-comp_0 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    justify-content: start;
}
.blockcomp-1-comp_0.wa-fulpage-box {
    justify-content: start;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_11 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_12 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_12 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_13 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_13 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_14 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_14 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_14 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_15 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_15 .wa-txt-par {
    font-size: 16px;
    line-height: 0.8;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 0.8;
}
.blockcomp-1-comp_16 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_16 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_17 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_17 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_17 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_18 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_18 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_19 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_20 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_20 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_21 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_21 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_22 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_23 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_23 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_24 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_24 .wa-txt-par {
    font-size: 13px;
    line-height: 1.4;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
    font-size: 13px;
    line-height: 1.4;
}
.blockcomp-1-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_27 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_27 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 446px) );
}
.blockcomp-1-comp_28 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_28 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_29 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 4000px) );
}
.blockcomp-1-comp_30 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_30 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_31 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_31 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_31 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_32 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_32 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_32 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_33 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_33 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_34 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_34 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_35 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_36 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_36 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_36 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_37 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_37 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_38 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_39 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_40 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_40 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_40 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_41 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_41 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_41 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_42 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_42 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_42.wa-fulpage-box {
    justify-content: start;
}
.blockcomp-1-comp_43 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_44 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_44 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_45 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_45 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 4000px) );
}
.blockcomp-1-comp_46 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_46 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_47 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_47 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
}
.blockcomp-1-comp_48 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 64px;
}
.blockcomp-1-comp_50 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-1-comp_51 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_51 .wa-btn {
    font-size: 1.5em;
}
.blockcomp-1-comp_51 a {
    width: unset;
}
.blockcomp-1-comp_51 div {
    width: unset;
}
.blockcomp-1-comp_52 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.blockcomp-1-comp_53 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_54 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_54 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_55 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_55 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
}
.blockcomp-1-comp_56 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_57 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_57 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_57 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_58 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_58 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_58 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_59 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_59 .wa-txt-par {
    font-size: 14px;
    line-height: 1.4;
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.4;
}
.blockcomp-1-comp_6 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_6 .wa-txt-par {
    font-size: 25px;
    line-height: 1.2;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
    font-size: 25px;
    line-height: 1.2;
}
.blockcomp-1-comp_60 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_60 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_60 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_61 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_61 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_61 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_62 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_62 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_63 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_63 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
}
.blockcomp-1-comp_64 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_64 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_64 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_65 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_65 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_65 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
}
.blockcomp-1-comp_66 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_66 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , -1px) );
}
.blockcomp-1-comp_67 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_68 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_68 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_68 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_69 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_7 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_7 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_70 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_70 > .wa_inner_col {
    background-image: url('../../icons/petit-2-serrurier-ocitop.png?t=');
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_70 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_71 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_71 .wa-txt-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_71 .wa-txt-par.wa-last-par {
    font-size: 12px;
    line-height: 1.2;
}
.blockcomp-1-comp_72 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_72 .wa-txt-par {
    font-size: 10px;
    line-height: 1.2;
}
.blockcomp-1-comp_72 .wa-txt-par.wa-last-par {
    font-size: 10px;
    line-height: 1.2;
}
.blockcomp-1-comp_8 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 60px;
}
.blockcomp-1-comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_9 .wa-btn {
    font-size: 1.5em;
}
.blockcomp-1-comp_9 a {
    width: unset;
}
.blockcomp-1-comp_9 div {
    width: unset;
}
@media (min-width: 992px) {
    #anchor-82c95e7e {
        scroll-margin-top: 0rem;
    }
    .blockcomp-1-comp_0 {
        background-image: url('../../icons/petit-2-serrurier-ocitop.png?t=');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        justify-content: start;
    }
    .blockcomp-1-comp_0.wa-fulpage-box {
        justify-content: start;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_11 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_12 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_12 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_12 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_13 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_13 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_14 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_14 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_15 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 16px;
        line-height: 0.8;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 0.8;
    }
    .blockcomp-1-comp_16 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_16 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_17 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_17 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_17 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_19 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_20 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_20 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_21 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_22 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_23 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_23 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_23 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_24 .wa-txt-par {
        font-size: 13px;
        line-height: 1.4;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 13px;
        line-height: 1.4;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 446px) );
    }
    .blockcomp-1-comp_28 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_28 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4000px) );
    }
    .blockcomp-1-comp_30 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_31 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_31 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_32 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_32 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_33 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_34 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_35 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_36 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_36 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_36 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_37 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_37 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .blockcomp-1-comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_40 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_40 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_40 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_41 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_41 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_41 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_42 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-1-comp_42 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_42.wa-fulpage-box {
        justify-content: start;
    }
    .blockcomp-1-comp_43 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_44 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_44 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_45 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_45 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4000px) );
    }
    .blockcomp-1-comp_46 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 64px;
    }
    .blockcomp-1-comp_50 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_51 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_51 .wa-btn {
        font-size: 1.5em;
    }
    .blockcomp-1-comp_51 a {
        width: unset;
    }
    .blockcomp-1-comp_51 div {
        width: unset;
    }
    .blockcomp-1-comp_52 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .blockcomp-1-comp_53 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_55 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_56 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_57 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_57 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_57 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_58 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_58 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_58 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_59 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_59 .wa-txt-par {
        font-size: 14px;
        line-height: 1.4;
    }
    .blockcomp-1-comp_59 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.4;
    }
    .blockcomp-1-comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 25px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 25px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_60 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_60 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_60 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_61 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_61 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_61 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_62 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_62 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_63 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_63 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_64 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_64 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_64 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_65 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_65 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_65 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_66 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_66 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , -1px) );
    }
    .blockcomp-1-comp_67 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_68 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_68 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_68 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_69 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_7 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_7 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_70 > .wa_inner_col {
        background-image: url('../../icons/petit-2-serrurier-ocitop.png?t=');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_70 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_71 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_71 .wa-txt-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_71 .wa-txt-par.wa-last-par {
        font-size: 12px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_72 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_72 .wa-txt-par {
        font-size: 10px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_72 .wa-txt-par.wa-last-par {
        font-size: 10px;
        line-height: 1.2;
    }
    .blockcomp-1-comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 60px;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-btn {
        font-size: 1.5em;
    }
    .blockcomp-1-comp_9 a {
        width: unset;
    }
    .blockcomp-1-comp_9 div {
        width: unset;
    }
}
