@charset "UTF-8";

@font-face {
  font-family: "GothamHTF-Book";
  src: url("fonts/GothamHTF-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamHTF-Medium";
  src: url("fonts/GothamHTF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamHTF-Bold";
  src: url("fonts/GothamHTF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: rgba(36, 36, 36, .8);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

body.is-menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

p {
  margin: 0;
  color: rgba(36, 36, 36, .8);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

h1,
.h1 {
  margin: 0 0 40px;
  color: #fff;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 70px;
}

h1 span,
.h1 span {
  position: relative;
}

h1 span::before,
.h1 span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, .8);
}

h2,
.h2 {
  margin: 0 0 40px;
  color: #242424;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
}

h2 .prespan,
.h2 .prespan {
  display: block;
  margin-bottom: 8px;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 22px;
  opacity: .6;
  text-transform: uppercase;
}

h3,
.h3 {
  margin: 0 0 10px;
  color: #242424;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

ul {
  margin: 0;
  padding-left: 19px;
}

li {
  margin-bottom: 5px;
}

.ct-grand,
.ct,
.ct-petit {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.ct-grand {
  width: 1500px;
}

.ct {
  width: 1200px;
}

.ct-petit {
  width: 960px;
}

.clear {
  clear: both;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7000;
  transition: background .25s ease, box-shadow .25s ease;
}

.bot-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 115px;
  padding: 25px 15px 25px 35px;
}

.header-logo {
  display: block;
  width: 175px;
  height: 57px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.logo-color {
  display: none;
}

.logo-white {
  display: block;
}

.header-menu {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 9px;
}

.nav-button {
  display: none;
  width: 46px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-button span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.tel-form-header {
  display: block;
  min-width: 184px;
  padding: 13px 20px;
  background: #94c11f;
  color: rgba(255, 255, 255, .9);
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  transition: background .25s ease, color .25s ease;
}

.tel-form-header:hover {
  background: transparent;
  color: #fff;
}

body.scrl .site-header,
body:not(.at-top) .site-header {
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, .08);
}

body.scrl .bot-bar,
body:not(.at-top) .bot-bar {
  min-height: 95px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.scrl .header-menu,
body:not(.at-top) .header-menu {
  margin-top: 6px;
}

body.scrl .logo-white,
body:not(.at-top) .logo-white {
  display: none;
}

body.scrl .logo-color,
body:not(.at-top) .logo-color {
  display: block;
}

body.scrl .nav-button span,
body:not(.at-top) .nav-button span {
  background: #021930;
}

.bandeau-slider {
  position: relative;
  margin-bottom: 90px;
}

.bandeau-slider-home {
  height: 100vh;
  min-height: 770px;
  overflow: hidden;
}

.swiper-background {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
}

.bandeau-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background: #021930;
  opacity: .7;
}

.bandeau-caption {
  position: absolute;
  top: 25vh;
  right: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}

.bloc-intro {
  position: relative;
  width: 1400px;
  max-width: calc(100% - 70px);
  margin: 0 auto;
}

.bloc-intro .texte-desc {
  width: 570px;
  max-width: 100%;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.bloc-intro-right {
  position: absolute;
  top: 95px;
  right: 0;
  width: 300px;
  text-align: right;
}

.logo-sytria-formation {
  width: 300px;
  max-width: 100%;
  margin-bottom: 30px;
}

.intro-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "GothamHTF-Bold", "Nunito", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 45px;
  text-transform: uppercase;
}

.intro-btn::before {
  content: "→";
  position: absolute;
  top: -1px;
  left: -40px;
  font-size: 22px;
  line-height: 45px;
}

.intro-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #94c11f;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform .35s ease;
}

.intro-btn:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.bandeau-scroll {
  position: absolute;
  bottom: 160px;
  left: calc((100% - 1150px) / 2);
  z-index: 6;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transform-origin: center;
  transition: transform .2s ease;
}

.bandeau-scroll::before {
  content: "↓";
  color: #242424;
  font-size: 34px;
  line-height: 1;
}

.bandeau-scroll:hover {
  transform: scale(1.1);
}

.conteneur-contenu-bloc {
  margin-bottom: 140px;
}

.nomargin {
  margin-bottom: 0 !important;
}

.conteneur-bloc-img-txt .ct-grand,
.double-col-grand {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 55px 0;
  justify-content: space-between;
}

.txt-img-center .ct-grand {
  align-items: center;
}

.contenu-mixte-image-g,
.contenu-mixte-image-d {
  width: 640px;
  overflow: hidden;
  border-radius: 10px;
}

.photo-colonne img {
  width: 100%;
  height: auto;
}

.contenu-mixte-texte-g {
  width: 490px;
  margin-top: 40px;
  margin-left: 160px;
}

.contenu-mixte-texte-d {
  width: 490px;
  margin-top: 40px;
  margin-right: 160px;
}

.txt-img-center .contenu-mixte-texte-d {
  margin-top: 0;
}

.contenu-mixte-texte-g h2,
.contenu-mixte-texte-d h2 {
  margin-bottom: 40px;
}

.contenu-mixte-texte-g p,
.contenu-mixte-texte-d p {
  line-height: 26px;
}

.atouts {
  margin-top: 40px;
}

.atouts-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.atout {
  position: relative;
  width: 46%;
  margin-bottom: 15px;
  color: #242424;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}

.atout::before {
  content: "✓";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  border-radius: 50%;
  background: #eff3e5;
  color: #94c11f;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #94c11f;
  border-radius: 10px;
  margin-top: 20px;
  background: #94c11f;
  color: #fff;
  cursor: pointer;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.btn-fleche::before {
  content: "→";
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 9px;
}

.btn:hover {
  background: transparent;
  color: #94c11f;
}

.back-blue {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 130px 0;
  overflow: hidden;
  background: #021930;
  color: rgba(255, 255, 255, .8);
}

.back-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 32vw;
  background-image: url("images/formation/backWaves.svg");
  background-position: center 5vw;
  background-repeat: no-repeat;
  background-size: 105%;
  opacity: .05;
  pointer-events: none;
}

.back-blue-first {
  padding-bottom: 0 !important;
}

.back-blue-first::after {
  display: none;
}

.sans-vague {
  padding-top: 0;
  padding-bottom: 0;
}

.back-blue-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 0;
  background: #021930;
  color: rgba(255, 255, 255, .8);
}

.back-blue-block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 32vw;
  background-image: url("images/formation/backWaves.svg");
  background-position: center 5vw;
  background-repeat: no-repeat;
  background-size: 105%;
  opacity: .05;
  pointer-events: none;
}

.back-blue-block > .back-blue {
  overflow: visible;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}

.back-blue-block > .back-blue::after {
  display: none;
}

.back-blue-block .sans-vague {
  padding-top: 0;
  padding-bottom: 0;
}

.back-blue-block .margin-bott-form {
  padding-top: 130px;
  padding-bottom: 0 !important;
}

.back-blue h2,
.back-blue h3,
.back-blue .h2 {
  color: #fff;
}

.back-blue h2 .prespan,
.back-blue .h2 .prespan {
  color: rgba(255, 255, 255, .6);
  opacity: 1;
}

.back-blue p,
.back-blue li {
  color: rgba(255, 255, 255, .8);
}

.div-center,
.div-center h2 {
  text-align: center;
}

.div-center p {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 26px;
  text-align: center;
}

.prespan-line {
  display: flex !important;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
  margin-top: 70px;
  color: #fff !important;
}

.prespan-line::before,
.prespan-line::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #fff;
}

.secteurs-ct {
  display: flex;
  width: 1050px;
  max-width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  row-gap: 24px;
  margin: 70px auto 0;
  text-align: center;
}

.back-blue-block .secteurs-ct {
  margin-top: 70px;
}

.secteur {
  width: 210px;
  margin-bottom: 40px;
}

.secteur span {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}

.secteur span.chiffre-clefs {
  color: #fff;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
}

.secteur-img {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  opacity: .8;
  text-align: center;
}

.secteur-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.margin-bott-form {
  padding-top: 0;
}

.bloc-gris-plus {
  position: relative;
  display: block;
  width: 100%;
  padding: 75px;
  border-radius: 10px;
  background: #f8f8f8;
}

.bloc-gris-plus-lgd {
  position: absolute;
  top: 45px;
  right: 50px;
  color: rgba(36, 36, 36, .08);
  font-family: "GothamHTF-Bold", "Nunito", Arial, sans-serif;
  font-size: 70px;
  letter-spacing: 2px;
  line-height: 50px;
}

.qualiopi-actions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 0;
}

.logo-data {
  width: 160px;
  margin-right: 10px;
  margin-top: 50px;
}

.secteurs-ct--numbers {
  justify-content: center;
}

.secteur.num-form {
  width: 390px;
  margin-bottom: 100px;
  text-align: left;
}

.num-form h2 {
  width: 390px;
  margin-bottom: 0;
  text-align: left;
}

.num-form span {
  color: #fff;
}

.num-form p {
  margin-top: 0;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.references-block {
  min-height: 600px;
}

.references-grid {
  display: grid;
  width: min(720px, 100%);
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin: 62px auto 0;
}

.reference-card {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  padding: 23px;
  border-radius: 5px;
  background: #f8f8f8;
}

.reference-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalogue-intro .back-blue {
  padding-bottom: 0;
}

.catalogue-examples {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: #021930;
  color: #fff;
}

.catalogue-examples .ct-grand {
  align-items: flex-start;
  padding-bottom: 0;
}

.catalogue-examples .contenu-mixte-image-g {
  margin-top: 0;
}

.catalogue-examples h2,
.catalogue-examples h3,
.catalogue-examples li {
  color: #fff;
}

.metiers-ct {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  justify-content: space-between;
}

.metier {
  display: block;
  width: 238px;
  margin-bottom: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #1c3045;
}

.metier h3 {
  min-height: 54px;
  color: #fff;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.metier li {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}

.metier ul {
  margin: 0 0 20px 20px;
  padding: 0;
}

.catalogue-button .back-blue {
  padding: 0 0 80px;
}

.catalogue-button .back-blue::after {
  display: none;
}

.catalogue-button {
  margin-bottom: 90px;
}

.over-double,
.texte-double {
  width: 1070px;
  max-width: calc(100% - 70px);
  margin-right: auto;
  margin-left: auto;
}

.over-double {
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}

.over-double h2 {
  margin-bottom: 0;
}

.over-double .ct-grand {
  max-width: 100%;
}

.texte-double .ct-grand {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 100%;
}

.contenu-texte-2col-g,
.contenu-texte-2col-d {
  width: 470px;
}

.texte-double p {
  line-height: 26px;
  text-align: justify;
}

.texte-double h3 {
  margin-bottom: 10px;
  line-height: 25px;
}

.contact-home {
  padding-top: 0;
  margin-bottom: 0;
}

.formulaire {
  width: 100%;
}

.formulaire-double {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.formulaire-row {
  position: relative;
  margin-bottom: 25px;
}

.formulaire-double .formulaire-row {
  width: 45%;
}

.formulaire-row label,
.formulaire-checks label {
  display: block;
  margin-bottom: 8px;
  color: rgba(36, 36, 36, .7);
  font-family: "GothamHTF-Book", "Nunito", Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}

.formulaire input[type="text"],
.formulaire input[type="tel"],
.formulaire input[type="email"],
.formulaire textarea {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: 0;
  background: #fff;
  color: rgba(36, 36, 36, .8);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 17px;
  line-height: 26px;
  transition: border-color .2s ease, background .2s ease;
}

.formulaire textarea {
  height: 120px;
  min-height: 120px;
  padding: 10px;
  line-height: 20px;
  resize: vertical;
}

.formulaire-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.formulaire input:focus,
.formulaire textarea:focus {
  border-color: #777;
  background: #fff;
}

.formulaire-checks {
  margin-top: 40px;
  text-align: center;
}

.formulaire-checks > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 10px;
}

.formulaire-checks input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #94c11f;
}

.formulaire-checks label {
  margin: 0;
  color: #979797;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}

.formulaire-checks a {
  color: #000;
  text-decoration: underline;
}

.formulaire-send {
  margin-top: 35px;
  text-align: center;
}

.btn-valider {
  min-width: 140px;
}

.btn-valider:disabled {
  cursor: wait;
  opacity: .7;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.form-status.is-success {
  color: #0a7287;
}

.form-status.is-error {
  color: #cc5246;
}

.picto-foot {
  height: 1px;
}

.btn-scrl {
  position: fixed;
  right: 28px;
  bottom: 32px;
  z-index: 6900;
  display: flex;
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #021930;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.btn-scrl::before {
  content: "⌃";
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

body.btn-scrl-up .btn-scrl {
  opacity: 1;
  pointer-events: auto;
}

.btn-scrl:hover {
  transform: translateY(-3px);
}

footer {
  width: 100%;
  padding: 50px 0;
  background: #f8f8f8;
}

.footer-left {
  float: left;
  width: 200px;
}

.footer-logo {
  display: inline-block;
  width: 180px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100%;
}

.footer-right {
  display: flex;
  float: right;
  width: 700px;
  flex-direction: row;
  justify-content: space-between;
}

.footer-col {
  width: 270px;
}

.footer-col-titre {
  display: block;
  margin-bottom: 10px;
  font-family: "GothamHTF-Medium", "Nunito", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  opacity: .6;
  text-transform: uppercase;
}

.footer-col p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 23px;
}

.footer-tel {
  color: #242424;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer-tel::before {
  content: "☎";
  margin-right: 10px;
  font-size: 12px;
}

#crosslink {
  padding: 15px 20px;
  background: #fff;
  color: rgba(36, 36, 36, .8);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

#crosslink a,
#crosslink button {
  border: 0;
  background: transparent;
  color: rgba(36, 36, 36, .8);
  cursor: pointer;
  font: inherit;
  padding: 0;
}

#crosslink a:hover,
#crosslink button:hover {
  color: #94c11f;
}

.cookie-banner {
  position: fixed;
  z-index: 10000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  max-width: 980px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .18);
  color: #021930;
}

.cookie-banner[hidden],
.cookie-overlay[hidden] {
  display: none;
}

.cookie-banner h2,
.cookie-modal h2 {
  margin: 0 0 8px;
  color: #021930;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.cookie-banner p,
.cookie-modal p {
  margin: 0;
  color: #021930;
  font-size: 13px;
  line-height: 18px;
}

.cookie-banner__actions {
  display: grid;
  min-width: 220px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-banner button,
.cookie-modal button {
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #0a7287;
  border-radius: 6px;
  background: #0a7287;
  color: #fff;
  cursor: pointer;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.cookie-banner .cookie-accept {
  grid-column: 2;
}

.cookie-banner .cookie-refuse,
.cookie-banner .cookie-customize,
.cookie-modal .cookie-modal__close {
  background: #fff;
  color: #0a7287;
}

.cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 25, 48, .48);
}

.cookie-modal {
  width: min(560px, 100%);
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.cookie-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cookie-modal .cookie-modal__close {
  min-width: 38px;
  padding: 4px 10px;
  font-size: 24px;
  line-height: 28px;
}

.cookie-choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 18px 0;
  color: #021930;
  font-size: 13px;
  line-height: 18px;
}

.cookie-choice input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0a7287;
}

.cookie-choice strong {
  display: block;
  margin-bottom: 2px;
  color: #021930;
}

.cookie-choice--disabled {
  opacity: .7;
}

.simple-page {
  background: #fff;
}

.simple-page .header {
  position: relative;
  z-index: 20;
  display: flex;
  width: 280px;
  min-height: 127px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-radius: 0 0 35px 35px;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.brand {
  display: block;
  width: 100%;
}

.brand img {
  width: 100%;
}

.burger {
  display: none;
  width: 44px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  border-radius: 999px;
  background: #021930;
}

.simple-page .header,
.simple-page .site-header {
  position: relative;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, .08);
}

.simple-page .header {
  top: auto;
  left: auto;
  margin: 0 auto;
  transform: none;
}

.simple-main {
  width: min(1127px, calc(100% - 80px));
  min-height: 920px;
  margin: 0 auto;
  padding: 110px 0 130px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 42px;
  color: #a6a6a6;
  font-size: 13px;
}

.breadcrumb a {
  color: #a6a6a6;
}

.breadcrumb a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 13px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #a6a6a6;
  vertical-align: -1px;
}

.legal-content {
  color: #021930;
  font-size: 13px;
  line-height: 1.35;
}

.legal-content h1,
.legal-content h2 {
  margin: 0 0 24px;
  color: #021930;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}

.legal-content h1 {
  margin-bottom: 26px;
}

.legal-content h3 {
  margin: 0 0 18px;
  color: #7f8b96;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
}

.legal-content p {
  margin: 0 0 28px;
  color: #021930;
  font-size: 13px;
  line-height: 1.35;
}

.legal-content a {
  text-decoration: underline;
}

.legal-content h2:not(:first-child) {
  margin-top: 66px;
}

.mentions-grid {
  display: grid;
  max-width: 520px;
  grid-template-columns: 1fr;
}

.mentions-grid p {
  margin-bottom: 22px;
}

.contact-lines {
  font-size: 18px !important;
  line-height: 1.15 !important;
}

.legal-content .center-link {
  text-align: center;
}

.legal-content--mentions h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer {
  display: flex;
  width: min(800px, 90%);
  justify-content: space-between;
  margin: 20px auto 40px;
}

.footer__brand {
  width: 230px;
  margin-right: 20px;
}

.footer__brand img {
  width: 100%;
}

.footer__addresses {
  display: flex;
  column-gap: 25px;
  text-align: left;
}

address {
  margin: 0;
  color: #021930;
  font-style: normal;
}

address strong {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 16px;
}

address span {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

.legal {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-bottom: 10px;
  color: #212121;
  font-size: 16px;
}

.legal a,
.legal button {
  border: 0;
  background: transparent;
  color: #212121;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.legal a:hover,
.legal button:hover {
  color: rgba(33, 33, 33, .71);
}

/* Apparitions calées sur les animations ScrollReveal du site de référence. */
.reveal-ready :is(
  .bandeau-scroll,
  .contenu-mixte-image-g,
  .contenu-mixte-image-d,
  .contenu-mixte-texte-g,
  .contenu-mixte-texte-d,
  .div-center,
  .secteur,
  .over-double,
  .contenu-texte-2col-g,
  .contenu-texte-2col-d,
  .picto-foot
) {
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 1.5s cubic-bezier(.5, 0, 0, 1) var(--reveal-delay, .1s),
    transform 1.5s cubic-bezier(.5, 0, 0, 1) var(--reveal-delay, .1s);
  will-change: opacity, transform;
}

.reveal-ready :is(
  .contenu-mixte-image-g,
  .contenu-mixte-image-d,
  .div-center,
  .contenu-texte-2col-g,
  .contenu-texte-2col-d
) {
  transform: translate3d(0, 60px, 0);
}

.reveal-ready :is(
  .bandeau-scroll,
  .contenu-mixte-image-g,
  .contenu-mixte-image-d,
  .contenu-mixte-texte-g,
  .contenu-mixte-texte-d,
  .div-center,
  .secteur,
  .over-double,
  .contenu-texte-2col-g,
  .contenu-texte-2col-d,
  .picto-foot
).is-revealed {
  visibility: visible;
  opacity: 1;
  transform: none;
  will-change: auto;
}

.reveal-ready :is(.contenu-mixte-texte-g, .contenu-mixte-texte-d, .contenu-texte-2col-d) {
  --reveal-delay: .4s;
}

.reveal-ready .picto-foot {
  --reveal-delay: .7s;
}

@media (min-width: 1030px) {
  .reveal-ready .secteurs-ct:not(.secteurs-ct--numbers) .secteur:nth-child(2) {
    --reveal-delay: .4s;
  }

  .reveal-ready .secteurs-ct:not(.secteurs-ct--numbers) .secteur:nth-child(3) {
    --reveal-delay: .7s;
  }

  .reveal-ready .secteurs-ct:not(.secteurs-ct--numbers) .secteur:nth-child(n + 4),
  .reveal-ready .secteurs-ct--numbers .secteur {
    --reveal-delay: 1s;
  }
}

@media (max-width: 1700px) {
  .bandeau-slider {
    margin-bottom: 70px;
  }

  .bandeau-scroll {
    bottom: 160px;
  }

  .conteneur-contenu-bloc {
    margin-bottom: 110px;
  }
}

@media (max-width: 1500px) {
  .bandeau-slider {
    margin-bottom: 50px;
  }

  .bloc-intro {
    width: 1150px;
  }

  h1,
  .h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 55px;
  }

  .bloc-intro-right {
    top: 70px;
    width: 300px;
  }

  .ct-grand {
    width: 1200px;
  }

  .ct {
    width: 1000px;
  }

  .contenu-mixte-image-g,
  .contenu-mixte-image-d {
    width: 530px;
  }

  .contenu-mixte-texte-d {
    width: 430px;
    margin-top: 30px;
    margin-right: 100px;
  }

  .contenu-mixte-texte-g {
    width: 450px;
    margin-top: 30px;
    margin-left: 100px;
  }

  .conteneur-contenu-bloc {
    margin-bottom: 90px;
  }

  .back-blue {
    padding: 100px 0;
  }

  .back-blue-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .back-blue-block .margin-bott-form {
    padding-top: 100px;
  }

  .secteurs-ct,
  .back-blue-block .secteurs-ct {
    width: 950px;
    margin-top: 60px;
  }

  .atouts {
    margin-top: 35px;
  }

  .atout {
    font-size: 16px;
    line-height: 18px;
  }

  .atout::before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 1px;
  }

  .secteur {
    width: 180px;
  }

  .secteur span {
    font-size: 15px;
    line-height: 22px;
  }

  .secteur-img {
    height: 50px;
  }

  .bloc-gris-plus {
    padding: 50px;
  }

  .bloc-gris-plus-lgd {
    top: 25px;
    right: 25px;
    font-size: 55px;
    line-height: 40px;
  }

  .metier {
    width: 210px;
    padding: 13px;
  }

  .catalogue-examples {
    padding: 100px 0;
  }

  .over-double,
  .texte-double {
    width: 1000px;
  }

  .texte-double .ct-grand {
    gap: 60px;
  }

  .contenu-texte-2col-g,
  .contenu-texte-2col-d {
    width: 470px;
  }
}

@media (max-width: 1030px) {
  .bandeau-slider {
    margin-bottom: 45px;
  }

  .nav-button {
    display: block;
  }

  .tel-form-header {
    min-width: 170px;
  }

  .bandeau-slider-home {
    height: 560px;
    min-height: 560px;
  }

  .bandeau-caption {
    top: 100px;
  }

  .bloc-intro {
    width: 670px;
  }

  .bloc-intro .texte-desc {
    width: 350px;
    font-size: 15px;
    line-height: 25px;
  }

  .bloc-intro-right {
    right: 0;
    bottom: -20px;
    top: auto;
    width: 100%;
  }

  .logo-sytria-formation {
    width: 230px;
    margin-left: auto;
  }

  .bandeau-scroll {
    bottom: 30px;
    left: calc((100% - 670px) / 2);
    width: 60px;
    height: 60px;
  }

  .ct-grand,
  .ct,
  .ct-petit {
    width: 700px;
    max-width: calc(100% - 60px);
  }

  .contenu-mixte-image-g,
  .contenu-mixte-image-d {
    width: 320px;
  }

  .contenu-mixte-texte-g,
  .contenu-mixte-texte-d {
    width: 325px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }

  h1,
  .h1 {
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 45px;
  }

  h2,
  .h2 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 27px;
  }

  h2 .prespan,
  .h2 .prespan {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
  }

  body,
  p,
  li {
    font-size: 15px;
    line-height: 22px;
  }

  .conteneur-contenu-bloc {
    margin-bottom: 60px;
  }

  .back-blue {
    padding: 65px 0;
  }

  .back-blue-block {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .back-blue-block .margin-bott-form {
    padding-top: 65px;
  }

  .back-blue-block .secteurs-ct {
    margin-top: 50px;
  }

  .bloc-gris-plus {
    padding: 30px;
  }

  .bloc-gris-plus-lgd {
    top: 12px;
    right: 15px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  .secteur {
    width: 135px;
    margin-bottom: 30px;
  }

  .secteur span {
    font-size: 13px;
    line-height: 20px;
  }

  .secteur-img {
    height: 45px;
  }

  .footer-left,
  .footer-logo {
    width: 135px;
  }

  .footer-right {
    width: 510px;
  }

  .over-double,
  .texte-double {
    width: 700px;
    max-width: calc(100% - 60px);
  }

  .texte-double .ct-grand {
    gap: 50px;
    max-width: 100%;
  }

  .contenu-texte-2col-g,
  .contenu-texte-2col-d {
    width: calc((100% - 50px) / 2);
  }

  .catalogue-examples {
    padding: 65px 0;
  }
}

@media (max-width: 720px) {
  .site-header,
  body.scrl .site-header,
  body:not(.at-top) .site-header {
    background: #021930;
    box-shadow: none;
  }

  .bandeau-slider {
    margin-bottom: 25px;
  }

  .bot-bar {
    position: relative;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-height: 42px;
    padding: 0 20px;
  }

  body.scrl .bot-bar,
  body:not(.at-top) .bot-bar {
    min-height: 42px;
    padding: 0 20px;
  }

  .header-logo {
    position: absolute;
    top: 8px;
    left: 50px;
    width: 80px;
    height: auto;
    transform: none;
  }

  body.scrl .logo-color,
  body:not(.at-top) .logo-color,
  .logo-color {
    display: none;
  }

  body.scrl .logo-white,
  body:not(.at-top) .logo-white,
  .logo-white {
    display: block;
  }

  .header-menu {
    align-items: center;
    gap: 12px;
    margin-top: 0;
  }

  .tel-form-header {
    display: none;
  }

  .nav-button {
    position: absolute;
    top: 7px;
    left: 20px;
    display: block;
    width: 30px;
    height: 28px;
  }

  .nav-button span,
  body.scrl .nav-button span,
  body:not(.at-top) .nav-button span {
    width: 21px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
  }

  .bandeau-slider-home {
    height: 450px;
    min-height: 450px;
    margin-top: 42px;
  }

  .bandeau-caption {
    top: 33px;
  }

  .bloc-intro,
  .ct-grand,
  .ct-petit,
  .ct {
    width: 320px;
    max-width: calc(100% - 40px);
  }

  h1,
  .h1 {
    font-size: 20px;
    line-height: 29px;
  }

  .bloc-intro .texte-desc {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .bloc-intro-right {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
  }

  .logo-sytria-formation {
    width: 100%;
    margin-bottom: 18px;
  }

  .intro-btn {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 30px;
  }

  .intro-btn::before {
    left: -25px;
    line-height: 30px;
  }

  .intro-btn::after {
    height: 2px;
  }

  .bandeau-scroll {
    display: none;
  }

  h2 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  h2 br {
    display: none;
  }

  h3 {
    font-size: 15px;
    text-align: center;
  }

  p {
    text-align: justify;
  }

  .conteneur-contenu-bloc {
    margin-bottom: 60px;
  }

  .conteneur-bloc-img-txt .ct-grand,
  .double-col-grand,
  .texte-double .ct-grand {
    display: block;
  }

  .contenu-mixte-image-g,
  .contenu-mixte-image-d,
  .contenu-mixte-texte-g,
  .contenu-mixte-texte-d,
  .contenu-texte-2col-g,
  .contenu-texte-2col-d {
    width: 100%;
    margin: 0;
  }

  .texte-double p {
    line-height: 24px;
    text-align: left;
  }

  .texte-double h3 {
    margin-bottom: 18px;
    line-height: 24px;
  }

  .contenu-mixte-image-g,
  .contenu-mixte-image-d {
    margin-bottom: 25px;
  }

  .atouts-form {
    display: block;
  }

  .atout {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .back-blue {
    padding: 50px 0;
  }

  .back-blue-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .back-blue-block .margin-bott-form {
    padding-top: 50px;
  }

  .back-blue-block .secteurs-ct {
    margin-top: 44px;
  }

  .prespan-line::before,
  .prespan-line::after {
    width: 45px;
  }

  .secteur,
  .secteur.num-form {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .num-form h2 {
    width: 100%;
    text-align: center;
  }

  .opco-section {
    padding-top: 20px;
  }

  .qualiopi-actions {
    flex-direction: column;
    gap: 18px;
  }

  .references-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reference-card {
    height: 140px;
    padding: 10px;
  }

  .catalogue-examples .contenu-mixte-image-g {
    margin-top: 0;
  }

  .catalogue-examples {
    padding: 50px 0;
  }

  .metier {
    width: 100%;
  }

  .metier h3 {
    min-height: auto;
    text-align: left;
  }

  .over-double,
  .texte-double {
    width: 320px;
    max-width: calc(100% - 40px);
  }

  .over-double {
    padding-top: 15px;
    margin-bottom: 45px;
  }

  .contenu-texte-2col-g {
    margin-bottom: 30px;
  }

  .formulaire-double {
    display: block;
  }

  .formulaire-double .formulaire-row {
    width: 100%;
  }

  .formulaire-checks > div {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  footer {
    padding: 30px 0;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-logo {
    width: 135px;
  }

  .footer-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-col:last-of-type {
    margin-bottom: 0;
  }

  .footer-col p {
    text-align: center;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
  }

  .cookie-banner__actions,
  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-banner__actions {
    min-width: 0;
  }

  .cookie-banner button,
  .cookie-modal button {
    width: 100%;
  }

  .cookie-modal {
    padding: 22px;
  }

  .simple-main {
    width: calc(100% - 32px);
    padding: 56px 0 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-ready :is(
    .bandeau-scroll,
    .contenu-mixte-image-g,
    .contenu-mixte-image-d,
    .contenu-mixte-texte-g,
    .contenu-mixte-texte-d,
    .div-center,
    .secteur,
    .over-double,
    .contenu-texte-2col-g,
    .contenu-texte-2col-d,
    .picto-foot
  ) {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
