@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * *  OFFRE DIGITALE * * * * * * * * * * * * * * */
/* * * * * * * Page où l'on peut écrire des règles de styles * * * * * * */
/* * *  qui seront appliquées à toutes les pages "Offres Digitale".  * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ATTENTION ! * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ATTENTION ! * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * ATTENTION ! * * * * * * * * * * * * * * * */
/* * * Lancer la compilation du scss en css avant tout changements ! * * */
/* *  sass --watch styles-digital-offer.scss:styles-digital-offer.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;
}

.icon > .blobWhiteClick {
  fill: transparent !important;
}

.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". * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#contentOfferHeader {
  background-color: #FF773D;
}

.offerHeader #contentOfferHeader {
  background-color: #FF773D;
}

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

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

.bgNav {
  background-color: #401E0F;
}

.titleShadow {
  text-shadow: 3px 3px #401E0F;
}

@media (min-width: 1200px) {
  .titleShadow {
    text-shadow: 4px 4px #401E0F;
  }
}
.buttonAnchor {
  fill: #401E0F;
}
.buttonAnchor:hover {
  fill: #FF773D;
}

.contentMenu {
  background-color: #401E0F;
}
.contentMenu .links .link .linkMenuBurger::before, .contentMenu .links .link .sublinkMenuBurger::before, .contentMenu .links .sublink .linkMenuBurger::before, .contentMenu .links .sublink .sublinkMenuBurger::before {
  color: #FF9264;
}
.contentMenu .links:first-child .link:last-child .buttonMenuBurger {
  background-color: #FF9264;
  border: 2px solid #FF9264;
  color: #401E0F;
}
.contentMenu .links:first-child .link:last-child .buttonMenuBurger:hover {
  background-color: #401E0F;
  color: #FF9264;
}

main h1 {
  color: #401E0F;
}
main .solution .solutionPicture {
  background-color: #FF9264;
}
main .solution .solutionPicture:hover {
  background-color: #401E0F;
}
main .solution .solutionText {
  margin-top: 15px;
}
main .solution .solutionText h2 {
  color: #401E0F;
}
main .solution .solutionText p {
  color: #401E0F;
}
main .resume h2 {
  color: #401E0F;
}
main .resume p {
  color: #401E0F;
}
main .schemaIcons .blobBkgIconStatic {
  fill: #FFE4D8;
}
main .schemaIcons .blobBkgIcon {
  fill: #FFE4D8;
}
main .schemaIcons .icon path {
  fill: #FF773D;
}
main .schemaIcons .arrow path {
  fill: #FF773D;
}
main .schemaIcons .legend {
  fill: #FF773D;
}

#blocContact {
  background-color: rgba(255, 228, 216, 0.5);
}
#blocContact .title {
  color: #401E0F;
}
#blocContact .subTitle {
  color: #FF773D;
}
#blocContact .paragraphs p {
  color: #401E0F;
}
#blocContact .paragraphs .n2mBaseline {
  color: #FFE4D8;
}

footer {
  color: #401E0F;
}
footer .footerBkg {
  background-color: #FF9264;
}
footer .footerBkg .darkLogo path, footer .footerBkg .darkLogo polygon, footer .footerBkg .darkLogo rect {
  fill: #401E0F;
}
footer .footerBkg .darkLogo:hover path, footer .footerBkg .darkLogo:hover polygon, footer .footerBkg .darkLogo:hover rect {
  fill: #FFE4D8;
}
footer .linksFooter > li > a {
  color: #401E0F;
}
footer .linksFooter > li > a:hover {
  color: #FFE4D8;
}

.buttonDefault {
  border: 2px solid #FF773D;
  color: #FF773D;
}
.buttonDefault::after {
  background-color: #FF773D;
}
.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: #401E0F;
}

#btnFixedContact .svgBlobs svg #morphBlob10 {
  fill: #401E0F;
}
#btnFixedContact .svgBlobs svg #textBtnContact {
  fill: #FF9264;
}
#btnFixedContact .svgBlobs svg:hover #morphBlob10 {
  fill: #FF9264;
}
#btnFixedContact .svgBlobs svg:hover #textBtnContact {
  fill: #401E0F;
}

.icon {
  fill: #FF773D;
}

.puceDefault .color, .puceSuccess .color, .puceWarning .color {
  fill: #401E0F;
}

header #iconSocialMedia a:hover {
  color: #FF9264;
}

footer #iconSocialMedia a {
  color: #401E0F;
}

main .baselineTitle {
  color: #FFE4D8;
}
main .subTitle {
  color: #401E0F;
}

#headerWavesBack #morphWaveFront, #headerWavesFront #morphWaveFront, #footerWavesFront #morphWaveFront {
  fill: #FF773D;
}
#headerWavesBack #morphWaveBack, #headerWavesFront #morphWaveBack, #footerWavesFront #morphWaveBack {
  fill: #401E0F;
}
#headerWavesBack #morphWaveFooter, #headerWavesFront #morphWaveFooter, #footerWavesFront #morphWaveFooter {
  fill: #FF9264;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * *  HEADER * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *  STYLES PAR DEFAUT  * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
header {
  height: 550px;
}

@media (min-width: 768px) {
  header {
    height: 500px;
  }
}
@media (min-width: 992px) {
  header {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  header {
    height: 700px;
  }
}
.offerHeader {
  height: 100%;
}
.offerHeader #contentOfferHeader {
  height: 400px;
}

.active {
  font-weight: 500 !important;
}
.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100% !important;
  height: 2px !important;
  background-color: #FFF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * *  MAIN * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *  STYLES PAR DEFAUT  * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
main h2 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #401E0F;
}
main h3 {
  color: #401E0F;
}
main p {
  color: #401E0F;
}
main #bkgBlob {
  z-index: -10;
}
main .blobBkgSiteWeb {
  top: -100px;
  left: -400px;
}
main .blobBkgSiteWeb .svgBlobs > svg {
  height: 1000px;
}
main .blobBkgImage {
  width: 150%;
  top: -125px;
  left: -125px;
}
@media (max-width: 575.98px) {
  main .paddingRightMobile {
    padding-right: 15px;
  }
  main .paddingLeftMobile {
    padding-left: 15px;
  }
}
main .absoluteImageLeft {
  left: 0;
}
main .listing ul {
  margin-bottom: 3em;
}
main .listing ul li {
  margin: 8px 0;
  color: #401E0F;
}
main .listing ul li b {
  font-size: 1em;
}
main .puceSuccess {
  width: auto;
  height: 2vh;
  padding-bottom: 5px;
}
main .listingBoxed {
  margin: 50px auto;
}
main .listingBoxed .icon {
  fill: #FF773D;
}
main .listingBoxed h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #FF773D;
}
main .listingBoxed ul > li, main .listingBoxed p {
  color: #FF773D;
}
main .quote {
  height: 380px;
  padding: 0 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0;
  text-align: center;
  color: #FF9264;
}
main .pictureClient {
  width: 150px;
  height: 150px;
  margin-bottom: -20px;
  border-radius: 75px;
  background-image: url("../images/portrait-clients/client-labo-rural-01.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  main .pictureClient {
    margin-bottom: 0;
  }
}
main .author {
  font-weight: 300;
  font-style: italic;
  line-height: 0;
}
main .author .nameAuthor {
  font-family: "Caveat", cursive;
  font-size: 1.5em;
}
main .testymonyClient {
  z-index: -10;
}
main .testymonyClient p {
  position: relative;
  padding: 25px 50px;
  border-radius: 100px;
  background-color: #401E0F;
  color: #FFF;
}
main .testymonyClient p::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border: none;
  border-top: 4em solid #401E0F;
  border-left: 6em solid transparent;
  z-index: -10;
}
main .testymonyClient .author {
  color: #401E0F;
}
@media (min-width: 768px) {
  main .testymonyClient p::after {
    display: block;
  }
}
main .opinionRow {
  height: 500px;
}
main .opinionClient-01, main .opinionClient-02 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main .opinionClient-01 h3, main .opinionClient-02 h3 {
  font-weight: normal;
  text-transform: unset;
  letter-spacing: 0;
  color: #401E0F;
}
main .opinionClient-01 .author, main .opinionClient-02 .author {
  color: #401E0F;
}
main .opinionClient-01 h3 {
  margin-top: 125px;
}
main .opinionClient-02 h3 {
  margin-top: 200px;
}
main .methodology {
  color: #401E0F;
}
main .methodology .schemaIcons .blobBkgIcon {
  opacity: 0;
}
main .methodology .schemaIcons #blob01Mobile, main .methodology .schemaIcons #blob01Desktop {
  opacity: 1;
}
main .methodology .descriptions .text {
  display: none;
  padding: 0;
}
main .methodology .descriptions #textNettoyage {
  display: block;
}
main .more p {
  color: #401E0F;
}
main .schemaAgile {
  max-width: 80%;
  margin: 50px auto;
}
main .schemaService {
  height: 120px;
}

@media (min-width: 576px) {
  main .author {
    font-size: 2.75vw;
  }
}
@media (min-width: 1200px) {
  main .author {
    font-size: 1.25vw;
  }
}
#trans-num p > b, #sur-mesure p > b {
  font-size: inherit;
}

.containerLogoLangague {
  padding: 0 75px;
}
.containerLogoLangague .logoLangague {
  width: 64px;
}
.imgCRM{
  width:90%;
}
.alignFlex{
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=styles-digital-offer.css.map */
