@charset "UTF-8";
/*
Theme Name: Jiliti
Author: Fabien Herlédan
Author URI: https://fabienherledan.fr
Description: Thème sur mesure réalisé pour Jiliti.
Version: 1.0
*/
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Removed b & i tags. Removed list styling from this default, add a nolist class. Apply this to ul/ol if this styling is required. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, .nolist, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul, li {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: "“" "”" "‘" "’";
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  box-sizing: content-box;
  height: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

input, select, button {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Personal accessibility class. Use this to hide elements you don't want sighted users to see, but should be kept for screen readers */
.inv {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter.woff2") format("woff2"), url("fonts/inter.ttf") format("truetype");
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/PlayfairDisplay.woff2") format("woff2"), url("fonts/PlayfairDisplay.ttf") format("truetype");
}
@font-face {
  font-family: "PlayfairDisplay-Italic";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("fonts/PlayfairDisplay-Italic.ttf") format("truetype");
}
[class*=col-] {
  float: left;
  min-height: 1px;
}

.col-1 {
  width: 16.66%;
}

.col-15 {
  width: 25%;
}

.col-2 {
  width: 33.3%;
}

.col-3 {
  width: 50%;
}

.col-4 {
  width: 66.66%;
}

.col-5 {
  width: 83.33%;
}

.col-6 {
  width: 100%;
}

::-moz-selection {
  background: #ED726C;
  color: #fff;
}

::selection {
  background: #ED726C;
  color: #fff;
}

::-moz-selection {
  background: #ED726C;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #a5aabc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a5aabc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5aabc;
}

:-ms-input-placeholder {
  color: #a5aabc;
}

html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-size: 1.125rem;
  line-height: 1.45;
  font-family: "inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-display: swap;
  background: #EDF1F9;
  color: #2D375F;
}

h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  clear: both;
  position: relative;
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1 strong {
  font-weight: 800;
}

h2 {
  font-size: 34px;
  color: #2D375F;
  line-height: 1.2;
  margin: 20px 0;
  clear: both;
  font-weight: 300;
}
h2 strong {
  font-weight: 700;
}

h3 {
  font-size: 26px;
  line-height: normal;
  clear: both;
  margin: 30px 0 15px 0;
}

h4 {
  font-size: 24px;
  margin-bottom: 0;
}

p {
  margin: 0px 0px 15px;
}

a {
  color: #2D375F;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

a, a:active, a:focus {
  outline: none;
}

a img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

strong {
  font-weight: 700;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

blockquote {
  width: auto;
  padding: 10px 30px;
  margin: 20px 70px;
}
blockquote p {
  margin: 0;
}

i.fas,
i.far {
  margin-right: 10px;
}

*:focus {
  outline: none;
}

#grid_home {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1440px;
  padding: 0 30px;
  margin: 80px auto;
}
#grid_home h1 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 1.25px;
}
#grid_home h1 span.bold {
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}
#grid_home .text {
  width: 70%;
}
#grid_home .text .button {
  position: relative;
  padding: 15px 60px 15px 30px;
  background: #445bf2;
  border: none;
  color: #fff;
}
#grid_home .text .button:before {
  content: "→";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 11px;
  transition: all 0.2s ease-in;
}
#grid_home .text .button:hover, #grid_home .text .button:focus {
  background: #2c46f0;
}
#grid_home .text .button:hover:before, #grid_home .text .button:focus:before {
  right: 15px;
}

.services_home {
  position: relative;
  height: 500px;
  margin: 80px auto;
}
.services_home a[class^=service-] {
  padding: 20px 60px;
  text-align: left;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #2D375F;
  background: #EDF1F9;
  text-decoration: none;
}
.services_home a[class^=service-] .title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}
.services_home a[class^=service-] .desc {
  display: block;
}
.services_home .service-1 {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 2;
  width: 33.33%;
  max-width: 300px;
  height: 100%;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #2D375F;
  background: #EDF1F9;
}
.services_home .service-2 {
  position: absolute;
  left: 21%;
  top: 0;
  width: 58%;
  z-index: 2;
  height: calc(50% - 5px);
}
.services_home .service-2 .title,
.services_home .service-2 .desc {
  max-width: 70%;
}
.services_home .service-3 {
  position: absolute;
  left: 21%;
  bottom: 0;
  width: 58%;
  z-index: 2;
  height: calc(50% - 5px);
}
.services_home .service-3 .title,
.services_home .service-3 .desc {
  max-width: 70%;
}
.services_home .service-4 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 33.33%;
  max-width: 300px;
  height: 100%;
}
.services_home .service-5 {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  z-index: 3;
  width: 105px;
  height: 90%;
  align-items: center;
}

.services_home a[class^=service-] {
  border-color: var(--btn-color, #ED726C);
  color: var(--btn-color, #ED726C);
  transition: all 0.2s ease-in;
}
.services_home a[class^=service-]:hover, .services_home a[class^=service-]:focus {
  background: var(--btn-color, #ED726C);
  color: #fff;
}

.straight.heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.straight.heading h1 strong {
  display: block;
}

.shifter-open #header {
  top: 0;
}

#footer .logo .subtitle:before, #footer .logo .subtitle:after {
  border-color: #2D375F;
}

#header {
  width: 100%;
  border-bottom: 1px solid #a5aabc;
}
#header .header_line {
  width: 100%;
  max-width: 1660px;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
}
#header .header_line .logo {
  width: 135px;
  margin: 0 30px 0 0;
}
#header .header_line .logo img {
  width: 100%;
}
#header .header_line .logo.down {
  display: none;
}
#header .header_line .shifter-handle {
  display: none;
}

.admin-bar #header {
  top: 32px;
}
.admin-bar #header.f-nav {
  top: 32px;
}

.admin-bar.shifter-open #header {
  top: 0;
}

#header.f-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  padding-bottom: inherit;
  background: #EDF1F9;
}
#header.f-nav .header_line {
  padding: 15px 30px;
}
#header.f-nav .header_line .right_content {
  margin: 0 auto;
}
#header.f-nav .header_line .right_content .logo {
  background: none;
  margin-top: 5px;
  padding: 0;
  width: 100px;
  text-align: left;
}
#header.f-nav .header_line .right_content #access {
  top: 0;
}
#header.f-nav #nav ul li ul.sub-menu li.current_page_item a {
  border: none !important;
}
#header.f-nav #nav ul li ul.sub-menu li.current_page_item a:hover, #header.f-nav #nav ul li ul.sub-menu li.current_page_item a:focus {
  color: #fff !important;
}

.page-template-page-contact .wp-block-image.is-style-rounded img {
  border-radius: 100%;
  max-width: 180px;
}

.entry-content ul {
  margin-left: 10px;
}
.entry-content ul li {
  list-style-type: disc;
}

.margindiv {
  margin: 30px 0;
  background: #f5f5f5;
}

.margindiv.noborder {
  margin: 0 0 30px 0;
  float: left;
  border: none;
}

.noborder {
  margin: 30px 0;
  float: left;
}

#content {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
#content .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
}

#footer {
  clear: both;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  padding: 50px 0 0;
  background: #2D375F;
  color: #fff;
}
#footer .footer_content {
  display: grid;
  grid-template-columns: 60% 40%;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto 50px;
  padding: 0 30px;
}
#footer .footer_content .title_footer {
  font-weight: 700;
  font-size: 20px;
}
#footer .footer_content ul {
  padding: 0 0 0 15px;
}
#footer .footer_content ul li {
  list-style-type: none;
}
#footer .footer_content .footer_item .logo {
  width: 100%;
  max-width: 140px;
  text-align: center;
}
#footer .footer_content .footer_item .logo img {
  width: 150px;
  margin-bottom: 15px;
}
#footer .footer_content .footer_item a {
  color: #fff;
}
#footer .footer_content .footer_item #grid_partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#footer .footer_content .footer_item #grid_partners .partners_content {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  color: #2D375F;
  padding: 15px 25px;
  border-radius: 999px;
  margin: 0 0 15px 15px;
}
#footer .footer_content .footer_item #grid_partners .partners_content .img_partner.center {
  margin: 0 auto;
}
#footer .footer_content .footer_item #grid_partners .partners_content img {
  display: block;
  max-height: 50px;
}
#footer .footer_content .footer_item #grid_partners .partners_content p {
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
#footer .footer_content .footer_item.menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#footer .footer_content .footer_item.menus > div:first-child {
  text-align: center;
}
#footer .footer_content .footer_item.menus ul li {
  margin-bottom: 5px;
}
#footer .footer_content .footer_item.menus ul li a {
  font-weight: 500;
  letter-spacing: 1.25px;
}
#footer .footer_content .footer_item.menus ul li.strong,
#footer .footer_content .footer_item.menus ul li.menu-item-type-custom {
  font-weight: 600;
  margin-bottom: 8px;
  pointer-events: none;
  font-size: 18px;
}
#footer .footer_content .footer_item.menus .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
#footer .footer_content .footer_item.menus .social svg {
  width: 24px;
  fill: #fff;
  margin: 0 12px;
}
#footer .lastfooter {
  max-width: 1440px;
  margin: 0 auto 50px;
  padding: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #8E9195;
  font-size: 12px;
}
#footer .lastfooter img {
  max-width: 140px;
}
#footer .lastfooter .menu {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
#footer .lastfooter .menu li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
}
#footer .lastfooter .menu li a {
  color: #fff;
  letter-spacing: 1.25px;
  font-weight: 500;
}
#footer .menu-footer-container #menu-footer {
  padding: 0;
  margin: 0;
}
#footer .menu-footer-container #menu-footer li {
  list-style-type: none;
}
#footer .right {
  text-align: right;
}

#main {
  clear: both;
}

.wp-block-heading {
  padding-left: 30px;
  padding-right: 30px;
}

h2.wp-block-heading.has-text-align-center:after {
  margin: -20px auto 0;
}

.button, #submit, .wpcf7-submit {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #445bf2;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in;
  text-decoration: none;
  border-radius: 50px;
}
.button svg, #submit svg, .wpcf7-submit svg {
  position: absolute;
  right: 20px;
  top: 10px;
  max-width: 20px;
  transition: all 0.2s ease-in;
}
.button:hover, .button:focus, #submit:hover, #submit:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background: #2c46f0;
  color: #fff;
  text-decoration: none;
}
.button:hover svg, .button:focus svg, #submit:hover svg, #submit:focus svg, .wpcf7-submit:hover svg, .wpcf7-submit:focus svg {
  right: 15px;
}
.button:hover svg path, .button:focus svg path, #submit:hover svg path, #submit:focus svg path, .wpcf7-submit:hover svg path, .wpcf7-submit:focus svg path {
  stroke: #fff;
}

.button.nomargin {
  margin: 0;
}

.button.left {
  width: auto;
  float: none;
  display: inline-block;
}

.center-button a,
.center-button .wpcf7-submit {
  margin: 0 auto 30px;
  display: inline-block;
  position: relative;
  z-index: 0;
  min-width: 47px;
  padding: 12px 30px;
  text-align: center;
  background: #ED726C;
  border: none;
  text-decoration: none;
}
.center-button a:hover, .center-button a:focus,
.center-button .wpcf7-submit:hover,
.center-button .wpcf7-submit:focus {
  background: #f39e99;
}
.center-button a:hover > .next_arrow,
.center-button .wpcf7-submit:hover > .next_arrow {
  margin-left: 25px;
  transition: all 0.2s ease-in;
}
.center-button a .next_arrow,
.center-button .wpcf7-submit .next_arrow {
  fill: #fff;
  transition: all 0.2s ease-in;
  margin-left: 15px;
}
.center-button .wpcf7-submit {
  width: auto;
  float: none;
}

input#submit,
button#submit {
  width: auto;
  padding: 6px 25px;
  float: none;
}

nav {
  display: none;
}

.shifter-handle,
.shifter-enabled .shifter-handle {
  display: block;
  z-index: 10000;
  font-weight: 500;
}

.right_content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.right_content #logo_down {
  display: none;
}
.right_content #menu_items {
  position: absolute;
  right: 0;
}
.right_content #menu_items .button {
  background: #445bf2;
  border: 1px solid #445bf2;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 1.25px;
  margin-right: 10px;
}
.right_content #menu_items .button:hover, .right_content #menu_items .button:focus {
  background: #2c46f0;
}
.right_content #menu_items .button.light {
  background: none;
  border: 1px solid #2D375F;
  color: #2D375F;
}
.right_content #menu_items .button.light:hover, .right_content #menu_items .button.light:focus {
  background: #2D375F;
  color: #fff;
}

#access {
  display: inline-block;
  transition: all 0.2s ease-in;
}
#access ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
#access ul li.margerright {
  margin-right: 200px;
}
#access ul li {
  display: inline-block;
  width: auto;
}

#nav {
  position: relative;
  z-index: 9999;
}
#nav ul li.current-menu-item a,
#nav ul li.current_page_ancestor > a {
  color: #445bf2;
}
#nav ul li.current-menu-item a:hover,
#nav ul li.current_page_ancestor > a:hover {
  color: #2D375F;
}
#nav ul li:last-child {
  border: none;
}
#nav ul li.menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
#nav ul li.menu-item-has-children a {
  padding: 10px 35px 10px 20px;
}
#nav ul li.menu-item-has-children a:after {
  content: "";
  background: url("images/angle.svg") no-repeat;
  width: 9px;
  height: 6px;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 14px;
}
#nav ul li.menu-item-has-children a:hover:after, #nav ul li.menu-item-has-children a:focus:after {
  transform: rotate(180deg);
}
#nav ul li a {
  position: relative;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 1.25px;
  color: #2D375F;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin: 0 5px;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.2s ease-in;
}
#nav ul li a:hover {
  font-weight: 700;
  border-color: #2D375F;
}
#nav ul li a:focus {
  border-width: 2px;
}
#nav ul li a span {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
#nav ul li a i.fas {
  margin: 0;
}
#nav ul li a .small {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
  font-size: 10px;
}
#nav ul li a .small:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  width: calc(100% - 10px);
  margin-left: 10px;
}

#nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}

#access ul li:hover > ul.sub-menu {
  display: block;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
  padding: 30px 15px;
  background: #EDF1F9;
}

#nav ul li ul.sub-menu li {
  display: block;
}
#nav ul li ul.sub-menu li:last-child a {
  margin: 0;
}
#nav ul li ul.sub-menu li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  border: none;
  line-height: normal;
  text-transform: inherit;
  border: 1px solid transparent;
  border-radius: 50px;
}
#nav ul li ul.sub-menu li a:hover {
  border-color: #2D375F;
}
#nav ul li ul.sub-menu li a:hover .menu-label {
  font-weight: 700;
}
#nav ul li ul.sub-menu li a:focus {
  border-width: 2px;
  border-color: #2D375F;
}
#nav ul li ul.sub-menu li a:focus .menu-label {
  font-weight: 700;
}
#nav ul li ul.sub-menu li a:before, #nav ul li ul.sub-menu li a:after {
  display: none;
}

#nav ul li ul.sub-menu li.current_page_item a .menu-label strong,
#nav ul li ul.sub-menu li.current_page_item a .menu-label .menu-subtitle {
  font-weight: 700;
}

#nav ul li ul.sub-menu a:hover,
.current_page_item a:hover,
.current-menu-parent a,
.current_page_parent a:hover,
.current_page_ancestor a:hover,
#nav ul li a:hover {
  font-weight: 700;
}

.menu-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.menu-label strong {
  display: block;
  font-weight: 500;
}
.menu-label .menu-subtitle {
  letter-spacing: 0;
}

.cloud .menu-icon {
  background-image: url("images/icons/cloud.svg");
}

.premise .menu-icon {
  background-image: url("images/icons/premise.svg");
}

.transformation .menu-icon {
  background-image: url("images/icons/transformation.svg");
}

.sustainability .menu-icon {
  background-image: url("images/icons/sustainability.svg");
}

.managed .menu-icon {
  background-image: url("images/icons/managed.svg");
}

#container {
  position: relative;
  margin: 80px 0;
}
#container .flexslider {
  clear: both;
}

.legal h2 {
  margin: 30px 0 10px 0 !important;
}
.legal h3 {
  margin: 30px 0 10px 0 !important;
}
.legal .col-2 {
  padding-right: 50px;
}

.gallery h2 {
  text-align: center;
}

.center-button {
  width: 100%;
  text-align: center;
  clear: both;
}
.center-button .button {
  width: auto;
  float: none;
  display: inline-block;
}

.cpt_content.nomargin {
  margin: 0;
}

.marger {
  margin: 80px 0 0;
}

.straight {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.straight.mid {
  max-width: 1440px;
}

.straight.pad {
  padding: 0 30px;
}

.straight.gutter {
  padding: 0 30px;
}

.straight.fullmargin {
  margin: 0 80px;
  max-width: inherit;
}

.straight.full {
  max-width: 1440px;
}

.straight.wide {
  max-width: 1920px;
}

.straight.center {
  text-align: center;
}

.straight.nomin {
  position: relative;
}
.straight.nomin h2 {
  max-width: inherit;
}

ul.tabs {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  background: #BEC1CD;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.2s ease-in;
}
ul.tabs li:hover {
  background: #e5e5e5;
}
ul.tabs li:before {
  display: none;
}
ul.tabs li.current {
  background: #ED726C;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.breadcrumb {
  font-size: 16px;
  color: #a5aabc;
  margin: 0 0 50px 0;
  padding: 0 30px;
  text-align: left;
  font-weight: 400;
}
.breadcrumb span[property=itemListElement]:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("images/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px;
  opacity: 0.6;
  transform: rotate(-90deg);
  position: relative;
  top: -1px;
}
.breadcrumb a {
  color: #a5aabc;
}
.breadcrumb .current-item {
  color: #2D375F;
  font-weight: 700;
}
.breadcrumb img {
  transform: rotate(-90deg);
}

.single .breadcrumb {
  padding: 0;
}
.single .blog_intro {
  display: flex;
  flex-direction: row-reverse;
  margin: 50px auto 100px auto;
}
.single .blog_intro h1 {
  font-size: 48px;
  font-weight: 700;
}
.single .blog_intro .chapo {
  font-size: 22px;
  opacity: 0.7;
}
.single .blog_intro .img_blog {
  padding-left: 30px;
  width: 55%;
}
.single .blog_intro .blogintro_text {
  width: 45%;
}
.single .blog_intro .blogintro_text .posts_labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 30px 0 15px 0;
}
.single .blog_intro .blogintro_text .posts_labels .post-categories .post-category {
  display: inline-block;
  background: #B4BDFA;
  border-radius: 50px;
  padding: 5px 12px;
  margin: 0 5px 0 0;
}
.single .blog_intro .blogintro_text .posts_labels .post-categories .post-category:last-child {
  margin: 0;
}
.single .blog_intro .blogintro_text .posts_labels .reading-time {
  border: 1px solid #2D375F;
  background: #fff;
  border-radius: 50px;
  padding: 5px 12px;
}
.single .blog_intro .meta {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  margin-top: 30px;
  opacity: 0.7;
  letter-spacing: 0.5px;
}
.single .blog_intro .meta .date {
  text-transform: uppercase;
}
.single .blog_intro .meta .date .updated {
  text-transform: none;
}
.single .blog_container {
  display: grid;
  grid-template-columns: 75% 25%;
  gap: 30px;
  align-items: start;
  position: relative;
  padding: 0;
}
.single .blog_container p,
.single .blog_container ul {
  max-width: inherit;
}
.single .blog_container h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 30px 0;
}
.single .blog_container h3,
.single .blog_container h4 {
  font-size: 24px;
  font-weight: 600;
}
.single .blog_container h2,
.single .blog_container h3,
.single .blog_container h4 {
  color: #445bf2;
}
.single .blog_container .posts {
  display: block;
}
.single .blog_container .wp-block-heading {
  scroll-margin-top: 180px;
}
.single .rapide {
  margin-top: 50px;
}
.single .rapide h2 {
  color: #2D375F;
  font-size: 20px;
  margin-bottom: 40px;
}
.single .rapide .slides_rapide {
  padding: 0 50px 0 0;
}
.single .rapide .slides_rapide h2,
.single .rapide .slides_rapide h3,
.single .rapide .slides_rapide h4 {
  color: #2D375F;
  font-size: 18px;
}
.single .rapide .slides_rapide .similar_item {
  padding: 0 15px;
}
.single .rapide .slides_rapide .similar_item .img_blog {
  margin-bottom: 15px;
}
.single .rapide .slick-prev {
  display: none !important;
}
.single .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.single .sidebar .sidebar_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.single .sidebar .author_box {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.single .sidebar .author_box .author_name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 30px 0 15px 0;
}
.single .sidebar .author_box .author_name .author_photo {
  border-radius: 100%;
  max-width: 45px;
}
.single .sidebar .author_box .author_name .name {
  font-weight: 600;
}
.single .sidebar .author_box .author_job {
  display: block;
  font-weight: 400;
  opacity: 0.7;
  font-size: 14px;
}

.blog_container {
  padding: 0 30px;
}
.blog_container .blog_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  margin-bottom: 90px;
}
.blog_container .blog_top h2 {
  font-size: 34px;
  font-weight: 700;
}
.blog_container .blog_top h3 {
  font-size: 32px;
  font-weight: 700;
}
.blog_container .blog_top .blog_featured article h2 {
  font-size: 32px;
  font-weight: 700;
}
.blog_container .blog_top .blog_recent h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog_container .blog_top .blog_recent .recent {
  margin-bottom: 30px;
}
.blog_container .blog_top .blog_recent .grid_featured {
  display: grid;
  grid-template-columns: calc(45% - 7.5px) calc(55% - 7.5px);
  align-items: center;
  gap: 15px;
}
.blog_container .blog_top .blog_recent .grid_featured .text .posts_labels {
  padding-top: 0;
}
.blog_container .blog_top .blog_recent .grid_featured .text h3 {
  font-size: 18px;
  font-weight: 700;
}
.blog_container .blog_top .text p.excerpt {
  max-width: inherit;
  opacity: 0.7;
  font-size: 16px;
}
.blog_container .blog_all h2 {
  font-size: 24px;
  font-weight: 700;
}
.blog_container .blog_all .filters_global {
  display: flex;
  align-items: space-between;
}
.blog_container .blog_all .blog_filters {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  text-align: left;
}
.blog_container .blog_all .blog_filters span {
  border: 1px solid #2D375F;
  border-radius: 50px;
  padding: 6px 12px;
  margin: 0 5px 0 0;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.blog_container .blog_all .blog_filters span:last-child {
  margin: 0;
}
.blog_container .blog_all .blog_filters span:hover, .blog_container .blog_all .blog_filters span:focus {
  background: #2D375F;
  color: #fff;
  cursor: pointer;
}
.blog_container .blog_all .blog_filters span.active {
  background: #2D375F;
  color: #fff;
}
.blog_container .blog_all .blog_toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  font-size: 14px;
}
.blog_container .blog_all .blog_toolbar .filter_container {
  position: relative;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_toggle {
  display: inline-block;
  min-width: 105px;
  border: 1px solid #2D375F;
  border-radius: 50px;
  padding: 6px 30px 6px 12px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_toggle:hover, .blog_container .blog_all .blog_toolbar .filter_container .sort_toggle:focus {
  background: #fff;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_toggle:after {
  content: "";
  background: url("images/angle.svg") no-repeat;
  width: 9px;
  height: 6px;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 14px;
  transition: all 0.2s ease-in;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_dropdown {
  position: absolute;
  top: 45px;
  right: 0;
  min-width: 200px;
  padding: 15px;
  display: none;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_dropdown .sort_option {
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.2s ease-in;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_dropdown .sort_option:last-child {
  margin-bottom: 0;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_dropdown .sort_option:hover, .blog_container .blog_all .blog_toolbar .filter_container .sort_dropdown .sort_option:focus {
  background: #dae2f3;
}
.blog_container .blog_all .blog_toolbar .filter_container .sort_dropdown .sort_option.active {
  background: #dae2f3;
}
.blog_container .blog_all .blog_toolbar .filter_container.open .sort_toggle {
  background: #fff;
}
.blog_container .blog_all .blog_toolbar .filter_container.open .sort_toggle:after {
  transform: rotate(180deg);
}
.blog_container .blog_all .filter_container.open .sort_dropdown {
  display: block;
}
.blog_container .blog_all .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}
.blog_container .blog_all .posts h1 {
  font-weight: 600;
  font-size: 48px;
}
.blog_container .blog_all .posts article {
  margin: 0 0 50px 0;
}
.blog_container .blog_all .posts .img_blog {
  max-width: 80%;
}
.blog_container .blog_all .posts .text h3 {
  font-size: 18px;
  font-weight: 700;
}
.blog_container .blog_all .posts .text p.excerpt {
  max-width: inherit;
  opacity: 0.7;
  font-size: 16px;
}
.blog_container .meta {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  margin-top: 30px;
  opacity: 0.7;
  letter-spacing: 0.5px;
}
.blog_container .meta .date {
  text-transform: uppercase;
}
.blog_container .meta .date .updated {
  text-transform: none;
}
.blog_container .meta .date .author-name {
  text-transform: initial;
}
.blog_container .meta img {
  width: 28px;
  border-radius: 100%;
}
.blog_container article a:hover, .blog_container article a:focus {
  text-decoration: none;
}
.blog_container .posts_labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 30px 0 15px 0;
}
.blog_container .posts_labels .post-categories .post-category {
  display: inline-block;
  background: #B4BDFA;
  border-radius: 50px;
  padding: 5px 12px;
  margin: 0 5px 0 0;
}
.blog_container .posts_labels .post-categories .post-category:last-child {
  margin: 0;
}
.blog_container .posts_labels .reading-time {
  border: 1px solid #2D375F;
  background: #fff;
  border-radius: 50px;
  padding: 5px 12px;
}
.blog_container .light {
  opacity: 0.7;
  font-size: 14px;
}

#blog-results.loading {
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.pagination .page-numbers {
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.pagination .page-numbers li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
  font-weight: 500;
}
.pagination .page-numbers li .current {
  opacity: 1;
}
.pagination .page-numbers li a {
  opacity: 0.7;
  text-decoration: none;
}
.pagination .page-numbers li a:hover, .pagination .page-numbers li a:focus {
  opacity: 1;
}

.wpcf7 {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 .col-3,
.wpcf7 .col-6 {
  margin-bottom: 12px;
  position: relative;
  /* 1) Si un descendant est focus */
  /* 2) Si le champ est rempli (nécessite placeholder=" ") */
}
.wpcf7 .col-3 ::-webkit-input-placeholder,
.wpcf7 .col-6 ::-webkit-input-placeholder {
  color: #fff;
}
.wpcf7 .col-3 :-moz-placeholder,
.wpcf7 .col-6 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.wpcf7 .col-3 ::-moz-placeholder,
.wpcf7 .col-6 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.wpcf7 .col-3 :-ms-input-placeholder,
.wpcf7 .col-6 :-ms-input-placeholder {
  color: #fff;
}
.wpcf7 .col-3 span.title,
.wpcf7 .col-6 span.title {
  display: block;
  font-weight: 700;
  margin: 20px 0 12px 0;
}
.wpcf7 .col-3 label.exposant,
.wpcf7 .col-6 label.exposant {
  position: absolute;
  left: 15px;
  top: 18px;
  font-size: 16px;
  z-index: 2;
  padding: 0 0.35em;
  background: #fff;
  line-height: 1;
  color: #8e9aca;
  pointer-events: none;
  transition: top 0.18s ease, font-size 0.18s ease, color 0.18s ease;
}
.wpcf7 .col-3 p:focus-within > label.exposant,
.wpcf7 .col-6 p:focus-within > label.exposant {
  top: -7px;
  font-size: 14px;
  color: #2D375F;
}
.wpcf7 .col-3 p:has(.wpcf7-form-control:not(:-moz-placeholder-shown)) > label.exposant, .wpcf7 .col-6 p:has(.wpcf7-form-control:not(:-moz-placeholder-shown)) > label.exposant {
  top: -7px;
  font-size: 14px;
}
.wpcf7 .col-3 p:has(.wpcf7-form-control:not(:-ms-input-placeholder)) > label.exposant, .wpcf7 .col-6 p:has(.wpcf7-form-control:not(:-ms-input-placeholder)) > label.exposant {
  top: -7px;
  font-size: 14px;
}
.wpcf7 .col-3 p:has(.wpcf7-form-control:not(:placeholder-shown)) > label.exposant,
.wpcf7 .col-6 p:has(.wpcf7-form-control:not(:placeholder-shown)) > label.exposant {
  top: -7px;
  font-size: 14px;
}
.wpcf7 .col-3 {
  float: left;
  width: calc(50% - 4px);
  /* Option: état erreur CF7 */
}
.wpcf7 .col-3:nth-of-type(1), .wpcf7 .col-3:nth-of-type(3) {
  margin-right: 4px;
}
.wpcf7 .col-3:nth-of-type(2), .wpcf7 .col-3:nth-of-type(4) {
  margin-left: 4px;
}
.wpcf7 .col-3 p {
  position: relative;
  margin: 0;
  width: 100%;
}
.wpcf7 .col-3 p > br {
  display: none;
}
.wpcf7 .col-3 p .wpcf7-not-valid {
  border-color: #ED726C;
}
.wpcf7 .col-3 p .wpcf7-not-valid-tip {
  margin-top: 6px;
}
.wpcf7 .col-3 input:active label {
  top: 0;
}
.wpcf7 .col-3 .cursor {
  position: inherit;
  pointer-events: all;
  display: block;
}
.wpcf7 .col-3 .cursor:hover, .wpcf7 .col-3 .cursor:focus {
  cursor: pointer;
}
.wpcf7 .col-3 #rgpd {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.wpcf7 .col-3 #rgpd .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.wpcf7 .col-3 #rgpd input {
  margin: 4px 10px 0 0;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-select {
  border: 1px solid #8E9195;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in;
}
.wpcf7 .wpcf7-text:active, .wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:active,
.wpcf7 .wpcf7-textarea:focus,
.wpcf7 .wpcf7-select:active,
.wpcf7 .wpcf7-select:focus {
  border-color: #2D375F;
}
.wpcf7 .wpcf7-textarea {
  min-width: 100%;
  max-width: 100%;
  resize: none;
}
.wpcf7 .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("images/arrow.gif") 98% 50% no-repeat #fff;
}
.wpcf7 .wpcf7-select:hover, .wpcf7 .wpcf7-select:focus {
  cursor: pointer;
}
.wpcf7 .wpcf7-select option:first-child {
  color: #ED726C;
}
.wpcf7 .wpcf7-submit {
  background: #445bf2;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: 17px 55px 17px 30px;
  letter-spacing: 1.25px;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
  background: #2c46f0;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 9;
  background: #ed4451;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 14px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid #ed4451;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  top: -6px;
  left: 1rem;
}
.wpcf7 .wpcf7-spinner {
  margin: 0 auto;
  display: block;
}
.wpcf7 .wpcf7-validation-errors {
  border: none;
  color: #fff;
  background: #ed4451;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  color: #fff;
  background: #ED726C;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.error404 {
  text-align: center;
}
.error404 h1 {
  text-align: center;
  font-weight: 800;
}
.error404 #content {
  padding: 0;
}
.error404 #content .text_404 {
  padding: 100px 30px;
}
.error404 #content .button {
  background: #ED726C;
  color: #fff;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  max-width: 1440px;
  margin: 0 auto;
}

.entry-content blockquote {
  margin-left: auto;
  margin-right: auto;
}

.entry-content h2,
.entry-content h3 {
  margin: 0 auto 15px;
}

.entry-content p.has-background {
  max-width: 1200px;
}

/* Shifter Responsive Menu
--------------------------------------------------*/
.shifter-open .shifter-page:hover, .shifter-open .shifter-page:focus {
  cursor: pointer;
}

#navi {
  z-index: 9;
  margin-left: 0;
  background: #EDF1F9;
}
#navi .col-4 {
  padding: 50px 0;
}
#navi .logo_navi {
  height: 100%;
  background: #BEC1CD;
  display: flex;
  align-items: center;
}
#navi .logo_navi #logomob {
  max-width: 350px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
#navi .button {
  background: none;
  padding: 0;
  margin-top: 30px;
}
#navi .button a {
  border: 1px solid #2D375F;
  padding: 15px 30px;
  border-radius: 50px;
}

#navi .menu li.menu-item-has-children a:after,
#navi .nav-menu li.menu-item-has-children a:after {
  display: none !important;
}
#navi .menu li.menu-item-has-children .sub-menu a:after,
#navi .nav-menu li.menu-item-has-children .sub-menu a:after {
  display: inline-block;
}

#navi .menu li a {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #2D375F;
  margin: 10px 0;
}
#navi .menu li a:hover, #navi .menu li a:focus {
  text-decoration: none;
}

#navi .menu li:hover > a:before {
  opacity: 1;
  margin-left: -20px;
  transition: all 0.2s ease-in;
}

#navi #menu-mobile {
  margin-top: 0;
}

.shifter .shifter-handle {
  z-index: 5000;
  position: absolute;
  top: 0;
  right: 50px;
}

.shifter .shifter-navigation {
  padding: 0;
}

.shifter .shifter-navigation ul {
  padding-left: 0;
  list-style: none;
  margin: 0 30px;
}
.shifter .shifter-navigation ul .sub-menu {
  position: inherit !important;
  width: 100% !important;
}
.shifter .shifter-navigation ul li {
  text-align: left;
}
.shifter .shifter-navigation ul li a {
  margin: 0 !important;
}
.shifter .shifter-navigation ul li.menu-item-has-children {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
}
.shifter .shifter-navigation ul li.menu-item-has-children:hover, .shifter .shifter-navigation ul li.menu-item-has-children:focus {
  color: #ED726C;
  text-decoration: none;
}
.shifter .shifter-navigation ul li.menu-item-has-children:hover:after, .shifter .shifter-navigation ul li.menu-item-has-children:focus:after {
  transform: none;
}
.shifter .shifter-navigation ul li.menu-item-has-children:after {
  content: "";
  background: url("images/angle.svg") no-repeat;
  width: 9px;
  height: 6px;
  background-size: cover;
  position: absolute;
  right: 15px !important;
  top: 20px;
  font-size: 14px;
  transform: rotate(0deg);
}
.shifter .shifter-navigation ul li.menu-item-has-children a {
  pointer-events: none;
}
.shifter .shifter-navigation ul li.menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  padding: 30px 15px;
  background: #EDF1F9;
}
.shifter .shifter-navigation ul li.menu-item-has-children .sub-menu a {
  pointer-events: all;
  text-indent: 0;
}
.shifter .shifter-navigation ul li.menu-item-has-children .sub-menu a:before {
  display: none;
}
.shifter .shifter-navigation ul li.menu-item-has-children.down {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
}
.shifter .shifter-navigation ul li.menu-item-has-children.down a:before {
  opacity: 1 !important;
}
.shifter .shifter-navigation ul li.menu-item-has-children.down:after {
  transform: rotate(180deg);
}

.shifter .shifter-navigation a {
  display: block;
  color: #BEC1CD;
  padding: 10px;
  font-size: 16px !important;
  transition: all 0.3s ease-in;
}

.shifter-open {
  overflow: auto;
}

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}

.shifter-navigation {
  display: none;
  opacity: 0;
}

.shifter-handle {
  display: none;
}

.shifter-enabled .shifter-page {
  display: block;
  z-index: 1;
  position: relative;
  min-height: 100%;
}

.shifter-enabled.shifter-left .shifter-page {
  box-shadow: none;
}

.admin-bar.shifter-enabled .shifter-navigation {
  top: 170px;
}

.shifter-enabled .shifter-navigation {
  display: block;
  z-index: 0;
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 71px);
  max-height: calc(100vh - 71px);
  overflow: auto;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate3D(0, -20px, 0);
  transition: all 0.2s ease-in;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  transition: none;
}

.shifter-enabled #header.f-nav .shifter-handle {
  top: 60px;
}

.shifter-enabled .shifter-handle {
  z-index: 1;
  position: absolute;
  top: 45px;
  left: 30px;
  width: 50px;
  height: 50px;
  overflow: visible;
  color: #2D375F;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-user-select: none;
  display: flex;
  align-items: center;
}
.shifter-enabled .shifter-handle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10.5px);
  width: 30px;
  height: 3px;
  background: #2D375F;
  border-radius: 50px;
  transition: all 0.3s ease-in;
}
.shifter-enabled .shifter-handle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10.5px);
  width: 30px;
  height: 3px;
  background: #2D375F;
  border-radius: 50px;
  transition: all 0.3s ease-in;
}
.shifter-enabled .shifter-handle span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #2D375F;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: all 0.3s ease-in;
}

.shifter-open .shifter-handle:before {
  transform: translateY(9px) rotate(45deg);
}
.shifter-open .shifter-handle span {
  opacity: 0;
  transform: translateY(-50%) translateX(-10px);
}
.shifter-open .shifter-handle:after {
  transform: translateY(-9px) rotate(-45deg);
}

.shifter-enabled .shifter-navigation,
.shifter-enabled.shifter-left .shifter-navigation {
  transform: translate3D(0, -20px, 0);
  opacity: 0;
  pointer-events: none;
}

.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  transform: translate3D(0, 0, 0);
  transition: all 0.3s ease-in;
}

.shifter-open .shifter-page,
.shifter-open .shifter-header,
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  transform: none;
}

.no-csstransforms3d .shifter-enabled .shifter-navigation {
  top: 80px;
  left: 0;
  right: auto;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: 0;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  top: 80px;
}

/* Image hover home */
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 !important;
}
figure img {
  position: relative;
  display: block;
  max-width: 100%;
  transition: all 0.2s ease-in;
}
figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  transition: all 0.2s ease-in;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  background: #ED726C;
  color: #fff;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  /*opacity: $slick-opacity-default;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  font-family: "inter", sans-serif;
  content: "←";
  display: block;
  color: #2D375F;
  font-size: 30px;
  width: 50px;
  padding: 8px 0 12px;
  border-radius: 100%;
  border: 1px solid #ED726C;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  font-family: "inter", sans-serif;
  content: "→";
  display: block;
  color: #2D375F;
  font-size: 30px;
  width: 50px;
  padding: 8px 0 12px;
  border-radius: 100%;
  border: 1px solid #ED726C;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.country-selector.weglot-dropdown {
  background: none !important;
}
.country-selector.weglot-dropdown .wgcurrent {
  border: none !important;
}
.country-selector.weglot-dropdown .wgcurrent:after {
  top: 15px !important;
  transform: rotate(0) !important;
}
.country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 30px !important;
}

.country-selector.weglot-dropdown[aria-expanded=true] .wgcurrent:after {
  transform: rotate(-180deg) !important;
}

.country-selector.weglot-dropdown input:checked ~ ul {
  background: none !important;
  border: none !important;
}

@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover.has-parallax,
.wp-block-cover-image.has-parallax,
.wp-block-cover__image-background.has-parallax {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1400px) {
  .services_home .service-2,
.services_home .service-3 {
    width: 52%;
    left: 24%;
  }
  .services_home .service-5 {
    left: 65%;
  }

  .single-post #main,
.category #main,
.error404 #main {
    margin-top: 130px;
  }
}
@media (max-width: 1280px) {
  .right_content {
    padding-right: 0;
  }

  .center {
    padding: 0 30px;
  }

  .straight.full {
    padding: 0 30px;
  }

  .straight.nopad {
    padding: 0;
  }

  .services_home .service-2,
.services_home .service-3 {
    width: 45%;
    left: 27.5%;
  }
  .services_home .service-2 .title,
.services_home .service-2 .desc,
.services_home .service-3 .title,
.services_home .service-3 .desc {
    max-width: 60%;
  }
  .services_home .service-5 {
    left: 60%;
  }
}
@media (max-width: 1200px) {
  .shifter-enabled .shifter-handle {
    top: 12px;
  }

  .shifter-enabled #header.f-nav .shifter-handle {
    top: 12px;
  }

  #header .header_line {
    padding-top: 0;
  }
  #header .header_line .shifter-handle {
    display: inline-grid;
  }
  #header .header_line .logo {
    position: relative;
    margin: 0 auto;
    width: 110px;
  }
  #header .header_line .right_content {
    top: 15px;
  }
  #header .header_line .right_content #menu_items .button {
    padding: 10px;
    line-height: 1;
  }
  #header .header_line .right_content #menu_items .button:before {
    display: none;
    content: "";
    background: url("images/contact.svg");
    display: inline-block;
    width: 13px;
    height: 10px;
  }
  #header .header_line .right_content #menu_items .button span {
    display: none;
  }
  #header .header_line .right_content #menu_items .button.light {
    display: none;
  }

  #header.f-nav .header_line .right_content {
    top: 0;
  }

  #access {
    display: none;
  }

  #footer .footer_content {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  #grid_home {
    display: block;
  }
  #grid_home .text {
    width: 100%;
  }
  #grid_home .oval {
    display: none;
  }
}
@media (max-width: 960px) {
  .admin-bar #header {
    top: 0;
  }

  #header {
    width: 100%;
    top: inherit;
    padding: 0;
  }
  #header .header_line {
    padding: 0 15px 30px 15px;
  }
  #header .header_line .buttonresa .button.border {
    display: none;
  }

  #header.f-nav {
    width: 100%;
  }
  #header.f-nav .header_line .right_content .logo {
    position: relative;
  }

  .admin-bar #main .photobig {
    height: 65vh;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px !important;
  }

  .straight {
    padding: 0 30px;
  }

  .straight.nopad {
    padding: 0;
  }

  .straight.pad {
    padding: 30px;
  }

  .cpt_content {
    padding: 0;
  }
  .cpt_content .cpt_select .cpt_select_content h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .services_home {
    height: auto;
    padding: 0 30px;
  }
  .services_home a[class^=service-] {
    display: block;
    width: 100%;
    max-width: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: none;
    -ms-writing-mode: inherit;
        writing-mode: inherit;
    margin-bottom: 20px;
    padding: 15px 30px;
    text-align: center;
  }
  .services_home a[class^=service-] .title,
.services_home a[class^=service-] .desc {
    display: block;
    max-width: inherit;
    text-align: center;
  }

  .blog_container .oval {
    max-width: 500px;
  }
  .blog_container .blog_top,
.blog_container .blog_all .posts,
.blog_container .blog_top .blog_recent .grid_featured {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_container .blog_all .filters_global {
    display: block;
  }
  .blog_container .blog_all .blog_filters {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  .blog_container .blog_all .blog_filters span {
    display: inline-block;
  }
  .blog_container .blog_all .blog_toolbar {
    justify-content: normal;
  }

  #sidebar img.logo {
    display: none;
  }
  #sidebar #coord_contact {
    text-align: center;
  }

  .entry-content .blog_single p,
.entry-content .blog_single h1,
.entry-content .blog_single h2,
.entry-content .blog_single h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-content .gift_grid p,
.entry-content .gift_grid ul {
    padding-left: 0;
    padding-right: 0;
  }

  .wpcf7 .col-3 p,
.wpcf7 .col-6 p {
    padding: 0;
  }

  .entry-content.blog p,
.entry-content.blog blockquote,
.entry-content.blog h1,
.entry-content.blog h2,
.entry-content.blog h3,
.menu_body p,
.legal p,
.legal ul {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-block-quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-quote:before {
    left: 10px !important;
  }

  .entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3,
.entry-content .wp-block-columns ul,
.entry-content .wp-block-columns p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) and (max-height: 640px) {
  .menuinContent {
    height: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  /*.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
  background-attachment: scroll !important;
  }*/
  blockquote {
    margin: 20px 0;
  }

  h1 {
    background: none;
    padding: 0;
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  .alignleft, .alignright {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  #header .header_line .right_content #lang {
    right: 140px;
  }

  .single .specs {
    padding: 30px 10px;
  }

  #footer .footer_content {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  #footer .footer_content .left,
#footer .footer_content .right {
    text-align: center;
    padding: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .single .blog_container {
    display: block;
  }
  .single .sidebar {
    margin: 50px 0 0;
  }

  #footer .footer_content {
    display: block;
  }
  #footer .footer_content ul {
    padding: 0;
  }
  #footer .footer_content ul li {
    list-style-type: none;
  }
  #footer .footer_content .button {
    float: none;
    display: inline-block;
    width: auto;
  }

  .legal .col-2,
.legal .col-4 {
    width: 100%;
  }
}
@media (max-width: 650px) {
  body {
    border: none;
    font-size: 14px;
  }

  h2 {
    line-height: normal;
  }

  .straight ul {
    padding: 0;
  }

  #main {
    position: relative;
    top: 0;
  }

  #main {
    margin-top: 0;
  }

  #content {
    z-index: 999;
  }

  .center {
    padding: 0 10px;
  }

  .wpcf7 .col-3,
.wpcf7 .col-6 {
    width: 100%;
  }

  .cpt_content .cpt_select {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpt_content .cpt_select figure {
    border-radius: 5px 5px 0 0;
  }
  .cpt_content .cpt_select figure img {
    width: 100%;
  }

  .has-large-font-size {
    font-size: 24px !important;
  }

  #footer .footer_content .footer_item #grid_partners {
    display: block;
  }
  #footer .footer_content .footer_item #grid_partners .partners_content {
    max-width: 200px;
    margin: 0 auto 15px;
  }
  #footer .footer_content .footer_item.menus {
    display: block;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 24px;
  }

  .straight.nopadmob {
    padding: 0 0 0 30px;
  }

  #grid_home h1 {
    font-size: 22px;
  }
  #grid_home h1 span.bold {
    font-size: 30px;
  }
}