.layout.layout-canvas-b {
    background-color: #fff;
}

body {
    background-color: #f2f4f6 !important;
    color: #0f172a !important;
    font-size: 1.6rem !important;
    font-family: Ubuntu,sans-serif !important;
    margin: 0;
    font-weight: 400;
    line-height: 1.5 !important;
    max-width: 100% !important;
  }
  
  td.stylingblock-content-wrapper.camarker-inner {
      padding: 0px !important;
  }
  
  .bg-title-gradient {
      background: linear-gradient(104.06deg, #F72717 1.27%, #FC1F6F 94.77%);
      color: white;
      border-radius: 32px;
      width: max-content;
      height: 50px;
      padding: 10px 20px;
      display: flex;
      align-items: center;
  }
  
  .title-gradient b {
      background: -webkit-linear-gradient(#e12c69, #e32427);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  
  .title-gradient {
      font-size: 62px;
      line-height: 68px;
      padding-bottom: 20px;
  }
  
  p {
      margin-top: 0;
      margin-bottom: 0;
  }
  
  .footer {
      display: block;
      background-color: #f8fafc;
      border-top: 3px solid;
      -o-border-image: linear-gradient(270deg, #f72717, #ed1f7d 75%) 1;
      border-image: linear-gradient(270deg, #f72717, #ed1f7d 75%) 1;
  }
  
  .footer-second {
      display: block;
      background-color: #f8fafc;
  }
  
  .footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .group-links-link-content {
      margin: 6px 0;
      line-height: 14px;
  }
  
  .group-links-link {
      color: #475569;
      font-size: 12px;
      text-transform: uppercase;
  }
  
  a {
      outline: none;
      color: #162056;
  }
  
  a, a:focus, a:hover {
      text-decoration: none;
  }
  
  .media-bundle .svg-container {
      width: 30px;
      height: 30px;
  }
  
  .group-links-title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: #0f172a;
  }
  
  .footer-second .container .item {
      margin-top: 30px;
  }
  
  .footer-second .container .logo .picture {
      width: 91px;
      -o-object-fit: contain;
      object-fit: contain;
      height: 56px;
  }
  
  .footer .container .item {
      margin-top: 30px;
  }
  
  .footer .container .logo .picture {
      width: 91px;
      -o-object-fit: contain;
      object-fit: contain;
      height: 56px;
  }
  
  .media-bundle {
      margin-top: 30px;
      display: flex;
      grid-gap: 20px;
      gap: 20px;
  }
  
  .img-position {
     margin-left: 0px;
  }
  
  .img-position img {
      display: block; 
      text-align: left; 
      height: auto; 
      width: 100%; 
  }
  
  .encadre-abo {
      box-shadow: 0px 20px 30px #D4D7E066;
      padding: 32px;
      background: white;
      gap: 20px;
      border-radius: 24px;
      width: 536px;
  }
  
  button.sc-button {
      background: #0F172A !important;
      border-radius: 12px !important;
      padding: 12px 28px !important;
      font-style: normal !important;
      font-weight: 700 !important;
      font-size: 16px !important;
  }
  
  #smartcapture-block-09qi715h4mg5 {
     padding-top: 30px !important;
  }
  
  /*------------------------------------------------*/
  /* Start - Checkbox Pesonalise */
  
  .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }
  
  .checkmark {
      position: relative;
      display: block;
      width: 24px;
      height: 24px;
      border: 2px solid;
      border-color: #94A3B8;
      border-radius: 8px;
      min-width: 24px;
  }
  
  .custom-checkbox input:checked ~ .checkmark {
      background-color: #006CFA;
      border-color: #006cfa;
  }
  
  .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }
  
  label.custom-checkbox {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 6px 0;
  }
  
  .custom-checkbox input:checked ~ .checkmark:after {
      display: block;
  }
  
  .custom-checkbox .checkmark:after {
      left: 8px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
  }
  
  .row.main-flex-form {
      display: flex;
      justify-content: space-between;
      padding-bottom: 60px;
      padding-top: 60px;
      align-items: center;
  }
  
  /* END - Checkbox Pesonalise */
  /*------------------------------------------------*/
  
  /*------------------------------------------------*/
  /* Start - Custom Radio Button */
  /* Style du conteneur de bouton radio */
  .custom-radio-button {
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      font-size: 22px;
      user-select: none;
  }
  
  /* Cacher le bouton radio par défaut */
  .custom-radio-button input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }
  
  /* Créer un bouton radio personnalisé */
  .radio-checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      border: 2px solid #94a3b8;
      background-color: #ffffff;
      border-radius: 50%;
      min-width: 25px;
  }
  
  /* Quand l'utilisateur passe la souris dessus */
  .custom-radio-button:hover input ~ .radio-checkmark {
      background-color: #bbb;
  }
  
  /* Quand l'utilisateur sélectionne le bouton */
  .custom-radio-button input:checked ~ .radio-checkmark {
      background-color: #006cfa;
      border-color: #006cfa;
  }
  
  /* Créer l'indicateur intérieur */
  .radio-checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }
  
  /* Afficher l'indicateur intérieur quand l'utilisateur sélectionne le bouton */
  .custom-radio-button input:checked ~ .radio-checkmark:after {
      display: block;
  }
  
  /* Style de l'indicateur intérieur */
  .custom-radio-button .radio-checkmark:after {
      top: 7px;
      left: 7px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  
  /* END - Custom Radio Button */
  /*------------------------------------------------*/
  
  .fuelux input[type=text], .fuelux input[type=number], .fuelux input[type=email] {
      border-radius: 0px !important;
      border-color: #94A3B8 !important;
  }
  
  #smartcapture-block-09qi715h4mg5 input[type="text"], #smartcapture-block-09qi715h4mg5 input[type="email"], #smartcapture-block-09qi715h4mg5 input[type="number"] {
      border-radius: 12px !important;
      border-color: #94A3B8 !important;
      height: 90px !important;
  }
  
  .fade:not(.show) {
      opacity: 1 !important;
  }
  
  .fuelux .popover {
      margin: 15px 0 0px!important;
      font-size: 14px!important;
      border: 0px solid !important;
  }
  
  .sc-formfield-label {
      font-size: 14px !important;
      font-weight: 700 !important;
      line-height: 22px !important;
      color: #0F172A !important;
      padding-top: 20px !important;
      padding-bottom: 10px !important;
  }
  
  #footer .mentions {
      font-size: 0.4em !important;
      padding-top: 30px !important;
      padding-bottom: 30px !important;
  }
  
  .footer .container .credits {
      margin-top: 32px !important;
      font-size: 12px !important;
      color: #475569 !important;
  }
  
  .footer-second .container .credits {
      margin-top: 32px !important;
      font-size: 12px !important;
      color: #475569 !important;
  }
  
  .header.container {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
      border-bottom: 2px solid #F2F4F6;
  }
  
  .row.sectiom-hello {
        padding-bottom: 50px;
        text-align: center;
        padding-right: 10%;
        padding-left: 10%;
  }
  
  div#form-radio-input {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: space-between !important;
  }
  
  #form-radio-input .sc-formfield-input {
      width: 48% !important;
  }
  
  #form-comments-input .sc-formfield-label label {
      font-size: 14px !important;
  }
  
  .title-hello {
    font-size: 38px;
    font-weight: 900;
}

  .paragraphe-hello p {
    font-size: 18px !important;
}

.ml-paragraphe {
    margin-left: -15px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
}

.paragraphe {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6em;
}

.titre {
    color: var(--bleu);
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
}

.titre {
    color: var(--bleu);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
}

.paragraphe {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
}

.ml-paragraphe {
    margin-left: -15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}

    /*------------------------------------------------*/
  /* Start - Responsive CSS */
  
  @media only screen and (min-width: 1280px) and (max-width: 1440px) {
  
    .media-bundle {
        margin-top: 40px !important;
    }
    
    .footer .container .logo .picture {
        width: 95px !important;
        height: 60px !important;
    }
    
    .footer-second .container .logo .picture {
        width: 95px !important;
        height: 60px !important;
    }
    
    #smartcapture-block-09qi715h4mg5 {
        padding-top: 15px !important;
    }
    
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
    .col-6.col-lg-6.encadre-abo {
      width: 480px !important;

  }
    
    .title-gradient {
        font-size: 52px !important;
        line-height: 62px !important;
    }
  
    .bg-title-gradient {
      margin: auto !important;
      }
    
    span.paragram-hello {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    
    .bg-title-gradient span {
        font-size: 24px !important;
    }
    
    }
    
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    
      .row.main-flex-form {
          justify-content: center !important;
      }
      .col-6 {
          width: 100% !important;
          text-align: left !important;
      }
      .main-flex-form img {
          width: 400px !important;
      }
      .sous-title-gradient p {
          text-align: center !important;
      }
  
      .footer .container .item {
        margin-top: 0 !important;
    }
    
    .footer .container .logo .picture {
        width: 95px !important;
        height: 60px !important;
    }
    
    .footer-second .container .item {
        margin-top: 0 !important;
    }
    
    .footer-second .container .logo .picture {
        width: 95px !important;
        height: 60px !important;
    }

    .title-gradient {
        font-size: 40px !important;
        line-height: 53px !important;
    }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 768px) {
      .bg-title-gradient span {
          font-size: 28px !important;
      }
  
      .sous-title-gradient b {
          font-size: 22px !important;
      }
  
      .title-position {
          text-align: center !important;
      }
      .col-6 {
          width: 100% !important;
          margin: auto !important;
      }

      .title-gradient {
        font-size: 40px !important;
        line-height: 53px !important;
    }
    }
  
    @media only screen and (max-width: 576px) {
      .title-position {
          text-align: center !important;
      }
  
      .col-6 {
          width: 100% !important;
          margin: auto !important;
      }
      .title-hello {
        font-size: 28px !important;
    }
    .paragraphe-hello p {
        font-size: 12px !important;
    }
    .row.sectiom-hello {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .title-gradient {
        font-size: 36px !important;
        line-height: 38px !important;
        padding-bottom: 14px !important;
    }

    .sous-title-gradient {
        font-size: 18px !important;
        padding-bottom: 40px !important;
    }
    .row.main-flex-form {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    .bg-title-gradient span {
        font-size: 16px !important;
        margin: 0 auto !important;
        text-align: center !important;
        display: flex !important;
    }
    .bg-title-gradient {
        justify-content: center !important;
    }

    .encadre-abo {
        padding: 25px 8px !important;
    }

    .col-6.col-lg-6.encadre-abo .camarker-inner span b {
        font-size: 20px !important;
    }

    .sous-title-gradient {
        font-size: 18px !important;
        padding-bottom: 12px !important;
        padding-top: 10px !important;
    }

    .main-flex-form img {
              width: 100% !important;
          }

    }
  
    /* END - Responsive CSS */
    /*------------------------------------------------*/

button#ot-sdk-btn {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
   }

.main-flex-form img {
    width: 400px !important;
   }

.form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: .0625rem solid #999;
    font-weight: 300;
  }

.form-control {
    padding: 0.375rem 0rem;
  }

.encadre-abo .sc-formfield-input label {
    font-size: 12px !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #ffffff !important;
    border: 0px solid #68b631 !important;
    background: linear-gradient(270deg, #f72717, #ed1f7d 75%) !important;
    border-radius: 50px !important;
    font-size: 15px !important;
}