<address itemscope itemtype="http://schema.org/GovernmentOrganization">
    <div class="h2 mt-0" id="service-contact-title" itemprop="name">
        <a href="#" title="Pages du service Service name" id="service-contact-reference-page-link" itemprop="url">
            <span class="visually-hidden">Accéder à la page de: </span>
            Service name
        </a>
    </div>

    <p class="h4 mt-0 vd-heading-light-alt" id="service-contact-name">division</p>

    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>

    <p itemscope itemtype="http://schema.org/Person" class="mb-0">
        <span itemprop="name">Alain Duvoisin</span>
        <br>
        <span itemprop="jobTitle">Garde Forestier</span>
        <br>
    </p>

    <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        <span itemprop="streetAddress">Rue de la Barre 2</span>
        <br>
        Case postale <span itemprop="postOfficeBoxNumber">5278</span>
        <br>
        <span itemprop="postalCode">1000</span>&nbsp;
        <span itemprop="addressLocality">Lausanne</span>
        <span class="visually-hidden" itemprop="addressCountry">Suisse</span>
    </p>

    <p>
        <a href="tel:+41 21 123 45 67" id="service-contact-phone-link" itemprop="telephone">
            +41 21 123 45 67
        </a>
        <br>
        <a id="service-contact-email" href="mailto:service.departement@vd.ch" itemprop="email">
            service.departement@vd.ch
        </a>
        <br>
        <a href="https://www.google.ch/maps/search/Rue%20de%20la%20Barre%202%205278%201000%20Lausanne%20Suisse%20" id="google-maps-link">
            Visualiser sur la carte Google
        </a>
        <br>
        <a href="https://www.fake-url.com">Lien libre</a>

    </p>

    <p>
        <a class="btn btn-dark" id="service-contact-contact-form-link" title="Nous écrire Formulaire de contact" href="#">
            Nous écrire
        </a>
    </p>

    <div itemscope itemtype="http://schema.org/GovernmentBuilding">
        <h3>Heures d&#39;ouverture<span class="visually-hidden"> du Service name</span></h3>
        <p itemprop="openingHours" content="Mo,Tu,We,Th,Fr 08:00-11:30,13:30-16:30">du lundi au vendredi de 8h00 à 11h30 et de 13h30 à 16h30</p>
        <p>Nous sommes fermés pendant la période des fêtes</p>
    </div>

    <h3>CCP<span class="visually-hidden"> du Service name</span></h3>
    <p>10-206496-4</p>

    <img class="img-fluid" src="../../assets/img/picture-960x640.jpg" srcset="
        ../../assets/img/picture-320x213.jpg 320w,
        ../../assets/img/picture-540x360.jpg 540w,
        ../../assets/img/picture-720x480.jpg 720w,
        ../../assets/img/picture-960x640.jpg 960w,
        ../../assets/img/picture-1140x760.jpg 1140w
      " alt="Alternative text" itemprop="image" />
</address>
<address itemscope itemtype="http://schema.org/GovernmentOrganization">
  <div
    class="{{ titleModifier | default('h2 mt-0') }}"
    id="service-contact-title"
    itemprop="name">
    {% if url -%}
      <a
        href="{{ url }}"
        title="Pages du service {{ name }}"
        id="service-contact-reference-page-link"
        itemprop="url">
        {% if accessibleLink -%}
          <span class="visually-hidden">{{ accessibleLink }}</span>
        {%- endif %}
        {{ name }}
      </a>
    {%- else -%}
      {{ name }}
    {%- endif %}
  </div>

  {% if division -%}
    <p class="h4 mt-0 vd-heading-light-alt" id="service-contact-name">{{ division }}</p>
  {%- endif %}

  {% if description -%}
    <p>{{ description }}</p>
  {%- endif %}

  {% if person -%}
    <p itemscope itemtype="http://schema.org/Person" class="mb-0">
      <span itemprop="name">{{ person.name }}</span>
      <br>
      {% if person.jobTitle -%}
        <span itemprop="jobTitle">{{ person.jobTitle }}</span>
        <br>
      {%- endif %}
    </p>
  {%- endif %}

  {% if address -%}
    <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
      {% if address.streetAddress -%}
        <span itemprop="streetAddress">{{ address.streetAddress }}</span>
        <br>
      {%- endif %}
      {% if address.postOfficeBoxNumber -%}
        Case postale <span itemprop="postOfficeBoxNumber">{{ address.postOfficeBoxNumber }}</span>
        <br>
      {%- endif %}
      {% if address.postalCode -%}
        <span itemprop="postalCode">{{ address.postalCode }}</span>&nbsp;
      {%- endif %}
      {% if address.addressLocality -%}
        <span itemprop="addressLocality">{{ address.addressLocality }}</span>
      {%- endif %}
      {% if address.addressCountry -%}
        <span class="visually-hidden" itemprop="addressCountry">{{ address.addressCountry }}</span>
      {%- endif %}
    </p>
  {%- endif %}

  {% if telephone or email or googleMapsUrl or address or additionalUrl -%}
    <p>
      {% if telephone -%}
        <a
          href="tel:{{ telephoneHref | default(telephone) }}"
          id="service-contact-phone-link"
          itemprop="telephone">
          {{ telephone }}
        </a>
        <br>
      {%- endif %}
      {% if email -%}
        <a
          id="service-contact-email"
          href="mailto:{{ email }}"
          itemprop="email">
          {{ emailLabel | default(email) }}
        </a>
        <br>
      {%- endif %}
      {% if googleMapsUrl -%}
        <a href="{{ googleMapsUrl }}" id="google-maps-link">
          Visualiser sur la carte Google
        </a>
        <br>
      {% elif address -%}
        <a
          href="https://www.google.ch/maps/search/{%- for item, value in address -%}{{ value | urlencode }}%20{%- endfor -%}"
          id="google-maps-link">
          Visualiser sur la carte Google
        </a>
        <br>
      {%- endif %}
      {% if additionalUrl -%}
        {% for item in additionalUrl -%}
          <a href="{{ item.url }}">{{ item.text }}</a>
          {% if not loop.last -%}
            <br>
          {%- endif %}
        {%- endfor %}
      {%- endif %}
    </p>
  {%- endif %}

  {% if button -%}
    <p>
      <a
        class="btn btn-dark"
        id="service-contact-contact-form-link"
        title="{{ button.text }}{% if button.title %} {{ button.title }}{% endif %}"
        href="{{ button.href }}">
        {{ button.text }}
      </a>
    </p>
  {%- endif %}

  {% if openingHours -%}
    <div itemscope itemtype="http://schema.org/GovernmentBuilding">
      {% if openingHours.title -%}
        <h3>{{ openingHours.title }}<span class="visually-hidden"> du {{ name }}</span></h3>
      {%- endif %}
      {% if openingHours.openingHours -%}
        {% for hour in openingHours.openingHours -%}
          <p itemprop="openingHours" content="{{ hour.microdata }}">{{ hour.text }}</p>
        {%- endfor %}
      {%- endif %}
      {% if openingHours.info -%}
        <p>{{ openingHours.info }}</p>
      {%- endif %}
    </div>
  {%- endif %}

  {% if account -%}
    <h3>{{ account.type }}<span class="visually-hidden"> du {{ name }}</span></h3>
    <p>{{ account.number }}</p>
  {%- endif %}

  {% if image -%}
    <img
      class="img-fluid"
      src="{{ '/assets/img/picture-960x640.jpg' | path }}"
      srcset="
        {{ '/assets/img/picture-320x213.jpg' | path }} 320w,
        {{ '/assets/img/picture-540x360.jpg' | path }} 540w,
        {{ '/assets/img/picture-720x480.jpg' | path }} 720w,
        {{ '/assets/img/picture-960x640.jpg' | path }} 960w,
        {{ '/assets/img/picture-1140x760.jpg' | path }} 1140w
      "
      alt="Alternative text"
      itemprop="image"/>
  {%- endif %}
</address>
{
  "name": "Service name",
  "accessibleLink": "Accéder à la page de: ",
  "url": "#",
  "titleModifier": "h2 mt-0",
  "address": {
    "streetAddress": "Rue de la Barre 2",
    "postOfficeBoxNumber": "5278",
    "postalCode": "1000",
    "addressLocality": "Lausanne",
    "addressCountry": "Suisse"
  },
  "telephone": "+41 21 123 45 67",
  "email": "service.departement@vd.ch",
  "button": {
    "text": "Nous écrire",
    "href": "#",
    "title": "Formulaire de contact"
  },
  "division": "division",
  "description": "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.",
  "person": {
    "name": "Alain Duvoisin",
    "jobTitle": "Garde Forestier"
  },
  "additionalUrl": [
    {
      "url": "https://www.fake-url.com",
      "text": "Lien libre"
    }
  ],
  "openingHours": {
    "title": "Heures d'ouverture",
    "openingHours": [
      {
        "text": "du lundi au vendredi de 8h00 à 11h30 et de 13h30 à 16h30",
        "microdata": "Mo,Tu,We,Th,Fr 08:00-11:30,13:30-16:30"
      }
    ],
    "info": "Nous sommes fermés pendant la période des fêtes"
  },
  "account": {
    "type": "CCP",
    "number": "10-206496-4"
  },
  "image": true
}

Make sure to follow Schema.org structured data and test them.