@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
.btn-primary:hover {
  color: #fff;
  background-color: #f73336;
  border-color: #f73336;
}

.btn-primary {
  color: white;
  background-color: #004E7D;
  border-color: white;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #ff5b5e;
  border-color: #f73336;
  box-shadow: 0 0 0 0.25rem rgba(217, 53, 55, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ff6567;
  border-color: #f73336;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 53, 55, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #000;
  background-color: #004E7D;
  border-color: #004E7D;
}

.btn-white {
  background: #fff;
  color: #004E7D;
}
.btn-white:hover {
  background: #f73336;
  color: #fff;
}

.display-none {
  display: none;
}

.element-title {
  font-weight: 900;
  color: #EEEEEE;
  font-size: 2em;
  white-space: nowrap;
  position: absolute;
  left: 0;
  line-height: 1;
  letter-spacing: 1rem;
  z-index: -1;
  text-align: center;
  width: 100%;
  font-family: AlfredoHeavy;
}

.title-h1 {
  font-family: AlfredoHeavy;
  color: #3399cc;
  font-weight: 900;
  font-size: 3.4375em;
  position: relative;
  display: block;
  z-index: 5;
  line-height: 1.2;
}

.icon-rounded, .icon-footer-1 {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 25px;
  height: 40px;
  width: 40px;
}

body {
  font-family: "Raleway", sans-serif;
  font-display: swap;
}

a {
  text-decoration: none !important;
}

.error {
  color: #f73336 !important;
}

.border-radius-20 {
  border-radius: 20px;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #2553b8;
}

.robot {
  display: none;
}

.padding-41 {
  padding: 41px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
}

h1 {
  font-size: 26px;
}

.bg-danger {
  background: red !important;
  color: white !important;
}

.bg-success {
  background: #00ff62 !important;
  color: black !important;
}

.logo {
  width: 120px;
  height: 52px;
}

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

.back-to-top {
  border-radius: 5px !important;
}

.bg-white {
  background: #fff;
  color: #071011;
}

@media (max-device-width: 768px) {
  img {
    width: 100% !important;
    height: auto !important;
  }

  .logo {
    width: 120px !important;
    height: 52px !important;
  }
}
.btn-primary:hover {
  color: #fff;
  background-color: #f73336;
  border-color: #f73336;
}

.btn-primary {
  color: white;
  background-color: #004E7D;
  border-color: white;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #ff5b5e;
  border-color: #f73336;
  box-shadow: 0 0 0 0.25rem rgba(217, 53, 55, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ff6567;
  border-color: #f73336;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 53, 55, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #000;
  background-color: #004E7D;
  border-color: #004E7D;
}

.btn-white {
  background: #fff;
  color: #004E7D;
}
.btn-white:hover {
  background: #f73336;
  color: #fff;
}

.navbar .logo {
  border-radius: 25px;
}
.navbar a {
  font-weight: bold !important;
}
.navbar a:hover {
  color: #f73336;
}

/*** Footer ***/
footer {
  font-weight: bold !important;
  background: #004E7D;
}
footer .adresse a {
  color: #fff;
}
footer .adresse a:hover {
  color: #f73336;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.home .content-banner {
  display: flex;
  justify-content: space-between;
}
.home .partenaire {
  /* Slider */
}
.home .partenaire .slick-slide {
  margin: 0px 20px;
}
.home .partenaire .slick-slide img {
  width: 100%;
}
.home .partenaire .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.home .partenaire .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.home .partenaire .slick-list:focus {
  outline: none;
}
.home .partenaire .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.home .partenaire .slick-slider .slick-track,
.home .partenaire .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home .partenaire .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.home .partenaire .slick-track:before,
.home .partenaire .slick-track:after {
  display: table;
  content: "";
}
.home .partenaire .slick-track:after {
  clear: both;
}
.home .partenaire .slick-loading .slick-track {
  visibility: hidden;
}
.home .partenaire .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.home .partenaire [dir=rtl] .slick-slide {
  float: right;
}
.home .partenaire .slick-slide img {
  display: block;
}
.home .partenaire .slick-slide.slick-loading img {
  display: none;
}
.home .partenaire .slick-slide.dragging img {
  pointer-events: none;
}
.home .partenaire .slick-initialized .slick-slide {
  display: block;
}
.home .partenaire .slick-loading .slick-slide {
  visibility: hidden;
}
.home .partenaire .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.home .partenaire .slick-arrow.slick-hidden {
  display: none;
}
.home h3,
.home h4 {
  font-size: 35px;
}
.home h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.home h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #004E7D;
  bottom: 0;
  left: calc(50% - 20px);
  position: relative;
  margin-top: 10px;
}
.home .box {
  border: 1px solid #004E7D;
  padding: 8px;
  border-radius: 20px;
  border-left: 10px solid #004E7D;
  background: white;
  color: black;
}
.home .card {
  height: 100%;
}
.home .home-1 h1 {
  font-size: 50px;
}
.home .home-1 h2 {
  font-size: 26px;
}
.home .home-2 .line-divide {
  height: 2px;
  color: #004E7D;
  opacity: 1;
}
.home__home-4 {
  display: flex;
}
.home__home-4--projet-1 {
  background: #004E7D;
  color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
}
.home__home-4--projet-1 .container {
  width: 70%;
}
.home__home-4 .img-1 {
  position: relative;
  top: 21px;
  left: -48px;
  width: 32%;
  height: 238px;
}
@media (max-device-width: 768px) {
  .home__home-4 {
    display: block;
  }
  .home__home-4--projet-1 {
    width: 100%;
  }
  .home__home-4 img {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .home__home-4 .content-img {
    padding: 10px;
    display: flex;
  }
}
.home__home-5 {
  display: flex;
}
.home__home-5--projet-2 {
  background: #004E7D;
  color: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
}
.home__home-5--projet-2 .container {
  width: 70%;
}
.home__home-5 .img-1 {
  position: relative;
  top: 29px;
  left: 40px;
  width: 32%;
  height: 238px;
}
@media (max-device-width: 768px) {
  .home__home-5 {
    display: flex;
    flex-direction: column;
  }
  .home__home-5--projet-2 {
    width: 100%;
  }
  .home__home-5 img {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .home__home-5 .content-img {
    padding: 10px;
    display: flex;
  }
  .home__home-5 .element-1 {
    order: 2;
  }
  .home__home-5 .element-2 {
    order: 1;
  }
}
.home__home-7--content {
  background: #004E7D;
  color: #fff;
  height: 100%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
}
.home__home-8 hr {
  height: 10px;
  color: #004E7D;
  opacity: 1;
}
.home__home-8 .line-1 {
  width: 7%;
}
.home__home-8 .line-2 {
  width: 100%;
}
.home__home-9 .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.home__home-9 .accordion-title {
  padding: 1rem 1.25rem;
  font-weight: 700 !important;
  font-size: 26px !important;
  text-transform: uppercase;
}
.home__home-9 .accordion-header {
  cursor: pointer;
}
.home__home-9 .description .title-6 {
  font-size: 28px;
}
.home__home-9 .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: auto !important;
  padding: 1rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  border: 0;
  background-color: #F0F0F0;
  border-radius: 50%;
  margin: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.home__home-9 .accordion-button:not(.collapsed) {
  color: #e6383b;
  background-color: #F0F0F0 !important;
  box-shadow: none;
}
.home__home-10 h5 {
  font-size: 60px !important;
}
.home__home-10 .section-2 {
  border-radius: 15px !important;
}
@media (max-device-width: 768px) {
  .home__home-10 .section-1 img {
    width: 100% !important;
  }
}
.home__home-11 hr {
  height: 10px !important;
  color: #004E7D;
  opacity: 1;
}
.home__home-11 .line-1 {
  width: 35%;
}
.home__home-11 .line-2 {
  width: 40%;
}
.home__home-11 .card {
  border-radius: 10px !important;
}
.home__home-11 .rounde {
  clip-path: ellipse(50% 50%);
}
.home .banner {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../../assets/images/banner.webp) center center no-repeat;
  background-size: cover;
}
@media (max-device-width: 768px) {
  .home .accordion-title {
    font-size: 19px !important;
  }
  .home .accordion-body {
    padding: 0 !important;
  }
  .home .accordion-body .container {
    padding: 0 !important;
  }
  .home .accordion-body .container .col-lg-6 {
    padding: 0 !important;
  }
  .home .accordion-body .container .col-lg-6 p {
    font-size: 15px !important;
  }
  .home .accordion-body span {
    font-size: 25px !important;
  }
  .home .container {
    width: 100%;
  }
  .home .btn {
    width: 100% !important;
  }
  .home .content-banner {
    display: flex;
    flex-direction: column;
  }
  .home .content-img {
    display: flex;
    flex-direction: column;
  }
  .home h1 {
    font-size: 23px !important;
  }
  .home h2 {
    font-size: 19px !important;
  }
  .home h3 {
    font-size: 23px !important;
  }
  .home h4 {
    font-size: 26px !important;
  }
}

.developpementWeb .baniere {
  background: #004E7D;
}
.developpementWeb h1 {
  font-size: 41px;
}
.developpementWeb__technologie--content-1 {
  display: flex;
  justify-content: space-between;
}
.developpementWeb__technologie--content-1 img {
  object-fit: contain;
}
@media (max-device-width: 420px) {
  .developpementWeb__technologie--content-1 {
    flex-direction: column !important;
  }
}
.developpementWeb__technologie--content-2 {
  display: flex;
  justify-content: space-between;
}
.developpementWeb__technologie--content-2 img {
  object-fit: contain;
}
@media (max-device-width: 420px) {
  .developpementWeb__technologie--content-2 {
    flex-direction: column !important;
  }
}
.developpementWeb__technologie--content-3 {
  display: flex;
  justify-content: space-between;
}
.developpementWeb__technologie--content-3 img {
  object-fit: contain;
}
@media (max-device-width: 420px) {
  .developpementWeb__technologie--content-3 {
    flex-direction: column !important;
  }
}
@media (max-device-width: 768px) {
  .developpementWeb__technologie .link-web-1 {
    text-align: center !important;
  }
  .developpementWeb__technologie .link-web-1 a {
    width: 100% !important;
  }
}

.logiciel .baniere {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../../assets/images/banner-genie-logiciel.jpg) center center no-repeat;
  background-size: cover;
  height: 283px;
}
.logiciel .baniere h1 {
  font-size: 46px;
  font-weight: 1000;
}
.logiciel .baniere p {
  font-size: 22px;
}
.logiciel__content-2 i {
  font-size: 26px;
}
.logiciel__content-2 .GL-etap-3 {
  margin-left: 90px;
}
.logiciel__content-2 .GL-etap-4 {
  margin-left: 130px;
}
.logiciel__content-2 .GL-etap-5 {
  margin-left: 160px;
}
.logiciel__content-2 .GL-etap-6 {
  margin-left: 200px;
}
.logiciel__content-2 .GL-etap-7 {
  margin-left: 230px;
}
.logiciel__content-2--element {
  background: #004E7D;
  border-bottom-left-radius: 400px;
  border-top-right-radius: 400px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

.hebergement .baniere {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../../assets/images/banner-Hebergement-Web-rogner.jpg) center center no-repeat;
  background-size: cover;
  height: 354px;
}
.hebergement .baniere h1 {
  font-size: 46px;
  font-weight: 1000;
}
.hebergement .baniere p {
  font-size: 22px;
}

.referencement__baniere {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5));
}
.referencement__baniere h1 {
  font-size: 46px;
  font-weight: 1000;
}
.referencement__baniere p {
  font-size: 22px;
}
.referencement__content hr {
  height: 10px;
  color: #004E7D;
  opacity: 1;
}
.referencement__content .line-1 {
  width: 7%;
}
.referencement__content .line-2 {
  width: 59%;
}

.produits .baniere {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../../assets/images/baniere-informatique.webp) center center no-repeat;
  background-size: cover;
  height: 381px;
}
.produits .baniere h1 {
  font-size: 46px;
  font-weight: 1000;
}
.produits .baniere p {
  font-size: 22px;
}
.produits__content .vertical-line {
  border-left: 4px solid #004E7D;
  height: auto;
  display: inline-block;
}
.produits__content--block-1 h3 {
  width: 180px;
}
.produits__content--block-2 h3 {
  width: 180px;
}

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