@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
:root {
  --theme-00: #263238;
  --theme-01: #607D8B;
  --theme-02: #CFD8DC;
  --theme-03: #ECEFF1;
}
.theme-01 {
  --theme-00: #006064;
  --theme-01: #00BCD4;
  --theme-02: #80DEEA;
  --theme-03: #E0F7FA;
}
.theme-02 {
  --theme-00: #BF360C;
  --theme-01: #FF9800;
  --theme-02: #FFD54F;
  --theme-03: #FFF3E0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
body {
  font-family: lato;
  color: #13345B;
}
a {
  color: #13345B;
}
section {
  position: relative;
  z-index: 0;
  padding: 60px;
  min-height: 100vh;
  color: #FFF;
}
@media screen and (max-width: calc(768px - 1px)) {
  section {
    padding: 20px;
  }
}
section h2 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  background: #FFF;
  transition: height 0.2s cubic-bezier(0.54, 0.54, 0.31, 1), transform 0.2s cubic-bezier(0.54, 0.54, 0.31, 1);
}
@media screen and (max-width: calc(768px - 1px)) {
  header {
    justify-content: center;
    height: 60px;
    transform: translateY(-100%);
  }
  header.mobile-show {
    transform: translateY(0);
  }
}
header.hover,
header.contact-opened {
  height: 40px;
}
header.hover::before,
header.contact-opened::before,
header.hover::after,
header.contact-opened::after {
  width: 40px;
}
header.hover #logo,
header.contact-opened #logo {
  transform: scale(1);
}
header.hover nav,
header.contact-opened nav {
  padding-right: 40px;
}
header::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 100vh;
  background: #FFF;
  transition: width 0.2s cubic-bezier(0.54, 0.54, 0.31, 1);
}
@media screen and (max-width: calc(768px - 1px)) {
  header::before {
    display: none;
  }
}
header::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 100vh;
  background: #FFF;
  transition: width 0.2s cubic-bezier(0.54, 0.54, 0.31, 1);
}
@media screen and (max-width: calc(768px - 1px)) {
  header::after {
    display: none;
  }
}
header #logo {
  position: relative;
  z-index: 1;
  display: block;
  transform-origin: left;
  transform: scale(0.8);
  transition: transform 0.2s cubic-bezier(0.54, 0.54, 0.31, 1);
}
@media screen and (max-width: calc(768px - 1px)) {
  header #logo {
    transform: scale(1);
  }
}
header #logo img {
  display: block;
}
header nav {
  display: flex;
  position: relative;
  z-index: 1;
  padding-right: 30px;
  cursor: default;
  transition: padding-right 0.2s cubic-bezier(0.54, 0.54, 0.31, 1);
}
@media screen and (max-width: calc(768px - 1px)) {
  header nav {
    display: none;
  }
}
header nav a {
  display: block;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  color: #13345B;
}
footer {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
}
footer.hover button i,
footer.contact-opened button i {
  width: 40px;
  height: 40px;
}
footer.opened .contact {
  transition: height 0.4s cubic-bezier(0.24, 1.59, 0.72, 0.95);
}
footer .contact {
  height: 0;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.76, 0.01, 0.82, 1);
}
footer .contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 20px;
}
footer .contact h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
footer .contact a {
  color: #13345B;
}
@media screen and (max-width: calc(768px - 1px)) {
  footer .contact .qr-code {
    display: none;
  }
}
footer button {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: lato;
  border: none;
  cursor: pointer;
  color: #13345B;
  background-color: #FFF;
}
footer button i {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
  transition: height 0.2s cubic-bezier(0.54, 0.54, 0.31, 1), width 0.2s cubic-bezier(0.54, 0.54, 0.31, 1);
}
footer button span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.feature {
  position: relative;
  border: 1px solid #FFF;
  border-top: none;
}
.feature + .feature {
  margin-top: 20px;
}
.feature h3 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.feature h3::before {
  content: "";
  display: block;
  flex: 0 0 10px;
  height: 1px;
  background: #FFF;
}
.feature h3::after {
  content: "";
  display: block;
  flex: 0 1 100%;
  height: 1px;
  background: #FFF;
}
.feature h3 span {
  display: block;
  flex: 0 1 0%;
  padding: 0 3px;
  white-space: nowrap;
}
.feature h3 span i {
  margin-right: 5px;
}
.feature ul {
  list-style: none;
  padding: 20px 10px 10px;
}
.feature ul li {
  display: flex;
}
.feature ul i {
  line-height: 1;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 13px;
}
.feature p {
  padding: 20px 10px 10px;
}
.module-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .module-list {
    flex-direction: column;
  }
}
.module {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 40%;
  padding: 10px;
  color: var(--theme-00);
  background: var(--theme-03);
}
.module .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module .header .codename {
  font-size: 36px;
  font-weight: 400;
  color: var(--theme-01);
}
.module .header .title {
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
  font-weight: 600;
}
.module .goals {
  list-style: none;
}
.module .goals li {
  display: flex;
}
.module .goals li i {
  margin-top: 4px;
  margin-right: 10px;
  font-size: 20px;
  color: var(--theme-01);
}
.module .time {
  display: flex;
}
.module .time i {
  margin-top: 2px;
  margin-right: 10px;
  font-size: 20px;
  color: var(--theme-01);
}
.box-link {
  padding: 1px 10px 5px;
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
  background: #13345B;
}
.box-link:hover {
  background: #2594D2;
}
.frise {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.frise .phase {
  flex: 0%;
  position: relative;
  z-index: 1;
}
.frise .phase:nth-child(1) {
  z-index: 4;
}
.frise .phase:nth-child(2) {
  z-index: 3;
}
.frise .phase:nth-child(3) {
  z-index: 2;
}
.frise .fleche {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 80px;
  padding-left: 50px;
  padding-top: 5px;
  color: #FFF;
  background: #2594D2;
}
.frise .fleche::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-left: 20px solid #FFF;
}
.frise .fleche::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-left: 20px solid #2594D2;
}
.frise .fleche p {
  font-weight: 300;
}
.frise .fleche h4 {
  line-height: 1.1;
  text-transform: uppercase;
}
.frise .infos {
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .frise {
    display: block;
  }
  .frise .infos {
    font-size: 16px;
  }
}
#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #13345B;
  opacity: 0.8;
}
#hero * {
  position: relative;
  z-index: 1;
}
#hero p {
  margin: 50px 0 20px;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: calc(768px - 1px)) {
  #hero p {
    text-align: center;
  }
}
#hero p.contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
}
#hero p.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 30px;
  transition: background 0.1s linear;
}
#hero p.contact a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#hero p.contact a i {
  margin-right: 10px;
}
#hero p.contact a span {
  height: 20px;
  line-height: 18px;
  overflow: hidden;
}
#hero button {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 5px 15px 5px 5px;
  border-radius: 15px;
  border: none;
  background: #FFF;
  cursor: pointer;
}
#hero button i {
  font-size: 22px;
}
#hero button span {
  margin-left: 10px;
  font-family: lato;
  text-transform: uppercase;
  font-weight: 700;
}
#hero .logo {
  position: relative;
}
@media screen and (max-width: calc(768px - 1px)) {
  #hero .logo {
    transform: scale(0.8);
  }
}
#hero .logo img {
  display: block;
  max-width: 420px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #hero .logo img {
    width: 100%;
  }
}
#hero .logo p {
  position: absolute;
  z-index: 1;
  right: -10px;
  bottom: -24px;
  margin: 0;
  padding: 0 14px;
  font-weight: 900;
  background: #FFF;
  color: #13345B;
  border-radius: 12px 0 12px 0;
  transform: skewX(-16deg);
}
#about {
  color: #FFF;
}
#about h2 {
  padding-bottom: 40px;
  text-align: center;
}
#about .cv {
  margin-top: 30px;
}
#about .cv .header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#about .cv .header .img {
  border-radius: 50%;
  overflow: hidden;
}
#about .cv .header .img img {
  display: block;
  width: 80px;
  height: 80px;
}
#about .cv .header p {
  padding-left: 20px;
}
#about .cv .header strong {
  display: block;
}
#about .cv .header em {
  display: block;
  font-style: normal;
}
#about .cv ul {
  list-style: none;
}
#about .cv ul li {
  display: flex;
}
#about .cv ul li + li {
  margin-top: 10px;
}
#about .cv ul i {
  padding-top: 4px;
  margin-right: 10px;
  font-size: 13px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #features::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #13345B;
    opacity: 0.7;
  }
}
#projects {
  padding: 60px 30px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #projects {
    padding: 60px 0;
  }
}
#projects::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
#projects h2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
#projects .projects-inner {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #projects .projects-inner {
    width: 100%;
    overflow-x: scroll;
  }
}
#projects .projects-inner .arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: #FFF;
  font-size: 60px;
  cursor: pointer;
}
@media screen and (max-width: calc(768px - 1px)) {
  #projects .projects-inner .arrow {
    display: none;
  }
}
#projects .projects-inner .arrow.prev {
  left: 30px;
}
#projects .projects-inner .arrow.next {
  right: 30px;
}
#projects .project {
  height: 70vh;
  margin: 30px;
  overflow: hidden;
  border-radius: 3px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #projects .project {
    width: auto;
    height: 100%;
    margin: 0 20px;
    overflow: visible;
  }
}
#projects .project img {
  display: block;
  height: 100%;
  margin: auto;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: calc(768px - 1px)) {
  #projects #projects-slider {
    width: auto;
    height: 80vh;
  }
}
#clients {
  min-height: 40vh;
  padding: 60px 30px;
}
#clients::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #13345B;
  opacity: 0.7;
}
#clients * {
  position: relative;
  z-index: 1;
}
#clients h2 {
  padding-bottom: 40px;
  text-align: center;
}
#clients .slick-slide {
  padding: 10px;
}
#clients a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 10px;
  background: #FFF;
  border-radius: 3px;
  transform: translateY(0);
  transition: transform 0.1s ease-out;
  overflow: hidden;
}
#clients a:hover {
  transform: translateY(-3px);
}
#clients a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#formations {
  min-height: auto;
  padding: 0;
  color: #13345B;
  background: #FFF;
}
#formations h2 {
  margin-top: 40px;
}
#formations p.subtitle {
  margin-bottom: 30px;
}
#formations .feature {
  border-color: #13345B;
}
#formations .feature h3::before,
#formations .feature h3::after {
  background: #13345B;
}
#formations .feature p {
  margin: 0;
}
#formations .formation-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 90vh;
  margin: auto;
  padding: 20px 60px 60px;
}
@media XS-and-below {
  #formations .formation-tab {
    padding: 20px 20px 60px;
  }
}
#formations .formation-tab:not(.active) {
  display: none;
}
.formation-page {
  overflow-x: hidden;
}
.formation-page #hero {
  min-height: auto;
  padding-bottom: 100px;
}
.formation-page #hero .logo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.formation-page #hero .logo img {
  width: 100%;
  height: auto;
}
.formation-page .sticky {
  position: sticky;
}
.formation-page h2 {
  text-transform: none;
  margin: 20px 0;
  font-size: 20px;
}
.formation-page img {
  max-width: 100%;
}
.formation-page .reseaux {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  list-style: none;
}
.formation-page .reseaux a {
  font-size: 38px;
  color: #2594D2;
}
.formation-page .reseaux a:hover {
  color: #13345B;
}
.formation-page #logo-qualiopi {
  display: block;
}
.formation-page #logo-handicap {
  display: block;
  margin: 60px auto 46px;
  width: 317px;
}
.formation-page .maj-date {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
}
#formation-nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 40px;
  gap: 5px;
}
@media XS-and-below {
  #formation-nav {
    flex-direction: column;
  }
}
#formation-nav button {
  height: auto;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 0;
  font-family: lato;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  background: #FFFFFF20;
  transition: background .1s, color .1s;
}
#formation-nav button:hover {
  color: #13345B;
  background: #FFFFFFdf;
}
#formation-nav button:active {
  background: #FFF;
}
#formation-nav button.active {
  margin-bottom: 0;
  padding-bottom: 15px;
  color: #13345B;
  background: #FFF;
}
