@charset "UTF-8";
/*
Theme Name: Auric / SdV
Theme URI: http://www.sdv.fr
Author: SdV
Description: Thème du site Auric / SdV.
Version: 1.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*scss/_mixins.scss*/
/*F_scss/_mixins.scss*/
/** === fonts === */
@font-face {
  font-family: "Sora";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Sora-Regular.woff2") format("woff"), url("fonts/Sora-Regular.woff") format("woff"), url("fonts/Sora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sora";
  font-weight: bold;
  font-style: normal;
  src: url("fonts/Sora-SemiBold.woff2") format("woff"), url("fonts/Sora-SemiBold.woff") format("woff"), url("fonts/Sora-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/icomoon.woff2") format("woff"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype");
}
@font-face {
  font-family: "SdV";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/SDVFontMedium.woff2") format("woff"), url("fonts/SDVFontMedium.woff") format("woff"), url("fonts/SDVFontMedium.ttf") format("truetype");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.button, button,
input[type=button],
input[type=reset],
input[type=submit], .btn:not(.menu-item):not(.wp-block-button),
.menu-item.btn > a,
.wp-block-button .wp-block-button__link, .button-index, #sib-form .sib-form-block__button, .btn-index:not(.menu-item):not(.wp-block-button),
.menu-item.btn-index > a,
.is-style-btn-index .wp-block-button__link, .is-style-btn-small-index .wp-block-button__link, .button-small, .btn-small:not(.menu-item):not(.wp-block-button),
.menu-item.btn-small > a,
.is-style-btn-small .wp-block-button__link {
  background-color: #1d6389;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Sora, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 30px 11px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.button:not(:disabled):hover, button:not(:disabled):hover,
input[type=button]:not(:disabled):hover,
input[type=reset]:not(:disabled):hover,
input[type=submit]:not(:disabled):hover, .btn:not(:disabled):hover:not(.menu-item):not(.wp-block-button),
.menu-item.btn > a:not(:disabled):hover,
.wp-block-button .wp-block-button__link:not(:disabled):hover, .button-index:not(:disabled):hover, #sib-form .sib-form-block__button:not(:disabled):hover, .btn-index:not(:disabled):hover:not(.menu-item):not(.wp-block-button),
.menu-item.btn-index > a:not(:disabled):hover,
.is-style-btn-index .wp-block-button__link:not(:disabled):hover, .is-style-btn-small-index .wp-block-button__link:not(:disabled):hover, .button-small:not(:disabled):hover, .btn-small:not(:disabled):hover:not(.menu-item):not(.wp-block-button),
.menu-item.btn-small > a:not(:disabled):hover,
.is-style-btn-small .wp-block-button__link:not(:disabled):hover, .button:not(:disabled):focus, button:not(:disabled):focus,
input[type=button]:not(:disabled):focus,
input[type=reset]:not(:disabled):focus,
input[type=submit]:not(:disabled):focus, .btn:not(:disabled):focus:not(.menu-item):not(.wp-block-button),
.menu-item.btn > a:not(:disabled):focus,
.wp-block-button .wp-block-button__link:not(:disabled):focus, .button-index:not(:disabled):focus, #sib-form .sib-form-block__button:not(:disabled):focus, .btn-index:not(:disabled):focus:not(.menu-item):not(.wp-block-button),
.menu-item.btn-index > a:not(:disabled):focus,
.is-style-btn-index .wp-block-button__link:not(:disabled):focus, .is-style-btn-small-index .wp-block-button__link:not(:disabled):focus, .button-small:not(:disabled):focus, .btn-small:not(:disabled):focus:not(.menu-item):not(.wp-block-button),
.menu-item.btn-small > a:not(:disabled):focus,
.is-style-btn-small .wp-block-button__link:not(:disabled):focus {
  background-color: #fff;
  color: #0d283e;
  text-decoration: none;
}
@media only screen and (max-width: 1380px) {
  .button, button,
  input[type=button],
  input[type=reset],
  input[type=submit], .btn:not(.menu-item):not(.wp-block-button),
  .menu-item.btn > a,
  .wp-block-button .wp-block-button__link, .button-index, #sib-form .sib-form-block__button, .btn-index:not(.menu-item):not(.wp-block-button),
  .menu-item.btn-index > a,
  .is-style-btn-index .wp-block-button__link, .is-style-btn-small-index .wp-block-button__link, .button-small, .btn-small:not(.menu-item):not(.wp-block-button),
  .menu-item.btn-small > a,
  .is-style-btn-small .wp-block-button__link {
    font-size: 1.6rem;
    padding: 13px 25px 11px;
  }
}

.button-small, .btn-small:not(.menu-item):not(.wp-block-button),
.menu-item.btn-small > a,
.is-style-btn-small .wp-block-button__link, .is-style-btn-small-index .wp-block-button__link {
  font-size: 1.4rem;
  padding: 10px 15px 8px;
}

.button-index, #sib-form .sib-form-block__button, .btn-index:not(.menu-item):not(.wp-block-button),
.menu-item.btn-index > a,
.is-style-btn-index .wp-block-button__link, .is-style-btn-small-index .wp-block-button__link {
  background-color: #f7c10d;
  color: #15375d;
}
.button-index:not(:disabled):hover, #sib-form .sib-form-block__button:not(:disabled):hover, .btn-index:not(:disabled):hover:not(.menu-item):not(.wp-block-button),
.menu-item.btn-index > a:not(:disabled):hover,
.is-style-btn-index .wp-block-button__link:not(:disabled):hover, .is-style-btn-small-index .wp-block-button__link:not(:disabled):hover, .button-index:not(:disabled):focus, #sib-form .sib-form-block__button:not(:disabled):focus, .btn-index:not(:disabled):focus:not(.menu-item):not(.wp-block-button),
.menu-item.btn-index > a:not(:disabled):focus,
.is-style-btn-index .wp-block-button__link:not(:disabled):focus, .is-style-btn-small-index .wp-block-button__link:not(:disabled):focus {
  background-color: #fff;
  color: #0d283e;
}

.bg-block, .sdv-news--post,
.sdv-blog--post, .is-style-bg-block,
.is-style-bg-block-link {
  background: #0d283e;
  border: 1px solid #184d6b;
  padding: 40px;
  position: relative;
  transition: all 0.5s ease;
}
.bg-block::after, .sdv-news--post::after,
.sdv-blog--post::after, .is-style-bg-block::after,
.is-style-bg-block-link::after {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
}
body[class*=s-hosting] .bg-block, body[class*=s-hosting] .sdv-news--post,
body[class*=s-hosting] .sdv-blog--post, body[class*=s-hosting] .is-style-bg-block,
body[class*=s-hosting] .is-style-bg-block-link {
  background-color: #291c48;
  border-color: #3f1e5c;
}
body[class*=s-domaines] .bg-block, body[class*=s-domaines] .sdv-news--post,
body[class*=s-domaines] .sdv-blog--post, body[class*=s-domaines] .is-style-bg-block,
body[class*=s-domaines] .is-style-bg-block-link {
  background-color: #41233a;
  border-color: #562740;
}
body[class*=s-made] .bg-block, body[class*=s-made] .sdv-news--post,
body[class*=s-made] .sdv-blog--post, body[class*=s-made] .is-style-bg-block,
body[class*=s-made] .is-style-bg-block-link {
  background-color: #104146;
  border-color: #18615e;
}

.product-card .wp-block-image + .wp-block-heading, .block-s-pulse .wp-block-image + .wp-block-heading, .block-s-hosting .wp-block-image + .wp-block-heading, .block-s-made .wp-block-image + .wp-block-heading, .block-s-domaines .wp-block-image + .wp-block-heading {
  margin-top: 20px;
}
.product-card .wp-block-heading, .block-s-pulse .wp-block-heading, .block-s-hosting .wp-block-heading, .block-s-made .wp-block-heading, .block-s-domaines .wp-block-heading {
  font-family: SdV, sans-serif;
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1380px) {
  .product-card .wp-block-heading, .block-s-pulse .wp-block-heading, .block-s-hosting .wp-block-heading, .block-s-made .wp-block-heading, .block-s-domaines .wp-block-heading {
    font-size: 2.8rem;
  }
}
.product-card p, .block-s-pulse p, .block-s-hosting p, .block-s-made p, .block-s-domaines p {
  font-size: 2.2rem;
  margin: 0 auto;
  max-width: 425px;
}
@media only screen and (max-width: 1380px) {
  .product-card p, .block-s-pulse p, .block-s-hosting p, .block-s-made p, .block-s-domaines p {
    font-size: 2rem;
  }
}
.product-card .wp-block-buttons, .block-s-pulse .wp-block-buttons, .block-s-hosting .wp-block-buttons, .block-s-made .wp-block-buttons, .block-s-domaines .wp-block-buttons {
  margin-top: 15px;
}

.wrap-content, .wrap, [class*=sdv-section] > .wp-block-group,
section.wp-block-group > .wp-block-group {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}

.word-highlight, .sdv-section--contact > h2:first-child strong,
.sdv-section--post-product > h2:first-child strong {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.word-highlight::after, .sdv-section--contact > h2:first-child strong::after,
.sdv-section--post-product > h2:first-child strong::after {
  content: "";
  position: absolute;
  left: -0.05em;
  bottom: 0.1em;
  height: 0.4em;
  background-color: #1d6389;
  z-index: -1;
  right: -0.05em;
}
.light-mode .post-main .word-highlight::after, .light-mode .post-main .sdv-section--contact > h2:first-child strong::after, .sdv-section--contact > h2:first-child .light-mode .post-main strong::after,
.light-mode .post-main .sdv-section--post-product > h2:first-child strong::after,
.sdv-section--post-product > h2:first-child .light-mode .post-main strong::after {
  background-color: rgb(55.2771084337, 157.3253012048, 212.7228915663);
  opacity: 0.6;
}

/** === Base === */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.overflow {
  overflow: hidden;
}

::-moz-selection {
  background-color: #1d6389;
  color: white;
}

::selection {
  background-color: #1d6389;
  color: white;
}

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

body {
  background-color: #071729;
  background-image: linear-gradient(198deg, rgba(43, 101, 115, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
  background-size: 100% 2000px;
  color: #dfe1e3;
  font-family: Verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-top: 40px;
}

a {
  color: #35d1d8;
  text-decoration: none;
  transition: color 0.5s ease, text-decoration 0.5s ease, padding 0.5s ease, background-color 0.5s ease;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: thin;
  outline-style: dotted;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 20px 0;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  clear: none;
  font-size: 5rem;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1380px) {
  h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 990px) {
  h1 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 467px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  clear: none;
  font-size: 4.2rem;
  margin-bottom: 20px;
  margin-top: 50px;
  transition: all 0.5s ease;
}
h2:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1380px) {
  h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 990px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 467px) {
  h2 {
    font-size: 2.6rem;
  }
}
h2 .word-highlight::after {
  bottom: 0.2em;
}

h3 {
  clear: none;
  font-size: 3.4rem;
  margin-bottom: 15px;
  margin-top: 35px;
  transition: all 0.5s ease;
}
h3:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1380px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 990px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  clear: none;
  font-size: 2.4rem;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

hr,
.wp-block-separator {
  background-color: #fff;
  border: 0;
  height: 2px;
}

ul,
ol {
  padding: 0;
}

ul {
  list-style: none;
  margin: 0px;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.3;
}

li > ul,
li > ol {
  padding-left: 40px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

figure {
  margin: 0;
}

blockquote {
  border-left: 2px solid #35d1d8;
  margin-left: 0;
  padding: 0 0 0 20px;
}
blockquote > p {
  margin: 0 0 20px;
}
blockquote cite {
  color: #fff;
}

table {
  margin: 0 0 20px;
  border-collapse: collapse;
  width: 100%;
  font-family: Verdana, sans-serif;
}
table td,
table th {
  padding: 0.5em;
  border: 1px solid #fff;
  word-break: break-all;
}

.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image figure {
  margin-bottom: 1em;
}

:root :where(.wp-block-group-is-layout-constrained) > p,
:root :where(.wp-block-group-is-layout-constrained) > ul,
:root :where(.wp-block-group-is-layout-constrained) > ol,
:root :where(.wp-block-group-is-layout-constrained) > h1,
:root :where(.wp-block-group-is-layout-constrained) > h2,
:root :where(.wp-block-group-is-layout-constrained) > h3,
:root :where(.wp-block-group-is-layout-constrained) > h4,
:root :where(.wp-block-group-is-layout-constrained) > h5,
:root :where(.wp-block-group-is-layout-constrained) > h6,
:root :where(.is-layout-flow) > p,
:root :where(.is-layout-flow) > ul,
:root :where(.is-layout-flow) > ol,
:root :where(.is-layout-flow) > h1,
:root :where(.is-layout-flow) > h2,
:root :where(.is-layout-flow) > h3,
:root :where(.is-layout-flow) > h4,
:root :where(.is-layout-flow) > h5,
:root :where(.is-layout-flow) > h6 {
  margin-top: 0;
  margin-bottom: 1em;
}
:root :where(.wp-block-group-is-layout-constrained) > h1,
:root :where(.is-layout-flow) > h1 {
  margin-bottom: 40px;
}
:root :where(.wp-block-group-is-layout-constrained) > h2,
:root :where(.is-layout-flow) > h2 {
  margin-bottom: 20px;
}
:root :where(.wp-block-group-is-layout-constrained) > h3,
:root :where(.is-layout-flow) > h3 {
  margin-bottom: 15px;
}
:root :where(.wp-block-group-is-layout-constrained) > h4,
:root :where(.is-layout-flow) > h4 {
  margin-bottom: 10px;
}

/** === General class === */
#page {
  position: relative;
  width: 100%;
}

.wrap.has-global-padding {
  box-sizing: content-box;
  max-width: calc(100% - 80px);
}

.has-global-padding {
  padding-inline: 80px;
}
.has-global-padding > .has-global-padding {
  padding-inline: 0;
}
@media only screen and (max-width: 990px) {
  .has-global-padding {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 467px) {
  .has-global-padding {
    padding-inline: 20px;
  }
}

.site-main {
  padding-top: 120px;
}
@media only screen and (max-width: 1130px) {
  .site-main {
    padding-top: 80px;
  }
}
.site-main .entry-content > *:last-child {
  padding-bottom: 120px;
}
@media only screen and (max-width: 781px) {
  .site-main .entry-content > *:last-child {
    padding-bottom: 80px;
  }
}
.products-template .site-main, .services-template .site-main, .home .site-main {
  padding-top: 30px;
}

.alignfull {
  padding-inline: 0;
}

/** === Elements === */
/* Elements - Columns & Grids */
.is-layout-grid {
  gap: 80px;
}
@media only screen and (max-width: 1130px) {
  .is-layout-grid {
    gap: 60px;
  }
}

.wp-block-columns {
  gap: 40px;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}

/* Elements - Blocks */
.wp-block-column > .is-style-bg-block,
.wp-block-column > .is-style-bg-block-link {
  height: 100%;
}
.is-style-bg-block[class*=block-s-],
.is-style-bg-block-link[class*=block-s-] {
  max-width: 718px !important;
}

.is-style-bg-block-link {
  position: relative;
}
.is-style-bg-block-link :where(.wp-block-button) {
  position: static;
}
.is-style-bg-block-link :where(.wp-block-button) a:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 10;
}

.block-s-pulse .wp-block-image {
  position: relative;
}
.block-s-pulse .wp-block-image img {
  opacity: 1;
  transition: all 0.5s ease;
}
.block-s-pulse .wp-block-image::before {
  background: url("img/s-pulse-white.png") center center no-repeat;
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
}
.block-s-pulse:has(a:hover, a:focus) {
  background-color: #15aec2;
  border-color: #15aec2;
}
.block-s-pulse:has(a:hover, a:focus) .wp-block-image img {
  opacity: 0;
}
.block-s-pulse:has(a:hover, a:focus) .wp-block-image::before {
  opacity: 1;
}
.block-s-pulse .wp-block-button__link:not(:disabled):hover, .block-s-pulse .wp-block-button__link:not(:disabled):focus {
  color: #15aec2;
}
.block-s-hosting .wp-block-image {
  position: relative;
}
.block-s-hosting .wp-block-image img {
  opacity: 1;
  transition: all 0.5s ease;
}
.block-s-hosting .wp-block-image::before {
  background: url("img/s-hosting-white.png") center center no-repeat;
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
}
.block-s-hosting:has(a:hover, a:focus) {
  background-color: #742193;
  border-color: #742193;
}
.block-s-hosting:has(a:hover, a:focus) .wp-block-image img {
  opacity: 0;
}
.block-s-hosting:has(a:hover, a:focus) .wp-block-image::before {
  opacity: 1;
}
.block-s-hosting .wp-block-button__link:not(:disabled):hover, .block-s-hosting .wp-block-button__link:not(:disabled):focus {
  color: #742193;
}
.block-s-made .wp-block-image {
  align-items: center;
  display: flex;
  height: 81px;
  justify-content: center;
  position: relative;
}
.block-s-made .wp-block-image img {
  max-height: 81px;
  opacity: 1;
  transition: all 0.5s ease;
}
.block-s-made .wp-block-image::before {
  background: url("img/s-made-white.png") center center no-repeat;
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
}
.block-s-made:has(a:hover, a:focus) {
  background-color: #25a88f;
  border-color: #25a88f;
}
.block-s-made:has(a:hover, a:focus) .wp-block-image img {
  opacity: 0;
}
.block-s-made:has(a:hover, a:focus) .wp-block-image::before {
  opacity: 1;
}
.block-s-made .wp-block-button__link:not(:disabled):hover, .block-s-made .wp-block-button__link:not(:disabled):focus {
  color: #25a88f;
}
.block-s-domaines .wp-block-image {
  position: relative;
}
.block-s-domaines .wp-block-image img {
  opacity: 1;
  transition: all 0.5s ease;
}
.block-s-domaines .wp-block-image::before {
  background: url("img/s-domaines-white.png") center center no-repeat;
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
}
.block-s-domaines:has(a:hover, a:focus) {
  background-color: #c63a60;
  border-color: #c63a60;
}
.block-s-domaines:has(a:hover, a:focus) .wp-block-image img {
  opacity: 0;
}
.block-s-domaines:has(a:hover, a:focus) .wp-block-image::before {
  opacity: 1;
}
.block-s-domaines .wp-block-button__link:not(:disabled):hover, .block-s-domaines .wp-block-button__link:not(:disabled):focus {
  color: #c63a60;
}

.wp-block-embed.wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* Elements - Boutons */
/* Elements - Titres */
.page-title {
  font-size: 4rem;
}

.subhead {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #dfe1e3;
}

[class*=sdv-section] > .wp-block-heading:first-child,
[class*=sdv-section] > h2:first-child {
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 60px;
}
[class*=sdv-section] > .wp-block-heading:first-child + .has-sora-font-family,
[class*=sdv-section] > .wp-block-heading:first-child + h3,
[class*=sdv-section] > h2:first-child + .has-sora-font-family,
[class*=sdv-section] > h2:first-child + h3 {
  font-size: 2.8rem;
  margin: 0 0 60px;
}
@media only screen and (max-width: 1380px) {
  [class*=sdv-section] > .wp-block-heading:first-child + .has-sora-font-family,
  [class*=sdv-section] > .wp-block-heading:first-child + h3,
  [class*=sdv-section] > h2:first-child + .has-sora-font-family,
  [class*=sdv-section] > h2:first-child + h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 990px) {
  [class*=sdv-section] > .wp-block-heading:first-child + .has-sora-font-family,
  [class*=sdv-section] > .wp-block-heading:first-child + h3,
  [class*=sdv-section] > h2:first-child + .has-sora-font-family,
  [class*=sdv-section] > h2:first-child + h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 467px) {
  [class*=sdv-section] > .wp-block-heading:first-child + .has-sora-font-family,
  [class*=sdv-section] > .wp-block-heading:first-child + h3,
  [class*=sdv-section] > h2:first-child + .has-sora-font-family,
  [class*=sdv-section] > h2:first-child + h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1380px) {
  [class*=sdv-section] > .wp-block-heading:first-child,
  [class*=sdv-section] > h2:first-child {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 990px) {
  [class*=sdv-section] > .wp-block-heading:first-child,
  [class*=sdv-section] > h2:first-child {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 467px) {
  [class*=sdv-section] > .wp-block-heading:first-child,
  [class*=sdv-section] > h2:first-child {
    font-size: 3.4rem;
  }
}
[class*=sdv-section] > .wp-block-heading:first-child .word-highlight::after,
[class*=sdv-section] > h2:first-child .word-highlight::after {
  bottom: 0.1em;
}
[class*=sdv-section] > h3 {
  font-size: 4.2rem;
  margin-bottom: 60px;
}
[class*=sdv-section] > h3 .word-highlight::after {
  bottom: 0.2em;
}

.tagline {
  font-family: Sora, sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #dfe1e3;
  display: block;
  margin-top: 20px;
}

.intro {
  font-size: 2rem;
  font-weight: bold;
  color: #dfe1e3;
}

/* Elements - Pictos */
.picto {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background-color: #f7c10d;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  padding: 6px;
}
.picto img {
  width: 100%;
  text-align: center;
}
.products .picto {
  background-color: #f7c10d;
}
.services .picto {
  background-color: #4fa3c7;
}

/* Elements - Fonts */
.sdv-font {
  font-family: SdV, sans-serif;
}

/* Elements - Breadcrumb */
.breadcrumbs {
  color: #dfe1e3;
  font-family: Verdana, sans-serif;
  margin: 0 auto 40px;
  max-width: 1640px;
  padding-inline: 80px;
  opacity: 0.8;
  font-style: italic;
}
@media only screen and (max-width: 990px) {
  .breadcrumbs {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 467px) {
  .breadcrumbs {
    padding-inline: 20px;
  }
}
.has-global-padding .breadcrumbs {
  padding: 0;
}
.breadcrumbs > span {
  padding: 0 10px;
  font-size: 1.4rem;
}
.breadcrumbs > span:first-child {
  padding-inline: 0;
}
.breadcrumbs > span a {
  color: #dfe1e3;
  font-style: normal;
  margin: 0;
}
.breadcrumbs > span a:hover, .breadcrumbs > span a:focus {
  text-decoration: underline;
  color: #dfe1e3;
}
.breadcrumbs > span a.home {
  font-size: 0;
  line-height: 0;
}
.breadcrumbs > span a.home::before {
  content: "\e909";
  font-family: Icons, sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
}

/* Elements - Grilles / Colonnes picto + texte */
@media only screen and (max-width: 1130px) {
  .grid-list {
    gap: 60px;
  }
}
.grid-list .wp-block-heading {
  font-size: 3.4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1380px) {
  .grid-list .wp-block-heading {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 990px) {
  .grid-list .wp-block-heading {
    font-size: 2.6rem;
  }
}
.grid-list p,
.grid-list ul,
.grid-list ol {
  font-size: 1.8rem;
  margin-block: 0;
}
.grid-list ul li {
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.grid-list ul li::before {
  content: "";
  background: url("img/puce.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 0.3em;
}
.grid-list ul li:last-child {
  margin-bottom: 0;
}

.columns-list {
  gap: 80px;
}
@media only screen and (max-width: 1130px) {
  .columns-list {
    gap: 40px;
  }
}

/* Elements - Compteur */
.nb-counter {
  gap: 40px;
  justify-content: center;
}
.nb-counter .wp-block-group {
  gap: 20px;
}
.nb-counter .wp-block-group > p {
  font-size: 2.2rem;
  margin: 0;
  max-width: 220px;
  padding-top: 5px;
}
@media only screen and (max-width: 1580px) {
  .nb-counter .wp-block-group > p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1380px) {
  .nb-counter .wp-block-group > p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1130px) {
  .nb-counter .wp-block-group > p {
    text-align: center;
  }
}
@media only screen and (max-width: 781px) {
  .nb-counter .wp-block-group > p {
    text-align: left;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1130px) {
  .nb-counter .wp-block-group {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 781px) {
  .nb-counter .wp-block-group {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex: 1;
  }
}
.nb-counter .wp-block-getwid-counter__wrapper {
  background-image: linear-gradient(to bottom, #1b949a, #35d1d8);
  background-clip: text;
  display: flex;
  gap: 0;
  white-space: nowrap;
}
.nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number,
.nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  color: transparent;
  font-size: 12rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1380px) {
  .nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number,
  .nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
    font-size: 9.2rem;
  }
}
@media only screen and (max-width: 1130px) {
  .nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number,
  .nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 781px) {
  .nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number,
  .nb-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1130px) {
  .nb-counter {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 781px) {
  .nb-counter {
    align-items: center;
    flex-direction: column;
  }
}

/* Elements - Timeline */
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__line {
  background-color: rgba(255, 255, 255, 0.4);
}
.light-mode .wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__line {
  background-color: #dee3e6;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__bar {
  background-color: #0073aa;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content {
  border-color: #0073aa;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta {
  margin-bottom: 15px;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta .wp-block-getwid-content-timeline-item__meta-content {
  color: white;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__card-wrapper {
  background-color: #1d6389;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__card::after {
  background-color: #1d6389;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__content-wrapper {
  font-size: 2rem;
  padding: 20px 20px 16px;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__content-wrapper h3 {
  color: white !important;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__point {
  height: 12px;
  width: 12px;
}
.wp-block-getwid-content-timeline .wp-block-getwid-content-timeline__wrapper .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__meta-content {
  font-size: 1.4rem;
}

/* Elements - References */
.references-list {
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  gap: 20px 40px;
}
.references-list.is-not-stacked-on-mobile > .wp-block-column {
  flex: none;
}
@media only screen and (max-width: 781px) {
  .references-list {
    margin-top: 60px;
  }
}
.references-list .wp-block-image figure {
  margin-bottom: 0;
}

/* Elements - Pagination */
.nav-links {
  display: flex;
  justify-content: flex-end;
}

.pagination {
  font-family: Sora, sans-serif;
  font-size: 2.4rem;
  margin-top: 60px;
}
.pagination ol {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-end;
}
.pagination .page-numbers:not(.next):not(.prev) {
  border-bottom: 1px dotted transparent;
  color: white;
  margin-top: 0;
  padding: 0 8px;
  margin: 0 2px;
}
.pagination .page-numbers:not(.next):not(.prev):hover, .pagination .page-numbers:not(.next):not(.prev):focus {
  border-bottom: 1px dotted #35d1d8;
}
.pagination .page-numbers:not(.next):not(.prev).current {
  border-bottom: 3px solid #f7c10d;
}
.pagination .prev,
.pagination .next {
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 5px;
  height: 17px;
  text-indent: -9999px;
  width: 30px;
}
.pagination .next {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="17" viewBox="0 0 30 17"><g id="b"><path id="c" d="M4.6,9.4c2.5-1.1,5.5-1.6,9.7-1.6h13.1l-6.7-6.4c-.3-.3-.3-.8,0-1.1.2-.2.4-.2.5-.2h0c.2,0,.4,0,.5.2l8,7.7c.3.3.3.8,0,1.1l-8,7.7c-.1.1-.4.2-.5.2s-.4,0-.5-.2c-.3-.3-.3-.8,0-1.1h0l6.7-6.4h-13.1c-3.9,0-6.8.5-9,1.5-2.3,1.1-4.1,2.8-5.3,4.9v-2.7c1.3-1.5,2.8-2.7,4.6-3.6" fill="%231d6389"/></g></svg>');
  margin-left: 20px;
}
.pagination .next:hover, .pagination .next:focus {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="17" viewBox="0 0 30 17"><g id="b"><path id="c" d="M4.6,9.4c2.5-1.1,5.5-1.6,9.7-1.6h13.1l-6.7-6.4c-.3-.3-.3-.8,0-1.1.2-.2.4-.2.5-.2h0c.2,0,.4,0,.5.2l8,7.7c.3.3.3.8,0,1.1l-8,7.7c-.1.1-.4.2-.5.2s-.4,0-.5-.2c-.3-.3-.3-.8,0-1.1h0l6.7-6.4h-13.1c-3.9,0-6.8.5-9,1.5-2.3,1.1-4.1,2.8-5.3,4.9v-2.7c1.3-1.5,2.8-2.7,4.6-3.6" fill="%23f7c10d"/></g></svg>');
}
.pagination .prev {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="17" viewBox="0 0 30 17"><g id="b"><path id="c" d="M25.4,9.4c1.8.9,3.4,2.1,4.6,3.6v2.7c-1.2-2.1-3-3.8-5.3-4.9-2.2-1.1-5.1-1.5-9-1.5H2.6s6.7,6.4,6.7,6.4h0c.3.3.3.8,0,1.1-.1.2-.4.2-.5.2s-.4-.1-.5-.2L.2,9c-.3-.3-.3-.8,0-1.1L8.2.2C8.4,0,8.6,0,8.7,0h0c.2,0,.4,0,.5.2.3.3.3.8,0,1.1L2.6,7.7h13.1c4.1,0,7.2.5,9.7,1.6" fill="%231d6389"/></g></svg>');
  margin-right: 20px;
}
.pagination .prev:hover, .pagination .prev:focus {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="17" viewBox="0 0 30 17"><g id="b"><path id="c" d="M25.4,9.4c1.8.9,3.4,2.1,4.6,3.6v2.7c-1.2-2.1-3-3.8-5.3-4.9-2.2-1.1-5.1-1.5-9-1.5H2.6s6.7,6.4,6.7,6.4h0c.3.3.3.8,0,1.1-.1.2-.4.2-.5.2s-.4-.1-.5-.2L.2,9c-.3-.3-.3-.8,0-1.1L8.2.2C8.4,0,8.6,0,8.7,0h0c.2,0,.4,0,.5.2.3.3.3.8,0,1.1L2.6,7.7h13.1c4.1,0,7.2.5,9.7,1.6" fill="%23f7c10d"/></g></svg>');
}
.pagination .dots {
  pointer-events: none;
}

/** === Layout - Sections === */
[class*=sdv-section] {
  padding-bottom: 120px;
}
@media only screen and (max-width: 781px) {
  [class*=sdv-section] {
    padding-bottom: 80px;
  }
}

.light-bottom {
  margin-bottom: 0;
  padding-bottom: 120px;
  position: relative;
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at bottom center, rgba(43, 101, 115, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  .light-bottom {
    padding-bottom: 80px;
  }
}

.light-top {
  padding-top: 120px;
  position: relative;
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(43, 101, 115, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
.light-top::before {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
@media only screen and (max-width: 781px) {
  .light-top {
    padding-top: 80px;
  }
}

.light-bottom.light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(43, 101, 115, 0.8) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 100% 300px at bottom center, rgba(43, 101, 115, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}

.sdv-section--stats::after {
  content: "";
  display: block;
  background: url("img/stats.png") left center no-repeat;
  background-size: contain;
  mix-blend-mode: overlay;
  opacity: 0.25;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: 5%;
  top: 5%;
  z-index: -1;
}
.sdv-section--stats:has(+ .sdv-section--story) {
  margin-bottom: 0;
  padding-bottom: 120px;
}
.sdv-section--stats > .wp-block-heading:first-child {
  font-size: 9.2rem;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .sdv-section--stats > .wp-block-heading:first-child {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 467px) {
  .sdv-section--stats > .wp-block-heading:first-child {
    font-size: 5rem;
  }
}
.sdv-section--stats .gradient-text {
  margin-top: 60px;
}
.sdv-section--stats .gradient-text:nth-of-type(even) > .wp-block-getwid-counter,
.sdv-section--stats .gradient-text:nth-of-type(even) > .wp-block-group {
  background-image: linear-gradient(to bottom, #f7c10d, #ffe99f);
}
.sdv-section--stats .gradient-text > .wp-block-getwid-counter,
.sdv-section--stats .gradient-text > .wp-block-group {
  background-image: linear-gradient(to bottom, #1b949a, #35d1d8);
  background-clip: text;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  justify-content: center;
}
.sdv-section--stats .gradient-text > .wp-block-getwid-counter > *,
.sdv-section--stats .gradient-text > .wp-block-group > * {
  margin: 0 !important;
}
.sdv-section--stats .gradient-text > .wp-block-getwid-counter p,
.sdv-section--stats .gradient-text > .wp-block-getwid-counter .wp-block-getwid-counter__number,
.sdv-section--stats .gradient-text > .wp-block-getwid-counter .wp-block-getwid-counter__suffix,
.sdv-section--stats .gradient-text > .wp-block-group p,
.sdv-section--stats .gradient-text > .wp-block-group .wp-block-getwid-counter__number,
.sdv-section--stats .gradient-text > .wp-block-group .wp-block-getwid-counter__suffix {
  color: transparent;
  font-size: 6rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1380px) {
  .sdv-section--stats .gradient-text > .wp-block-getwid-counter p,
  .sdv-section--stats .gradient-text > .wp-block-getwid-counter .wp-block-getwid-counter__number,
  .sdv-section--stats .gradient-text > .wp-block-getwid-counter .wp-block-getwid-counter__suffix,
  .sdv-section--stats .gradient-text > .wp-block-group p,
  .sdv-section--stats .gradient-text > .wp-block-group .wp-block-getwid-counter__number,
  .sdv-section--stats .gradient-text > .wp-block-group .wp-block-getwid-counter__suffix {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 990px) {
  .sdv-section--stats .gradient-text > .wp-block-getwid-counter p,
  .sdv-section--stats .gradient-text > .wp-block-getwid-counter .wp-block-getwid-counter__number,
  .sdv-section--stats .gradient-text > .wp-block-getwid-counter .wp-block-getwid-counter__suffix,
  .sdv-section--stats .gradient-text > .wp-block-group p,
  .sdv-section--stats .gradient-text > .wp-block-group .wp-block-getwid-counter__number,
  .sdv-section--stats .gradient-text > .wp-block-group .wp-block-getwid-counter__suffix {
    font-size: 4.2rem;
  }
}
.sdv-section--stats .gradient-text > p {
  font-family: Sora, sans-serif;
  font-size: 4.2rem;
  margin: 5px 0 0;
}
@media only screen and (max-width: 1380px) {
  .sdv-section--stats .gradient-text > p {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 990px) {
  .sdv-section--stats .gradient-text > p {
    font-size: 2.8rem;
  }
}
.sdv-section--stats .wp-block-getwid-counter .wp-block-getwid-counter__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  justify-content: center;
}
.sdv-section--stats .wp-block-getwid-counter.no-gap .wp-block-getwid-counter__wrapper {
  flex-wrap: nowrap;
  gap: 0;
}
.sdv-section--cols .wp-block-columns .wp-block-heading {
  font-size: 3.4rem;
  margin-top: 20px;
}
@media only screen and (max-width: 1380px) {
  .sdv-section--cols .wp-block-columns .wp-block-heading {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 990px) {
  .sdv-section--cols .wp-block-columns .wp-block-heading {
    font-size: 2.6rem;
  }
}
.sdv-section--cols .wp-block-columns p {
  font-size: 1.8rem;
  margin-top: 20px;
}
.sdv-section--cols .wp-block-columns:has(+ :is(p, .has-sora-font-family)) {
  margin-bottom: 80px;
}
.sdv-section--cols .has-sora-font-family {
  font-size: 4.2rem;
}
@media only screen and (max-width: 1380px) {
  .sdv-section--cols .has-sora-font-family {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 990px) {
  .sdv-section--cols .has-sora-font-family {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1130px) {
  .sdv-section--grid .grid-list .wp-block-columns {
    flex-direction: column;
    flex-wrap: nowrap !important;
    gap: 20px;
    text-align: center;
  }
}
.sdv-section--grid .grid-list:has(+ :is(p, .has-sora-font-family)) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 781px) {
  .sdv-section--grid .grid-list {
    grid-template-columns: 1fr;
  }
}
.sdv-section--story .wp-block-getwid-content-slider__wrapper::before {
  background: url("img/quotes.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 167px;
  width: 170px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-85%);
  z-index: -1;
}
.sdv-section--story .wp-block-group.is-layout-flex .wp-block-image {
  flex: 1 1 35%;
}
.sdv-section--story .wp-block-group.is-layout-flex .wp-block-image img {
  margin: auto;
}
.sdv-section--story .wp-block-group > p:first-of-type {
  font-family: Sora, sans-serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1380px) {
  .sdv-section--story .wp-block-group > p:first-of-type {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 990px) {
  .sdv-section--story .wp-block-group > p:first-of-type {
    font-size: 2rem;
  }
}
.sdv-section--story .wp-block-group > p:last-of-type {
  font-size: 2rem;
  margin-top: 20px;
}
@media only screen and (max-width: 1380px) {
  .sdv-section--story .wp-block-group > p:last-of-type {
    font-size: 1.6rem;
  }
}
.sdv-section--story .wp-block-group .wp-block-image {
  margin-bottom: 20px;
}
.sdv-section--story .wp-block-group .wp-block-buttons {
  margin-top: 20px;
}
.sdv-section--contact > .wp-block-heading:first-child:has(+ .has-sora-font-family), .sdv-section--contact > .wp-block-heading:first-child:has(+ h3),
.sdv-section--contact > h2:first-child:has(+ .has-sora-font-family),
.sdv-section--contact > h2:first-child:has(+ h3) {
  margin-bottom: 10px;
}
.sdv-section--contact > .wp-block-heading:first-child + .has-sora-font-family,
.sdv-section--contact > .wp-block-heading:first-child + h3,
.sdv-section--contact > h2:first-child + .has-sora-font-family,
.sdv-section--contact > h2:first-child + h3 {
  color: #f7c10d;
  margin-top: 0;
}
.sdv-section--404 > .wrap {
  display: grid;
  align-items: center;
  gap: 20px 40px;
  grid-template-columns: minmax(0, 450px) minmax(450px, 1fr);
}
@media only screen and (max-width: 990px) {
  .sdv-section--404 > .wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.sdv-section--404 .page-media {
  grid-row: 1/span 2;
}
@media only screen and (max-width: 990px) {
  .sdv-section--404 .page-media {
    grid-row: 2;
  }
  .sdv-section--404 .page-media img {
    width: 450px;
  }
}
.sdv-section--404 .page-title {
  margin-block: 0;
}
@media only screen and (max-width: 990px) {
  .sdv-section--404 .page-title {
    grid-row: 1;
  }
}
.sdv-section--404 .page-title span {
  display: block;
  font-size: 1.5em;
}
.sdv-section--404 .page-content .menu {
  font-family: Sora, sans-serif;
  margin-block: 30px 10px;
}
.sdv-section--404 .page-content .menu .menu-item {
  margin-bottom: 20px;
}
.sdv-section--404 .page-content .menu .menu-item a {
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  position: relative;
  display: inline-block;
}
.sdv-section--404 .page-content .menu .menu-item a::before {
  background-color: #1d6389;
  content: "";
  height: 0.5em;
  opacity: 0;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.sdv-section--404 .page-content .menu .menu-item:hover a::before, .sdv-section--404 .page-content .menu .menu-item:focus a::before {
  opacity: 1;
}

/* Layout - Page Top */
.site-main {
  font-family: Verdana, sans-serif;
  position: relative;
}

.sdv-section--top {
  align-items: center;
  background: url("img/deco-sdv.png") center center no-repeat;
  background-size: contain;
  display: grid;
  margin-bottom: 120px;
  padding-block: 40px;
}
.sdv-section--top > .wp-block-group {
  margin-inline: auto;
}
.sdv-section--top .wp-block-heading:first-child {
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .sdv-section--top .wp-block-heading:first-child {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 467px) {
  .sdv-section--top .wp-block-heading:first-child {
    font-size: 4.2rem;
  }
}
.sdv-section--top p {
  font-size: 2rem;
  line-height: 1.3;
  margin-block: 0;
}
.sdv-section--top .wp-block-buttons {
  margin-top: 20px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: 1px solid #184d6b;
  box-sizing: border-box;
  color: #071729;
  outline: none;
  padding: 10px;
  outline-offset: 0;
  border-radius: 0;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #35d1d8;
  outline: thin solid rgba(53, 209, 216, 0.15);
  outline-offset: -4px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #727282;
}
input[type=text].wpcf7-not-valid::placeholder,
input[type=email].wpcf7-not-valid::placeholder,
input[type=url].wpcf7-not-valid::placeholder,
input[type=password].wpcf7-not-valid::placeholder,
input[type=search].wpcf7-not-valid::placeholder,
input[type=number].wpcf7-not-valid::placeholder,
input[type=tel].wpcf7-not-valid::placeholder,
input[type=range].wpcf7-not-valid::placeholder,
input[type=date].wpcf7-not-valid::placeholder,
input[type=month].wpcf7-not-valid::placeholder,
input[type=week].wpcf7-not-valid::placeholder,
input[type=time].wpcf7-not-valid::placeholder,
input[type=datetime].wpcf7-not-valid::placeholder,
input[type=datetime-local].wpcf7-not-valid::placeholder,
input[type=color].wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder,
select.wpcf7-not-valid::placeholder {
  color: #bd1813;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

label {
  color: #dfe1e3;
}

form p {
  margin: 20px 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
}

/* Contact Form */
/* Brevo form */
.site .sib-form {
  container-type: inline-size;
  font-family: Verdana, sans-serif;
  font-size: 1.8rem;
  padding: 0;
  overflow: hidden;
}
.site .sib-form .sib-form-block {
  padding: 0;
}
.site .sib-form .entry__error,
.site .sib-form .entry__label,
.site .sib-form .entry__specification,
.site .sib-form .form__error {
  max-width: 100%;
}

#sib-container {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  max-width: 100% !important;
}

#sib-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-inline: auto;
  max-width: 1080px;
}
#sib-form > div {
  padding: 0 !important;
  width: 100%;
}
#sib-form > div .input {
  border: 0;
}
#sib-form > div:first-child, #sib-form > div:nth-child(2), #sib-form > div:last-of-type, #sib-form > div:nth-last-of-type(2) {
  flex: 1 1 calc(50% - 7.5px);
}
@media only screen and (max-width: 781px) {
  #sib-form > div:first-child, #sib-form > div:nth-child(2), #sib-form > div:last-of-type, #sib-form > div:nth-last-of-type(2) {
    flex: 1 1 100%;
  }
}
#sib-form > div:last-of-type {
  align-self: center;
  margin-bottom: 0;
}
#sib-form > div:last-of-type > div {
  text-align: right;
}
@media only screen and (max-width: 781px) {
  #sib-form > div:last-of-type > div {
    text-align: center;
  }
}
@media only screen and (max-width: 781px) {
  #sib-form .g-recaptcha > div {
    margin: auto;
  }
}
#sib-form .entry__field {
  background: transparent;
  border: 0;
  margin: 0;
}
#sib-form .input,
#sib-form textarea,
#sib-form select {
  background: #fff;
  border: 1px solid #184d6b;
  border-radius: 8px;
  color: #071729;
  font-family: Verdana, sans-serif;
  font-size: 1.8rem;
  padding: 14px 15px;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#sib-form .input:focus,
#sib-form textarea:focus,
#sib-form select:focus {
  border-color: #35d1d8;
  outline: thin solid rgba(53, 209, 216, 0.15);
  outline-offset: -4px;
}
#sib-form .input::placeholder,
#sib-form textarea::placeholder,
#sib-form select::placeholder {
  color: #727282;
}
#sib-form .sib-optin label .checkbox {
  margin-bottom: -2px;
}
#sib-form .sib-optin label p {
  font-size: 1.6rem;
  line-height: 1em;
}
#sib-form .entry__error {
  padding: 0 10px;
  line-height: 2em;
}
@container (max-width: 600px) {
  #sib-form > div:first-child, #sib-form > div:nth-child(2), #sib-form > div:last-of-type, #sib-form > div:nth-last-of-type(2) {
    flex: 1 1 100%;
  }
  #sib-form > div:last-of-type > div {
    text-align: center;
  }
  #sib-form .g-recaptcha > div {
    margin: auto;
  }
}
/* Formidable Forms */
.light-mode .with_frm_style .frm_primary_label,
.light-mode .with_frm_style .frm_form_field.frm_html_container,
.light-mode .with_frm_style .frm_form_field .frm_show_it {
  color: #15375d;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f7f7fa;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* header */
.site-header {
  padding: 0 80px;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.8s ease;
}
@media only screen and (max-width: 1380px) {
  .site-header {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 990px) {
  .site-header {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 467px) {
  .site-header {
    padding-inline: 20px;
  }
}
.site-header.init {
  position: absolute;
}
.site-header.sticky {
  position: fixed;
  background-color: #1d6389;
  transform: translateY(-100%);
  font-size: 1.4rem;
  visibility: hidden;
}
.site-header.sticky.slide-in {
  transform: translateY(0);
  visibility: visible;
}
.site-header.sticky .logo {
  max-width: 100px;
  padding-block: 10px;
}
.site-header.sticky .main-navigation ul.menu li.btn > a {
  font-size: 1.2rem;
  transition: padding 0s, font 0s, background 0.5s ease;
}
.site-header.sticky .menu-item:not(.btn) a::before {
  background-color: rgb(37.9096385542, 129.4156626506, 179.0903614458);
  bottom: calc(10px + 0.1em);
}
.site-header.sticky .sub-menu {
  background-color: #1d6389;
}
.site-header > .wrap {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
}
@media only screen and (max-width: 1130px) {
  .site-header > .wrap {
    grid-template-columns: 1fr auto;
  }
}
.site-header .logo {
  max-width: 180px;
  min-width: 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .site-header .logo {
    max-width: 180px;
  }
}
.site-header button.menu-toggle {
  background: transparent;
  color: white;
  display: none;
  font-family: Icons, sans-serif;
  font-size: 2rem;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 20px;
  position: relative;
  transition: color 0.5s ease;
}
.site-header button.menu-toggle::after {
  content: "\e9bd";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.toggled .site-header button.menu-toggle::after {
  content: "\ea0f";
}
@media only screen and (max-width: 1130px) {
  .site-header button.menu-toggle {
    display: block;
  }
}
.site-header.toggled button.menu-toggle::after {
  content: "\ea0f";
}
@media only screen and (max-width: 1130px) {
  .site-header.toggled button.menu-toggle {
    margin-right: 40px;
  }
}
.site-header .main-navigation {
  width: 100%;
  z-index: 300;
}
@media only screen and (max-width: 1130px) {
  .site-header .main-navigation {
    display: none;
    grid-column: 1/span 2;
    margin-top: calc(-40px / 2);
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
  }
  .site-header .main-navigation:first-of-type {
    margin-top: 20px;
  }
}
.site-header ul.menu {
  align-items: center;
  display: flex;
  font-family: Sora, sans-serif;
  gap: 20px;
  margin: 0px;
  padding: 0;
}
@media only screen and (max-width: 1130px) {
  .site-header ul.menu {
    display: block;
  }
}
.site-header .menu-item {
  list-style-type: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item {
    text-align: left;
  }
}
.site-header .menu-item:hover .sub-menu, .site-header .menu-item:focus .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item:hover .sub-menu, .site-header .menu-item:focus .sub-menu {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
}
.site-header .menu-item.btn {
  align-self: center;
  margin-left: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item.btn {
    padding: 15px 40px;
  }
}
.site-header .menu-item:not(.btn) a {
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
  display: block;
}
.site-header .menu-item:not(.btn) a::before {
  background-color: #1d6389;
  content: "";
  height: 0.5em;
  opacity: 0;
  position: absolute;
  bottom: calc(10px + 0.1em);
  left: 0;
  right: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item:not(.btn) a::before {
    background-color: rgb(37.9096385542, 129.4156626506, 179.0903614458);
    bottom: auto;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item:not(.btn) a {
    padding: 15px 40px;
  }
}
.site-header .menu-item:hover > a::before, .site-header .menu-item:focus > a::before, .site-header .menu-item.focus > a::before, .site-header .menu-item.current-menu-item > a::before, .site-header .menu-item.current-menu-ancestor > a::before {
  opacity: 1;
}
.site-header .menu-item.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
  z-index: 0;
}
.site-header .menu-item.menu-item-has-children > a::after {
  content: "\e902";
  font-family: Icons, sans-serif;
  position: absolute;
  color: #fff;
  margin-top: -2px;
  right: 0px;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item.menu-item-has-children > a::after {
    right: 40px;
  }
}
.site-header .menu-item .sub-menu {
  background: #1d6389;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0 10px;
  position: absolute;
  top: 43px;
  overflow: hidden;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  min-width: 100%;
  transition: all 0.5s ease;
}
.site-header .menu-item .sub-menu .menu-item {
  margin: 0;
  text-align: left;
}
.site-header .menu-item .sub-menu .menu-item::before {
  content: "";
  background: transparent;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
  width: 0;
  z-index: 0;
}
.site-header .menu-item .sub-menu .menu-item a {
  padding: 10px 20px 10px 20px;
  border-width: 0;
  position: relative;
  z-index: 1;
}
.site-header .menu-item .sub-menu .menu-item a::before {
  display: none;
}
.site-header .menu-item .sub-menu .menu-item:hover::before, .site-header .menu-item .sub-menu .menu-item:focus::before, .site-header .menu-item .sub-menu .menu-item.current-menu-item::before {
  background: #f7c10d;
  width: 15px;
}
@media only screen and (max-width: 1130px) {
  .site-header .menu-item .sub-menu {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 1130px) {
  .site-header, .site-header.sticky {
    font-size: 1.6rem;
  }
  .site-header.toggled, .site-header.sticky.toggled {
    background: #1d6389;
    height: 100dvh;
    overflow-y: auto;
    padding: 40px 0;
    position: fixed;
    top: 0;
  }
  .site-header.toggled .main-navigation, .site-header.sticky.toggled .main-navigation {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site-header.toggled .logo, .site-header.sticky.toggled .logo {
    margin-left: 40px;
    max-width: 180px;
  }
  .site-header .main-navigation ul.menu li.btn > a, .site-header.sticky .main-navigation ul.menu li.btn > a {
    font-size: 1.4rem;
  }
  .site-header .menu-item-has-children > a, .site-header.sticky .menu-item-has-children > a {
    position: relative;
  }
  .site-header .menu-item-has-children .sub-menu, .site-header.sticky .menu-item-has-children .sub-menu {
    background-color: #0d283e;
    box-shadow: none;
  }
  .site-header .menu-item-has-children.focus > a:after, .site-header.sticky .menu-item-has-children.focus > a:after {
    margin-top: -10px;
    transform: rotate(-90deg);
  }
  .site-header .menu-item-has-children.focus .sub-menu, .site-header.sticky .menu-item-has-children.focus .sub-menu {
    max-height: 500px;
    opacity: 1;
    padding-block: 10px;
    visibility: visible;
  }
}

/* Tous les produits et services */
.home .sdv-section--top {
  min-height: calc(100dvh - 40px - 95px - 30px - 40px - 10px);
  position: relative;
}
.home .sdv-section--top > .wp-block-group {
  max-width: 800px;
}
.home .sdv-section--top .wp-block-heading:first-child {
  font-size: 9.2rem;
  font-weight: normal;
  line-height: 1.2;
}
.home .sdv-section--top .wp-block-heading:first-child .word-highlight::after {
  bottom: 0.15em;
}
@media only screen and (max-width: 1380px) {
  .home .sdv-section--top .wp-block-heading:first-child {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 781px) {
  .home .sdv-section--top .wp-block-heading:first-child {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 467px) {
  .home .sdv-section--top .wp-block-heading:first-child {
    font-size: 4.2rem;
  }
}
.home .sdv-section--top p {
  margin-top: 20px;
}
.home .sdv-section--top .skip-to-content {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="23" height="30" viewBox="0 0 23 30"><path d="M22.7,17.6c-.5-.5-1.2-.5-1.6,0l-8.4,8.4V1.2C12.6.5,12.1,0,11.5,0s-1.1.5-1.1,1.2v24.9L2,17.6c-.5-.5-1.2-.5-1.6,0-.5.5-.5,1.2,0,1.6l10.3,10.4c.2.2.5.3.8.3.3,0,.6-.1.8-.3l10.3-10.4c.5-.5.5-1.2,0-1.6Z" style="fill:%235e97b7;"/><g id="b"><rect x="-4.5" y="-1" width="32" height="32" style="fill:none;"/></g></svg>') center center no-repeat;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 30px;
  position: absolute;
  bottom: -40px;
  right: 50%;
  text-indent: -9999px;
  transform: translateX(50%);
  z-index: 0;
  width: 23px;
}
.home .sdv-section--enjeux {
  scroll-margin-top: 80px;
  text-align: center;
}
.home .sdv-section--enjeux .grid-list {
  gap: 40px;
  grid-template-columns: repeat(12, 1fr);
}
.home .sdv-section--enjeux .grid-list > .wp-block-group {
  line-height: 1.2;
  grid-column-end: span 6;
}
.home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+1) {
  grid-column-start: 1;
}
.home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+2) {
  grid-column-start: 7;
}
.home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+3) {
  grid-column-start: 4;
}
.home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+4) {
  grid-column-start: 8;
}
@media only screen and (max-width: 990px) {
  .home .sdv-section--enjeux .grid-list > .wp-block-group {
    grid-column-end: span 1;
  }
  .home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+2), .home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+4) {
    grid-column-start: 2;
  }
  .home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+3) {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 781px) {
  .home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+2), .home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+4), .home .sdv-section--enjeux .grid-list > .wp-block-group:nth-child(4n+3) {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 990px) {
  .home .sdv-section--enjeux .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 781px) {
  .home .sdv-section--enjeux .grid-list {
    grid-template-columns: 1fr;
  }
}
.home .sdv-section--enjeux .references-list {
  flex-wrap: wrap !important;
}
@media only screen and (max-width: 1130px) {
  .home .sdv-section--who > .wp-block-columns {
    flex-direction: column;
  }
  .home .sdv-section--who > .wp-block-columns > .wp-block-column:nth-child(2) {
    order: -1;
  }
}
.home .sdv-section--who .wp-block-heading {
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1380px) {
  .home .sdv-section--who .wp-block-heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 990px) {
  .home .sdv-section--who .wp-block-heading {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 467px) {
  .home .sdv-section--who .wp-block-heading {
    font-size: 3.4rem;
  }
}
.home .sdv-section--who .wp-block-heading .word-highlight::after {
  bottom: 0.1em;
}
.home .sdv-section--who .splide__slide img {
  -webkit-mask-image: url(img/forme.png);
  mask-image: url(img/forme.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  object-fit: cover;
}
.home .sdv-section--who p {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1380px) {
  .home .sdv-section--who p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 990px) {
  .home .sdv-section--who p {
    font-size: 2rem;
  }
}
.home .sdv-section--who .nb-counter {
  margin-top: 120px;
}
.home .sdv-section--who .nb-counter .wp-block-group > p {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1580px) {
  .home .sdv-section--who .nb-counter .wp-block-group > p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1380px) {
  .home .sdv-section--who .nb-counter .wp-block-group > p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1130px) {
  .home .sdv-section--who .nb-counter {
    margin-top: 80px;
  }
}
.home .sdv-section--story .wp-block-getwid-content-slider__wrapper::before {
  height: 118px;
  width: 120px;
  transform: translateY(-85%);
}
.home .sdv-section--blog > .wp-block-heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 990px) {
  .home .sdv-section--blog > .wp-block-heading {
    margin-bottom: 60px;
  }
}

.sdv-poducts-services .sdv-services,
.sdv-poducts-services .sdv-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.sdv-poducts-services .sdv-services > p,
.sdv-poducts-services .sdv-products > p {
  color: #dfe1e3;
  font-size: 5rem;
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 65px;
  font-weight: bold;
  padding-right: 10%;
  padding-left: 10%;
}
.sdv-poducts-services .sdv-services > p span,
.sdv-poducts-services .sdv-products > p span {
  font-weight: bold;
  font-size: 5rem;
  display: block;
  letter-spacing: 0;
  text-transform: capitalize;
  letter-spacing: 0.2rem;
}
.sdv-poducts-services .sdv-services .block,
.sdv-poducts-services .sdv-products .block {
  text-align: center;
  color: #0d283e;
  width: 33%;
  max-width: 250px;
  margin: 15px;
  position: relative;
}
.sdv-poducts-services .sdv-services .block > a,
.sdv-poducts-services .sdv-products .block > a {
  padding: 40px 15px;
  display: block;
  transform: scale(1);
  transition-duration: 1s;
  transition-timing-function: ease;
}
.sdv-poducts-services .sdv-services .block > a:hover,
.sdv-poducts-services .sdv-products .block > a:hover {
  transform: scale(1.05);
  transition-duration: 1s;
  transition-timing-function: ease;
}
.sdv-poducts-services .sdv-services .block .title,
.sdv-poducts-services .sdv-products .block .title {
  color: #0d283e;
}
.sdv-poducts-services .sdv-services .block p,
.sdv-poducts-services .sdv-products .block p {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.sdv-poducts-services .sdv-services .block h3,
.sdv-poducts-services .sdv-products .block h3 {
  line-height: 3rem;
  margin-bottom: 15px;
  font-family: SdV, sans-serif;
  font-weight: normal;
}
.sdv-poducts-services .bg-products {
  background-color: #071729;
  background-image: linear-gradient(198deg, rgba(43, 101, 115, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  margin-bottom: 150px;
  background: none;
  animation: bg-header 15s ease 1s infinite;
}
@-webkit-keyframes bg-header {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bg-header {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg-header {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sdv-poducts-services .bg-products .bg-block.top {
  top: -90px;
}
.sdv-poducts-services .bg-products .block {
  border: solid 1px #f0f0f0;
  border-top: solid 1px #f7c10d;
}
.sdv-poducts-services .bg-products .sdv-products {
  position: relative;
}
.sdv-poducts-services .bg-products .sdv-products::after {
  position: absolute;
  bottom: -25px;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #fff;
}
.sdv-poducts-services .bg-services {
  background-color: #0d283e;
  position: relative;
  margin-top: -100px;
  padding-bottom: 50px;
  z-index: 10;
  position: relative;
}
.sdv-poducts-services .bg-services::before {
  content: "";
  position: absolute;
  transform: skewY(4deg);
  transform-origin: top right;
  top: -25%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0d283e;
  z-index: -1;
}
.sdv-poducts-services .bg-services .block {
  border: solid 1px #f0f0f0;
  border-top: solid 1px #4fa3c7;
}
.sdv-poducts-services .sdv-quote {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  background-color: #0d283e;
  padding: 30px 15% 20px 0;
  margin-bottom: 180px;
  position: relative;
}
.sdv-poducts-services .sdv-quote::after {
  content: "";
  position: absolute;
  transform: skewY(-4deg);
  transform-origin: top right;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0d283e;
  z-index: -1;
}
.sdv-poducts-services .sdv-quote p {
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  width: 50%;
  opacity: 0.8;
  padding: 10px 30px;
  margin: 0;
  background: #0d283e;
}
.sdv-poducts-services .sdv-quote::before {
  content: url(img/fusee-2.png);
  position: absolute;
  bottom: -170px;
  left: 0;
}

/* end produit et services */
/** === Commun === */
.services-template .sdv-section--top:has(+ .sdv-section--media),
.products-template .sdv-section--top:has(+ .sdv-section--media) {
  margin-bottom: 20px;
}
.services-template .sdv-section--media > .wp-block-group,
.products-template .sdv-section--media > .wp-block-group {
  max-width: 1080px;
  padding: 0 40px;
}
.services-template .sdv-section--media > .wp-block-group figure,
.products-template .sdv-section--media > .wp-block-group figure {
  margin-bottom: 40px;
}
.services-template .sdv-section--media p,
.products-template .sdv-section--media p {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1130px) {
  .services-template .sdv-section--media p,
  .products-template .sdv-section--media p {
    font-size: 2.2rem;
  }
}
.services-template .sdv-section--media .wp-block-splide-carousel__container,
.products-template .sdv-section--media .wp-block-splide-carousel__container {
  margin-top: 120px;
  max-width: 100%;
}

/** === Backgrounds === */
body[class*=s-pulse] {
  background-color: #071729;
  background-image: linear-gradient(198deg, rgba(21, 174, 194, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
}
body[class*=s-pulse] [class*=sdv-section].light-bottom {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at bottom center, rgba(21, 174, 194, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-pulse] [class*=sdv-section].light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(21, 174, 194, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-pulse] [class*=sdv-section].light-top::before {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(21, 174, 194, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
body[class*=s-pulse] [class*=sdv-section].light-bottom.light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(21, 174, 194, 0.5) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 100% 300px at bottom center, rgba(21, 174, 194, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}

body[class*=s-hosting] {
  background-color: #071729;
  background-image: linear-gradient(198deg, rgba(116, 33, 147, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
}
body[class*=s-hosting] [class*=sdv-section].light-bottom {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at bottom center, rgba(116, 33, 147, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-hosting] [class*=sdv-section].light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(116, 33, 147, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-hosting] [class*=sdv-section].light-top::before {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(116, 33, 147, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
body[class*=s-hosting] [class*=sdv-section].light-bottom.light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(116, 33, 147, 0.5) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 100% 300px at bottom center, rgba(116, 33, 147, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}

body[class*=s-made] {
  background-color: #071729;
  background-image: linear-gradient(198deg, rgba(37, 168, 143, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
}
body[class*=s-made] [class*=sdv-section].light-bottom {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at bottom center, rgba(37, 168, 143, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-made] [class*=sdv-section].light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(37, 168, 143, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-made] [class*=sdv-section].light-top::before {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(37, 168, 143, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
body[class*=s-made] [class*=sdv-section].light-bottom.light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(37, 168, 143, 0.5) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 100% 300px at bottom center, rgba(37, 168, 143, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}

body[class*=s-domaines] {
  background-color: #071729;
  background-image: linear-gradient(198deg, rgba(198, 58, 96, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
}
body[class*=s-domaines] [class*=sdv-section].light-bottom {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at bottom center, rgba(198, 58, 96, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-domaines] [class*=sdv-section].light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(198, 58, 96, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
body[class*=s-domaines] [class*=sdv-section].light-top::before {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(198, 58, 96, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
body[class*=s-domaines] [class*=sdv-section].light-bottom.light-top {
  background-color: transparent;
  background-image: radial-gradient(ellipse 100% 300px at top center, rgba(198, 58, 96, 0.4) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 100% 300px at bottom center, rgba(198, 58, 96, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}

/** === Produits === */
.products-template .sdv-section--content {
  position: relative;
}
.products-template .sdv-section--content .decor-line {
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.products-template .sdv-section--content .decor-line path {
  fill: none;
  stroke: #f7c10d;
  stroke-width: 1;
  stroke-dasharray: 10 10;
}
@media only screen and (max-width: 1130px) {
  .products-template .sdv-section--content .decor-line {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 990px) {
  .products-template .sdv-section--content .decor-line {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 781px) {
  .products-template .sdv-section--content .decor-line {
    opacity: 0;
  }
}
.products-template .sdv-section--content > .wp-block-group {
  gap: 60px;
  padding-bottom: 80px;
  position: relative;
  margin-top: 0;
  max-width: 1430px;
}
.products-template .sdv-section--content > .wp-block-group:last-of-type {
  padding-bottom: 0;
}
.products-template .sdv-section--content > .wp-block-group > .wp-block-group {
  padding-inline: 0;
}
@media only screen and (max-width: 781px) {
  .products-template .sdv-section--content > .wp-block-group {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .products-template .sdv-section--content > .wp-block-group > figure {
    max-width: 250px;
    order: 0;
  }
  .products-template .sdv-section--content > .wp-block-group > .wp-block-group {
    order: 1;
    text-align: left;
  }
  .products-template .sdv-section--content > .wp-block-group > .wp-block-group .wp-block-heading,
  .products-template .sdv-section--content > .wp-block-group > .wp-block-group p {
    text-align: left;
  }
}
.products-template .sdv-section--content figure {
  flex: 0 0 31.5%;
}
@media only screen and (max-width: 1130px) {
  .products-template .sdv-section--content figure {
    flex: 0 0 350px;
  }
}
@media only screen and (max-width: 990px) {
  .products-template .sdv-section--content figure {
    flex: 0 0 250px;
  }
}
.products-template .sdv-section--content h2 {
  font-size: 4.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1380px) {
  .products-template .sdv-section--content h2 {
    font-size: 3.4rem;
  }
}
.products-template .sdv-section--content h3 {
  font-size: 2.8rem;
  margin-top: 5px;
}
@media only screen and (max-width: 1380px) {
  .products-template .sdv-section--content h3 {
    font-size: 2.6rem;
  }
}
.products-template .sdv-section--content h3 mark {
  padding-inline: 10px;
}
.products-template .sdv-section--content p {
  font-size: 1.8rem;
  margin-top: 20px;
}

/** === Services === */
.services-template .main-content {
  max-width: 900px;
}
.services-template .main-content h2 {
  color: #4fa3c7;
}
.services-template .main-content h3 {
  color: #4fa3c7;
}
.services-template .principal-blocks,
.services-template .secondaire-blocks {
  display: flex;
  margin: 0 auto;
}
.services-template .principal-blocks {
  justify-content: center;
}
.services-template .principal-blocks .content-block {
  margin: 30px 50px 30px 0;
  display: block;
  flex: 1;
}
.services-template .principal-blocks .content-block:last-child {
  margin-right: 0;
}
.services-template .principal-blocks .content-block .subtitle {
  font-size: 1.4rem;
  color: #4fa3c7;
}
.services-template .principal-blocks .content-block .title {
  color: #0d283e;
  padding-bottom: 3px;
  position: relative;
  margin-bottom: 15px;
}
.services-template .principal-blocks .content-block .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80px;
  background: #4fa3c7;
}
.services-template .content-between {
  text-align: left;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 900px;
}
.services-template .content-between p {
  font-size: 2.5rem;
}
.services-template .content-between h2 {
  font-size: 3.4rem;
  color: #4fa3c7;
}
.services-template .content-between h3 {
  font-size: 2.8rem;
  color: #4fa3c7;
}
.services-template .content-between h4 {
  font-size: 2.2rem;
}
.services-template .image-between {
  text-align: center;
  margin: 50px 0 150px;
  position: relative;
}
.services-template .image-between::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  left: 0;
  top: 35px;
  transform: skewY(-5deg);
  background: url("img/pattern.png") top left repeat;
  background-attachment: fixed;
  z-index: -1;
}
.services-template .secondaire-blocks {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.services-template .secondaire-blocks .content-block {
  margin: 30px 5% 30px 0;
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
}
.services-template .secondaire-blocks .content-block:nth-child(3n+3) {
  margin-right: 0;
}
.services-template .secondaire-blocks .content-block:last-child {
  margin-right: 0;
}
.services-template .secondaire-blocks .content-block .picto {
  margin: 0 auto 15px;
  position: static;
}
.services-template .secondaire-blocks .content-block .title {
  text-transform: uppercase;
  color: #4fa3c7;
  font-size: 2.2rem;
  font-family: Sora, sans-serif;
  letter-spacing: 0.05em;
}
.services-template .secondaire-blocks .content-block p {
  margin-top: 10px;
}
.services-template .page-bottom {
  margin-top: 40px;
}

/** page-bottom page product **/
.sdv-temoignages {
  text-align: center;
  margin-bottom: 100px;
}
.sdv-temoignages p {
  font-size: 2.5em;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 60%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sdv-temoignages p::before {
  content: "“";
  position: absolute;
  left: -13px;
  top: 0px;
  font-size: 10rem;
  opacity: 0.8;
  height: 30px;
}
.sdv-temoignages p::after {
  content: "”";
  position: absolute;
  right: 13px;
  bottom: 0px;
  font-size: 10rem;
  opacity: 0.8;
  height: 30px;
}
.sdv-temoignages .button {
  padding: 15px 25px;
}

/** === Post list === */
.sdv-news,
.sdv-blog {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.sdv-news--post,
.sdv-blog--post {
  padding: 0;
}
.sdv-news--post:hover img, .sdv-news--post:focus img,
.sdv-blog--post:hover img,
.sdv-blog--post:focus img {
  transform: scale(1.2);
}
.sdv-news .post-media,
.sdv-blog .post-media {
  overflow: hidden;
  position: relative;
}
.sdv-news .post-media > a,
.sdv-blog .post-media > a {
  display: block;
  height: 100%;
}
.sdv-news .post-media img,
.sdv-blog .post-media img {
  display: block;
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transition: all 0.5s ease-in-out;
}
.sdv-news .post-content,
.sdv-blog .post-content {
  padding: 20px 25px 25px;
}
.sdv-news .post-content .entry-meta,
.sdv-blog .post-content .entry-meta {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.sdv-news .post-content .entry-meta a,
.sdv-blog .post-content .entry-meta a {
  color: #dfe1e3;
}
.sdv-news .post-content a:hover,
.sdv-blog .post-content a:hover {
  color: #f7c10d;
}
.sdv-news .post-content .btn-more,
.sdv-blog .post-content .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ccc;
  color: #fff;
  font-size: 3rem;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
}
.sdv-news .post-content .btn-more:hover,
.sdv-blog .post-content .btn-more:hover {
  background-color: #0d283e;
}
.sdv-news .post-title,
.sdv-blog .post-title {
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
}
.sdv-news .post-title a,
.sdv-blog .post-title a {
  color: white;
}
.sdv-news p,
.sdv-blog p {
  margin-top: 0px;
  margin-bottom: 0;
}

.sdv-section--blog .post-media, .sdv-section--story .post-media {
  overflow: hidden;
  position: relative;
}
.sdv-section--blog .post-media > a, .sdv-section--story .post-media > a {
  display: block;
  height: 100%;
}
.sdv-section--blog .post-media img, .sdv-section--story .post-media img {
  display: block;
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transition: all 0.5s ease-in-out;
}
.sdv-section--blog .post-content, .sdv-section--story .post-content {
  margin-top: 0;
  padding: 20px 25px 25px;
}
.sdv-section--blog .post-content .entry-meta, .sdv-section--story .post-content .entry-meta {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.sdv-section--blog .post-content .entry-meta a, .sdv-section--story .post-content .entry-meta a {
  color: #dfe1e3;
}
.sdv-section--blog .post-content a:hover, .sdv-section--story .post-content a:hover {
  color: #f7c10d;
}
.sdv-section--blog .post-title, .sdv-section--story .post-title {
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
}
.sdv-section--blog .post-title a, .sdv-section--story .post-title a {
  color: white;
}
.sdv-section--blog p, .sdv-section--story p {
  margin-top: 0px;
  margin-bottom: 0;
}

.wp-block-getwid-custom-post-type__post,
.wp-block-getwid-post-carousel__slide {
  margin-top: 0;
}
.wp-block-getwid-custom-post-type__post:hover .wp-block-getwid-template-post-featured-image img, .wp-block-getwid-custom-post-type__post:focus .wp-block-getwid-template-post-featured-image img,
.wp-block-getwid-post-carousel__slide:hover .wp-block-getwid-template-post-featured-image img,
.wp-block-getwid-post-carousel__slide:focus .wp-block-getwid-template-post-featured-image img {
  transform: scale(1.2);
}
.wp-block-getwid-custom-post-type__post .is-style-bg-block,
.wp-block-getwid-post-carousel__slide .is-style-bg-block {
  height: 100%;
  padding: 0;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-featured-image,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-featured-image {
  height: 233px;
  overflow: hidden;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-featured-image img,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-featured-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-title,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-title {
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-title a,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-title a {
  color: white;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-title a:hover, .wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-title a:focus,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-title a:hover,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-title a:focus {
  color: #35d1d8;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-meta,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-meta {
  margin-block: 0 10px;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-meta a,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-meta a {
  color: #dfe1e3;
  pointer-events: none;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-date,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-date {
  font-size: 1.2rem;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-content,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-content {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-block: 0;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-acf-image,
.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-acf-image {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}

.getwid-columns {
  display: grid;
  gap: 40px;
  margin: 0;
}
.getwid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1130px) {
  .getwid-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 781px) {
  .getwid-columns-3 {
    grid-template-columns: 1fr;
  }
}
.getwid-columns-3 > * {
  padding: 0;
  width: 100%;
}
.sdv-section--blog .getwid-columns-3 {
  grid-template-columns: repeat(6, 1fr);
}
.sdv-section--blog .getwid-columns-3 > * {
  grid-column: span 2;
}
@media only screen and (max-width: 1130px) {
  .sdv-section--blog .getwid-columns-3 > * {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1130px) {
  .sdv-section--blog .getwid-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 781px) {
  .sdv-section--blog .getwid-columns-3 {
    grid-template-columns: 1fr;
  }
}
.getwid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.getwid-columns-2 > * {
  padding: 0;
  width: 100%;
}

.archive .site-main,
.blog .site-main {
  padding-bottom: 200px;
}
.archive #breadcrumbs,
.blog #breadcrumbs {
  max-width: 100%;
}
.archive .page-title,
.blog .page-title {
  margin-bottom: 10px;
}

/** === Page liste === */
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child {
  grid-column: span 6;
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child > .wp-block-group {
  display: flex;
}
@media only screen and (max-width: 781px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child > .wp-block-group {
    display: block;
  }
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-template-post-featured-image {
  flex: 0 0 65%;
  max-height: 560px;
  height: 100%;
}
@media only screen and (max-width: 1130px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-template-post-featured-image {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 781px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-template-post-featured-image {
    height: 233px;
  }
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-template-post-title {
  font-size: 2.6rem;
}
@media only screen and (max-width: 781px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-template-post-title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1130px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 781px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:first-child {
    grid-column: span 1;
  }
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2), .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) {
  grid-column: span 3;
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) > .wp-block-group, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) > .wp-block-group {
  align-items: flex-end;
  display: flex;
  padding-top: 50%;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) > .wp-block-group, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) > .wp-block-group {
    display: block;
    padding-top: 0;
  }
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) .wp-block-getwid-template-post-featured-image, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) .wp-block-getwid-template-post-featured-image {
  height: 55%;
  mask-image: linear-gradient(rgb(0, 0, 0) 15%, transparent);
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) .wp-block-getwid-template-post-featured-image, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) .wp-block-getwid-template-post-featured-image {
    height: 233px;
    mask-image: none;
    position: static;
  }
}
@media only screen and (max-width: 990px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) .post-content, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) .post-content {
    position: static;
  }
}
.page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) .wp-block-getwid-template-post-title, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) .wp-block-getwid-template-post-title {
  font-size: 2.6rem;
}
@media only screen and (max-width: 990px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2) .wp-block-getwid-template-post-title, .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) .wp-block-getwid-template-post-title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1130px) {
  .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(2), .page-template-page-liste:not(.paged) .sdv-section--blog .wp-block-getwid-custom-post-type__post:nth-child(3) {
    grid-column: span 1;
  }
}
.page-template-page-liste:not(.paged) .sdv-section--story .wp-block-getwid-custom-post-type__post > .wp-block-group {
  align-items: flex-end;
  display: flex;
  padding-top: 70%;
  position: relative;
}
.page-template-page-liste:not(.paged) .sdv-section--story .wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-featured-image {
  height: 75%;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  width: 100%;
}
/** === Post/Page full === */
.post-template-default .entry-header,
.page-template-default:not(.home) .entry-header,
.page-template-page-fullwidth .entry-header,
.error404 .entry-header {
  margin-bottom: 40px;
}
.post-template-default .entry-date,
.page-template-default:not(.home) .entry-date,
.page-template-page-fullwidth .entry-date,
.error404 .entry-date {
  background: #1d6389;
  display: inline-block;
  font-family: Sora, sans-serif;
  font-size: 1.6rem;
  padding: 6px 25px 4px;
}
.post-template-default .entry-date::first-letter,
.page-template-default:not(.home) .entry-date::first-letter,
.page-template-page-fullwidth .entry-date::first-letter,
.error404 .entry-date::first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  .post-template-default .entry-date,
  .page-template-default:not(.home) .entry-date,
  .page-template-page-fullwidth .entry-date,
  .error404 .entry-date {
    font-size: 1.4rem;
  }
}
.post-template-default .entry-title,
.page-template-default:not(.home) .entry-title,
.page-template-page-fullwidth .entry-title,
.error404 .entry-title {
  line-height: 1.1;
  margin-bottom: 20px;
}
.post-template-default .entry-content .entry-meta,
.page-template-default:not(.home) .entry-content .entry-meta,
.page-template-page-fullwidth .entry-content .entry-meta,
.error404 .entry-content .entry-meta {
  text-transform: uppercase;
  color: #949494;
  letter-spacing: 1px;
}
.post-template-default .entry-content .entry-meta a,
.page-template-default:not(.home) .entry-content .entry-meta a,
.page-template-page-fullwidth .entry-content .entry-meta a,
.error404 .entry-content .entry-meta a {
  color: #949494;
}
.post-template-default .entry-content p,
.post-template-default .entry-content ul,
.post-template-default .entry-content ol,
.page-template-default:not(.home) .entry-content p,
.page-template-default:not(.home) .entry-content ul,
.page-template-default:not(.home) .entry-content ol,
.page-template-page-fullwidth .entry-content p,
.page-template-page-fullwidth .entry-content ul,
.page-template-page-fullwidth .entry-content ol,
.error404 .entry-content p,
.error404 .entry-content ul,
.error404 .entry-content ol {
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin-top: 0;
  transition: all 0.5s ease;
}
.post-template-default .entry-content p:last-child,
.post-template-default .entry-content ul:last-child,
.post-template-default .entry-content ol:last-child,
.page-template-default:not(.home) .entry-content p:last-child,
.page-template-default:not(.home) .entry-content ul:last-child,
.page-template-default:not(.home) .entry-content ol:last-child,
.page-template-page-fullwidth .entry-content p:last-child,
.page-template-page-fullwidth .entry-content ul:last-child,
.page-template-page-fullwidth .entry-content ol:last-child,
.error404 .entry-content p:last-child,
.error404 .entry-content ul:last-child,
.error404 .entry-content ol:last-child {
  margin-bottom: 0;
}
.post-template-default .entry-content p a,
.post-template-default .entry-content ul a,
.post-template-default .entry-content ol a,
.page-template-default:not(.home) .entry-content p a,
.page-template-default:not(.home) .entry-content ul a,
.page-template-default:not(.home) .entry-content ol a,
.page-template-page-fullwidth .entry-content p a,
.page-template-page-fullwidth .entry-content ul a,
.page-template-page-fullwidth .entry-content ol a,
.error404 .entry-content p a,
.error404 .entry-content ul a,
.error404 .entry-content ol a {
  color: #35d1d8;
  text-decoration: underline;
}
.post-template-default .entry-content p a:hover, .post-template-default .entry-content p a:focus,
.post-template-default .entry-content ul a:hover,
.post-template-default .entry-content ul a:focus,
.post-template-default .entry-content ol a:hover,
.post-template-default .entry-content ol a:focus,
.page-template-default:not(.home) .entry-content p a:hover,
.page-template-default:not(.home) .entry-content p a:focus,
.page-template-default:not(.home) .entry-content ul a:hover,
.page-template-default:not(.home) .entry-content ul a:focus,
.page-template-default:not(.home) .entry-content ol a:hover,
.page-template-default:not(.home) .entry-content ol a:focus,
.page-template-page-fullwidth .entry-content p a:hover,
.page-template-page-fullwidth .entry-content p a:focus,
.page-template-page-fullwidth .entry-content ul a:hover,
.page-template-page-fullwidth .entry-content ul a:focus,
.page-template-page-fullwidth .entry-content ol a:hover,
.page-template-page-fullwidth .entry-content ol a:focus,
.error404 .entry-content p a:hover,
.error404 .entry-content p a:focus,
.error404 .entry-content ul a:hover,
.error404 .entry-content ul a:focus,
.error404 .entry-content ol a:hover,
.error404 .entry-content ol a:focus {
  text-decoration: none;
}
.post-template-default .entry-content ol,
.page-template-default:not(.home) .entry-content ol,
.page-template-page-fullwidth .entry-content ol,
.error404 .entry-content ol {
  padding-left: 40px;
}
.post-template-default .entry-content ul li,
.page-template-default:not(.home) .entry-content ul li,
.page-template-page-fullwidth .entry-content ul li,
.error404 .entry-content ul li {
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
}
.post-template-default .entry-content ul li::before,
.page-template-default:not(.home) .entry-content ul li::before,
.page-template-page-fullwidth .entry-content ul li::before,
.error404 .entry-content ul li::before {
  content: "";
  background: url("img/puce.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 0.3em;
}
.post-template-default .entry-content ul li:last-child,
.page-template-default:not(.home) .entry-content ul li:last-child,
.page-template-page-fullwidth .entry-content ul li:last-child,
.error404 .entry-content ul li:last-child {
  margin-bottom: 0;
}
.post-template-default .entry-content figure,
.page-template-default:not(.home) .entry-content figure,
.page-template-page-fullwidth .entry-content figure,
.error404 .entry-content figure {
  margin-block: 20px;
}
.post-template-default .entry-content figure.alignright, .post-template-default .entry-content figure.alignleft,
.page-template-default:not(.home) .entry-content figure.alignright,
.page-template-default:not(.home) .entry-content figure.alignleft,
.page-template-page-fullwidth .entry-content figure.alignright,
.page-template-page-fullwidth .entry-content figure.alignleft,
.error404 .entry-content figure.alignright,
.error404 .entry-content figure.alignleft {
  margin-top: 0;
}
.post-template-default .entry-content .wp-block-image:first-child + h2,
.post-template-default .entry-content .wp-block-image:first-child + h3,
.page-template-default:not(.home) .entry-content .wp-block-image:first-child + h2,
.page-template-default:not(.home) .entry-content .wp-block-image:first-child + h3,
.page-template-page-fullwidth .entry-content .wp-block-image:first-child + h2,
.page-template-page-fullwidth .entry-content .wp-block-image:first-child + h3,
.error404 .entry-content .wp-block-image:first-child + h2,
.error404 .entry-content .wp-block-image:first-child + h3 {
  margin-top: 0;
}
.post-template-default .toc,
.page-template-default:not(.home) .toc,
.page-template-page-fullwidth .toc,
.error404 .toc {
  margin-top: 20px;
  max-height: calc(100vh - 80px - 20px);
  overflow-y: auto;
  padding: 20px;
  position: sticky;
  scrollbar-color: #184d6b #0d283e;
  scrollbar-width: thin;
  top: 80px;
  transition: all 0.5s ease;
}
.post-template-default .toc::after,
.page-template-default:not(.home) .toc::after,
.page-template-page-fullwidth .toc::after,
.error404 .toc::after {
  bottom: 0;
}
.post-template-default .toc .block-title,
.page-template-default:not(.home) .toc .block-title,
.page-template-page-fullwidth .toc .block-title,
.error404 .toc .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.post-template-default .toc ul,
.page-template-default:not(.home) .toc ul,
.page-template-page-fullwidth .toc ul,
.error404 .toc ul {
  font-size: 1.4rem;
}
.post-template-default .toc ul li,
.page-template-default:not(.home) .toc ul li,
.page-template-page-fullwidth .toc ul li,
.error404 .toc ul li {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
.post-template-default .toc ul li::before,
.page-template-default:not(.home) .toc ul li::before,
.page-template-page-fullwidth .toc ul li::before,
.error404 .toc ul li::before {
  background: #184d6b;
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 0.4em;
  transition: all 0.5s ease;
}
.post-template-default .toc ul li::after,
.page-template-default:not(.home) .toc ul li::after,
.page-template-page-fullwidth .toc ul li::after,
.error404 .toc ul li::after {
  background: #184d6b;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 3px;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.post-template-default .toc ul li:last-child,
.page-template-default:not(.home) .toc ul li:last-child,
.page-template-page-fullwidth .toc ul li:last-child,
.error404 .toc ul li:last-child {
  padding-bottom: 0;
}
.post-template-default .toc ul li:has(.active)::before,
.page-template-default:not(.home) .toc ul li:has(.active)::before,
.page-template-page-fullwidth .toc ul li:has(.active)::before,
.error404 .toc ul li:has(.active)::before {
  background: #f7c10d;
  height: 8px;
  width: 8px;
  left: -1px;
}
.post-template-default .toc ul a,
.page-template-default:not(.home) .toc ul a,
.page-template-page-fullwidth .toc ul a,
.error404 .toc ul a {
  color: #dfe1e3;
  opacity: 0.8;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-template-default .toc ul a.active,
.page-template-default:not(.home) .toc ul a.active,
.page-template-page-fullwidth .toc ul a.active,
.error404 .toc ul a.active {
  opacity: 1;
  font-weight: bold;
}
.post-template-default .toc-toggle,
.page-template-default:not(.home) .toc-toggle,
.page-template-page-fullwidth .toc-toggle,
.error404 .toc-toggle {
  background-color: #0d283e;
  display: none;
  font-size: 1.4rem;
}
.post-template-default .switch,
.page-template-default:not(.home) .switch,
.page-template-page-fullwidth .switch,
.error404 .switch {
  text-align: right;
}
.post-template-default .switch label,
.page-template-default:not(.home) .switch label,
.page-template-page-fullwidth .switch label,
.error404 .switch label {
  align-items: center;
  box-sizing: border-box;
  color: #72afb2;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  height: 40px;
  padding-right: 100px;
  position: relative;
}
.post-template-default .switch label::before,
.page-template-default:not(.home) .switch label::before,
.page-template-page-fullwidth .switch label::before,
.error404 .switch label::before {
  background: #0d283e;
  border: 1px solid #184d6b;
  border-radius: 20px;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  width: 90px;
}
.post-template-default .switch label::after,
.page-template-default:not(.home) .switch label::after,
.page-template-page-fullwidth .switch label::after,
.error404 .switch label::after {
  background: #184d6b url("img/dark.svg") center center no-repeat;
  background-size: 20px;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  height: 30px;
  position: absolute;
  right: 6px;
  top: 5px;
  transition: all 0.5s ease;
  width: 30px;
}
@media only screen and (max-width: 467px) {
  .post-template-default .switch label,
  .page-template-default:not(.home) .switch label,
  .page-template-page-fullwidth .switch label,
  .error404 .switch label {
    font-size: 0;
    line-height: 0;
    padding-right: 90px;
    text-indent: -9999px;
  }
}
.post-template-default .switch label span,
.page-template-default:not(.home) .switch label span,
.page-template-page-fullwidth .switch label span,
.error404 .switch label span {
  font-size: 8px;
  font-weight: bold;
  line-height: 1.2;
  max-width: 44px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.post-template-default .switch label span.dark,
.page-template-default:not(.home) .switch label span.dark,
.page-template-page-fullwidth .switch label span.dark,
.error404 .switch label span.dark {
  opacity: 0.33;
  right: 38px;
}
.post-template-default .switch label span.light,
.page-template-default:not(.home) .switch label span.light,
.page-template-page-fullwidth .switch label span.light,
.error404 .switch label span.light {
  opacity: 0;
  right: 8px;
}
.post-template-default .switch input[type=checkbox],
.page-template-default:not(.home) .switch input[type=checkbox],
.page-template-page-fullwidth .switch input[type=checkbox],
.error404 .switch input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
}
.post-template-default .light-mode .post-media::after,
.page-template-default:not(.home) .light-mode .post-media::after,
.page-template-page-fullwidth .light-mode .post-media::after,
.error404 .light-mode .post-media::after {
  background: #f7f7fa;
}
.post-template-default .light-mode .post-main,
.page-template-default:not(.home) .light-mode .post-main,
.page-template-page-fullwidth .light-mode .post-main,
.error404 .light-mode .post-main {
  background: #f7f7fa;
  color: #071729;
}
.post-template-default .light-mode .post-main h1,
.post-template-default .light-mode .post-main h2,
.post-template-default .light-mode .post-main h3,
.post-template-default .light-mode .post-main h4,
.post-template-default .light-mode .post-main h5,
.post-template-default .light-mode .post-main h6,
.post-template-default .light-mode .post-main label,
.page-template-default:not(.home) .light-mode .post-main h1,
.page-template-default:not(.home) .light-mode .post-main h2,
.page-template-default:not(.home) .light-mode .post-main h3,
.page-template-default:not(.home) .light-mode .post-main h4,
.page-template-default:not(.home) .light-mode .post-main h5,
.page-template-default:not(.home) .light-mode .post-main h6,
.page-template-default:not(.home) .light-mode .post-main label,
.page-template-page-fullwidth .light-mode .post-main h1,
.page-template-page-fullwidth .light-mode .post-main h2,
.page-template-page-fullwidth .light-mode .post-main h3,
.page-template-page-fullwidth .light-mode .post-main h4,
.page-template-page-fullwidth .light-mode .post-main h5,
.page-template-page-fullwidth .light-mode .post-main h6,
.page-template-page-fullwidth .light-mode .post-main label,
.error404 .light-mode .post-main h1,
.error404 .light-mode .post-main h2,
.error404 .light-mode .post-main h3,
.error404 .light-mode .post-main h4,
.error404 .light-mode .post-main h5,
.error404 .light-mode .post-main h6,
.error404 .light-mode .post-main label {
  color: #071729;
}
.post-template-default .light-mode .post-main a,
.page-template-default:not(.home) .light-mode .post-main a,
.page-template-page-fullwidth .light-mode .post-main a,
.error404 .light-mode .post-main a {
  color: #019dc7;
}
.post-template-default .light-mode .switch label,
.page-template-default:not(.home) .light-mode .switch label,
.page-template-page-fullwidth .light-mode .switch label,
.error404 .light-mode .switch label {
  color: #5e97b7;
}
.post-template-default .light-mode .switch label::before,
.page-template-default:not(.home) .light-mode .switch label::before,
.page-template-page-fullwidth .light-mode .switch label::before,
.error404 .light-mode .switch label::before {
  background: white;
  border: 1px solid #e9eaf5;
  content: "";
}
.post-template-default .light-mode .switch label::after,
.page-template-default:not(.home) .light-mode .switch label::after,
.page-template-page-fullwidth .light-mode .switch label::after,
.error404 .light-mode .switch label::after {
  background: #e9eaf5 url("img/light.svg") center center no-repeat;
  background-size: 20px;
  right: 54px;
}
.post-template-default .light-mode .switch label span.dark,
.page-template-default:not(.home) .light-mode .switch label span.dark,
.page-template-page-fullwidth .light-mode .switch label span.dark,
.error404 .light-mode .switch label span.dark {
  opacity: 0;
}
.post-template-default .light-mode .switch label span.light,
.page-template-default:not(.home) .light-mode .switch label span.light,
.page-template-page-fullwidth .light-mode .switch label span.light,
.error404 .light-mode .switch label span.light {
  opacity: 0.33;
}
.post-template-default .light-mode .toc,
.page-template-default:not(.home) .light-mode .toc,
.page-template-page-fullwidth .light-mode .toc,
.error404 .light-mode .toc {
  background: white;
  border-color: #e9eaf5;
}
.post-template-default .light-mode .toc .block-title,
.page-template-default:not(.home) .light-mode .toc .block-title,
.page-template-page-fullwidth .light-mode .toc .block-title,
.error404 .light-mode .toc .block-title {
  color: #071729;
}
.post-template-default .light-mode .toc ul li::before,
.page-template-default:not(.home) .light-mode .toc ul li::before,
.page-template-page-fullwidth .light-mode .toc ul li::before,
.error404 .light-mode .toc ul li::before {
  background: #e9eaf5;
}
.post-template-default .light-mode .toc ul li::after,
.page-template-default:not(.home) .light-mode .toc ul li::after,
.page-template-page-fullwidth .light-mode .toc ul li::after,
.error404 .light-mode .toc ul li::after {
  background: #e9eaf5;
}
.post-template-default .light-mode .toc ul li:has(.active)::before,
.page-template-default:not(.home) .light-mode .toc ul li:has(.active)::before,
.page-template-page-fullwidth .light-mode .toc ul li:has(.active)::before,
.error404 .light-mode .toc ul li:has(.active)::before {
  background: #f7c10d;
}
.post-template-default .light-mode .toc ul a,
.page-template-default:not(.home) .light-mode .toc ul a,
.page-template-page-fullwidth .light-mode .toc ul a,
.error404 .light-mode .toc ul a {
  color: #071729;
}
.post-template-default .light-mode .toc-toggle,
.page-template-default:not(.home) .light-mode .toc-toggle,
.page-template-page-fullwidth .light-mode .toc-toggle,
.error404 .light-mode .toc-toggle {
  color: #071729;
}
.post-template-default .light-mode .toc-toggle:hover, .post-template-default .light-mode .toc-toggle:focus,
.page-template-default:not(.home) .light-mode .toc-toggle:hover,
.page-template-default:not(.home) .light-mode .toc-toggle:focus,
.page-template-page-fullwidth .light-mode .toc-toggle:hover,
.page-template-page-fullwidth .light-mode .toc-toggle:focus,
.error404 .light-mode .toc-toggle:hover,
.error404 .light-mode .toc-toggle:focus {
  color: #071729;
}
@media only screen and (max-width: 1130px) {
  .post-template-default .light-mode .post-sidebar,
  .page-template-default:not(.home) .light-mode .post-sidebar,
  .page-template-page-fullwidth .light-mode .post-sidebar,
  .error404 .light-mode .post-sidebar {
    background-color: #fff;
    border-color: #e9eaf5;
  }
}

.post-template-default .site-main > *:last-child:not(article) {
  padding-bottom: 120px;
}
@media only screen and (max-width: 781px) {
  .post-template-default .site-main > *:last-child:not(article) {
    padding-bottom: 80px;
  }
}
.post-template-default .entry-content {
  margin-top: 0;
}
.post-template-default .entry-content h2,
.post-template-default .entry-content h3,
.post-template-default .entry-content h4,
.post-template-default .entry-content h5,
.post-template-default .entry-content h6 {
  clear: none;
}
.post-template-default .entry-content h2 {
  margin-top: -50px;
  padding-top: 100px;
}
.post-template-default .entry-content .post-main {
  margin-top: 0;
  padding-top: 80px;
  transition: all 0.5s ease;
}
.post-template-default .entry-content .post-main .wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 250px;
}
.post-template-default .entry-content .post-content {
  max-width: 1000px;
  margin-inline: auto;
}
.post-template-default .entry-content .post-chapo {
  margin-bottom: 40px;
  overflow: hidden;
}
.post-template-default .entry-content .post-chapo p {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1380px) {
  .post-template-default .entry-content .post-chapo p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 990px) {
  .post-template-default .entry-content .post-chapo p {
    font-size: 2rem;
  }
}
.post-template-default .entry-content .post-media {
  margin-top: 0;
  position: relative;
}
.post-template-default .entry-content .post-media::after {
  background: transparent;
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  z-index: -1;
}
.post-template-default .entry-content .post-media img {
  display: block;
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
}
.post-template-default .entry-content .wp-block-image.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
@media only screen and (max-width: 1380px) {
  .post-template-default .entry-content .wp-block-image.alignright {
    float: none;
    margin: 20px auto;
  }
  .post-template-default .entry-content .wp-block-image.alignright:first-child {
    margin-top: 0;
  }
}
.post-template-default .entry-content .wp-block-image.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
@media only screen and (max-width: 1380px) {
  .post-template-default .entry-content .wp-block-image.alignleft {
    float: none;
    margin: 20px auto;
  }
  .post-template-default .entry-content .wp-block-image.alignleft:first-child {
    margin-top: 0;
  }
}
.post-template-default .entry-content .wp-block-image.aligncenter {
  margin: 20px auto;
}
.post-template-default .entry-content .wp-block-image.aligncenter:first-child {
  margin-top: 0;
}
.post-template-default .entry-content .wp-block-image:first-child + h2 {
  margin-top: -100px;
}
@media only screen and (max-width: 1130px) {
  .post-template-default .site-header.toggled {
    padding-bottom: 80px;
  }
  .post-template-default #page {
    padding-bottom: 60px;
  }
  .post-template-default .entry-content .post-main .wrap {
    grid-template-columns: 1fr;
  }
  .post-template-default .post-sidebar {
    align-items: center;
    background-color: #0d283e;
    border-top: 1px solid #184d6b;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    height: 60px;
    padding: 10px 40px;
    position: fixed;
    width: 100%;
    z-index: 101;
  }
  .post-template-default .toc {
    border-width: 0;
    border-bottom-width: 1px;
    height: calc(100vh - 59px);
    margin: 0;
    opacity: 0;
    overflow-y: auto;
    padding-top: 40px;
    position: fixed;
    left: 100%;
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
  }
  .post-template-default .toc::after {
    display: none;
  }
  .sticky-in .post-template-default .toc {
    height: calc(100vh - 59px - 63px);
    top: 63px;
  }
  .post-template-default .toc-toggle {
    background-color: transparent;
    display: block;
    padding-inline: 0 25px;
    position: relative;
  }
  .post-template-default .toc-toggle:hover, .post-template-default .toc-toggle:focus {
    background-color: transparent;
    color: #dfe1e3;
  }
  .post-template-default .toc-toggle::after {
    content: "\e902";
    font-family: Icons, sans-serif;
    position: absolute;
    right: 0px;
    transform: rotate(90deg);
    transition: all 0.5s ease;
  }
  .post-template-default .toc.toggled {
    opacity: 1;
    left: 0;
  }
  .post-template-default .toc.toggled + .toc-toggle::after {
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 990px) {
  .post-template-default .post-sidebar {
    padding-inline: 20px;
  }
}

.page-template-default:not(.home) .entry-header {
  text-align: center;
}
.page-template-default:not(.home) .entry-content .post-main {
  margin-top: 0;
  padding-top: 60px;
  transition: all 0.5s ease;
}
.page-template-default:not(.home) .entry-content .post-main .wrap {
  max-width: 1000px;
  position: relative;
}
.page-template-default:not(.home) .entry-content .wp-block-columns:has(.wp-block-column > .wp-block-image:only-child) .wp-block-column {
  flex: 1;
}
@media only screen and (max-width: 781px) {
  .page-template-default:not(.home) .entry-content .wp-block-columns:has(.wp-block-column > .wp-block-image:only-child) .wp-block-column {
    order: 1;
  }
}
.page-template-default:not(.home) .entry-content .wp-block-columns:has(.wp-block-column > .wp-block-image:only-child) .wp-block-column:has(> .wp-block-image:only-child) {
  flex: initial !important;
  text-align: center;
}
@media only screen and (max-width: 781px) {
  .page-template-default:not(.home) .entry-content .wp-block-columns:has(.wp-block-column > .wp-block-image:only-child) .wp-block-column:has(> .wp-block-image:only-child) {
    order: 0;
    flex: 1 !important;
  }
}
.page-template-default:not(.home) .switch {
  text-align: center;
}

.sdv-section--contact > h2:first-child,
.sdv-section--post-product > h2:first-child {
  text-align: center;
}
.sdv-section--contact > h2:first-child strong,
.sdv-section--post-product > h2:first-child strong {
  font-weight: normal;
}

.sdv-section--post-product .post-product--list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
.sdv-section--post-product .post-product--list > .wp-block-group {
  flex: 0 1 calc(50% - 20px);
}
@media only screen and (max-width: 990px) {
  .sdv-section--post-product .post-product--list > .wp-block-group {
    flex: 0 1 100%;
  }
}
.sdv-section--post-product .post-product--logos {
  text-align: center;
}
.sdv-section--post-product .post-product--logos > *:first-child {
  margin-top: 0;
}
.sdv-section--post-product .post-product--logos > *:last-child {
  margin-bottom: 0;
}
.sdv-section--post-product .post-product--logos img {
  display: inline-block;
  margin: 10px 8px;
  max-width: 200px;
  vertical-align: middle;
}

/** === Carousel - Getwid === */
.wp-block-getwid-content-slider {
  position: relative;
}
.wp-block-getwid-content-slider .has-global-padding {
  padding: 40px;
}
.wp-block-getwid-content-slider .is-layout-flex > .has-global-padding {
  padding: 0;
}
.wp-block-getwid-content-slider .is-layout-flex .wp-block-image {
  margin-bottom: 0;
}
.wp-block-getwid-content-slider.has-arrows-outside::before, .wp-block-getwid-content-slider.has-arrows-outside::after {
  content: "";
  background: #0d283e;
  border: 1px solid #184d6b;
  border-right-width: 0;
  opacity: 0.5;
  position: absolute;
  bottom: 20px;
  top: 20px;
  left: 0;
  width: 20px;
  z-index: -1;
}
body[class*=s-hosting] .wp-block-getwid-content-slider.has-arrows-outside::before, body[class*=s-hosting] .wp-block-getwid-content-slider.has-arrows-outside::after {
  background-color: #291c48;
  border-color: #3f1e5c;
}
body[class*=s-made] .wp-block-getwid-content-slider.has-arrows-outside::before, body[class*=s-made] .wp-block-getwid-content-slider.has-arrows-outside::after {
  background-color: #104146;
  border-color: #18615e;
}
body[class*=s-domaines] .wp-block-getwid-content-slider.has-arrows-outside::before, body[class*=s-domaines] .wp-block-getwid-content-slider.has-arrows-outside::after {
  background-color: #41233a;
  border-color: #562740;
}
.wp-block-getwid-content-slider.has-arrows-outside::after {
  border-left-width: 0;
  border-right-width: 1px;
  left: auto;
  right: 0;
}
.wp-block-getwid-content-slider:not(:has(.slick-initialized)) {
  max-height: 425px;
  overflow: hidden;
}
.wp-block-getwid-content-slider:not(:has(.slick-initialized)) .wp-block-getwid-content-slider__wrapper {
  display: flex;
  gap: 40px;
}
.wp-block-getwid-content-slider .slick-list {
  position: relative;
  z-index: 2;
}
.wp-block-getwid-content-slider .slick-track {
  display: flex;
}
.wp-block-getwid-content-slider .slick-slide {
  height: auto;
  margin-inline: 20px;
}
.wp-block-getwid-content-slider .wp-block-getwid-content-slider-slide__wrapper, .wp-block-getwid-content-slider .wp-block-getwid-content-slider-slide__wrapper > div {
  height: 100%;
}
@media only screen and (max-width: 781px) {
  .wp-block-getwid-content-slider .wp-block-getwid-content-slider-slide__wrapper > .wp-block-group {
    flex-direction: column;
    gap: 20px;
  }
}
.wp-block-getwid-content-slider .slick-arrow {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 41px;
  width: 71px;
  padding: 0;
  transition: all 0.5s ease;
  z-index: 0;
}
.wp-block-getwid-content-slider .slick-arrow::before {
  display: none;
}
.wp-block-getwid-content-slider .slick-arrow.slick-disabled {
  cursor: default;
}
@media only screen and (max-width: 781px) {
  .wp-block-getwid-content-slider .slick-arrow {
    display: none !important;
  }
}
.wp-block-getwid-content-slider .slick-prev {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="71" height="41" viewBox="0 0 71 41"><g id="b"><path id="c" d="M60.1,22.7c4.2,2,8,5,10.9,8.6v6.5c-2.8-5.1-7.2-9.3-12.5-11.9-5.3-2.5-12-3.6-21.3-3.6H6.2s15.7,15.6,15.7,15.6c0,0,0,0,0,0,.7.7.7,1.9,0,2.6-.3.3-.8.5-1.3.5-.5,0-.9-.2-1.3-.5L.5,21.8c-.7-.7-.7-1.9,0-2.6L19.4.5C19.8.2,20.2,0,20.7,0h0c.5,0,.9.2,1.3.5.7.7.7,1.9,0,2.6l-15.7,15.6h31c9.8,0,17.1,1.3,22.9,4" fill="%23f7c10d"/></g></svg>') !important;
  background-color: transparent !important;
  left: -44px;
}
@media only screen and (max-width: 1580px) {
  .wp-block-getwid-content-slider .slick-prev {
    left: -35px;
  }
}
.wp-block-getwid-content-slider .slick-prev.slick-disabled {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="71" height="41" viewBox="0 0 71 41"><g id="b"><path id="c" d="M60.1,22.7c4.2,2,8,5,10.9,8.6v6.5c-2.8-5.1-7.2-9.3-12.5-11.9-5.3-2.5-12-3.6-21.3-3.6H6.2s15.7,15.6,15.7,15.6c0,0,0,0,0,0,.7.7.7,1.9,0,2.6-.3.3-.8.5-1.3.5-.5,0-.9-.2-1.3-.5L.5,21.8c-.7-.7-.7-1.9,0-2.6L19.4.5C19.8.2,20.2,0,20.7,0h0c.5,0,.9.2,1.3.5.7.7.7,1.9,0,2.6l-15.7,15.6h31c9.8,0,17.1,1.3,22.9,4" fill="%23184d6b"/></g></svg>') !important;
}
.wp-block-getwid-content-slider .slick-next {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="71" height="41" viewBox="0 0 71 41"><g id="b"><path id="c" d="M10.9,22.7c5.8-2.7,13-4,22.9-4h31l-15.7-15.6c-.7-.7-.7-1.9,0-2.6C49.4.2,49.8,0,50.3,0h0c.5,0,.9.2,1.3.5l18.9,18.7c.7.7.7,1.9,0,2.6l-18.9,18.7c-.3.3-.8.5-1.3.5-.5,0-.9-.2-1.3-.5-.7-.7-.8-1.8,0-2.6,0,0,0,0,0,0l15.7-15.6h-31c-9.3,0-16.1,1.2-21.3,3.6C7.2,28.5,2.8,32.6,0,37.8v-6.5c3-3.6,6.7-6.6,10.9-8.6" fill="%23f7c10d"/></g></svg>') !important;
  background-color: transparent !important;
  right: -44px;
}
@media only screen and (max-width: 1580px) {
  .wp-block-getwid-content-slider .slick-next {
    right: -35px;
  }
}
.wp-block-getwid-content-slider .slick-next.slick-disabled {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="71" height="41" viewBox="0 0 71 41"><g id="b"><path id="c" d="M10.9,22.7c5.8-2.7,13-4,22.9-4h31l-15.7-15.6c-.7-.7-.7-1.9,0-2.6C49.4.2,49.8,0,50.3,0h0c.5,0,.9.2,1.3.5l18.9,18.7c.7.7.7,1.9,0,2.6l-18.9,18.7c-.3.3-.8.5-1.3.5-.5,0-.9-.2-1.3-.5-.7-.7-.8-1.8,0-2.6,0,0,0,0,0,0l15.7-15.6h-31c-9.3,0-16.1,1.2-21.3,3.6C7.2,28.5,2.8,32.6,0,37.8v-6.5c3-3.6,6.7-6.6,10.9-8.6" fill="%23184d6b"/></g></svg>') !important;
}
.wp-block-getwid-content-slider .slick-next .splide__pagination {
  margin-top: 40px;
}
.wp-block-getwid-content-slider .slick-next .splide__pagination .splide__pagination__page {
  height: 15px;
  width: 15px;
  margin-top: 0;
}

.wp-block-getwid-post-carousel {
  margin-top: 0;
}
.wp-block-getwid-post-carousel .slick-list {
  position: relative;
  z-index: 1;
}
.wp-block-getwid-post-carousel .slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 29px;
  width: 50px;
  padding: 0;
  transition: all 0.5s ease;
  z-index: 0;
}
.wp-block-getwid-post-carousel .slick-arrow::before {
  display: none;
}
.wp-block-getwid-post-carousel .slick-arrow:disabled {
  opacity: 1;
  cursor: default;
}
.wp-block-getwid-post-carousel .slick-arrow:active, .wp-block-getwid-post-carousel .slick-arrow:focus, .wp-block-getwid-post-carousel .slick-arrow:hover {
  background-color: transparent;
}
@media only screen and (max-width: 781px) {
  .wp-block-getwid-post-carousel .slick-arrow {
    display: none !important;
  }
}
.wp-block-getwid-post-carousel .slick-prev {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="50" height="29" viewBox="0 0 50 29"><g id="b"><path id="c" d="M42.3,16c3,1.4,5.6,3.5,7.7,6.1v4.6c-2-3.6-5-6.6-8.8-8.4-3.7-1.8-8.5-2.6-15-2.6H4.4s11.1,11,11.1,11c0,0,0,0,0,0,.5.5.5,1.3,0,1.8-.2.2-.6.4-.9.4-.3,0-.7-.1-.9-.4L.4,15.4c-.5-.5-.5-1.3,0-1.8L13.7.4C13.9.1,14.2,0,14.6,0h0c.3,0,.7.1.9.4.5.5.5,1.3,0,1.8L4.4,13.2h21.8c6.9,0,12.1.9,16.1,2.8" fill="%2335d1d8"/></g></svg>') !important;
  left: -44px;
}
@media only screen and (max-width: 1580px) {
  .wp-block-getwid-post-carousel .slick-prev {
    left: -35px;
  }
}
.wp-block-getwid-post-carousel .slick-prev.slick-disabled {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="50" height="29" viewBox="0 0 50 29"><g id="b"><path id="c" d="M42.3,16c3,1.4,5.6,3.5,7.7,6.1v4.6c-2-3.6-5-6.6-8.8-8.4-3.7-1.8-8.5-2.6-15-2.6H4.4s11.1,11,11.1,11c0,0,0,0,0,0,.5.5.5,1.3,0,1.8-.2.2-.6.4-.9.4-.3,0-.7-.1-.9-.4L.4,15.4c-.5-.5-.5-1.3,0-1.8L13.7.4C13.9.1,14.2,0,14.6,0h0c.3,0,.7.1.9.4.5.5.5,1.3,0,1.8L4.4,13.2h21.8c6.9,0,12.1.9,16.1,2.8" fill="%23184d6b"/></g></svg>') !important;
}
.wp-block-getwid-post-carousel .slick-next {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="50" height="29" viewBox="0 0 50 29"><g id="b"><path id="c" d="M7.7,16c4.1-1.9,9.2-2.8,16.1-2.8h21.8l-11.1-11c-.5-.5-.5-1.3,0-1.8C34.8.1,35.1,0,35.4,0h0c.3,0,.6.1.9.4l13.3,13.2c.5.5.5,1.3,0,1.8l-13.3,13.2c-.2.2-.6.4-.9.4-.3,0-.7-.1-.9-.4-.5-.5-.5-1.3,0-1.8,0,0,0,0,0,0l11.1-11h-21.8c-6.5,0-11.3.8-15,2.6C5,20.2,2,23.1,0,26.7v-4.6c2.1-2.6,4.7-4.6,7.7-6.1" fill="%2335d1d8"/></g></svg>') !important;
  right: -44px;
}
@media only screen and (max-width: 1580px) {
  .wp-block-getwid-post-carousel .slick-next {
    right: -35px;
  }
}
.wp-block-getwid-post-carousel .slick-next.slick-disabled {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" width="50" height="29" viewBox="0 0 50 29"><g id="b"><path id="c" d="M7.7,16c4.1-1.9,9.2-2.8,16.1-2.8h21.8l-11.1-11c-.5-.5-.5-1.3,0-1.8C34.8.1,35.1,0,35.4,0h0c.3,0,.6.1.9.4l13.3,13.2c.5.5.5,1.3,0,1.8l-13.3,13.2c-.2.2-.6.4-.9.4-.3,0-.7-.1-.9-.4-.5-.5-.5-1.3,0-1.8,0,0,0,0,0,0l11.1-11h-21.8c-6.5,0-11.3.8-15,2.6C5,20.2,2,23.1,0,26.7v-4.6c2.1-2.6,4.7-4.6,7.7-6.1" fill="%23184d6b"/></g></svg>') !important;
}
.wp-block-getwid-post-carousel .slick-dots {
  margin-top: 40px;
  position: static;
}
.wp-block-getwid-post-carousel .slick-dots button::before {
  color: #5e97b7;
  font-size: 2rem;
  opacity: 1;
  transition: all 0.5s ease;
}
.wp-block-getwid-post-carousel .slick-dots .slick-active button::before {
  color: #184d6b;
  font-size: 2.4rem;
  opacity: 1;
}
.wp-block-getwid-post-carousel .slick-slide {
  padding: 1px 1px 40px;
  transition: padding 1s ease;
}
.wp-block-getwid-post-carousel .slick-slide.slick-current + .slick-active {
  padding: 40px 1px 1px;
}
@media only screen and (max-width: 990px) {
  .wp-block-getwid-post-carousel .slick-slide.slick-current + .slick-active {
    padding: 1px;
  }
}
@media only screen and (max-width: 990px) {
  .wp-block-getwid-post-carousel .slick-slide {
    padding: 1px;
  }
}

/** === Landing pages === */
.landing-page {
  font-size: 2rem;
}
.landing-page #contact {
  padding-top: 70px;
  margin-top: -70px;
}
.landing-page .landing-form {
  margin-bottom: 70px;
}
.landing-page .landing-form p:first-child {
  margin-top: 0;
}
.landing-page .landing-form > .wp-block-column {
  padding: 30px;
  flex-basis: 50% !important;
}
.landing-page .landing-form > .wp-block-column:first-child {
  background: #e0e0e0;
}
.landing-page .landing-form > .wp-block-column:first-child > p {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}
.landing-page .landing-form > .wp-block-column .wp-block-columns {
  align-items: center;
}
.landing-page .landing-form > .wp-block-column .wp-block-columns .wp-block-image img, .landing-page .landing-form > .wp-block-column .wp-block-columns .wp-block-image figure img {
  display: block;
}
.landing-page .landing-form > .wp-block-column .wp-block-columns .wp-block-image:last-child, .landing-page .landing-form > .wp-block-column .wp-block-columns .wp-block-image:last-child figure {
  margin-bottom: 0;
}
.landing-page .landing-form > .wp-block-column .wp-block-columns:last-child {
  margin-bottom: 0;
}
.landing-page .landing-form > .wp-block-column:last-child {
  background: url(img/nuage-haut.png) center top no-repeat, url(img/nuages-bas.png) center bottom no-repeat, #4fa3c7;
  background-size: 33%, contain, auto;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 7% 30px 12% 40px;
}
.landing-page .landing-form > .wp-block-column:last-child h1,
.landing-page .landing-form > .wp-block-column:last-child h2,
.landing-page .landing-form > .wp-block-column:last-child h3,
.landing-page .landing-form > .wp-block-column:last-child h4 {
  color: #fff;
  font-size: 7rem;
  line-height: 0.9em;
  margin-bottom: 10px;
  flex: 0 0 100%;
}
.landing-page .landing-form > .wp-block-column:last-child h1:last-child,
.landing-page .landing-form > .wp-block-column:last-child h2:last-child,
.landing-page .landing-form > .wp-block-column:last-child h3:last-child,
.landing-page .landing-form > .wp-block-column:last-child h4:last-child {
  margin-bottom: 0;
}
.landing-page .landing-form > .wp-block-column:last-child .landing-iso {
  flex-direction: column;
}
.landing-page .landing-form > .wp-block-column:last-child .landing-iso .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.landing-page .wp-block-separator {
  background: #184d6b;
  height: 1px;
  margin: 50px auto;
}
.landing-page .btn:not(.wp-block-button),
.landing-page .wp-block-button.btn .wp-block-button__link {
  font-size: 2.2rem;
}
.landing-page .landing-iso {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.landing-page .landing-iso .wp-block-column {
  flex: initial;
  flex-basis: auto !important;
}
.landing-page .landing-iso .wp-block-column:not(:first-child) {
  margin-left: 20px;
}
.landing-page .landing-solutions {
  padding: 50px 30px;
  margin: 60px auto;
}
.landing-page .landing-solutions .wp-block-group__inner-container > h2,
.landing-page .landing-solutions .wp-block-group__inner-container > h3 {
  font-size: 4.2rem;
  max-width: 960px;
  margin: 0 auto 70px;
}
.landing-page .landing-solutions .wp-block-columns {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.landing-page .landing-solutions .wp-block-columns .wp-block-column {
  padding: 35px 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landing-page .landing-solutions .wp-block-columns .wp-block-column h3,
.landing-page .landing-solutions .wp-block-columns .wp-block-column h4 {
  min-height: 52px;
}
.landing-page .landing-solutions .wp-block-columns .wp-block-column .wp-block-image figure {
  margin-bottom: 0;
}
.landing-page .landing-solutions .wp-block-columns .wp-block-column > * {
  width: 100%;
}
.landing-page .landing-solutions .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.landing-page .landing-pictos {
  margin-bottom: 0;
}
.landing-page .landing-pictos .wp-block-image {
  background: #4fa3c7;
  border-radius: 100%;
  padding: 15px;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .landing-pictos .wp-block-image figure {
  margin: 0;
}
.landing-page .landing-pictos .wp-block-image figure img {
  display: block;
}
.landing-page .landing-pictos p {
  color: #555;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
}
.landing-page .landing-pictos p:last-child {
  margin-bottom: 0;
}
.landing-page .liste-2col h3 {
  text-transform: uppercase;
  color: #4fa3c7;
  margin-bottom: 5px;
  margin-top: 50px;
}
.landing-page .liste-2col h3:first-child {
  margin-top: 0;
}
.landing-page .liste-2col h3 + p {
  margin-top: 0;
}
.landing-page .liste-2col p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.landing-page .liste-2col .wp-block-column {
  margin-bottom: 0;
}
.landing-page .liste-2col .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.landing-page .main-content > *:last-child {
  margin-bottom: 50px;
}
.landing-page .main-content > h2,
.landing-page .main-content > h3 {
  font-size: 3.4rem;
  max-width: 900px;
  margin: 60px auto 50px;
}
.landing-page .main-content > h2 + .sdv-references-logos,
.landing-page .main-content > h2 + p,
.landing-page .main-content > h3 + .sdv-references-logos,
.landing-page .main-content > h3 + p {
  margin-top: -20px;
}
.landing-page .main-content > p {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.landing-page .main-content > p + .wp-block-buttons {
  margin-top: 60px;
}
.landing-page .main-content > ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  max-width: 960px;
  margin: auto;
}
.landing-page .main-content > ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 60px;
  line-height: 1.2;
}
.landing-page .main-content > ol li::before {
  content: counter(my-awesome-counter) "/ ";
  font-weight: bold;
  line-height: 1.4;
}
.landing-page .main-content > ol li strong {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
}
.landing-page .main-content > ol li:last-child {
  margin-bottom: 0;
}

/* footer */
.site-footer {
  border-top: 1px solid #184d6b;
  background-color: #0d283e;
  padding: 60px 80px 40px;
  position: relative;
}
.site-footer::after {
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: -1px;
}
@media only screen and (max-width: 990px) {
  .site-footer {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 467px) {
  .site-footer {
    padding-inline: 20px;
  }
}
body[class*=s-hosting] .site-footer {
  background-color: #291c48;
  border-color: #3f1e5c;
}
body[class*=s-domaines] .site-footer {
  background-color: #41233a;
  border-color: #562740;
}
body[class*=s-made] .site-footer {
  background-color: #104146;
  border-color: #18615e;
}
.site-footer a {
  color: #dfe1e3;
  display: inline-block;
  padding: 3px 0;
}
.site-footer a:hover {
  color: rgb(35.2780082988, 176.3900414938, 182.7219917012);
  text-decoration: underline;
}
.site-footer .has-global-padding:not(.is-style-bg-block) {
  padding: unset;
}
.site-footer .is-style-bg-block {
  align-items: center;
  background-color: #184d6b;
  border-color: #1d6389;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.site-footer .block-title {
  font-size: 2.6rem;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 990px) {
  .site-footer .block-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 781px) {
  .site-footer .block-title {
    font-size: 2.2rem;
  }
}
.site-footer .sdv-infos {
  display: flex;
  gap: 40px 80px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1380px) {
  .site-footer .sdv-infos {
    gap: 40px;
  }
}
@media only screen and (max-width: 781px) {
  .site-footer .sdv-infos {
    flex-direction: column;
  }
}
.site-footer .sdv-infos .footer-block:first-child p {
  white-space: nowrap;
}
.site-footer .sdv-infos .footer-block:last-child {
  flex: 1;
}
@media only screen and (max-width: 1380px) {
  .site-footer .sdv-infos .footer-block {
    flex: 1;
  }
  .site-footer .sdv-infos .footer-block:last-child {
    flex: initial;
  }
}
@media only screen and (max-width: 990px) {
  .site-footer .sdv-infos .footer-block:first-child {
    flex: 1 1 100%;
    text-align: center;
  }
  .site-footer .sdv-infos .footer-block:first-child .wp-block-buttons {
    justify-content: center;
  }
  .site-footer .sdv-infos .footer-block:last-child {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 781px) {
  .site-footer .sdv-infos .footer-block {
    flex: 1 1 100%;
    text-align: center;
  }
}
.site-footer .sdv-infos .wp-block-image {
  margin-bottom: 10px;
}
.site-footer .sdv-infos p {
  margin: 0 0 20px;
}
.site-footer .sdv-infos .wp-block-buttons {
  margin-top: 0;
}
.site-footer .sdv-infos .sdv-contact {
  width: 40%;
}
@media only screen and (max-width: 1380px) {
  .site-footer .sdv-infos {
    flex-wrap: wrap;
  }
}
.site-footer .bottom-menu .footer-block {
  margin-bottom: 20px;
}
.site-footer .bottom-menu .footer-block:last-child {
  margin-bottom: 0;
}
.site-footer .bottom-menu .menu {
  display: flex;
  font-family: Verdana, sans-serif;
  gap: 10px 20px;
  justify-content: center;
}
@media only screen and (max-width: 467px) {
  .site-footer .bottom-menu .menu {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu a,
.site-footer .bottom-menu .menu-social-medias-container .menu a {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  transition: all 0.5s ease;
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu a::before,
.site-footer .bottom-menu .menu-social-medias-container .menu a::before {
  font-family: Icons, sans-serif;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  display: block;
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu a:hover, .site-footer .bottom-menu .menu-social-medias-en-container .menu a:focus,
.site-footer .bottom-menu .menu-social-medias-container .menu a:hover,
.site-footer .bottom-menu .menu-social-medias-container .menu a:focus {
  text-decoration: none;
  opacity: 0.75;
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu .social-li a::before,
.site-footer .bottom-menu .menu-social-medias-container .menu .social-li a::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31.387" height="30" viewBox="0 0 31.387 30"><path id="_367593_linkedin_business_network_social_icon" data-name="367593_linkedin_business_network_social_icon" d="M46.4,65.036h6.727V85.278H46.4Zm3.408-9.758a3.506,3.506,0,1,0-.088,6.994h.043a3.508,3.508,0,1,0,.045-6.994ZM69.64,64.56A6.678,6.678,0,0,0,63.578,67.9V65.036H56.849c.089,1.9,0,20.242,0,20.242h6.729v-11.3a4.632,4.632,0,0,1,.221-1.642,3.684,3.684,0,0,1,3.451-2.46c2.436,0,3.409,1.857,3.409,4.577v10.83h6.728V73.671C77.387,67.453,74.069,64.56,69.64,64.56Z" transform="translate(-46 -55.278)" fill="%23fff"/></svg>');
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu .social-ig a::before,
.site-footer .bottom-menu .menu-social-medias-container .menu .social-ig a::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path id="_1159683_instagram_instagram_logo_icon" data-name="1159683_instagram_instagram logo_icon" d="M70.487,53.163a1.736,1.736,0,1,1-1.735-1.735,1.736,1.736,0,0,1,1.735,1.735ZM76,61v.022l-.1,6.293A8.684,8.684,0,0,1,67.315,75.9L61,76h-.022l-6.293-.1A8.685,8.685,0,0,1,46.1,67.316L46,61v-.022l.1-6.293A8.685,8.685,0,0,1,54.685,46.1L61,46h.022l6.293.1A8.685,8.685,0,0,1,75.9,54.684Zm-2.794,0-.1-6.271a5.9,5.9,0,0,0-5.837-5.837L61,48.794l-6.271.1a5.9,5.9,0,0,0-5.837,5.837L48.794,61l.1,6.271a5.9,5.9,0,0,0,5.837,5.837l6.271.1,6.271-.1a5.9,5.9,0,0,0,5.837-5.837Zm-4.5,0A7.7,7.7,0,1,1,61,53.3,7.7,7.7,0,0,1,68.7,61Zm-2.793,0A4.91,4.91,0,1,0,61,65.91,4.91,4.91,0,0,0,65.909,61Z" transform="translate(-46 -46)" fill="%23fff"/></svg>');
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu .social-fb a::before,
.site-footer .bottom-menu .menu-social-medias-container .menu .social-fb a::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.047" height="30" viewBox="0 0 15.047 30"><path id="_367581_facebook_social_icon" data-name="367581_facebook_social_icon" d="M159.937,55.921h5.142l-.359,4.488h-4.783V76h-6.042V60.409H150.67V55.921h3.225V52.9c0-1.327.035-3.378,1.038-4.649a5.821,5.821,0,0,1,5-2.256,21.094,21.094,0,0,1,5.78.556l-.806,4.6a11.267,11.267,0,0,0-2.6-.374c-1.254,0-2.377.431-2.377,1.638v3.5Z" transform="translate(-150.67 -46)" fill="%23fff" fill-rule="evenodd"/></svg>');
}
.site-footer .bottom-menu .menu-social-medias-en-container .menu .social-yt a::before,
.site-footer .bottom-menu .menu-social-medias-container .menu .social-yt a::before {
  content: url('data:image/svg+xml,<svg id="a" xmlns="http://www.w3.org/2000/svg" width="45" height="32" viewBox="0 0 45 32"><path d="M44,4.6v.4c-.5-1.9-2-3.4-3.8-4h0C36.6,0,22.5,0,22.5,0,22.5,0,8.4,0,4.9,1c-1.9.6-3.4,2-3.9,3.9h0c-1.3,6.9-1.3,15.2,0,22.5v-.4c.5,1.9,2,3.4,3.8,4h0c3.5,1,17.6,1,17.6,1,0,0,14.1,0,17.6-1,1.9-.6,3.4-2,3.9-3.9h0c.6-3.2.9-6.9.9-10.7s0-.3,0-.4c0-.1,0-.3,0-.4,0-3.8-.3-7.4-1-11h0ZM18,22.9v-13.7l11.7,6.9-11.7,6.9Z" fill="%23fff"/></svg>');
}
@media only screen and (max-width: 467px) {
  .site-footer .bottom-menu .menu-social-medias-en-container .menu,
  .site-footer .bottom-menu .menu-social-medias-container .menu {
    flex-direction: row;
  }
}
@media only screen and (max-width: 990px) {
  .site-footer {
    font-size: 1.6rem;
  }
}