@charset "UTF-8";
/*!
Theme Name: Thème Secno
Author: Atelier du Design
Author URI: https://atelier-du-design.com/
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  scroll-behavior: smooth;
}

header {
  position: fixed;
  width: 100vw;
  z-index: 1000;
  background: white;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.16);
}

header nav {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.96px;
  height: 100px;
  position: relative;
  z-index: 100;
}

header nav #navbar-mobile {
  display: none;
}

header nav #navbar-tel {
  display: none;
}

header nav #navbar-brand {
  max-height: 120px;
  display: flex;
  align-items: center;
}

header nav #navbar-brand img {
  max-height: 80px;
  width: 180px;
}

header nav #navbar-menu {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
}

header nav #navbar-menu #primary-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}

header nav #navbar-menu #primary-menu li {
  padding: 0 20px;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}

header nav #navbar-menu #primary-menu li a {
  color: #0000BE;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  transition: all .3s ease;
}

header nav #navbar-menu #primary-menu li a:hover {
  color: #0000BE;
}

header nav #navbar-menu #primary-menu li ul.sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  left: 0px;
  top: 50px;
  padding-top: 0px;
  flex-direction: column;
  background: white;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

header nav #navbar-menu #primary-menu li ul.sub-menu li {
  line-height: 20px;
  padding: 8px 20px;
  width: 250px;
  height: auto;
  line-height: 20px;
}

header nav #navbar-menu #primary-menu li ul.sub-menu li a {
  font-weight: 400;
  color: #5e6062;
  text-transform: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .3s ease;
  letter-spacing: 0px;
}

header nav #navbar-menu #primary-menu li ul.sub-menu li a:hover {
  color: #0000BE;
}

header nav #navbar-menu #primary-menu li ul.sub-menu li#menu-item-597 {
  border-top: solid 1px white;
  margin-top: 13px;
  width: 75%;
}

header nav #navbar-menu #primary-menu li.menu-hover ul.sub-menu {
  display: flex;
}

header nav #navbar-menu #primary-menu li.menu-hover ul.sub-menu ul.sub-menu {
  position: static;
  top: 0px;
  background: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  display: flex;
  flex-direction: column;
}

header nav #navbar-menu #primary-menu li.menu-hover ul.sub-menu ul.sub-menu li {
  width: 200px;
  height: 10px;
}

header nav #navbar-menu #primary-menu li.menu-hover ul.sub-menu ul.sub-menu li a {
  text-transform: none;
  color: white;
  font-weight: 400;
}

header nav #navbar-menu #primary-menu li.menu-hover ul.sub-menu ul.sub-menu li a:last-of-type {
  padding-bottom: 30px;
}

header nav #navbar-menu #primary-menu li.menu-hover ul.sub-menu ul.sub-menu li a:hover {
  color: #0000BE;
}

header nav #navbar-menu .navbar-secondary ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

header nav #navbar-menu .navbar-secondary ul li {
  padding: 5px 25px;
  position: relative;
}

header nav #navbar-menu .navbar-secondary ul li a {
  color: #0000BE;
  font-size: 13px;
  letter-spacing: 0.01px;
}

header nav #navbar-menu .navbar-secondary ul li:first-of-type:before {
  content: ' ';
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/collaborateurs.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}

header nav #navbar-menu .navbar-secondary ul li:nth-of-type(2):before {
  content: ' ';
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/client.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}

header nav #navbar-menu .navbar-secondary ul li:last-of-type:before {
  content: ' ';
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/assistance.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}

header #navbar-burger {
  display: none;
  position: relative;
  z-index: 100;
}

header .navbar-secondary ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

header .navbar-secondary ul li {
  padding: 5px 25px;
  position: relative;
}

header .navbar-secondary ul li a {
  color: #0000BE;
  font-size: 13px;
  letter-spacing: 0.01px;
}

header .navbar-secondary ul li:first-of-type:before {
  content: ' ';
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/collaborateurs.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}

header .navbar-secondary ul li:nth-of-type(2):before {
  content: ' ';
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/client.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}

header .navbar-secondary ul li:last-of-type:before {
  content: ' ';
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/assistance.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}

header #navbar-mobile .navbar-secondary ul {
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 1220px) {
  header nav {
    width: 95%;
  }
  header nav #navbar-menu {
    margin-left: 0px;
  }
}

body {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  font-size: 16px;
  line-height: 140%;
}

body.no-scroll {
  overflow: hidden;
}

body :target {
  scroll-margin: 180px;
}

h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 50px;
  line-height: 110%;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}

h1 span {
  color: #AFAFAF;
}

h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #0000BE;
  opacity: 1;
  font-weight: bold;
  font-size: 35px;
  line-height: 110%;
  font-family: "Quicksand", sans-serif;
  padding-bottom: 20px;
}

* + h3 {
  margin-top: 32px;
}

h3 {
  text-align: left;
  font: normal normal bold 30px/50px Quicksand;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  font-family: "Quicksand", sans-serif;
  color: #0000BE;
}

h3 + * {
  margin-top: 24px;
}

.li-tiret li:before {
  content: '—';
  padding-right: 10px;
}

main {
  padding-top: 100px;
}

.wp-block-group p:not(:last-of-type) {
  margin-bottom: 12px;
}

.text-uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
}

.wp-block-group a {
  color: #0000BE;
  font-weight: 600;
}

strong {
  font-weight: bold;
}

.quote {
  text-align: left;
  letter-spacing: 0px;
  color: #0000BE;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 0px;
}

.color-primary {
  color: #0000BE;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #0000BE !important;
  border-color: #0000BE;
  background: transparent;
  padding: 8px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  width: 250px;
  transition: all .3s ease;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #0000BE;
  color: white !important;
}

p.tel {
  background: #0000BE;
  font-weight: 700;
  padding: 15px 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 210px;
  box-sizing: border-box;
}

.wp-block-group {
  width: 100%;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  padding: 100px 60px;
  box-sizing: border-box;
}

.wp-block-group .wp-block-group__inner-container, .wp-block-group .wp-block-group {
  width: 100%;
}

.wp-block-group.no-padding-top .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.wp-block-group.no-padding-bottom .wp-block-group__inner-container {
  padding-bottom: 0 !important;
}

.wp-block-column:not(:first-child) {
  margin-left: 32px !important;
}

figure.aligncenter img {
  display: block;
  margin: 0 auto;
}

.bg-primary-color .wp-block-group__inner-container {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  padding: 50px 60px;
  box-sizing: border-box;
  background: #0000BE;
  color: white;
}

.bg-primary-color .wp-block-group__inner-container h3, .bg-primary-color .wp-block-group__inner-container h2 {
  color: white;
}

.bg-white {
  background: white;
  position: relative;
  z-index: 0;
}

.bg-primary {
  background: #0000BE;
}

.bg-grey {
  background: #F1F1F1;
  color: #0000BE;
}

.bg-cyan {
  background: #24C7E8;
  color: white;
}

.bg-cyan h2, .bg-cyan h3 {
  color: white !important;
}

.bg-green {
  background: #0DCB89;
  color: white;
}

.bg-green h2, .bg-green h3 {
  color: white !important;
}

.bg-degrade {
  background: transparent linear-gradient(112deg, #0000BE 0%, #4309B9 100%) 0% 0% no-repeat padding-box;
  max-width: 1540px;
  margin: 0 auto;
  color: white;
}

.bg-degrade .text-large {
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 45px;
  line-height: 110%;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  width: 80%;
}

.bg-degrade a {
  color: white;
  text-decoration: underline;
}

.wp-block-columns, figure {
  margin-bottom: 0px !important;
}

figure {
  display: block !important;
}

figure img {
  display: block !important;
  height: auto;
}

#header-accueil {
  background: #0000BE;
  color: white;
}

#header-accueil h1 {
  width: 90%;
}

#header-accueil .wp-block-group__inner-container {
  padding: 100px 0 0;
  max-width: none;
  width: 90%;
}

#header-accueil svg {
  transform: rotateY(-180deg);
  max-height: 750px;
  position: relative;
  z-index: 100;
}

#header-accueil #gform_wrapper_1 form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#header-accueil #gform_wrapper_1 .gform_heading {
  display: none;
}

#header-accueil #gform_wrapper_1 #field_1_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header-accueil #gform_wrapper_1 #field_1_3 .ginput_container.ginput_container_select {
  margin-top: 0;
  position: relative;
}

#header-accueil #gform_wrapper_1 #field_1_3 .ginput_container.ginput_container_select:after {
  content: '>';
  position: absolute;
  height: 12px;
  width: 12px;
  color: #0000BE;
  right: 10px;
  top: 40%;
  font-size: 20px;
  transform: rotate(90deg);
  transform-origin: center;
}

#header-accueil #gform_wrapper_1 .gfield_label {
  width: 280px;
  height: 50px;
  border-radius: 100px;
  padding: 10px 20px;
  border: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  color: #5e6062;
  font-size: 14px;
  position: relative;
  background: white;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

#header-accueil #gform_wrapper_1 .gfield_label .gfield_required {
  display: none;
}

#header-accueil #gform_wrapper_1 #gform_fields_1 {
  display: flex;
  flex-direction: row;
}

#header-accueil #gform_wrapper_1 #gform_fields_1 input, #header-accueil #gform_wrapper_1 #gform_fields_1 select {
  width: 280px;
  height: 50px;
  border-radius: 100px;
  padding: 10px 20px;
  border: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  color: #5e6062;
  font-size: 14px;
  position: relative;
}

#header-accueil #gform_wrapper_1 .gform_footer {
  margin-top: 15px;
}

#header-accueil #gform_wrapper_1 .gform_footer #gform_submit_button_1 {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  height: 50px;
  width: 50px;
  border: none;
  background: white;
  border-radius: 100px;
  color: #0000BE;
}

@media only screen and (max-width: 1400px) {
  #header-accueil .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 45%;
  }
  #header-accueil .wp-block-columns .wp-block-column:first-of-type svg {
    height: 60vh;
    margin-left: -6%;
    width: 100%;
  }
  #header-accueil .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 55%;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1230px) {
  #header-accueil .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 40%;
  }
  #header-accueil .wp-block-columns .wp-block-column:first-of-type svg {
    margin-bottom: -10%;
    height: 60vh;
    margin-left: -20%;
    width: 120%;
  }
  #header-accueil .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 60%;
    padding-bottom: 100px;
  }
  #slider-expertise {
    position: relative;
    margin-top: -120px !important;
  }
}

@media only screen and (max-width: 1150px) {
  #header-accueil .wp-block-columns .wp-block-column:first-of-type svg {
    margin-bottom: -10%;
    height: 60vh;
    margin-left: -40%;
    width: 140%;
  }
  #header-accueil .wp-block-columns .wp-block-column:last-of-type h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

#secno .footer-info {
  display: none;
}

#slider-expertise {
  position: relative;
  margin-top: -150px;
}

#slider-expertise .slide-expertise {
  width: 100%;
  overflow: hidden;
}

#slider-expertise .slide-expertise .wp-block-group__inner-container {
  padding: 0px;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid {
  position: relative;
  height: 628px;
  background: #0000BE;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 628px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0px;
  background: #24C7E8;
  transition: all .3s ease;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li img {
  max-height: 628px;
  width: 100%;
  height: 90%;
  object-fit: contain;
  opacity: .1;
  filter: contrast(200%);
  display: block;
  object-position: right;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(1) {
  background: #24C7E8;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(2) {
  background: #F6A456;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(3) {
  background: #8555FF;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(4) {
  background: #E269FF;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(5) {
  background: #FF384D;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(6) {
  background: #0B85FF;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(7) {
  background: #0DCB89;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li:nth-of-type(8) {
  background: #0000BE;
}

#slider-expertise .slide-expertise ul.blocks-gallery-grid li.is-active {
  opacity: 1;
  transition: all .3s ease;
}

#slider-expertise .slider-info {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 50px 60px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#slider-expertise .slider-info .wp-block-group__inner-container {
  box-sizing: border-box;
}

#slider-expertise .slider-info .wp-block-group__inner-container h2 {
  color: white;
  width: 70%;
  padding-bottom: 20px;
}

#slider-expertise .slider-info .wp-block-group__inner-container p {
  padding-bottom: 20px;
}

#slider-expertise .slider-info .wp-block-group__inner-container ul li {
  font-size: 20px;
  line-height: 40px;
  transition: all .3s ease;
}

#slider-expertise .slider-info .wp-block-group__inner-container ul li a {
  color: white;
  font-weight: normal;
}

#slider-expertise .slider-info .wp-block-group__inner-container ul li.is-active a {
  font-weight: 700;
  transition: all .3s ease;
}

#slider-mobile {
  display: none;
}

#slider-mobile .wp-block-group__inner-container figure ul li {
  background: #0000BE;
  border-radius: 21px;
  margin: 20px;
  align-items: flex-end;
  overflow: hidden;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide01 {
  background: #24C7E8;
  color: red;
}

#slider-mobile .wp-block-group__inner-container figure ul li.10 {
  background: #24C7E8;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide02 {
  background: #F6A456;
}

#slider-mobile .wp-block-group__inner-container figure ul li.11 {
  background: #F6A456;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide03 {
  background: #8555FF;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide04 {
  background: #E269FF;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide05 {
  background: #FF384D;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide06 {
  background: #0B85FF;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide07 {
  background: #0DCB89;
}

#slider-mobile .wp-block-group__inner-container figure ul li.0 {
  background: #0DCB89;
}

#slider-mobile .wp-block-group__inner-container figure ul li#splide-slide08 {
  background: #0000BE;
}

#slider-mobile .wp-block-group__inner-container figure ul li.1 {
  background: #0000BE;
}

#slider-mobile .wp-block-group__inner-container figure ul li figure {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 375px;
  display: block;
  margin: 0 auto;
}

#slider-mobile .wp-block-group__inner-container figure ul li figure figcaption {
  order: 1;
  position: static;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  background: none;
  padding: 25px 0;
  overflow: hidden;
}

#slider-mobile .wp-block-group__inner-container figure ul li figure img {
  align-self: center;
  order: 2;
  object-fit: contain;
  object-position: bottom;
  width: 90%;
  height: 100%;
  max-height: 375px;
  display: block;
  margin: 0 auto;
}

#slider-mobile .wp-block-group__inner-container .splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #0000BE;
}

#slider-mobile .wp-block-group__inner-container figure ul li:nth-of-type(10) {
  background: #24C7E8;
}

#slider-mobile .wp-block-group__inner-container figure ul li:nth-of-type(11) {
  background: #F6A456;
}

#slider-mobile .wp-block-group__inner-container figure ul li:nth-of-type(1) {
  background: #0B85FF;
}

#slider-mobile .wp-block-group__inner-container figure ul li:nth-of-type(2) {
  background: #0DCB89;
}

.wp-image-27 {
  padding: 50px;
  box-sizing: border-box;
}

.accueil-obligation {
  margin-bottom: -40px;
  box-sizing: border-box;
  width: auto;
}

.accueil-obligation .wp-block-group__inner-container {
  background-color: white;
  border: solid 1px #0000BE;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 7px 7px 0 #0000BE;
  border-radius: 20px;
}

.accueil-obligation .wp-block-group__inner-container .wp-block-column:not(:first-child) {
  margin-left: 150px !important;
}

.accueil-obligation .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  text-align: center;
  color: #0000BE;
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accueil-obligation .wp-block-group__inner-container .wp-block-columns .wp-block-column:after {
  content: ' ';
  background-image: url("http://secno.fr/wp-content/uploads/2020/12/trace.svg");
  position: absolute;
  /* postulat de départ */
  top: 50%;
  left: 50%;
  /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
  /* décalage de 50% de sa propre taille */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#contact-form .info-secno {
  padding-left: 50%;
}

#contact-form .rs-sociaux {
  width: 150PX;
  margin-top: 20px;
  margin-left: -10px;
}

#contact-form .rs-sociaux img {
  display: block;
  margin: 0 auto;
}

#contact-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact-form form .field {
  flex-basis: 100%;
}

#contact-form form .field.field-50 {
  flex-basis: 50%;
  margin-right: 2px;
}

#contact-form .field {
  position: relative;
  height: 55px;
  padding: 16px 0 8px 0;
}

#contact-form .field .field-label {
  position: relative;
  line-height: 14px;
  color: #0000BE;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0;
  text-align: left;
  transform: translateY(24px);
  transition: transform 0.3s;
  transform-origin: 0 50%;
}

#contact-form .field .field-input {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  padding: 8px 0;
  line-height: 15px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none;
  transform: translateY(-23px);
  color: black;
  font-size: 14px;
}

#contact-form .field.has-label .field-label {
  transform: translateY(0) scale(0.75);
}

#contact-form .field.is-focused .field-label {
  color: #0000BE;
}

#contact-form .field:after, #contact-form .field:before {
  content: '';
  height: 1px;
  background-color: #0000BE;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
}

#contact-form .field:after {
  background-color: #0000BE;
  transform: scaleX(0);
  transition: transform 0.3s;
}

#contact-form .field.is-focused:after {
  transform: scaleX(1);
}

#contact-form .field.field-textarea {
  height: 110px;
  margin-left: 50%;
}

#contact-form .field.field-textarea textarea {
  height: 70px;
  font-family: "Poppins", sans-serif;
}

#contact-form .field.field-select {
  width: 50%;
  position: relative;
  margin-left: 50%;
}

#contact-form .field.field-select .your-demande {
  position: relative;
  display: block;
}

#contact-form .field.field-select .your-demande:after {
  content: '>';
  color: #0000BE;
  position: absolute;
  transform: rotate(90deg);
  right: 30px;
  top: -20px;
  opacity: 1;
}

#contact-form .field.field-select label {
  position: relative;
}

#contact-form .field.field-select select {
  opacity: 0;
}

#contact-form .field.has-label select {
  opacity: 1;
}

#contact-form .field.has-label select option {
  color: black;
}

#contact-form .field.has-label .field-label {
  transform: translateY(0) scale(0.75);
}

#contact-form .field-checkboxe {
  height: auto;
}

#contact-form .field-checkboxe:before, #contact-form .field-checkboxe:after {
  display: none;
}

#contact-form .wpcf7-form-control-wrap.checkbox-222 {
  padding: 20px 0px;
  display: block;
  margin-left: 50%;
}

#contact-form .wpcf7-form-control-wrap.checkbox-222:before, #contact-form .wpcf7-form-control-wrap.checkbox-222:after {
  display: none;
}

#contact-form .wpcf7-form-control-wrap.checkbox-222 .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 190, 0.8);
}

#contact-form .field-envoyer {
  position: relative;
  float: right;
  width: auto;
  text-align: right;
  display: inline-block;
}

#contact-form .field-envoyer:before, #contact-form .field-envoyer:after {
  display: none;
}

#contact-form .field-envoyer input {
  float: right;
  border: none;
  background: none;
  color: #0000BE;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  letter-spacing: 0.8px;
  font-family: system-ui;
  border: solid 1px #0000BE;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  font-size: 30px;
}

#contact-form .field-envoyer input:hover {
  cursor: pointer;
}

#contact-form .field-envoyer:after {
  content: ' ';
  height: 5px;
  width: 0%;
  background: transparent linear-gradient(-90deg, #AE38F8 0%, #9D33E0CE 19%, #571C7C00 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: -20px;
  bottom: 2px;
  transition: all .3s linear;
  z-index: -1;
}

#contact-form .field-envoyer:hover:after {
  animation: meteor .6s ease;
}

#contact-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: -35px;
}

#contact-form .wpcf7-form-control-wrap.checkbox-222 .wpcf7-not-valid-tip {
  margin-top: 0px;
}

#nous-rejoindre {
  margin-bottom: 50px;
}

#nous-rejoindre .wp-block-group__inner-container {
  background-color: #F1F1F1;
}

#nous-rejoindre .info-secno {
  padding-left: 50%;
}

#nous-rejoindre .rs-sociaux {
  width: 150PX;
  margin-top: 20px;
  margin-left: -10px;
}

#nous-rejoindre .rs-sociaux img {
  display: block;
  margin: 0 auto;
}

#nous-rejoindre form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

#nous-rejoindre form .field {
  flex-basis: 100%;
}

#nous-rejoindre form .field.field-50 {
  flex-basis: 50%;
  margin-right: 2px;
}

#nous-rejoindre .field {
  position: relative;
  height: 40px;
  padding: 16px 0 8px 0;
}

#nous-rejoindre .field:not(:first-of-type) {
  margin-top: 16px;
}

#nous-rejoindre .field .field-label {
  position: relative;
  line-height: 14px;
  color: #0000BE;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
  text-align: left;
  transform: translateY(15px);
  transition: transform 0.3s;
  transform-origin: 0 50%;
}

#nous-rejoindre .field .field-input {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  padding: 8px 0;
  line-height: 15px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none;
  transform: translateY(-40px);
  color: black;
  font-size: 14px;
}

#nous-rejoindre .field.has-label .field-label {
  transform: translateY(0) scale(0.75);
}

#nous-rejoindre .field.is-focused .field-label {
  color: #0000BE;
}

#nous-rejoindre .field:after, #nous-rejoindre .field:before {
  content: '';
  height: 1px;
  background-color: #0000BE;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
}

#nous-rejoindre .field:after {
  background-color: #0000BE;
  transform: scaleX(0);
  transition: transform 0.3s;
}

#nous-rejoindre .field.is-focused:after {
  transform: scaleX(1);
}

#nous-rejoindre .field.field-textarea {
  height: 110px;
}

#nous-rejoindre .field.field-textarea textarea {
  height: 70px;
  font-family: "Poppins", sans-serif;
}

#nous-rejoindre .field.has-label select {
  opacity: 1;
}

#nous-rejoindre .field.has-label select option {
  color: black;
}

#nous-rejoindre .field.has-label .field-label {
  transform: translateY(0) scale(0.75);
}

#nous-rejoindre .field-radio {
  height: auto;
}

#nous-rejoindre .field-radio .field-label {
  padding-bottom: 15px;
}

#nous-rejoindre .field-radio:before, #nous-rejoindre .field-radio:after {
  display: none;
}

#nous-rejoindre .field-radio .wpcf7-form-control.wpcf7-radio {
  color: #0000BE;
  height: 30px;
}

#nous-rejoindre .field-radio .wpcf7-form-control.wpcf7-radio input[type="radio"] {
  opacity: 0;
}

#nous-rejoindre .field-radio .wpcf7-form-control.wpcf7-radio label {
  position: relative;
}

#nous-rejoindre .field-radio .wpcf7-form-control.wpcf7-radio label:before {
  content: ' ';
  position: absolute;
  height: 15px;
  width: 15px;
  border: solid 1px #0000BE;
  border-radius: 50px;
  top: 2px;
  left: 3px;
}

#nous-rejoindre .field-radio .wpcf7-form-control.wpcf7-radio label:after {
  content: ' ';
  position: absolute;
  height: 11px;
  width: 11px;
  border: solid 1px transparent;
  border-radius: 50px;
  top: 4px;
  left: 5px;
  background: transparent;
}

#nous-rejoindre .field-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.active label:after {
  background: #0000BE;
}

#nous-rejoindre .field-fichier {
  height: auto;
}

#nous-rejoindre .field-fichier:before, #nous-rejoindre .field-fichier:after {
  display: none;
}

#nous-rejoindre .field-fichier .wpcf7-form-control.wpcf7-file {
  appearance: none;
  background: transparent;
  border: none;
  border: dotted 1px #0000BE;
  color: #0000BE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 80%;
  margin-top: 15px;
}

#nous-rejoindre .field-fichier input[type="file"] {
  appearance: none;
}

#nous-rejoindre .field-checkboxe {
  height: auto;
}

#nous-rejoindre .field-checkboxe:before, #nous-rejoindre .field-checkboxe:after {
  display: none;
}

#nous-rejoindre .field-checkboxe .wpcf7-not-valid-tip {
  margin-top: -5px;
}

#nous-rejoindre .wpcf7-form-control-wrap.checkbox-222 {
  padding: 20px 0px;
  display: block;
}

#nous-rejoindre .wpcf7-form-control-wrap.checkbox-222:before, #nous-rejoindre .wpcf7-form-control-wrap.checkbox-222:after {
  display: none;
}

#nous-rejoindre .wpcf7-form-control-wrap.checkbox-222 .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 190, 0.8);
}

#nous-rejoindre .field-envoyer {
  position: relative;
  float: right;
  width: auto;
  text-align: right;
  display: inline-block;
}

#nous-rejoindre .field-envoyer:before, #nous-rejoindre .field-envoyer:after {
  display: none;
}

#nous-rejoindre .field-envoyer input {
  float: right;
  border: none;
  background: none;
  color: #0000BE !important;
  border-color: #0000BE;
  padding: 5% 20%;
  border-radius: 3px;
  text-transform: uppercase;
  width: 250px;
  border: 2px solid;
  font-weight: 600;
  font-size: 16px;
}

#nous-rejoindre .field-envoyer input:hover {
  cursor: pointer;
}

#nous-rejoindre .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: -45px;
}

#nous-rejoindre .wpcf7-form-control-wrap.checkbox-222 .wpcf7-not-valid-tip {
  margin-top: 0px;
}

.category-carriere {
  position: relative;
}

.category-carriere i {
  font-style: italic;
}

.category-carriere #header-page {
  position: relative;
  height: 60vh;
  min-height: 500px;
}

.category-carriere #header-page svg {
  position: absolute;
  left: -30px;
  width: 50%;
  height: 90%;
  bottom: -60px;
}

.category-carriere #header-page .wp-block-group__inner-container {
  position: static;
  height: 650px;
}

.category-carriere #header-page .wp-block-group__inner-container .wp-block-columns {
  height: 100%;
}

.category-carriere #actualites {
  margin-top: -150px;
}

.category-carriere #actualites section article {
  background: white;
  border: solid 1px #0000BE;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 15px 15px 0 #0000BE;
  border-radius: 20px;
  padding: 60px 60px 80px;
  margin-bottom: 40px;
}

.category-carriere #actualites section article ul li {
  list-style: disc;
}

.category-carriere #actualites section article .wp-block-column:not(:first-child) {
  margin-left: 60px !important;
}

.category-carriere #actualites section article .wp-block-columns .wp-block-column:first-of-type {
  flex-basis: 60%;
}

.category-carriere #actualites section article .wp-block-columns .wp-block-column:last-of-type {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #0000BE;
}

.category-carriere #actualites section article .wp-block-columns .wp-block-column:last-of-type .more {
  text-transform: uppercase;
  text-align: right;
  position: relative;
  margin-top: 30px;
  padding-right: 35px;
}

.category-carriere #actualites section article .wp-block-columns .wp-block-column:last-of-type .more:after {
  content: ' ';
  background-image: url("https://secno.fr/wp-content/uploads/2021/01/after@2x.png");
  height: 26px;
  width: 26px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

#collaborateur-trice-tenue-comptable #header-single {
  background-color: #24C7E8;
}

#collaborateur-trice-tenue-comptable #header-single h1 {
  width: 50%;
}

#collaborateur-trice-tenue-comptable #header-single .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: white;
  color: #24C7E8 !important;
}

#collaborateur-trice-tenue-comptable .cadre-ombre .wp-block-group__inner-container {
  background-color: #24C7E8 !important;
}

#collaborateur-trice-tenue-comptable .cadre-ombre .wp-block-group__inner-container .wp-block-column:last-of-type.is-vertically-aligned-center {
  flex-basis: 80% !important;
}

#collaborateur-trice-tenue-comptable .cadre-ombre .wp-block-group__inner-container ul li {
  list-style: disc;
}

#collaborateur-trice-tenue-comptable .cadre-ombre .wp-block-group__inner-container:after {
  border-color: #24C7E8 !important;
}

#gestionnaire-de-paie #header-single {
  background-color: #8555FF;
}

#gestionnaire-de-paie #header-single h1, #gestionnaire-de-paie #header-single li {
  width: 50%;
}

#gestionnaire-de-paie #header-single .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: white;
  color: #8555FF !important;
}

#gestionnaire-de-paie .cadre-ombre .wp-block-group__inner-container {
  background-color: #8555FF !important;
}

#gestionnaire-de-paie .cadre-ombre .wp-block-group__inner-container .wp-block-column:last-of-type.is-vertically-aligned-center {
  flex-basis: 80% !important;
}

#gestionnaire-de-paie .cadre-ombre .wp-block-group__inner-container ul li {
  list-style: disc;
}

#gestionnaire-de-paie .cadre-ombre .wp-block-group__inner-container:after {
  border-color: #8555FF !important;
}

#header-single {
  background: #0000BE;
  max-height: 650px;
  overflow: hidden;
  color: white;
  background-image: url(https://secno.fr/wp-content/uploads/2021/02/article-fond.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#header-single h1 {
  color: white;
  padding-bottom: 40px;
  text-transform: capitalize;
}

#header-single p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
  line-height: 35px;
  padding-right: 100px;
}

#header-single ul li {
  list-style: disc;
}

#header-single .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff !important;
  border-color: #fff;
  padding: 7% 25%;
  font-size: 16px;
  font-weight: 400;
  border-width: 1px;
}

#post-content .cadre-ombre .wp-block-group__inner-container {
  background: #0000BE;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#post-content .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #0000BE;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#post-content .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#post-content .cadre-ombre .wp-block-group__inner-container .quote {
  color: white;
}

footer {
  color: #707070;
}

footer .wp-block-group__inner-container {
  padding: 10px 60px !important;
}

footer .footer-info h3 {
  color: #0000BE !important;
}

footer .footer-info .rs-sociaux {
  width: 150px;
}

footer #credits {
  text-align: center;
  font-size: 12px;
}

footer #credits a {
  color: inherit;
  font-weight: normal;
}

#header-page {
  background: #0000BE;
  overflow: hidden;
}

#header-page .wp-block-group__inner-container {
  padding: 0px;
}

#header-page .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
  padding: 100px 0;
}

#header-page h1 {
  color: white;
  padding-bottom: 40px;
}

#header-page p, #header-page span {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 18px;
  line-height: 140%;
  padding-right: 100px;
}

#header-page span {
  padding-right: 0px;
}

#header-page svg {
  max-height: 650px;
  display: block;
}

.cadre-ombre .wp-block-group__inner-container {
  border: solid 1px #0000BE;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 7px 7px 0 #0000BE;
  border-radius: 20px;
}

#expertise-comptable #header-page {
  background: #24C7E8;
}

#expertise-comptable #header-page svg {
  margin-bottom: -100px;
}

#expertise-comptable h2 {
  color: #24C7E8;
}

#expertise-comptable .quote {
  color: #24C7E8;
}

#expertise-comptable .mission-li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#expertise-comptable .mission-li li {
  flex-basis: 48%;
  border-top: solid 1px #24C7E8;
  padding: 15px 0;
}

#expertise-comptable .mission-li li:last-of-type, #expertise-comptable .mission-li li:nth-last-of-type(2) {
  border-bottom: solid 1px #24C7E8;
}

#expertise-comptable .cadre-ombre .wp-block-group__inner-container {
  background: #24C7E8;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#expertise-comptable .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #24C7E8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#expertise-comptable .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#expertise-comptable .aide-recrutement .wp-block-group__inner-container {
  padding-right: 30%;
}

#expertise-comptable .bg-cyan {
  position: relative;
}

#expertise-comptable .bg-cyan img {
  position: absolute;
  bottom: 0px;
  right: -8%;
  max-height: 800px;
  min-height: 400px;
  height: 60vh;
  width: auto;
  margin-right: 100px;
}

#commissaire-aux-comptes h2 {
  color: #FF384D;
}

#commissaire-aux-comptes #header-page {
  background: #FF384D;
  max-height: none;
}

#commissaire-aux-comptes #header-page svg {
  margin-bottom: -15px;
}

#commissaire-aux-comptes .mission-li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#commissaire-aux-comptes .mission-li li {
  flex-basis: 48%;
  border-top: solid 1px #FF384D;
  padding: 15px 0;
}

#commissaire-aux-comptes .mission-li li:last-of-type, #commissaire-aux-comptes .mission-li li:nth-last-of-type(2) {
  border-bottom: solid 1px #FF384D;
}

#commissaire-aux-comptes .quote {
  color: #FF384D;
}

#commissaire-aux-comptes .cadre-ombre .wp-block-group__inner-container {
  background: #FF384D;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#commissaire-aux-comptes .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #FF384D;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#commissaire-aux-comptes .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#reprise-transmission-entreprise h2 {
  color: #0DCB89;
}

#reprise-transmission-entreprise #header-page {
  background: #0DCB89;
}

#reprise-transmission-entreprise .mission-li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reprise-transmission-entreprise .mission-li li {
  flex-basis: 48%;
  border-top: solid 1px #0DCB89;
  padding: 15px 0;
}

#reprise-transmission-entreprise .mission-li li:last-of-type, #reprise-transmission-entreprise .mission-li li:nth-last-of-type(2) {
  border-bottom: solid 1px #0DCB89;
}

#reprise-transmission-entreprise .cadre-ombre .wp-block-group__inner-container {
  background: #0DCB89;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#reprise-transmission-entreprise .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #0DCB89;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#reprise-transmission-entreprise .cadre-ombre .wp-block-group__inner-container h2 {
  color: white;
}

#reprise-transmission-entreprise .bg-green {
  position: relative;
}

#reprise-transmission-entreprise .bg-green img.wp-image-414 {
  position: absolute;
  bottom: 0px;
  right: -8%;
  max-height: 800px;
  min-height: 400px;
  height: 80%;
  width: auto;
  margin-right: 100px;
}

#reprise-transmission-entreprise .bg-green .quote {
  color: white;
}

#reprise-transmission-entreprise .cadre-ombre.reverse .wp-block-group__inner-container {
  background: white;
  color: inherit;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
  border: solid 1px #0DCB89;
}

#reprise-transmission-entreprise .cadre-ombre.reverse .wp-block-group__inner-container h2 {
  color: #0DCB89;
}

#reprise-transmission-entreprise .cadre-ombre.reverse .wp-block-group__inner-container:after {
  content: ' ';
  background: #0DCB89;
  border: solid 1px #0DCB89;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#reprise-transmission-entreprise .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns {
  justify-content: center;
}

#reprise-transmission-entreprise .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  text-align: center;
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 350px;
}

#reprise-transmission-entreprise .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column:after {
  content: ' ';
  background-image: url("https://secno.fr/wp-content/uploads/2021/01/trace-vert.svg");
  position: absolute;
  /* postulat de départ */
  top: 50%;
  left: 50%;
  /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
  /* décalage de 50% de sa propre taille */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#reprise-transmission-entreprise .color-green {
  color: #0DCB89;
}

#gestion-paie h2 {
  color: #8555FF;
}

#gestion-paie #header-page {
  background: #8555FF;
}

#gestion-paie .cadre-ombre .wp-block-group__inner-container {
  background: #8555FF;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#gestion-paie .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #8555FF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#gestion-paie .cadre-ombre .wp-block-group__inner-container h2, #gestion-paie .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#patrimoine h2 {
  color: #F6A456;
}

#patrimoine #header-page {
  background: #F6A456;
}

#patrimoine .cadre-ombre .wp-block-group__inner-container {
  background: #F6A456;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#patrimoine .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #F6A456;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#patrimoine .cadre-ombre .wp-block-group__inner-container h2, #patrimoine .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#patrimoine .quote {
  color: #F6A456;
}

#patrimoine .mission-li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#patrimoine .mission-li li {
  flex-basis: 48%;
  border-top: solid 1px #F6A456;
  padding: 15px 0;
}

#patrimoine .mission-li li:last-of-type, #patrimoine .mission-li li:nth-last-of-type(2) {
  border-bottom: solid 1px #F6A456;
}

#juridique h2, #juridique h3 {
  color: #0B85FF;
}

#juridique #header-page {
  background: #0B85FF;
}

#juridique .cadre-ombre .wp-block-group__inner-container {
  background: #0B85FF;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#juridique .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #0B85FF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#juridique .cadre-ombre .wp-block-group__inner-container h2, #juridique .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#juridique .bg-light-blue {
  position: relative;
  background: #0B85FF;
  color: white;
}

#juridique .bg-light-blue img {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 120%;
  width: auto;
  margin-right: 100px;
}

#juridique .bg-light-blue .quote {
  color: white;
}

#juridique .bg-light-blue h2, #juridique .bg-light-blue h3 {
  color: white;
}

#juridique .cadre-ombre.reverse .wp-block-group__inner-container {
  background: white;
  color: inherit;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
  border: solid 1px #0B85FF;
}

#juridique .cadre-ombre.reverse .wp-block-group__inner-container h2 {
  color: #0B85FF;
}

#juridique .cadre-ombre.reverse .wp-block-group__inner-container:after {
  content: ' ';
  background: #0B85FF;
  border: solid 1px #0B85FF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#juridique .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns {
  justify-content: center;
}

#juridique .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  text-align: left;
  position: relative;
}

#juridique .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column:after {
  content: ' ';
  background-image: url("https://secno.fr/wp-content/uploads/2021/01/trace-light-blue.svg");
  position: absolute;
  /* postulat de départ */
  top: -40px;
  left: 0%;
  /* à 50%/50% du parent référent */
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#juridique .color-light-blue, #juridique .quote {
  color: #0B85FF;
}

#ressources-humaines h2 {
  color: #E269FF;
}

#ressources-humaines #header-page {
  background: #E269FF;
}

#ressources-humaines #header-page svg {
  width: 130%;
  margin-left: -100px;
  max-height: none;
}

#ressources-humaines .mission-li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#ressources-humaines .mission-li li {
  flex-basis: 48%;
  border-top: solid 1px #E269FF;
  padding: 15px 0;
}

#ressources-humaines .mission-li li:nth-last-of-type(3), #ressources-humaines .mission-li li:nth-last-of-type(2), #ressources-humaines .mission-li li:last-of-type {
  border-bottom: solid 1px #E269FF;
}

#ressources-humaines .mission-li li:last-of-type {
  border-top: none;
}

#ressources-humaines .cadre-ombre .wp-block-group__inner-container {
  background: #E269FF;
  color: white;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
}

#ressources-humaines .cadre-ombre .wp-block-group__inner-container:after {
  content: ' ';
  background: white;
  border: solid 1px #E269FF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#ressources-humaines .cadre-ombre .wp-block-group__inner-container h2, #ressources-humaines .cadre-ombre .wp-block-group__inner-container h3 {
  color: white;
}

#ressources-humaines .bg-pink {
  position: relative;
  background: #E269FF;
  color: white;
}

#ressources-humaines .bg-pink h2, #ressources-humaines .bg-pink h3 {
  color: white;
}

#ressources-humaines .bg-pink img {
  position: absolute;
  bottom: 0px;
  right: 0;
  max-height: 800px;
  min-height: 400px;
  height: 90%;
  width: auto;
  margin-right: 100px;
}

#ressources-humaines .bg-pink .quote {
  color: white;
}

#ressources-humaines .cadre-ombre.reverse .wp-block-group__inner-container {
  background: white;
  color: inherit;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 30px 60px;
  border: solid 1px #E269FF;
}

#ressources-humaines .cadre-ombre.reverse .wp-block-group__inner-container h2 {
  color: #E269FF;
}

#ressources-humaines .cadre-ombre.reverse .wp-block-group__inner-container:after {
  content: ' ';
  background: #E269FF;
  border: solid 1px #E269FF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: -1;
}

#ressources-humaines .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns {
  justify-content: center;
}

#ressources-humaines .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  text-align: center;
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 350px;
}

#ressources-humaines .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column:after {
  content: ' ';
  background-image: url("https://secno.fr/wp-content/uploads/2021/01/trace-vert.svg");
  position: absolute;
  /* postulat de départ */
  top: 50%;
  left: 50%;
  /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
  /* décalage de 50% de sa propre taille */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#ressources-humaines .color-green, #ressources-humaines .quote {
  color: #E269FF;
}

/*
Page Index égalité
*/
.page-id-2735 .filtre-annees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-size: 20px;
  margin-bottom: 48px;
}

.page-id-2735 .filtre-annees li a {
  color: #0000BE;
  background-color: transparent;
  border: 2px solid #0000BE;
  padding: 8px 16px;
  border-radius: 3px;
  transition: all .3s ease;
  display: inline-block;
}

.page-id-2735 .filtre-annees li a:hover {
  background-color: #0000BE;
  color: white;
}

.page-id-2735 h2 + .sous-titre {
  font-size: 20px;
  line-height: 140%;
}

.page-id-2735 h2 + .sous-titre strong {
  color: #0000BE;
}

.page-id-2735 .wp-block-columns:has(.intitule) {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 112px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}

.page-id-2735 .wp-block-columns:has(.intitule):first-of-type {
  margin-top: 48px;
  border-top: 2px solid #eeeeee;
}

.page-id-2735 .wp-block-columns:has(.intitule):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.125;
}

.page-id-2735 .wp-block-columns:has(.intitule) .wp-block-column:first-child {
  flex-basis: auto !important;
}

.page-id-2735 .wp-block-columns:has(.intitule) .wp-block-column:last-child {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 130px !important;
  flex-shrink: 0;
}

.page-id-2735 .pourcentage {
  font-size: 40px;
  font-weight: 700;
  color: #0000BE;
}

.page-id-2735 .intitule strong {
  font-size: 20px;
  font-weight: 600;
  color: #0000BE;
}

@media only screen and (max-width: 1600px) {
  #expertise-comptable .bg-cyan {
    position: relative;
  }
  #expertise-comptable .bg-cyan .wp-block-group__inner-container {
    position: static;
  }
  #expertise-comptable .bg-cyan .wp-block-group__inner-container img {
    right: 0;
    height: 130%;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1460px) {
  #expertise-comptable .aide-recrutement .wp-block-group__inner-container {
    padding-right: 0;
  }
  #expertise-comptable .bg-cyan img {
    height: 110% !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 1190px) {
  #expertise-comptable .bg-cyan img {
    height: 90% !important;
    margin-right: 0px !important;
  }
}

#notre-histoire {
  color: #0000BE;
}

#notre-histoire #header-page img {
  margin-top: -100px;
}

#notre-histoire #header-page .wp-block-column:last-of-type {
  margin-top: 100px;
}

#notre-histoire #histoire .wp-block-group__inner-container {
  padding-left: 160px;
}

#notre-histoire h2:nth-of-type(1) {
  position: relative;
}

#notre-histoire h2:nth-of-type(1):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.125;
}

#notre-histoire h2:nth-of-type(2) {
  position: relative;
}

#notre-histoire h2:nth-of-type(2):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.25;
}

#notre-histoire h2:nth-of-type(3) {
  position: relative;
}

#notre-histoire h2:nth-of-type(3):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.375;
}

#notre-histoire h2:nth-of-type(4) {
  position: relative;
}

#notre-histoire h2:nth-of-type(4):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.5;
}

#notre-histoire h2:nth-of-type(5) {
  position: relative;
}

#notre-histoire h2:nth-of-type(5):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.625;
}

#notre-histoire h2:nth-of-type(6) {
  position: relative;
}

#notre-histoire h2:nth-of-type(6):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.75;
}

#notre-histoire h2:nth-of-type(7) {
  position: relative;
}

#notre-histoire h2:nth-of-type(7):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 0.875;
}

#notre-histoire h2:nth-of-type(8) {
  position: relative;
}

#notre-histoire h2:nth-of-type(8):before {
  content: ' ';
  width: 80px;
  height: 80px;
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/ornement-accompagnement.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  opacity: 1;
}

#nos-valeurs #header-page {
  position: relative;
  max-height: none;
}

#nos-valeurs #header-page .wp-block-group__inner-container {
  position: static;
}

#nos-valeurs #header-page svg {
  transform: rotateY(-180deg);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  max-height: none;
  width: auto;
}

#nos-valeurs #header-page svg img {
  height: 100%;
}

#nos-valeurs .organisation-li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#nos-valeurs .organisation-li li {
  flex-basis: 48%;
  border-top: solid 1px #0000BE;
  padding: 15px 0;
  color: #0000BE;
}

#nos-valeurs .organisation-li li:last-of-type, #nos-valeurs .organisation-li li:nth-last-of-type(2) {
  border-bottom: solid 1px #0000BE;
}

#nos-valeurs #valeurs {
  background: transparent linear-gradient(112deg, #0000BE 0%, #4309B9 100%) 0% 0% no-repeat padding-box;
  max-width: 1540px;
  margin: 0 auto;
}

#nos-valeurs #valeurs .wp-block-group__inner-container {
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/meteor.svg);
  background-size: 27%;
  background-position: 90%;
  background-repeat: no-repeat;
}

#nos-valeurs #valeurs .texte1 {
  text-align: left;
  font: normal normal bold 55px/80px Quicksand;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 45px;
  line-height: 70px;
  width: 60%;
}

#nos-valeurs #valeurs .texte2 {
  text-align: left;
  font: normal normal 600 30px/40px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  width: 50%;
}

#nos-valeurs .footer-info {
  margin-top: 0px;
}

#secteur-dactivite #header-page {
  overflow: hidden;
  z-index: 0;
  position: relative;
  max-height: 650px;
}

#secteur-dactivite #header-page h1 {
  padding-bottom: 15px;
}

#secteur-dactivite #header-page svg {
  width: auto;
  height: 1600px;
  max-height: none;
  margin-left: -225px;
}

#secteur-dactivite #header-page .wp-block-column:last-of-type {
  margin-top: 100px;
}

#secteur-dactivite #header-page .secteurs-random .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-around;
}

#secteur-dactivite #header-page .secteurs-random .wp-block-group__inner-container p {
  padding: 0 15px;
  opacity: 0;
  animation: wordCloud 1.5s .5s ease;
  animation-fill-mode: forwards;
}

#secteur-dactivite #header-page .secteurs-random .wp-block-group__inner-container p:nth-of-type(2n) {
  animation: wordCloud 1.5s 1s ease;
  animation-fill-mode: forwards;
}

#secteur-dactivite #header-page .secteurs-random .wp-block-group__inner-container p:nth-of-type(3n) {
  animation: wordCloud 1.5s 2s ease;
  animation-fill-mode: forwards;
}

#secteur-dactivite .cadre-ombre {
  margin-top: -40px;
  z-index: 10;
  position: relative;
}

#secteur-dactivite .cadre-ombre .wp-block-group__inner-container {
  background: white;
}

#secteur-dactivite .cadre-ombre .wp-block-column:not(:first-child) {
  margin-left: 150px !important;
}

#secteur-dactivite .cadre-ombre .wp-block-columns .wp-block-column {
  text-align: center;
  color: #0000BE;
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#secteur-dactivite .cadre-ombre .wp-block-columns .wp-block-column:after {
  content: ' ';
  background-image: url("http://secno.fr/wp-content/uploads/2020/12/trace.svg");
  position: absolute;
  /* postulat de départ */
  top: 50%;
  left: 50%;
  /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
  /* décalage de 50% de sa propre taille */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#secteur-dactivite .wp-image-27 {
  max-width: 350px;
  max-height: 350px;
  display: block;
  margin: 0 auto;
}

#secteur-dactivite #typerwriter2 span {
  color: #0000BE;
  fill: #0000BE;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@keyframes wordCloud {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#les-associes #header-page {
  background-image: url(https://secno.fr/wp-content/uploads/2021/01/groupe.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 650px;
}

#les-associes .les-associes .wp-block-column:not(:first-child) {
  margin-left: 200px !important;
}

#les-associes .wp-block-gallery ul {
  position: relative;
}

#les-associes .wp-block-gallery ul li.blocks-gallery-item {
  margin: 0px !important;
}

#les-associes .wp-block-gallery ul li.blocks-gallery-item figure {
  box-sizing: border-box;
  border-radius: 26px;
  opacity: 1;
  position: relative;
}

#les-associes .wp-block-gallery ul li.blocks-gallery-item figure img {
  border-radius: 26px;
  position: static;
  z-index: 2;
}

#les-associes .wp-block-gallery ul li.blocks-gallery-item figure:after {
  content: ' ';
  border: 3px solid #0000BE;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 26px;
  z-index: -1;
  transition: all .3s ease;
}

#les-associes .wp-block-gallery ul li.blocks-gallery-item:last-of-type {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease;
}

#les-associes .wp-block-gallery ul li.blocks-gallery-item:last-of-type:hover {
  opacity: 1;
}

#les-associes .wp-block-gallery ul:hover li.blocks-gallery-item:last-of-type {
  opacity: 1;
}

#les-associes .wp-block-gallery ul:hover li.blocks-gallery-item:last-of-type figure:after {
  background: #0000BE;
}

#les-associes .lire-plus {
  color: #0000BE;
  padding: 5px;
  border: solid 1px #0000BE;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: all .1s ease;
}

#les-associes .lire-plus.active {
  color: white;
  padding: 5px;
  border: solid 1px white;
  transition: all .1s ease;
}

#les-associes .lire-plus.active:after {
  content: '-';
  color: #0000BE;
  padding: 5px;
  border: solid 1px #0000BE;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#les-associes .info-associe {
  transform: scaleY(0);
  transition: all .3s ease;
  transform-origin: top;
  height: 0;
}

#les-associes .info-associe .wp-block-group__inner-container {
  padding: 0px;
  padding-top: 20px;
}

#les-associes .info-associe.active {
  transform: scaleY(1);
  height: auto;
}

.footer-info .wp-block-group__inner-container {
  background: #F1F1F1;
  margin-top: -20px;
  color: #0000BE;
  padding: 40px 60px !important;
}

.footer-info .wp-block-group__inner-container .wp-block-columns img {
  height: 89px;
  width: 89px;
}

.footer-info .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-of-type {
  flex-basis: 15%;
  justify-content: flex-end;
  text-align: right;
}

.footer-info .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-of-type(2) {
  flex-basis: 42.5%;
}

.footer-info .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
  flex-basis: 42.5%;
}

#nos-locaux #header-page svg g {
  animation: float 4s ease-in-out infinite;
}

#nos-locaux #header-page svg g g {
  animation: none !important;
}

#nos-locaux #header-page svg g:first-of-type {
  animation: none;
  animation: float-2 5s .1s ease-in-out alternate infinite;
}

#nos-locaux #header-page svg g:last-of-type {
  animation: float 6s .5s ease-in-out  infinite;
}

#nos-locaux #filtres {
  margin-top: 30px;
}

#nos-locaux #filtres .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border: solid 1px #0000BE;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 7px 7px 0 #0000be;
  border-radius: 20px;
  align-items: center;
  flex-wrap: wrap;
}

#nos-locaux #filtres .wp-block-group__inner-container p, #nos-locaux #filtres .wp-block-group__inner-container a {
  text-transform: uppercase;
  padding: 20px;
  margin: 0px;
  transition: all .3s ease;
}

#nos-locaux #filtres .wp-block-group__inner-container p:hover, #nos-locaux #filtres .wp-block-group__inner-container a:hover {
  color: #0000BE;
  cursor: pointer;
}

#nos-locaux .wpmf_gallery_wrap {
  background: transparent;
}

#nos-locaux #nous .wp-block-group__inner-container, #nos-locaux #accueil .wp-block-group__inner-container, #nos-locaux #bien-etre .wp-block-group__inner-container, #nos-locaux #convivialite .wp-block-group__inner-container, #nos-locaux #partage .wp-block-group__inner-container {
  padding: 50px 0px !important;
}

@keyframes float-2 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@media only screen and (max-width: 1600px) {
  .wp-block-group .wp-block-group__inner-container {
    max-width: 1230px;
  }
  .wp-block-columns.colonnes-after .wp-block-column {
    width: 250px !important;
  }
  #secteur-dactivite .cadre-ombre .wp-block-column:not(:first-child) {
    margin-left: 32px !important;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -47%;
    margin-top: 14%;
    height: 1200px;
  }
  #nos-valeurs #valeurs, .bg-degrade {
    max-width: 1230px;
  }
  #nos-valeurs #valeurs .texte1 {
    font-size: 35px;
    line-height: 55px;
  }
  #juridique .bg-light-blue img {
    position: absolute;
    bottom: 0px;
    right: -10%;
    height: 100%;
    /* width: 100%; */
    /* margin-right: 100px; */
    max-width: 41%;
    object-fit: contain;
    object-position: bottom;
  }
  #notre-histoire #header-page img {
    margin-top: -50px;
  }
  #gestion-paie svg#Calque_1, #ressources-humaines svg, #ressources-humaines svg {
    margin-top: 65px;
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 1230px) {
  #header-page .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    padding: 0px;
    margin-top: 80px;
    margin-bottom: 64px;
  }
  #notre-histoire #header-page img {
    margin-top: 0px;
  }
  #nos-valeurs #valeurs {
    max-width: 90%;
  }
  #nos-valeurs #valeurs .texte1 {
    line-height: 45px;
  }
  .bg-degrade {
    background: white;
  }
  .bg-degrade .wp-block-group__inner-container {
    background: transparent linear-gradient(112deg, #0000BE 0%, #4309B9 100%) 0% 0% no-repeat padding-box;
    width: 100% !important;
    padding: 40px 60px !important;
  }
  .wp-block-group .wp-block-group__inner-container {
    max-width: 90%;
    padding: 80px 30px;
  }
  #slider-mobile.wp-block-group .wp-block-group__inner-container {
    max-width: 90%;
    padding: 30px 0px;
  }
  #header-page p {
    padding-right: 0px;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -50%;
    height: 1200px;
  }
  #secteur-dactivite #header-page .wp-block-column:last-of-type h1 {
    font-size: 35px;
  }
  img.wp-image-27 {
    padding: 30px;
    box-sizing: border-box;
  }
  #nos-valeurs #header-page svg {
    left: -50px;
  }
  #reprise-transmission-entreprise .bg-green img {
    margin-right: 40px;
    height: 70%;
  }
  .category-carriere #header-page {
    position: relative;
    height: 50vh;
  }
  .category-carriere #header-page .wp-block-group__inner-container {
    position: static;
    height: 100%;
  }
  #gestion-paie svg#Calque_1, #ressources-humaines svg {
    margin-top: 20%;
    margin-bottom: -30px;
  }
  #reprise-transmission-entreprise svg {
    margin-top: 20%;
  }
  #ressources-humaines .bg-pink img {
    height: 75%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1145px) {
  #gestion-paie svg#Calque_1, #ressources-humaines svg {
    margin-top: 30%;
    margin-bottom: -30px;
  }
  #reprise-transmission-entreprise svg {
    margin-top: 30%;
  }
  h1 {
    font-size: 40px;
  }
  #header-page h1 {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 1010px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .quote {
    font-size: 20px;
    line-height: 30px;
  }
  #header-accueil .wp-block-columns {
    flex-direction: column-reverse;
  }
  #header-accueil .wp-block-columns .wp-block-column:first-of-type {
    display: flex;
    align-items: center;
  }
  #header-accueil .wp-block-columns .wp-block-column:first-of-type svg {
    margin-left: 0px !important;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: none !important;
    max-height: 500px;
    height: auto;
  }
  #header-accueil .wp-block-columns .wp-block-group__inner-container {
    padding: 50px 0 0;
  }
  #header-accueil .wp-block-columns .wp-block-group__inner-container h1 {
    width: 70%;
  }
  #header-page {
    max-height: none;
  }
  #header-page p {
    padding-right: 0px;
    font-size: 18px;
  }
  #header-page .wp-block-columns {
    flex-direction: column-reverse;
  }
  #header-page .wp-block-columns .wp-block-column {
    width: 100%;
  }
  #header-page .wp-block-group__inner-container {
    padding: 0 30px;
  }
  /*
  Index égalité
  */
  .page-id-2735 #header-page svg {
    padding: 0 0 48px;
    max-height: unset !important;
    min-height: unset !important;
    width: 100%;
    height: auto !important;
  }
  .page-id-2735 #header-page .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    margin-bottom: 0;
  }
  main {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header nav {
    padding: 0 10%;
    width: 100%;
    background: white;
    height: 70px;
    position: fixed;
    box-sizing: border-box;
  }
  header nav #navbar-burger {
    display: block;
  }
  header nav #navbar-burger .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  header nav #navbar-burger .hamburger:hover {
    opacity: 0.7;
  }
  header nav #navbar-burger .hamburger.is-active:hover {
    opacity: 0.7;
  }
  header nav #navbar-burger .hamburger.is-active .hamburger-inner,
  header nav #navbar-burger .hamburger.is-active .hamburger-inner::before,
  header nav #navbar-burger .hamburger.is-active .hamburger-inner::after {
    background-color: #0000BE;
  }
  header nav #navbar-burger .hamburger--slider .hamburger-inner {
    top: 2px;
  }
  header nav #navbar-burger .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }
  header nav #navbar-burger .hamburger--slider .hamburger-inner::after {
    top: 20px;
  }
  header nav #navbar-burger .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  header nav #navbar-burger .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  header nav #navbar-burger .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  header nav #navbar-burger .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  header nav #navbar-burger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  header nav #navbar-burger .hamburger-inner, header nav #navbar-burger .hamburger-inner::before, header nav #navbar-burger .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #0000BE;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  header nav #navbar-burger .hamburger-inner::before, header nav #navbar-burger .hamburger-inner::after {
    content: "";
    display: block;
  }
  header nav #navbar-burger .hamburger-inner::before {
    top: -10px;
  }
  header nav #navbar-burger .hamburger-inner::after {
    bottom: -10px;
  }
  header nav #navbar-brand {
    position: relative;
    z-index: 1000;
    width: 100px;
  }
  header nav #navbar-brand img {
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    width: auto;
  }
  header nav #navbar-menu, header nav #navbar-ecommerce {
    display: none;
  }
  header nav #navbar-tel {
    display: block;
  }
  header nav #navbar-tel a {
    background: #0000BE;
    padding: 10px;
  }
  header nav #navbar-mobile {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100vw;
    text-align: center;
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    transition: all .3s ease;
  }
  header nav #navbar-mobile.active {
    display: block;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu {
    display: flex;
    justify-content: center !important;
    flex-direction: column;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    list-style: none;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li li {
    padding: 0px;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li:before {
    display: none;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li a {
    color: #0000BE;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    transition: all .3s ease;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li .sub-menu {
    transform: scaleY(0);
    transition: all .3s ease;
    height: 0;
    transform-origin: top;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-227 a {
    background: #0000BE;
    padding: 10px;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children a {
    position: relative;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children a:after {
    content: ' ';
    background-image: url(https://secno.fr/wp-content/uploads/2021/02/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 18px;
    width: 18px;
    transform: translate(-50%, -50%);
    right: -40px;
    transition: all .3s ease;
    transform-origin: center center;
    font-size: 30px;
    top: 10px;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children.is-active a:after {
    transform: rotate(90deg);
    top: 5px;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children.is-active .sub-menu {
    transform: scaleY(1);
    display: block;
    height: 100%;
    transition: all .3s ease;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children.is-active .sub-menu li {
    padding: 0px;
    transition: all .3s ease;
    padding-bottom: 10px;
    letter-spacing: 0px;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children.is-active .sub-menu li a {
    letter-spacing: 0px;
    text-transform: none;
    line-height: normal;
    color: #5e6062;
  }
  header nav #navbar-mobile .menu-menu-principal-container #primary-menu li.menu-item-has-children.is-active .sub-menu li a:after {
    display: none;
  }
  .accueil-obligation .quote {
    padding: 0 20px;
  }
  .accueil-obligation .wp-block-group__inner-container .wp-block-column p {
    width: 70%;
    padding: 0 20px;
  }
  .accueil-obligation .wp-block-group__inner-container .wp-block-column:not(:first-child) {
    margin-top: 0px;
  }
  #secno #slider-expertise {
    display: none;
  }
  #secno #slider-mobile {
    display: block;
  }
  .wp-block-group .wp-block-columns:not(:has(.intitule)) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
  }
  .wp-block-group .wp-block-columns:not(:has(.intitule)) .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0px !important;
  }
  .wp-block-group .wp-block-columns:not(:has(.intitule)) .wp-block-column:last-of-type {
    margin-top: 30px;
  }
  #expertise-comptable .bg-cyan .wp-block-group__inner-container img, .wp-image-414, .wp-image-367, .wp-image-376 {
    display: none !important;
  }
  footer .footer-info .wp-block-columns .wp-block-column:first-of-type, footer .footer-info .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 50% !important;
    justify-content: center;
    align-items: center;
    text-align: left !important;
  }
  #secteur-dactivite .cadre-ombre .wp-block-columns .wp-block-column {
    flex-basis: 45% !important;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -10%;
    margin-top: -50px;
  }
  #secteur-dactivite #header-page {
    max-height: 750px;
  }
  #notre-histoire #header-page img {
    margin-top: -200px;
  }
  #notre-histoire #histoire .wp-block-group__inner-container {
    padding-left: 100px;
  }
  #nos-valeurs #header-page .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    padding-left: 300px;
    box-sizing: border-box;
  }
  #nos-valeurs #header-page svg {
    left: -140px;
  }
  .accueil-obligation .wp-block-group__inner-container .wp-block-column:not(:first-child) {
    margin-left: 0px !important;
    width: 50%;
  }
  .accueil-obligation .wp-block-group__inner-container .wp-block-column:not(:first-child) p {
    width: 50%;
  }
  #header-accueil .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 60%;
    padding-bottom: 20px;
  }
  #juridique .cadre-ombre.reverse .wp-block-group__inner-container .wp-block-columns .wp-block-column:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wp-block-columns.colonnes-after .wp-block-column {
    height: auto !important;
  }
  .bg-degrade {
    background: white;
  }
  .bg-degrade .wp-block-group__inner-container {
    background: transparent linear-gradient(112deg, #0000BE 0%, #4309B9 100%) 0% 0% no-repeat padding-box;
    width: 100% !important;
    padding: 40px 60px !important;
  }
  .cadre-ombre img.wp-image-83 {
    width: 80px;
  }
  #les-associes .les-associes .wp-block-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #les-associes .les-associes .wp-block-columns .wp-block-column {
    width: 70%;
    margin-left: 0px !important;
    margin: 0 auto !important;
  }
  #les-associes .les-associes .wp-block-columns .wp-block-column:first-child {
    padding-bottom: 40px;
  }
  .category-carriere #header-page {
    position: relative;
    height: 50vh;
    min-height: 600px;
  }
  .category-carriere #header-page h1 {
    text-align: center;
  }
  .category-carriere #header-page .wp-block-group__inner-container .wp-block-columns {
    height: auto;
  }
  .category-carriere #header-page svg {
    position: absolute;
    left: 17%;
    width: 62%;
    height: 49vh;
    bottom: -105px;
    min-height: 530px;
  }
  .category-carriere #actualites section article .wp-block-column:not(:first-child) {
    margin-right: 60px;
  }
  #nos-locaux svg#nons_locaux {
    max-height: 400px;
  }
  #gestion-paie svg#Calque_1, #ressources-humaines svg, #reprise-transmission-entreprise svg {
    margin-top: 0%;
    margin-bottom: -30px;
  }
  #reprise-transmission-entreprise .bg-green img {
    display: none !important;
  }
  #header-single {
    background-image: none;
  }
}

@media only screen and (max-width: 900px) {
  .wp-block-image .alignleft {
    float: none !important;
    width: 50%;
    display: block;
    margin: 0 auto !important;
  }
  img.wp-image-290 {
    width: 50%;
    display: block;
    margin: 0 auto !important;
  }
  .bg-degrade .text-large {
    font-size: 25px;
    line-height: 30px;
  }
  #nos-valeurs #header-page .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    padding-left: 0px;
    box-sizing: border-box;
  }
  #nos-valeurs #header-page svg {
    display: none !important;
  }
  img.wp-image-27 {
    width: 50%;
    box-sizing: border-box;
  }
  #header-page p {
    line-height: 24px;
  }
  #header-page svg {
    height: 60vh !important;
    display: block !important;
    margin: 0 auto;
    max-height: 500px !important;
    min-height: 350px !important;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -25%;
    /* margin-top: -50px; */
    /* margin: 0 auto!important; */
    width: 155%;
    object-fit: cover;
    height: 111vh !important;
    max-height: none !important;
    object-position: center;
  }
  #expertise-comptable #header-page svg {
    margin-bottom: -85px !important;
  }
  .cadre-ombre .wp-block-group__inner-container:after {
    left: 10px !important;
    top: 10px !important;
  }
  #ressources-humaines #header-page svg {
    width: auto;
  }
  #nos-locaux svg#nons_locaux {
    max-height: 350px !important;
  }
  .category-carriere #header-page svg {
    bottom: -80px;
  }
}

@media only screen and (max-width: 781px) {
  .bg-degrade.wp-block-group .wp-block-group__inner-container {
    width: 80% !important;
  }
  .bg-degrade .text-large {
    width: 100%;
  }
  #notre-histoire #header-page img {
    display: none !important;
  }
  .cadre-ombre .wp-block-columns .wp-block-column:after {
    width: 200px !important;
    height: 200px !important;
  }
  #secteur-dactivite #header-page {
    min-height: 340px !important;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -30% !important;
    margin-top: -65px !important;
  }
  #header-page svg {
    height: 50vh;
    display: block;
    margin: 0 auto;
  }
  #gform_wrapper_1 {
    display: none;
  }
  #header-accueil .wp-block-group__inner-container h1 {
    width: 80%;
  }
  h1 {
    font-size: 35px !important;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .quote {
    font-size: 18px;
    line-height: 25px;
  }
  .wp-block-columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0px !important;
  }
  .wp-block-columns .wp-block-column:last-of-type {
    margin-top: 30px;
  }
  .bg-cyan .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
  .wp-block-group .wp-block-group__inner-container {
    max-width: 95%;
    padding: 50px 10px;
  }
  .cadre-ombre .wp-block-group__inner-container {
    max-width: 90%;
  }
  #header-accueil #gform_wrapper_1 #field_1_3 {
    flex-wrap: wrap;
  }
  #header-accueil #gform_wrapper_1 #field_1_3 select {
    margin-top: 15px;
  }
  .wp-block-columns {
    display: flex;
    justify-content: center;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0px !important;
  }
  .wp-block-columns .wp-block-column:last-of-type {
    margin-top: 30px;
  }
  footer .wp-block-group__inner-container {
    padding: 30px 0px !important;
    width: 80% !important;
  }
  footer .wp-block-group__inner-container .wp-block-column:last-of-type {
    margin-bottom: 30px !important;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -35%;
    margin-top: -50px;
  }
  #secteur-dactivite #header-page {
    max-height: 850px;
  }
  #secteur-dactivite .cadre-ombre .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding: 20px 10px;
  }
  #notre-histoire #header-page img {
    margin-top: -50px;
  }
  #notre-histoire h2:before {
    height: 40px !important;
    width: 40px !important;
    left: -50px !important;
  }
  #nos-valeurs #valeurs .wp-block-group__inner-container {
    background-image: none;
  }
  #nos-valeurs #valeurs .wp-block-group__inner-container .texte1, #nos-valeurs #valeurs .wp-block-group__inner-container .texte2 {
    width: 100%;
    text-align: center;
  }
  #notre-histoire #histoire .wp-block-group__inner-container {
    padding-left: 12% !important;
    box-sizing: border-box;
  }
  #nos-valeurs #valeurs {
    width: 80%;
  }
  #header-accueil form #gform_fields_1 {
    flex-wrap: wrap;
  }
  #header-accueil #gform_wrapper_1 .gform_footer {
    padding: 0px;
    margin-left: 50px;
  }
  #contact-form {
    padding-top: 50px;
  }
  #slider-mobile .wp-block-group__inner-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 30px 0 !important;
  }
  #contact-form form .field.field-50, #contact-form form .field-checkboxe, #contact-form form .field-checkboxe .wpcf7-form-control-wrap.checkbox-222 {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-left: 0px;
  }
  #contact-form .info-secno {
    padding-left: 0%;
  }
  .mission-li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mission-li li {
    flex-basis: 100% !important;
  }
  .mission-li li:nth-last-of-type(2) {
    border-bottom: none !important;
  }
  .cadre-ombre img.wp-image-83 {
    width: 50px;
  }
  .wp-block-button.is-style-outline {
    width: 80%;
    display: block !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  .wp-block-button.is-style-outline .wp-block-button__link {
    width: 100% !important;
    box-sizing: border-box;
  }
  footer .footer-info .wp-block-columns .wp-block-column:first-of-type, footer .footer-info .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 100% !important;
  }
  .category-carriere #actualites section article .wp-block-column:not(:first-child) {
    margin: 20px 0px !important;
  }
}

@media only screen and (max-width: 580px) {
  #les-associes .les-associes .wp-block-columns .wp-block-column {
    width: 80%;
    margin-left: 0px !important;
    margin: 0 auto !important;
  }
  #header-page svg {
    height: 40vh;
    display: block;
    margin: 0 auto;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .wp-block-group .wp-block-group__inner-container {
    padding: 30px 20px !important;
    width: 90% !important;
    margin: 0 auto;
  }
  #secteur-dactivite #header-page svg {
    margin-left: -45%;
    margin-top: -20px;
  }
  #header-page .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    margin-top: 32px;
  }
  #notre-histoire #header-page .wp-block-column:last-of-type {
    margin-top: 0px;
  }
  #header-page .wp-block-group__inner-container {
    padding-bottom: 0px !important;
  }
  #nos-valeurs #valeurs {
    max-width: 95% !important;
    width: 95%;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0px !important;
  }
  .page-id-2735 .wp-block-columns:has(.intitule):before {
    content: none;
  }
  .page-id-2735 .wp-block-columns:has(.intitule) {
    padding-left: 0;
    flex-direction: column-reverse;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    gap: 16px;
  }
  .page-id-2735 .intitule strong {
    font-size: 18px;
  }
  .page-id-2735 .pourcentage {
    font-size: 30px;
  }
  .page-id-2735 .wp-block-columns:has(.intitule) .wp-block-column:last-child {
    flex-basis: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */