@charset "UTF-8";
/*!
    Theme Name: LaPati
    Description: Thème pour LaPati
    Version: 1.0.0
    Author: Bytheway Studio
    Author URI: https://www.bytheway.studio
*/
@import url("https://use.typekit.net/ycy7hrq.css");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&display=swap");
:root {
  --pt: 80px;
  --pb: 80px;
  --black: #000000;
  --blue: #0F237D; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

button {
  color: inherit;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: inherit; }

form {
  display: block; }

select,
input {
  font-size: inherit;
  font-family: inherit; }

pre {
  font-family: monospace; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s; }

textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  resize: none; }

hr {
  height: 1px;
  background: var(--border);
  margin: 0;
  padding: 0;
  border: none; }

*:focus:not(:focus-visible) {
  outline: none; }

/* VISUAL COMPOSER */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important; }

@media (max-width: 991px) {
  :root {
    --pt: 40px;
    --pb: 40px; } }

html, body {
  overflow-x: hidden; }

body {
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  line-height: 32px; }
  @media (max-width: 991px) {
    body {
      font-size: 20px;
      line-height: 28px; } }

h1 {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
  color: var(--blue); }
  @media (max-width: 991px) {
    h1 {
      font-size: 50px;
      line-height: 50px; } }

div.page {
  position: relative;
  top: 80px; }

h2 {
  font-size: 90px;
  line-height: 104px;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    h2 {
      font-size: 40px;
      line-height: 45px; } }

h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    h3 {
      font-size: 35px;
      line-height: 43px; } }

h4 {
  font-size: 30px;
  color: var(--blue);
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    h4 {
      font-size: 25px;
      line-height: 35px; } }

p {
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    p {
      margin-bottom: 20px; } }

@media (max-width: 991px) {
  .patins {
    margin-top: 20px; }
  .durable {
    margin-bottom: 20px !important; } }

.no-border {
  border: 0px !important; }

.top-0 {
  padding-top: 0px !important; }

.bottom-0 {
  padding-bottom: 0px !important; }

.vc_row:not(.vc_inner) {
  padding-top: var(--pt);
  padding-bottom: var(--pb);
  border-top: 18px solid var(--black); }
  @media (max-width: 991px) {
    .vc_row:not(.vc_inner) .vc_column-inner {
      padding-top: 0px !important; } }

.bg-dark {
  background-color: var(--blue) !important; }
  .bg-dark h3 {
    color: white !important; }

.contact {
  border-top: 18px solid var(--black);
  padding-top: 0px !important;
  margin-bottom: 60px; }
  .contact .texte {
    background-color: var(--blue); }
    .contact .texte a {
      display: block;
      color: white !important;
      font-size: 40px;
      line-height: 140px !important;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      width: 100%;
      margin-top: 0px;
      height: 140px;
      border: 0px; }
      .contact .texte a:hover {
        border: 0px;
        text-decoration: none; }
    .contact .texte:hover a {
      border: 0px !important;
      height: 140px;
      line-height: 140px;
      color: #A7D6E7 !important; }
  .contact h4 {
    margin-top: 150px; }
    @media (max-width: 991px) {
      .contact h4 {
        margin-top: 30px; } }
  .contact a {
    position: relative;
    margin-top: 135px;
    border: 7px solid var(--blue);
    display: inline-block;
    border-radius: 85px;
    width: 85px;
    height: 85px;
    font-size: 40px;
    color: var(--blue);
    margin-right: 30px;
    transition: color 0s; }
    @media (max-width: 991px) {
      .contact a {
        margin-top: 40px; } }
    .contact a:last-child {
      margin-right: 0px; }
    .contact a:nth-child(2) .fab {
      left: calc( 50% - 12.5px); }
    .contact a:hover {
      color: #A7D6E7;
      border-color: #A7D6E7;
      transition: color 0s; }
    .contact a .fab {
      position: absolute;
      top: calc( 50% - 20px);
      left: calc( 50% - 17.5px); }

.video .vc_column-inner {
  padding-top: 0px !important; }
  .video .vc_column-inner .wpb_video_widget {
    margin-bottom: 80px !important; }

.collaborateurs {
  margin-top: 45px;
  margin-bottom: 65px; }
  @media (max-width: 991px) {
    .collaborateurs {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .collaborateurs .collaborateur {
      margin-bottom: 20px; } }
  .collaborateurs .collaborateur .collaborateur-image {
    height: 330px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .collaborateurs .collaborateur .collaborateur-image {
        margin-bottom: 20px; } }
  .collaborateurs .collaborateur .collaborateur-poste {
    font-size: 28px;
    line-height: 28px;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .collaborateurs .collaborateur .collaborateur-titre {
    font-size: 50px;
    line-height: 60px;
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .collaborateurs .collaborateur .collaborateur-titre {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px; } }
  .collaborateurs .collaborateur .collaborateur-email {
    display: none; }
    .collaborateurs .collaborateur .collaborateur-email a {
      color: #A7D6E7;
      font-weight: bold; }
  .collaborateurs .collaborateur .collaborateur-fonction {
    font-size: 18px;
    line-height: 28px; }
    .collaborateurs .collaborateur .collaborateur-fonction a {
      font-size: 24px;
      line-height: 32px;
      color: #A7D6E7;
      font-weight: bold; }
    .collaborateurs .collaborateur .collaborateur-fonction p:nth-child(2) {
      margin-bottom: 0px; }
  .collaborateurs .collaborateur .collaborateur-vente {
    height: 70px;
    line-height: 70px;
    background-color: var(--blue);
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .collaborateurs .collaborateur .collaborateur-vente {
        margin-bottom: 20px; } }

.actualites .actualite {
  border-top: 18px solid var(--black); }
  .actualites .actualite:first-child {
    border: 0px; }
  .actualites .actualite .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .actualites .actualite .row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  .actualites .actualite .image {
    height: 100%;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991px) {
      .actualites .actualite .image {
        height: 300px; } }
  .actualites .actualite .date-lieu {
    margin-top: 70px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .actualites .actualite .date-lieu {
        margin-top: 30px !important; } }
    .actualites .actualite .date-lieu .date {
      float: left;
      width: 49%; }
    .actualites .actualite .date-lieu .lieu {
      text-align: right;
      float: right;
      width: 49%;
      text-transform: uppercase; }
  .actualites .actualite .information {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .actualites .actualite .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-weight: 700; }
  .actualites .actualite .content {
    font-weight: 300; }
    .actualites .actualite .content strong {
      font-weight: 700;
      font-size: 20px; }

.news {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-size: cover;
  background-position: center; }
  .news .vc_column-inner {
    padding: 0px !important; }

.references .maps-links {
  margin-bottom: 40px; }
  .references .maps-links .links {
    margin-top: 50px;
    justify-content: center; }
    .references .maps-links .links a {
      display: inline-block;
      width: 100%;
      height: 70px;
      line-height: 66px;
      border: 4px solid var(--blue);
      text-align: center;
      color: var(--blue);
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .references .maps-links .links a {
          margin-bottom: 20px; } }
      .references .maps-links .links a:hover {
        background-color: var(--blue);
        color: white;
        text-decoration: none; }
      .references .maps-links .links a.active {
        background-color: var(--blue);
        color: white;
        text-decoration: none; }
  .references .maps-links .references-region {
    margin-top: 55px;
    background-color: var(--black);
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 70px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .references .maps-links .references-region {
        font-size: 30px;
        line-height: 40px;
        padding-top: 25px;
        padding-bottom: 35px; } }

.references .links-links {
  border-top: 18px solid var(--black);
  padding-top: 100px;
  padding-bottom: 100px; }
  .references .links-links .link-title {
    margin-bottom: 15px;
    position: relative; }
    .references .links-links .link-title.open:after {
      content: "\f068"; }
    .references .links-links .link-title.inactive:after {
      color: #C1C1C1 !important; }
    .references .links-links .link-title:after {
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      content: "\f067";
      top: 15px;
      right: 0px;
      font-size: 30px;
      color: var(--blue); }
    .references .links-links .link-title:last-child {
      margin-bottom: 0px; }
  .references .links-links .link-title span {
    cursor: pointer; }
  .references .links-links .link-descr {
    display: none;
    margin-bottom: 60px;
    padding-top: 0px; }
    .references .links-links .link-descr p {
      font-size: 16px;
      line-height: 26px;
      color: black; }
  .references .links-links span {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    display: block; }
    @media (max-width: 991px) {
      .references .links-links span {
        font-size: 30px;
        line-height: 30px; } }
    .references .links-links span.inactive {
      color: #C1C1C1; }
    .references .links-links span.sub {
      margin-left: 60px; }
      @media (max-width: 991px) {
        .references .links-links span.sub {
          margin-left: 30px; } }
  .references .links-links .main {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    display: block;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .references .links-links .main {
        font-size: 30px;
        line-height: 30px; } }
    .references .links-links .main:last-child {
      margin-bottom: 0px; }

.refs .vc_column-inner {
  padding: 0px !important; }

#etranger {
  display: none; }

g#CH-FR, g#europe, g#CH-IT, g#CH-DE {
  display: none; }

@media (max-width: 991px) {
  .structure .vc_col-sm-4 {
    order: 2; }
  .structure .vc_col-sm-8 {
    order: 1; }
  .structure .vc_inner {
    display: flex;
    flex-direction: column; }
    .structure .vc_inner img {
      margin-top: 30px; } }

.header-menu-mobile {
  display: none; }
  @media (max-width: 991px) {
    .header-menu-mobile {
      display: block; }
      .header-menu-mobile .logo-mobile {
        margin-top: 10px;
        height: 50px;
        width: auto; }
      .header-menu-mobile .burger {
        position: absolute;
        height: 30px;
        width: 30px;
        color: white;
        background-color: var(--blue);
        top: 65%;
        right: 15px;
        transform: translateY(-65%);
        font-size: 22px;
        padding-top: 4px; } }

.menu-mobile {
  display: none; }

@media (max-width: 991px) {
  .menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--blue);
    z-index: 200; }
    .menu-mobile .menu-mobile-header {
      position: relative;
      height: 80px; }
      .menu-mobile .menu-mobile-header .fa-times {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 24px;
        color: white; }
    .menu-mobile .menu-mobile-content div#navbar {
      display: block; }
      .menu-mobile .menu-mobile-content div#navbar ul li {
        text-align: center; }
        .menu-mobile .menu-mobile-content div#navbar ul li .puck-noir, .menu-mobile .menu-mobile-content div#navbar ul li .puck-blanc {
          display: none; }
        .menu-mobile .menu-mobile-content div#navbar ul li a {
          display: block;
          width: 100%;
          height: 100%;
          color: white; }
        .menu-mobile .menu-mobile-content div#navbar ul li .dropdown-menu {
          position: relative !important;
          transform: unset !important;
          background-color: var(--blue);
          border: 0px;
          padding: 0px;
          margin: 0px; } }

.header {
  height: 80px;
  border-bottom: 18px solid var(--black);
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: white; }
  .header #navbar {
    height: 80px; }
  .header .navbar {
    padding: 0px !important;
    height: 80px; }
    .header .navbar .navbar-nav {
      margin: 0 auto;
      padding: 0px;
      height: 80px !important;
      line-height: 68px;
      font-size: 24px;
      font-weight: 700; }
      @media (min-width: 991px) and (max-width: 1310px) {
        .header .navbar .navbar-nav {
          font-size: 20px; } }
      .header .navbar .navbar-nav li {
        position: relative;
        width: 220px;
        text-align: center;
        height: 100%;
        border-bottom: 18px solid var(--black);
        border-left: 18px solid var(--black); }
        @media (min-width: 991px) and (max-width: 1310px) {
          .header .navbar .navbar-nav li {
            width: auto;
            padding: 0 20px; }
            .header .navbar .navbar-nav li img {
              margin-top: 5px;
              width: 35px; } }
        .header .navbar .navbar-nav li.wpml-ls-item-fr {
          border-left: 18px solid var(--black);
          padding-left: 20px !important; }
        .header .navbar .navbar-nav li.wpml-ls-item-de, .header .navbar .navbar-nav li.wpml-ls-item-en {
          border-left: 0px; }
        .header .navbar .navbar-nav li.wpml-ls-item {
          width: auto;
          padding: 0px 10px; }
        .header .navbar .navbar-nav li:nth-child(2) .dropdown-menu {
          left: -220px !important; }
          @media (min-width: 991px) and (max-width: 1310px) {
            .header .navbar .navbar-nav li:nth-child(2) .dropdown-menu {
              left: -170px !important;
              width: 600% !important; } }
        .header .navbar .navbar-nav li:nth-child(3) .dropdown-menu {
          left: -440px !important; }
          @media (min-width: 991px) and (max-width: 1310px) {
            .header .navbar .navbar-nav li:nth-child(3) .dropdown-menu {
              left: -323px !important;
              width: 790% !important; } }
        .header .navbar .navbar-nav li a:hover {
          color: #A7D6E7 !important; }
        .header .navbar .navbar-nav li .dropdown-menu {
          border: 5px solid var(--black);
          border-bottom: 0px;
          width: 528%;
          padding: 0px;
          left: 0px; }
          @media (min-width: 991px) and (max-width: 1310px) {
            .header .navbar .navbar-nav li .dropdown-menu {
              width: 540% !important; } }
          .header .navbar .navbar-nav li .dropdown-menu li {
            width: 100% !important;
            border: 0px;
            border-bottom: 5px solid var(--black);
            background-color: var(--blue) !important; }
            .header .navbar .navbar-nav li .dropdown-menu li a {
              text-transform: uppercase;
              background-color: transparent !important;
              font-weight: 700;
              font-size: 24px;
              color: white !important; }
              .header .navbar .navbar-nav li .dropdown-menu li a:hover {
                color: #A7D6E7 !important; }
            .header .navbar .navbar-nav li .dropdown-menu li:first-child {
              padding-left: 0px; }
        .header .navbar .navbar-nav li:first-child {
          padding-left: 60px; }
        .header .navbar .navbar-nav li.current_page_item, .header .navbar .navbar-nav li.current_page_ancestor {
          background-color: var(--blue); }
          .header .navbar .navbar-nav li.current_page_item .puck-noir, .header .navbar .navbar-nav li.current_page_ancestor .puck-noir {
            display: none; }
          .header .navbar .navbar-nav li.current_page_item .puck-blanc, .header .navbar .navbar-nav li.current_page_ancestor .puck-blanc {
            display: inline-block; }
          .header .navbar .navbar-nav li.current_page_item a, .header .navbar .navbar-nav li.current_page_ancestor a {
            color: white !important; }
        .header .navbar .navbar-nav li:last-child {
          /*border-right: 18px solid var(--black);*/ }
        .header .navbar .navbar-nav li a {
          display: inline-block;
          height: 100%;
          width: 100%;
          color: var(--black) !important;
          padding: 0px 0px !important;
          text-transform: uppercase; }
          .header .navbar .navbar-nav li a:after {
            display: none; }

.header-home {
  position: relative;
  height: calc( 100vh - 85px);
  min-height: auto !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: 0px !important;
  background-size: cover;
  background-position: center center; }
  .header-home .vc_col-sm-12 {
    height: 100%; }
  .header-home .logo {
    margin-top: 150px; }
    @media (max-width: 991px) {
      .header-home .logo {
        display: none; } }
  .header-home .texte {
    position: absolute;
    bottom: 0px;
    background-color: var(--blue);
    color: white;
    width: 100%;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    padding: 40px; }
    @media (max-width: 991px) {
      .header-home .texte {
        font-size: 24px;
        line-height: 34px;
        padding: 20px; } }

.header-page {
  height: 750px;
  background-position: center center;
  background-size: cover;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .header-page .vc_col-sm-12 {
    height: 100%; }
  .header-page .texte {
    position: absolute;
    bottom: 0px;
    background-color: var(--blue);
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    padding: 40px; }
    @media (max-width: 991px) {
      .header-page .texte {
        font-size: 24px;
        line-height: 34px;
        padding: 20px; } }

.puck-blanc, .puck-noir {
  position: absolute;
  left: 20px;
  top: calc( 50% - 13px);
  width: 50px;
  height: auto;
  margin-right: 25px; }

.puck-blanc {
  display: none; }

/*.page-id-113 {
  .header-page {
    overflow: inherit!important;
    height: 500px;

    @include down(991) {
      height: 225px;
    }

    img {
      position: absolute;
      width: 65%;
      top: -65px;
      z-index: 2000;
      left: 50%;
      transform: translateX(-50%);

      @include down(991) {
        position: relative;
        top: 0px;
        width: 100%;
        z-index: 199;
      }
    }
  }
}*/
.brochure {
  padding-bottom: 0px !important; }
  .brochure .texte {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: var(--black);
    color: white;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700; }

.respect {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  color: var(--blue);
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .respect {
      font-size: 50px;
      line-height: 50px; } }

.audit {
  margin-top: 65px; }
  .audit .audit-number {
    padding-top: 33px;
    font-size: 95px;
    font-weight: bold;
    border: 16px solid var(--blue);
    border-radius: 125px;
    height: 125px;
    width: 125px;
    color: var(--blue); }
    @media (max-width: 991px) {
      .audit .audit-number {
        font-size: 50px;
        height: 70px;
        width: 70px;
        border-radius: 70px;
        border-width: 8px;
        padding-top: 17px;
        margin-bottom: 20px !important; } }
  .audit .audit-title {
    height: 125px;
    background-color: var(--blue);
    font-size: 60px;
    line-height: 125px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 55px;
    margin-bottom: 30px !important; }
    @media (max-width: 991px) {
      .audit .audit-title {
        font-size: 30px;
        line-height: 60px;
        height: 60px; } }

div.page {
  position: relative;
  top: 80px; }
  div.page a:hover {
    color: #A7D6E7 !important;
    text-decoration: none !important; }

footer {
  background-image: url("/wp-content/uploads/2021/08/background-glace.jpg");
  background-position: center center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 40px;
  color: var(--blue);
  font-size: 24px;
  line-height: 32px;
  border-top: 18px solid var(--black); }
  footer strong {
    font-weight: 900; }

.contact {
  margin-top: 80px; }

.footer-copyright {
  color: white;
  font-weight: bold;
  font-size: 20px; }
  .footer-copyright .col-lg-12 {
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: var(--blue); }

.owl-carousel, .owl-item, .owl-item div {
  height: 500px; }

.owl-carousel {
  position: relative;
  margin-top: 20px; }
  .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 35px); }
    .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 15px; }
      .owl-carousel .owl-nav .owl-prev span {
        color: white; }
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 15px; }
      .owl-carousel .owl-nav .owl-next span {
        color: white; }

.owl-item div {
  background-size: cover;
  background-position: center center; }




.vc_flexbox_container_item, .vc_flexbox_container_item-inner, .wpb_wrapper {
    height: auto !important;
}



/* Jobs */
.bloc-jobs .wpb_wrapper h3 {
  font-size: 45px;
  line-height: 1.2em;
}
.bloc-jobs .wpb_wrapper p strong {
  font-weight: 700;
}
.bloc-jobs .wpb_wrapper p a:hover {
  text-decoration: underline !important;
}
.bloc-jobs .wpb_wrapper ul {
  list-style-type: initial;
  padding-left: 22px;
  margin-bottom: 32px;
}
.bloc-jobs .wpb_wrapper ol {
  list-style-type: auto;
  padding-left: 22px;
  margin-bottom: 32px;
}
/* RESPONSIVE */
@media only screen and (max-width: 980px) {

  .bloc-jobs .wpb_wrapper h3 {
    font-size: 29px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {

  .bloc-jobs .wpb_wrapper h3 {
    font-size: 25px;
    line-height: 1.2em;
  }
}





/* SPECIALICE */
#section-specialice .wpb_column .vc_column-inner {
  padding-top: 0px;
}
#section-specialice .wpb_column .vc_column-inner .wpb_wrapper .wpb_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper a.vc_single_image-wrapper {
  max-width: 60%;
}

/* RESPONSIVE */
@media only screen and (max-width: 990px) {

  #section-specialice .wpb_column .vc_column-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #section-specialice .wpb_column .vc_column-inner .wpb_wrapper .wpb_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper a.vc_single_image-wrapper {
    max-width: 80%;
  }
}
@media only screen and (max-width: 580px) {
  #section-specialice .wpb_column .vc_column-inner .wpb_wrapper .wpb_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper a.vc_single_image-wrapper {
    max-width: 90%;
  }
}


