@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ÉTUDES DE CAS * * * * * * * * * * * * * * */
/* * * * * * * Page où l'on peut écrire des règles de styles * * * * * * */
/* * * * qui seront appliquées à toutes les pages "Études de cas". * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ATTENTION ! * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ATTENTION ! * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ATTENTION ! * * * * * * * * * * * * * * * */
/* * * Lancer la compilation du scss en css avant tout changements ! * * */
/* * * * * * sass --watch styles-projet.scss:styles-projet.css * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * *  IMPORT DES FONTS * * * * * * * * * * * * * */
/* * * * * * Page où l'on gère les fonts présentes sur le site * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Caveat:wght@400;500;600;700&family=Allura&display=swap");
h1, h2, h3, h4, h5, h6, p, b, li {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4, h5, h6, p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

b {
  font-size: unset;
}

li {
  font-size: 1em;
}

::placeholder {
  font-size: initial;
}

@media (min-width: 576px) {
  h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4, h5, h6, p {
    font-size: 1em;
  }

  li {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  h4, h5, h6, p {
    font-size: 1.5em;
  }

  li {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2.75em;
  }

  h3 {
    font-size: 1.75em;
  }

  h4, h5, h6, p {
    font-size: 1.5em;
  }

  li {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.25em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4, h5, h6, p {
    font-size: 1.25em;
  }

  li {
    font-size: 1.25em;
  }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * *  PARAMÈTRES DES COULEURS  * * * * * * * * * * * */
/* * * * * Page où l'on gère les couleurs présentes sur le site. * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * VARIABLES CSS * * * * * * * * * * * * * * */
/* * * * * * * Page où l'on peut écrire des règles de styles * * * * * * */
/* * * * * * * * qui seront appliqués aux éléments ciblés, * * * * * * * */
/* * * * * * ou en leur donnant une classe déclaré ci-dessous. * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
img {
  max-width: 100%;
}

.elementZIndex {
  z-index: 1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * STYLES DES ICÔNES * * * * * * * * * * * * * */
/* * * * * * * À importé dans les fichiers styles principaux * * * * * * */
/* * * * * * * * * pour appliquer des styles aux icônes. * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.icon {
  fill: #1C93D1;
}

.icons > .icon {
  cursor: pointer;
}

.baselineIcon {
  width: 130px;
  top: -30px;
  left: -30px;
}
.baselineIcon path {
  fill: #1C93D1;
}

.schemaIcons .blobBkgIconStatic {
  fill: #D4E7F0;
}
.schemaIcons .blobBkgIcon {
  fill: #D4E7F0;
}
.schemaIcons .blobBkgIcon, .schemaIcons .icon {
  cursor: pointer;
}
.schemaIcons .icon path {
  fill: #1C93D1;
}
.schemaIcons .arrow path {
  fill: #1C93D1;
}
.schemaIcons .legend {
  fill: #1C93D1;
}

.iconOffreIndex {
  width: 150px;
}
.iconOffreIndex.left {
  margin-left: 25px;
}
.iconOffreIndex.right {
  margin-right: 25px;
}

.puceDefault, .puceSuccess, .puceWarning {
  fill: #173559;
}

header #iconSocialMedia {
  margin: 4px 20px 0 auto;
}
header #iconSocialMedia a {
  padding: 0 2px;
  text-decoration: none;
  color: #FFF;
  transition: color 0.2s ease-in;
}
header #iconSocialMedia a .fab {
  font-size: 1.75em;
}
header #iconSocialMedia a:hover {
  color: #A1D5F4;
}

footer #iconSocialMedia {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
  list-style-type: none;
}
footer #iconSocialMedia a {
  padding: 0 2px;
  text-decoration: none;
  color: #173559;
  transition: color 0.2s ease-in;
}
footer #iconSocialMedia a .fab {
  font-size: 2.5em;
}
footer #iconSocialMedia a:hover {
  color: #FFF;
}

.schemaSeaSeo g #blobPath01, .schemaSeaSeo g #blobPath02, .schemaSeaSeo g #blobPath03, .schemaSeaSeo g #blobPath04, .schemaSeaSeo g #blobPath05, .schemaSeaSeo g #blobPath06 {
  fill: #E2D6F5;
}

.schemaAuditInformatique g #blobPath01, .schemaAuditInformatique g #blobPath02, .schemaAuditInformatique g #blobPath03, .schemaAuditInformatique g #blobPath04, .schemaAuditInformatique g #blobPath05, .schemaAuditInformatique g #blobPath06, .schemaAppMobile g #blobPath01, .schemaAppMobile g #blobPath02, .schemaAppMobile g #blobPath03, .schemaAppMobile g #blobPath04, .schemaAppMobile g #blobPath05, .schemaAppMobile g #blobPath06 {
  fill: #FFE4D8;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * *  COULEURS * * * * * * * * * * * * * * * * * */
/* * * * * Application du thème couleur propre aux pages "Offres Web". * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#contentProjectsHeader {
  background-color: #499F68;
}

.projectsHeader #contentProjectsHeader {
  background-color: #499F68;
}

.indexHeader h1 {
  color: #DBECE1;
}
.indexHeader .listService {
  color: #DBECE1;
}

nav .logoNav:hover path {
  fill: #6DB286;
}
nav .logoNav:hover h3 {
  color: #6DB286;
}

.bgNav {
  background-color: #12281A;
}

.titleShadow {
  text-shadow: 3px 3px #12281A;
}

@media (min-width: 1200px) {
  .titleShadow {
    text-shadow: 4px 4px #12281A;
  }
}
.buttonAnchor {
  fill: #12281A;
}
.buttonAnchor:hover {
  fill: #499F68;
}

.contentMenu {
  background-color: #12281A;
}
.contentMenu .links .link .linkMenuBurger::before, .contentMenu .links .link .sublinkMenuBurger::before, .contentMenu .links .sublink .linkMenuBurger::before, .contentMenu .links .sublink .sublinkMenuBurger::before {
  color: #6DB286;
}
.contentMenu .links:first-child .link:last-child .buttonMenuBurger {
  background-color: #6DB286;
  border: 2px solid #6DB286;
  color: #12281A;
}
.contentMenu .links:first-child .link:last-child .buttonMenuBurger:hover {
  background-color: #12281A;
  color: #6DB286;
}

main h1 {
  color: #12281A;
}
main .solution .solutionPicture {
  background-color: #6DB286;
}
main .solution .solutionPicture:hover {
  background-color: #12281A;
}
main .solution .solutionText {
  margin-top: 15px;
}
main .solution .solutionText h2 {
  color: #12281A;
}
main .solution .solutionText p {
  color: #12281A;
}
main .resume h2 {
  color: #12281A;
}
main .resume p {
  color: #12281A;
}

#blocContact {
  background-color: rgba(219, 236, 225, 0.5);
}
#blocContact .title {
  color: #12281A;
}
#blocContact .subTitle {
  color: #499F68;
}
#blocContact .paragraphs p {
  color: #12281A;
}
#blocContact .paragraphs .n2mBaseline {
  color: #DBECE1;
}

footer {
  color: #12281A;
}
footer .footerBkg {
  background-color: #6DB286;
}
footer .footerBkg .darkLogo path, footer .footerBkg .darkLogo polygon, footer .footerBkg .darkLogo rect {
  fill: #12281A;
}
footer .footerBkg .darkLogo:hover path, footer .footerBkg .darkLogo:hover polygon, footer .footerBkg .darkLogo:hover rect {
  fill: #DBECE1;
}
footer .linksFooter > li > a {
  color: #12281A;
}
footer .linksFooter > li > a:hover {
  color: #DBECE1;
}

.buttonDefault {
  border: 2px solid #499F68;
  color: #499F68;
}
.buttonDefault::after {
  background-color: #499F68;
}
.buttonDefault::after:hover {
  color: #FFF;
}

.scrollDown {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 10vh;
  bottom: 0;
}
.scrollDown svg {
  height: 80%;
}
.scrollDown svg text {
  fill: #12281A;
}

#btnFixedContact .svgBlobs svg #morphBlob10 {
  fill: #12281A;
}
#btnFixedContact .svgBlobs svg #textBtnContact {
  fill: #6DB286;
}
#btnFixedContact .svgBlobs svg:hover #morphBlob10 {
  fill: #6DB286;
}
#btnFixedContact .svgBlobs svg:hover #textBtnContact {
  fill: #12281A;
}

.icon {
  fill: #499F68;
}

.puceDefault .color, .puceSuccess .color, .puceWarning .color {
  fill: #12281A;
}

header #iconSocialMedia a:hover {
  color: #6DB286;
}

footer #iconSocialMedia a {
  color: #12281A;
}

main .baselineTitle {
  color: #DBECE1;
}
main .subTitle {
  color: #12281A;
}

#headerWavesBack #morphWaveFront, #headerWavesFront #morphWaveFront, #footerWavesFront #morphWaveFront {
  fill: #499F68;
}
#headerWavesBack #morphWaveBack, #headerWavesFront #morphWaveBack, #footerWavesFront #morphWaveBack {
  fill: #12281A;
}
#headerWavesBack #morphWaveFooter, #headerWavesFront #morphWaveFooter, #footerWavesFront #morphWaveFooter {
  fill: #6DB286;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * *  HEADER * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *  STYLES PAR DEFAUT  * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
header {
  height: 550px;
}
header .projectsHeader {
  height: 100%;
}
header .projectsHeader #contentProjectsHeader {
  height: 400px;
}
header .projectsHeader #contentProjectsHeader .projectHeader {
  color: #DBECE1;
}
header .projectsHeader #contentProjectsHeader .projectHeader .stamp {
  top: 75px;
  filter: drop-shadow(4px 4px #12281A);
  -webkit-filter: drop-shadow(4px 4px #12281A);
}
header .projectsHeader #contentProjectsHeader .projectHeader .stamp img {
  max-width: 75%;
}
header .projectsHeader #contentProjectsHeader .projectHeader h1 {
  margin: 0;
  font-weight: 700;
  text-shadow: 2px 2px #12281A;
}
header .projectsHeader #contentProjectsHeader .projectHeader span {
  font-size: 1em;
  font-weight: 100;
}
header .projectsHeader #contentProjectsHeader .projectHeader .tagSkill {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .projectsHeader #contentProjectsHeader .projectHeader .tagSkill li {
  margin: 0 10px 0 0;
  padding: 2.5px 12.5px;
  background-color: #12281A;
  box-shadow: 2px 2px #DBECE1;
  border-radius: 50px;
  font-size: 1em;
  font-weight: 100;
}
header .projectsHeader #contentProjectsHeader .projectHeader .tagSkill li::after {
  display: none;
  content: "";
}

@media (min-width: 768px) {
  header {
    height: 500px;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader span {
    font-size: 1.5em;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader .tagSkill li {
    margin: 0 15px 0 0;
    padding: 2.5px 15px;
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  header {
    height: 500px;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader h1 {
    text-shadow: 4px 4px #12281A;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader span {
    font-size: 1.5em;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader .tagSkill li {
    margin: 0 20px 0 0;
    padding: 2.5px 15px;
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  header {
    height: 600px;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader h1 {
    text-shadow: 4px 4px #12281A;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader span {
    font-size: 1.5em;
  }
  header .projectsHeader #contentProjectsHeader .projectHeader .tagSkill li {
    margin: 0 20px 0 0;
    padding: 2.5px 15px;
    box-shadow: 4px 4px #DBECE1;
    font-size: 1.25em;
  }
}
@media (min-width: 1400px) {
  header {
    height: 700px;
  }
}
.svgWaves {
  height: 100%;
}
.svgWaves #contentProjectsHeader {
  height: 400px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * *  MAIN * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *  STYLES PAR DEFAUT  * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
main h2 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #12281A;
  z-index: 2;
}
main .subTitleProject {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .subTitleProject hr {
  width: 50%;
  height: 2px;
  border: 2px solid #DBECE1;
  border-radius: 5px;
  background-color: #DBECE1;
}
main .subTitleProject span {
  width: 100%;
}
main p {
  color: #12281A;
}
main .listing ul {
  margin-bottom: 3em;
}
main .listing ul li {
  margin: 8px 0;
  color: #12281A;
}
main .listingBoxed {
  margin: 50px auto;
}
main .listingBoxed .icon {
  fill: #499F68;
}
main .listingBoxed h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #499F68;
}
main .listingBoxed ul > li, main .listingBoxed p {
  color: #499F68;
}
main .container h1 {
  width: 100%;
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px #DBECE1;
  color: #12281A;
}
main .container .chapter {
  position: relative;
}
main .container .chapter h4 {
  color: #12281A;
}
main .container .first {
  margin-top: 0;
}
main .container .last {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  main .container h1 {
    text-shadow: 4px 4px #DBECE1;
  }
}
main .iconStudieCase {
  margin: 25px 0;
}
main .iconStudieCase p {
  color: #499F68;
}
main .previewEtudeCas {
  padding-bottom: 15px;
  background-color: #DBECE1;
  border-radius: 10px;
  text-align: right;
}
main .previewEtudeCas .pictureLink {
  position: relative;
}
main .previewEtudeCas .pictureLink .thumbnail {
  max-height: 100%;
  border-radius: 4px;
}
main .previewEtudeCas .pictureLink::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Découvrir →";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  font-size: 1.5em;
  text-align: center;
  color: rgba(18, 40, 26, 0);
  visibility: hidden;
  transition: all 0.25s ease-in;
}
main .previewEtudeCas .pictureLink:hover::before {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.75);
  color: #12281A;
}
main .previewEtudeCas p {
  padding: 20px 15px 15px;
  text-align: left;
}
main .separation {
  margin: 80px 0;
}
main .separation img svg {
  width: 100%;
}

/*# sourceMappingURL=styles-projet.css.map */
