/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/thematiques-prioritaires/thematiques-prioritaires.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
:root {
  --wp--preset--shadow--natural: 13px 17px 90px 0px rgb(0, 0, 0, 0.1);
  --wp--preset--shadow--deep: 13px 17px 90px 0px rgb(0, 0, 0, 0.2); }

@media screen and (max-width: 768px) {
  body {
    --wp--preset--font-size--paragraph: 18px;
    --wp--preset--font-size--h-1: 45px;
    --wp--preset--font-size--h-2: 36px;
    --wp--preset--font-size--h-3: 30px;
    --wp--preset--font-size--h-4: 26px;
    --wp--preset--font-size--h-5: 24px;
    --wp--preset--font-size--h-6: 20px; } }

@media screen and (max-width: 480px) {
  body {
    --wp--preset--font-size--h-1: 40px;
    --wp--preset--font-size--h-2: 32px;
    --wp--preset--font-size--h-3: 28px; } }

section.thematiques-prioritaires .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 40px; }

section.thematiques-prioritaires .thematiques {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 20px; }
  section.thematiques-prioritaires .thematiques .thematique {
    gap: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border: 1px solid var(--wp--preset--color--orange);
    color: var(--wp--preset--color--bleu);
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    padding: 6px 15px 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.thematiques-prioritaires .thematiques .thematique .thematique-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px; }
      section.thematiques-prioritaires .thematiques .thematique .thematique-icon picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        height: 100%; }
        section.thematiques-prioritaires .thematiques .thematique .thematique-icon picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    section.thematiques-prioritaires .thematiques .thematique:hover, section.thematiques-prioritaires .thematiques .thematique:focus {
      background-color: var(--wp--preset--color--beige);
      outline: none; }

section.thematiques-prioritaires.is-style-left-aligned .thematiques {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start; }

