.title {
    font-family: 'Montserrat';
    position: relative;
}


p.clyd_description {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .pl_xl_0 {
        padding-left: 0;
    }

    .pr_xl_0 {
        padding-right: 0;
    }

    .mt_xl_30 {
        margin-top: 30px;
    }

    .mt_xl_34 {
        margin-top: 34px;
    }
}

@media (max-width: 991px) {
    .mt_md_34 {
        margin-top: 34px;
    }

    .pl_md_7 {
        padding-left: 7px;
    }

    .pr_md_7 {
        padding-right: 7px;
    }
}

@media (max-width: 767px) {
    .pl_md_7 {
        padding-left: 15px;
    }

    .pr_md_7 {
        padding-right: 15px;
    }
}

/*.title::before {
    border-top: 1px solid #43d457;
    content: "";
    position: absolute;
    top: 15px;
}*/

.title_level_1 {
    font-size: 33.5px;
    font-weight: bold;
}

.title_level_1::before {
    width: 26%;
}

@media (max-width: 991px) {
    .title_level_1 {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .title_level_1 {
        font-size: 23px;
    }
}

.title_level_2 {
    font-size: 25px;
    font-weight: bold;
}

.title_level_2::before {
    width: 15%;
}

.title_level_3 {
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
}

.title_level_4 {
    font-size: 19px;
    line-height: 1.2;
    font-family: 'Montserrat';
}

.col_img_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image_container {
    width: 100%;
}

.image_container img {
    width: 100%;
}

.highlight {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 19.5px;
}

.bg_white {
    background-color: #fff;
}

.image_container iframe {
    width: 100%;
    height: auto;
}

.video_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mdm_button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 19px;
    border: none;
    font-family: 'Montserrat';
    font-size: 14px;
}

.mdm_button_yellow {
    color: white;
    background-color: #F3CD12;
}

.mdm_button_purple {
    color: white;
    background-color: #7445E3;
}

.bg_grey_scale {
    width: 100%;
    background: linear-gradient(180deg, rgb(120, 120, 120) 11%, rgb(90, 90, 90) 50%, rgb(80, 80, 80) 80%);
    padding: 43px;
    box-shadow: 0px 3px 6px #00000057;
    border: 1px solid #FFFFFF4D;
    border-radius: 30px;
    opacity: 1;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.min_height_265 {
    min-height: 265px;
}

@media (max-width: 1199px) {
    .min_height_265 {
        min-height: 276px;
    }
}

@media (max-width: 992px) {
    .min_height_265 {
        min-height: 327px;
    }
}

@media (max-width: 890px) {
    .min_height_265 {
        min-height: 374px;
    }
}

@media (max-width: 767px) {
    .min_height_265 {
        min-height: unset;
    }
}

.min_height_307 {
    min-height: 316px;
}

@media (max-width: 1199px) {
    .min_height_307 {
        min-height: 383px;
    }
}

@media (max-width: 992px) {
    .min_height_307 {
        min-height: 395px;
    }
}

@media (max-width: 890px) {
    .min_height_307 {
        min-height: 441px;
    }
}

@media (max-width: 767px) {
    .min_height_307 {
        min-height: unset;
    }
}


.min_height_573 {
    min-height: 573px;
}


.min_height_389 {
    min-height: 389px;
}

@media (max-width: 1200px) {
    .min_height_389 {
        min-height: 448px;
    }
}

@media (max-width: 991px) {
    .min_height_389 {
        min-height: unset;
    }
}

.check_list {
    list-style: none;
    /* Remove default bullets */
    padding-left: 20px;
    /* Add padding for the custom icon */
}

.check_list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 29px;
}

.check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url('/assets/icons/black_theme/icon-check.svg');
    /* Path to your custom icon */
    background-size: contain;
    /* Adjust the size of the icon */
    background-repeat: no-repeat;
    /* Prevent repeating the icon */
    background-position: center;
    /* Center the icon */
}

.check_list.check_list_sm li::before {
    width: 30px;
    height: 30px;
}

.paragraph_with_icone {
    text-align: center;
}

.paragraph_with_icone img {
    width: 73.56px;
    height: auto;
}

.spaced_buttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    /* Customize the space between the buttons */
}

.soti_mobicontrol {
    width: 80%;
    height: auto;
}

.font_18 {
    font-size: 18px;
}

.img_solution_clyd {
    width: 163px;
    height: auto;
}

.img_clyd {
    width: 262px;
    height: auto;
}

.soti_img {
    width: 95px;
}

@media (max-width: 991px) {
    .min_height_573 {
        min-height: unset;
    }

    .min_height_282 {
        min-height: unset;
    }

    .clyd_wrapper {
        text-align: center;
    }

    .link_centered_mobile {
        display: block;
    }
}

.clyd_wrapper img {
    width: 264px;
}

@media (max-width: 575px) {
    .img_solution_clyd {
        width: 111px;
        height: 62.4px;
    }

    .highlight {
        top: 1.458vw;
        font-size: 4.5vw;
    }

    .clyd_wrapper {
        text-align: center;
    }

    .clyd_wrapper img {
        width: 200px;
    }

    .check_list li::before {
        top: 4px;
        width: 30px;
        height: 30px;
    }

    .section_2b .check_list li::before {
        top: -4px;
    }

    .soti_img {
        width: 89px;
    }

    .link_centered_mobile {
        text-align: center;
        display: block;
    }

    .min_height_573 {
        min-height: unset;
    }

    .paragraph_with_icone img {
        width: 80px;
        height: 80.32px;
    }

}

.container_avis_clients {
    max-width: 100%;
}

.gradient-bg {
      background: linear-gradient(135deg, #43d457 0%, #5ee069 100%);
    background-size: cover;
    /* Ensures the image covers the entire div */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the background image from repeating */
}

.container_avis_clients_white {
    background-color: #fff;
}

.container_avis_clients_grey {
    background-color: #E6E6E6;
}

.title_solution_mdm::before {
    top: -11px;
    width: 260px;
}

.telelogos_description {
    font-size: 17px;
    line-height: 1.4;
}

.soti_title {
    line-height: 1.3;
}

.check_list .highlight {
    font-size: 16.5px;
}

.call_us {
    font-size: 18.5px;
}

.paragraph_with_icone {
    padding-top: 35px;
}

.paragraph_with_icone .box_detail {
    /*width: 304px;*/
    text-align: center;
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

div.bg_grey_scale h3.title_level_4,
div.bg_grey_scale h4.title_level_4 {
    font-size: 28px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .paragraph_with_icone .box_detail {
        width: initial
    }
}

.paragraph_content,
.box_detail,
.clyd_description,
.soti_description {
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
}

@media (max-width: 1446px) {

    div.bg_grey_scale h3.title_level_4,
    div.bg_grey_scale h4.title_level_4 {
        font-size: 22px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .min_height_307 {
        min-height: 501px;
    }
}

@media (max-width: 575px) {

    .paragraph_content,
    .box_detail,
    .clyd_description,
    .soti_description {
        font-size: 14px;
    }

    .paragraph_with_icone {
        padding-top: 25px;
    }

    .title_level_1 {
        font-size: 23px;
    }

    .title_level_2 {
        font-size: 17px;
    }

    .title_level_3 {
        font-size: 18px;
    }
}

.pl_pr_25 {
    padding-left: 43px;
    padding-right: 43px;
}

.conclusion {
    font-size: 19.5px;
    font-weight: 500;
    font-family: 'Open Sans';
}

.paragraph_with_icone h3,
.paragraph_with_icone h4 {
    margin-bottom: 30px;
}

.mdm_button {
    width: 260px;
    height: 60px;
    margin-top: 50px;
}

.col_img_wrapper.custom_check_list {
    align-items: inherit;
    padding-left: 120px;
}

.col_img_wrapper.custom_check_list .check_list{
    padding-left: 0px;
}

@media (min-width: 1684px) {
    .min_height_307 {
        height: 320px;
        width: 812px;
    }

    .min_height_567 {
        width: 536px;
        height: 500px;
    }

    .col_img_wrapper.custom_check_list .check_list .highlight{
        font-size: 24px;
    }
}

@media (max-width: 1683px) {
    .min_height_567 {
        min-height: 100%;
    }

    .min_height_307 {
        min-height: 100%;
    }
}

@media (min-width: 992px) {

    h2.title_solution_mdm {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    p.clyd_description {
        margin-top: 30px;
    }

    .clyd_wrapper .highlight {
        margin-top: 30px;
    }

    .section_2a .frist_row {
        padding-bottom: 40px;
    }

    .section_2a .second_row .col-bg_grey_scale-one,
    .section_2a .second_row .col-bg_grey_scale-two {
        padding-bottom: 16px;
    }

    .section_2b,
    .section_2c {
        margin-top: 80px;
    }

    .section_2c .call_us {
        margin-top: 50px;
    }

    .section_3 .frist_row {
        padding-bottom: 50px;
    }

    .section_3 .soti_description {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .section_4 .paragraph_content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section_4 .second_row {
        padding-top: 51px;
    }

    .section_4 .conclusion {
        padding-top: 40px;
    }

    .section_4 .container_2_section_4 {
        padding-top: 80px;
    }

    .section_4 .call_us {
        margin-top: 50px;
    }

    .center-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .section_3 .second_row .soti_title {
        margin-top: 30px !important;
    }

    h3.title_level_4 {
        padding-top: 40px !important;
    }

    h3.title_level_4,
    h3.title_level_3 {
        margin: 0px;
    }

    div.div_icon_h3_ {
        padding-top: 40px !important;
    }
}

.paragraph_content_first_section {
    margin-bottom: 0px !important;
}

@media (max-width: 1683px) and (min-width: 992px) {
    .section_4 .second_row .col-12 {
        margin-top: 1rem !important;
    }
}

.section_0 .paragraph_content {
    padding-top: 14px;
}

@media (max-width: 991px) {
    .section_4 .second_row .col-12 {
        margin-top: 1rem !important;
    }

    .section_0 .paragraph_content {
        padding-top: 0px;
    }

    h2.title_solution_mdm {
        margin-bottom: 10px;
        padding-bottom: 30px;
        /* font-size: 1.5rem; */
        /* Ajustement pour les petits écrans */
    }

    p.clyd_description {
        margin-top: 20px;
        font-size: 1rem;
    }

    .clyd_wrapper .highlight {
        margin-top: 20px;
        line-height: 22px;
    }

    .title_with_image,
    h2.highlight,
    .soti_title {
        line-height: 22px;
    }

    h3.title_level_4 {
        line-height: 18px;
    }

    .section_2a .frist_row {
        padding-bottom: 30px;
    }

    .section_2a .second_row .col-bg_grey_scale-one,
    .section_2a .second_row .col-bg_grey_scale-two,
    .section_2a .second_row .col-bg_grey_scale-three,
    .section_2a .second_row .col-bg_grey_scale-four {
        padding-bottom: 10px;
    }

    .section_2b,
    .section_2c {
        margin-top: 50px;
    }

    .section_2c .call_us {
        margin-top: 30px;
    }

    .section_3 .frist_row {
        padding-bottom: 40px;
    }

    .section_3 .soti_description {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .section_4 .paragraph_content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section_4 .second_row {
        padding-top: 40px;
    }

    .section_4 .conclusion {
        padding-top: 30px;
    }

    .section_4 .container_2_section_4 {
        padding-top: 50px;
    }

    .section_4 .call_us {
        margin-top: 30px;
    }

    .title_level_1 {
        font-size: 27px;
    }

    .title_level_2 {
        font-size: 19px;
        line-height: 22px;
    }

    .title_level_3 {
        font-size: 18.5px;
        line-height: 22px;
    }

    div.bg_grey_scale h3.title_level_4,
    div.bg_grey_scale h4.title_level_4 {
        font-size: 18.5px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .bg_grey_scale {
        padding: 30px;
    }

    .pl_pr_25 {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*.first_title_level_3 br {
        display: none;
    }*/

    .container_avis_clients {
        padding-left: 22px;
        padding-right: 25px;
    }

    .check_list li {
        margin-bottom: 20px;
        line-height: 22px;
    }

    .paragraph_with_icone h3,
    .paragraph_with_icone h4 {
        margin-bottom: 20px;
    }

    p.soti_description {

        margin-bottom: 0px !important;
    }

    .mt-4.link_centered_mobile {
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }

    .check_list_sm li:last-child {
        margin-bottom: 0px;
    }

    .section_4 .second_row .col-12.second_row_frist_row {
        margin-top: 10px !important;
    }

    div.div_icon_h3_ {
        padding-top: 30px !important;
    }

    h3.title_level_4,
    h3.title_level_3 {
        margin: 0px;
    }

    .container_2_section_4_faq .box_detail {
        padding-top: 20px !important;
    }

    h3.title_level_4 {
        padding-top: 30px !important;
    }

    .container_2_section_4_faq h3.title_level_4 {
        line-height: 1.2 !important;
    }

    .col_img_wrapper.custom_check_list {
      padding-top: 20px;
      align-items: center;
      padding-left: 15px;
    }

    .col_img_wrapper.custom_check_list .check_list{
      padding-left: 20px;
    }
}


@media (min-width: 1442px) {
    h1 {
        font: normal normal bold 60px/75px Montserrat !important;
    }

    h2 {
        font: normal normal bold 36px/48px Montserrat !important;
    }

    h3 {
        font: normal normal bold 28px/42px Montserrat !important;
    }

    h4 {
        font: normal normal bold 18px/22px Montserrat !important;
    }
}

/* Écrans larges (1200px - 1919px) */
@media (max-width: 1442px) and (min-width: 992px) {
    h1 {
        font: normal normal bold 50px/65px Montserrat !important;
    }

    h2 {
        font: normal normal bold 32px/44px Montserrat !important;
    }

    h3, .container_2_section_4_faq h3.title_level_4 {
        font: normal normal bold 26px/38px Montserrat !important;
    }

    h4 {
        font: normal normal bold 16px/20px Montserrat !important;
    }
    
}


@media (max-width: 575px) {

    .title_level_1 {
        font-size: 23px;
    }

    .title_level_2 {
        font-size: 17px;
    }

    .title_level_3 {
        font-size: 18px;
    }

    div.bg_grey_scale h3.title_level_4,
    div.bg_grey_scale h4.title_level_4 {
        font-size: 18px;
    }

    .check_list .highlight {
        font-size: 1rem;
    }

    .conclusion {
        font-size: 15px;
    }
}


@media (max-width: 616px) {
    .last_btn_purple {
        margin-top: 30px;
    }
}

@media (max-width: 511px) {

    .section_2b .check_list li.check_list_1::before {
        top: 5px;
    }
}

@media (max-width: 451px) {
    .section_2b .check_list li.check_list_3::before {
        top: 5px;
    }
}

@media (max-width: 419px) {
    .section_2b .check_list li.check_list_4::before {
        top: 5px;
    }
}

@media (max-width: 368px) {
    .section_2b .check_list li.check_list_2::before {
        top: 5px;
    }
}

@media (max-width: 405px) {
    .first_title_level_3 br {
        display: none !important;
    }
}

.container_2_section_4_faq h3.title_level_4 {
    padding-top: 0px !important;
    text-transform: initial;
}

:root {
    --recode-green: #43d457;
    --recode-green-light: #5ee069;
    --recode-green-dark: #38b84a;
}

.recode-bg-primary { background-color: var(--recode-green); }
.recode-text-primary { color: var(--recode-green); }
.recode-border-primary { border-color: var(--recode-green); }
.recode-hover-primary:hover { background-color: var(--recode-green-light); }

.star-rating { color: #fbbf24; }
.review-card { 
    transition: all 0.3s ease;
    border-left: 4px solid var(--recode-green);
}
.review-card:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 10px 25px rgba(67, 212, 87, 0.1) !important;
}

.gradient-bg {
    background: linear-gradient(135deg, var(--recode-green) 0%, var(--recode-green-light) 100%);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000,0 0 #0000,var(--tw-shadow);
}

.p-6 {
  padding: 1.5rem;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107,114,128,var(--tw-text-opacity));
}

.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}
.container_avis_clients.recent_reviews .mb-4 {
  margin-bottom: 1rem !important;
}

.font-bold {
  font-weight: 700;
}
h3.text-lg {
  font-size: 1.025rem !important;
  line-height: 1.75rem !important;
}
.mb-2 {
  margin-bottom: .5rem;
}

.review-card .text-black {
    color: #000000;
}

.italic {
  font-style: italic;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}
.mt-2 {
  margin-top: .5rem;
}

.recent_reviews .col.d-flex {
  padding-top: 15px;
    padding-bottom: 15px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.container_avis_clients .container.recent_reviews {
    max-width: 80rem;
}

.container_avis_clients.recent_reviews p{
    line-height: 1.5;
  font-size: 0.94rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p.italic.text-black {
    margin-bottom:0px;
}

.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}
.mb-6 {
  margin-bottom: 1.5rem;
}

/* Badge compact – visuel neutre (pas d'héritage de styles géants) */
.gr-badge{
  --scale: 1;              /* ajuste toute la taille (0.85, 1.1, …) */
  --text: #111;
  --star: #fbbc05;

  display:inline-flex;
  align-items:center;
  gap: .5em;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: calc(13px * var(--scale));
  line-height: 1;
  color: var(--text);
  white-space: nowrap;
}

.gr-logo{
  width: calc(55px * var(--scale));
  height: calc(55px * var(--scale));
  flex: 0 0 auto;
}

.gr-title{
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.gr-stars{
  display:inline-flex;
  gap: 2px;
  /*margin-left: .35em;*/
}

.gr-star{
  width: calc(24px * var(--scale));
  height: calc(24px * var(--scale));
  fill: var(--star);
}

.gr-score{
  margin-left: .35em;
  font-weight: 700;
  font-size: 16px;
}

/* Si votre thème gonfle la typo, forcez la taille : */
/* .gr-badge{ font-size:13px !important; } */



.google-reviews-badge {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: #fff;
  border-radius: .75rem;
  padding: .5rem .75rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  width: fit-content;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.recent_reviews .gr-score{
    font-size: 0.9rem;
    color: #000000;
}


.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245,158,11,var(--tw-text-opacity));
}
.mr-3 {
  margin-right: .75rem !important;
}

.duration-300 {
  transition-duration: .3s !important;
}
.transition {
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-8 {
  padding-left: 2rem  !important;
  padding-right: 2rem  !important;
}
.rounded-lg {
  border-radius: .5rem !important;
}
.inline-flex {
  display: inline-flex !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243,244,246,var(--tw-bg-opacity)) !important;
}

a.hrf_gg:hover {
  color: inherit;
  text-decoration: inherit;
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
}