@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

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; }

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

body {
  margin: 0; }

html {
  scroll-behavior: smooth; }

a {
  cursor: pointer; }

.pointer {
  cursor: pointer; }

.bg-primary {
  background-color: #3E5189; }

.bg-secondary {
  background-color: #EB8258; }

html {
  font-size: 18px; }

body {
  font-family: "Poppins", sans-serif;
  letter-spacing: .5px;
  color: #3E5189;
  line-height: 1.4rem; }

.line-height-sm {
  line-height: 1rem; }

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s; }

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

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.title-font {
  line-height: 1.5; }

h1 {
  font-size: 1.5rem;
  margin-bottom: 35px; }

.title {
  margin: 5px 0 15px 0;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 2.3rem; }

.subtitle {
  margin: 5px 0 10px 0;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500; }

.subtitle-2 {
  margin: 5px 0 10px 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500; }

.subtitle-3 {
  margin: 5px 0 10px 0;
  font-size: 1.3rem;
  font-weight: 500; }

.big-text {
  font-size: 1.2rem; }

.text-light {
  color: #fff; }

.text-dark {
  color: #1B1B1B; }

.text-primary {
  color: #3E5189 !important; }

.text-secondary {
  color: #EB8258 !important; }

.text-tertiary {
  color: #141C38 !important; }

.bold {
  font-weight: 800; }

.semi-bold {
  font-weight: 500; }

.light {
  font-weight: 300; }

.link {
  text-decoration: underline;
  font-style: italic; }

.info {
  font-style: italic;
  font-size: 0.9rem; }

.text-highlight {
  position: relative;
  z-index: 1; }

.text-highlight::before {
  /* Highlight color */
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  z-index: -1; }

.text-highlight.text-highlight-light::before {
  /* Highlight color */
  background-color: #FFF; }

.break-word {
  word-break: break-word; }

.uppercase {
  text-transform: uppercase; }

.container {
  padding: 15px 0;
  margin: 0 15px; }

@media only screen and (min-width: 560px) {
  .container {
    padding: 35px 0;
    margin: 0 35px; }

  .container-small {
    margin: 0 auto;
    max-width: 1200px; } }
.mt-5 {
  margin-top: 35px !important; }

.mb-5 {
  margin-bottom: 35px !important; }

.ml-5 {
  margin-left: 35px !important; }

.mr-5 {
  margin-right: 35px !important; }

.mt-4 {
  margin-top: 25px !important; }

.mb-4 {
  margin-bottom: 25px !important; }

.ml-4 {
  margin-left: 25px !important; }

.mr-4 {
  margin-right: 25px !important; }

.mt-3 {
  margin-top: 15px !important; }

.mb-3 {
  margin-bottom: 15px !important; }

.ml-3 {
  margin-left: 15px !important; }

.mr-3 {
  margin-right: 15px !important; }

.mt-2 {
  margin-top: 10px !important; }

.mb-2 {
  margin-bottom: 10px !important; }

.ml-2 {
  margin-left: 10px !important; }

.mr-2 {
  margin-right: 10px !important; }

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

.p-5 {
  padding: 35px !important; }

.pt-5 {
  padding-top: 35px !important; }

.pb-5 {
  padding-bottom: 35px !important; }

.pl-5 {
  padding-left: 35px !important; }

.pr-5 {
  padding-right: 35px !important; }

.pt-4 {
  padding-top: 25px !important; }

.pb-4 {
  padding-bottom: 25px !important; }

.pl-4 {
  padding-left: 25px !important; }

.pr-4 {
  padding-right: 25px !important; }

.pt-3 {
  padding-top: 15px !important; }

.pb-3 {
  padding-bottom: 15px !important; }

.pl-3 {
  padding-left: 15px !important; }

.pr-3 {
  padding-right: 15px !important; }

.pt-2 {
  padding-top: 10px !important; }

.pb-2 {
  padding-bottom: 10px !important; }

.pl-2 {
  padding-left: 10px !important; }

.pr-2 {
  padding-right: 10px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.section-space {
  margin-top: 250px !important; }

@media only screen and (min-width: 750px) {
  .d-grid {
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr 1fr; }

  .d-grid-1-2 {
    grid-template-columns: 1fr 2fr !important; }

  .small-gap {
    gap: 20px; }

  .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .float-left {
    float: left !important;
    margin-right: 35px; } }
.w100 {
  width: 100% !important; }

.separate-section {
  display: flex;
  flex-direction: column;
  align-items: center; }

.separate-section.separate-section-left {
  align-items: flex-start; }

.separate-section div {
  height: 3px;
  width: 100px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px; }

.separate-section div:first-child {
  margin-bottom: 5px;
  border-color: #EB8258; }

.separate-section div:last-child {
  border-color: #3E5189; }

.introduction-secondary .separate-section div:last-child {
  border-color: #F9F9F9; }

.btn {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: solid 2px #3E5189;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.btn-outline-light {
  border-color: #F9F9F9; }

.btn-outline-primary {
  border-color: #3E5189;
  color: #3E5189; }

.btn-outline-secondary {
  border-color: #EB8258;
  color: #EB8258; }

.btn-primary {
  background-color: #3E5189;
  border-color: #3E5189; }

.btn-secondary {
  background-color: #EB8258;
  border-color: #EB8258; }

.btn-outline-light:hover {
  background-color: #F9F9F9;
  color: #3E5189; }

.btn-outline-primary:hover {
  background-color: #3E5189;
  color: #F9F9F9; }

.btn-outline-secondary:hover {
  background-color: #EB8258;
  color: #F9F9F9; }

.btn-primary:hover {
  background-color: transparent;
  color: #3E5189; }

.btn-secondary:hover {
  background-color: transparent;
  color: #EB8258; }

@media only screen and (min-width: 540px) {
  .btn {
    width: auto;
    padding: 5px 20px; }

  .btn-back {
    position: absolute;
    top: 30px; } }
.badge {
  display: inline-block;
  padding: 1.5px 10px;
  margin: 8px 5px 0 0;
  border-radius: 4px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  white-space: nowrap; }

.badge-secondary {
  background-color: #EB8258;
  color: #fff; }

.card {
  padding: 20px;
  border-radius: 8px; }

.card-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(51, 67, 123, 0.2); }

.card-1 img {
  max-width: 280px;
  object-fit: cover;
  border-radius: 8px; }

.card-white {
  background-color: #fff; }

.card-grey {
  background-color: #f9f9f9; }

.card-white-border {
  background-color: #fff;
  border-top: 3px solid #EB8258;
  border-left: 1px solid #d6d9e4;
  border-bottom: 1px solid #d6d9e4;
  border-right: 1px solid #d6d9e4; }

.card-primary {
  border-top: 5px solid #EB8258;
  background-color: #3E5189; }

.card-secondary {
  border-top: 5px solid #3E5189;
  background-color: #EB8258;
  font-weight: 400; }

.cta-card {
  border: 1px solid #d6d9e4; }

.cta-card a {
  margin-top: 20px; }

@media only screen and (min-width: 750px) {
  .card-1 {
    flex-direction: row; }

  .card-presentation {
    padding: 30px;
    min-height: 508px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .cta-card {
    padding-top: 30px;
    padding-bottom: 30px; }

  .cta-card a {
    margin-top: 0; } }
footer img {
  width: 20px; }

.background {
  z-index: -1;
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.intro-illu {
  width: 100px;
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.1s ease-out; }

.intro-illu1 {
  display: none;
  bottom: 120px;
  left: -30px; }

.intro-illu2 {
  display: none;
  top: 20px;
  right: -30px; }

.introduction {
  margin-bottom: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
  padding: 10vh 15px 15px 15px;
  border-radius: 20px;
  background: center/cover no-repeat url("./images/photo_ateliers_numeriques_adolescent.webp");
  transition: background-image 0.5s ease; }

.introduction-secondary {
  height: auto;
  padding: 5vh 15px 15px 15px;
  margin-bottom: 0; }

.introduction .text-anim {
  height: 150px;
  line-height: 2rem;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem; }

.introduction .sentence {
  margin: 25px 0; }

.social {
  margin: 20px 0;
  text-align: center;
  font-size: 1.2rem; }

.social a {
  margin: 0 15px; }

.social img {
  width: 28px; }

.contain-services {
  position: relative;
  height: 60px; }

.introduction .services {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 20px; }

.introduction .services h2 {
  margin-top: 10px; }

.introduction .services .card {
  height: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s; }

.introduction .services .illustration {
  width: 100px;
  margin-bottom: 15px; }

.introduction .services p {
  margin-top: 10px;
  font-size: 0.7rem;
  font-weight: 300; }

.introduction .services .card:hover {
  transform: rotate(3deg); }

.web-services .infos {
  margin-top: 50px; }

.web-services .infos img {
  width: 80px;
  height: 80px; }

.web-services .infos .card {
  margin-top: 20px; }

.web-services .projects {
  margin-top: 120px;
  margin-bottom: 140px; }

.web-services .projects .project {
  margin-top: 70px; }

.web-services .projects .project img {
  width: 100%; }

.web-services .projects .project .text {
  margin-top: 50px; }

.eco-services .services h3 {
  text-align: center;
  margin-bottom: 35px; }

.eco-services .services .service {
  display: flex;
  align-items: center;
  margin: 20px 0; }

.eco-services .services .service p {
  font-size: 1.2rem; }

.eco-services .services .service img {
  width: 70px;
  height: 70px; }

.eco-services .presentation-weneedit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 35px;
  border-radius: 10px;
  border: 1px solid #d6d9e4; }

.eco-services .presentation-weneedit .logotype {
  background-color: #3E5189;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 5px solid #EB8258; }

.eco-services .presentation-weneedit img {
  width: 100%; }

.formation-services .d-grid .card {
  margin-bottom: 20px; }

.certification {
  gap: 30px;
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #d6d9e4;
  border-bottom: 1px solid #d6d9e4; }

.certification img {
  width: 100%;
  margin-bottom: 20px; }

.who,
.notice {
  max-width: 750px;
  margin: 0 auto; }

.who img {
  width: 100%;
  border-radius: 8px; }

.who ul {
  margin-top: 15px; }

.who ul li {
  display: inline;
  line-height: 1.4rem; }

.customer-reviews div {
  position: relative;
  padding: 40px 20px;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid #d6d9e4; }

.customer-reviews div img {
  position: absolute;
  top: -30px;
  right: 10px; }

.video {
  border-radius: 20px; }

@media only screen and (min-width: 450px) {
  .intro-illu1,
  .intro-illu2 {
    display: block; }

  .certification img {
    width: auto;
    height: 90px;
    margin-bottom: 0; } }
@media only screen and (min-width: 750px) {
  .introduction {
    padding-top: 20vh;
    margin-bottom: 0; }

  .introduction .text-anim {
    height: 60px; }

  .introduction .card-introduction {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 17px; }

  .introduction .services .illustration {
    margin-bottom: 10px; }

  .social {
    margin: 40px 0 25px 0;
    font-size: 1.5rem; }

  .social a {
    margin-bottom: 10px; }

  .introduction .services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px; }

  .web-services .presentation,
  .eco-services .presentation {
    text-align: center; }

  .web-services .presentation p,
  .eco-services .presentation p {
    width: 50%;
    margin: 0 auto; }

  .web-services .infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px; }

  .web-services .infos .card {
    margin-top: 0; }

  .web-services .projects .project {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px; }

  .web-services .projects .project .text {
    margin-top: 0; }

  .web-services .projects .project:nth-child(1) {
    grid-auto-flow: dense; }

  .eco-services .presentation-weneedit {
    margin-top: 0; }

  .eco-services .presentation-weneedit img {
    width: 300px; }

  .formation-services img {
    margin-bottom: 0; }

  .formation-services .d-grid .card {
    margin-bottom: 0; }

  .certification {
    display: flex;
    justify-content: center; }

  .more-services .service {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .who img {
    width: auto; }

  .customer-reviews {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (min-width: 950px) {
  .eco-services .infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px; } }
@media only screen and (min-width: 1400px) {
  .web-services .infos {
    grid-template-columns: 1fr 1fr 1fr; }

  .introduction .services h2 {
    margin-top: 0; } }
@media only screen and (min-width: 1500px) {
  .introduction .services .card {
    display: flex;
    align-items: center; } }
.wrap {
  border-right: 0.08em solid white; }

.tabs {
  font-weight: 300; }

.tabs .tab {
  margin-bottom: 25px; }

.tabs .tab-primary .tab-header {
  background-color: #3E5189; }

.tabs .tab-primary .tab-contain {
  color: #EB8258; }

.tabs .tab-header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #EB8258; }

.tabs .tab-header,
.tabs .tab-contain {
  padding: 20px; }

.tabs .tab-contain {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #d6d9e4;
  border-left: 1px solid #d6d9e4;
  border-left: 1px solid #d6d9e4;
  border-right: 1px solid #d6d9e4; }

@media only screen and (min-width: 1000px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; } }
.rb-n {
  border: none !important;
  background-color: #ff5c5c !important; }

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