/*
* GENERAL
*/
@font-face {
  font-family: "Muli";
  src: url("resources/fonts/muli/Muli.ttf") format("truetype");
}

@font-face {
  font-family: "Muli-BoldItalic";
  src: url("resources/fonts/muli/Muli-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

.hidden {
  display: none;
}
.trans {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body {
  font-family: Muli, "Times New Roman", Times, serif;
  width: 100%;
}

/*
* OWL CAROUSEL
*/
:root {
  --main-white-color: white;
  --main-black-color: black;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel.temoignages {
  margin-top: 90px;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  border: none;
  background-size: 1920px 1200px;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}

section {
  display: none;
}

.col-centered {
  margin: 0 auto;
}

.owl-slide-title {
  font-size: 50px;
  margin-bottom: 30px;
}
.owl-slide-subtitle p {
  font-size: 24px;
  font-weight: lighter;
}

.container-fluid {
  margin-top: 100px;
}
#ordinateurs h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

a.navbar-brand > img {
  max-width: 210px;
  max-height: 57px;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100vw;

  z-index: 999;
  height: 90px;
  background: #fff;
  padding: 15px 110px;
}
.navbar::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 5px;
  background: #36a875 0% 0% no-repeat padding-box;
  opacity: 1;
}
a.nav-link {
  color: #677788;
  font-size: 16px;
  text-align: left;
  font: Bold Roman 16px/20px Muli;
  letter-spacing: 0px;
  opacity: 1;
}
a.nav-link:hover {
  color: #36a875;
}
.nav-item {
  margin-right: 45px;
}
.nav-item.active > a.nav-link {
  color: #36a875;
}
.nav-item:last-child {
  margin-right: 0;
}

a.navbar-brand {
  position: absolute;
  top: 15px;
}

ul.navbar-nav {
  z-index: 999;
  background-color: white;
}

/*
* FONTS
*/
h1 {
  font-family: Muli;
  font-size: 34px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}
h2 {
  font-size: 20px;
}
h3 {
  font-family: Muli;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 15.4px;
}
p {
  font-family: Muli;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}
blockquote {
  font-family: Muli;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
pre {
  font-family: Muli;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}

svg {
  max-width: 100%;
  width: 100%;
  height: 25px;
  fill: white;
  bottom: 0;
  z-index: 998;
  position: absolute;
}

svg.attente {
  bottom: -90px;
  fill: #343b43;
}
button.hamburger {
  outline: 0;
  visibility: hidden;
  position: absolute;
  right: 15px;
}

#ordinateurs img.icon {
  max-width: 95px;
}

#dropdown-list li {
  cursor: pointer;
  text-align: left;
  font: normal normal 300 16px/20px Muli;
  letter-spacing: 0px;
  color: #677788;
  opacity: 1;
}
#dropdown-list li span {
  text-align: left;
  font: italic normal 600 16px/20px Muli;
  letter-spacing: 0px;
  color: #677788;
  opacity: 1;
  margin-bottom: 5px;
}
#dropdown-list li div {
  margin: 10px;
}

a.teamviewer img {
  width: 200px;
  max-width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: #f0f0f0;
  border: 0;
  left: 50%;
  margin-left: -45px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #36a875 !important;
}
.owl-dots {
  left: 50%;
  margin-left: -45px;
  bottom: 35px;
}

.owl-carousel .owl-item img.logo-btn {
  width: 40px;
  height: 40px;
  margin: 5px 10px;
}
.owl-carousel .owl-item .carousel-button span {
  margin-right: 10px;
}

.card-carousel .card {
  background-color: transparent;
  border: none;
}

span.card-top {
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 47%;
  margin-left: -50px;
  text-align: center;
  line-height: 120px;
  -webkit-box-shadow: 2px 9px 19px -5px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 9px 19px -5px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 9px 19px -5px rgba(0, 0, 0, 0.37);
}

#assistance {
  padding-top: 75px;
  background: #f8f8fa;
}
#ordinateurs {
  padding-top: 75px;
  padding-bottom: 115px;
  background: #f8f8fa;
  position: relative;
}
#foire {
  padding: 115px 0;
}
#foire-text {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

#assistance svg {
  fill: #f8f8fa;
}
#log {
  background: rgb(54, 168, 117, 0.31);
}

footer {
  padding: 60px 0;
  background: #343b43;
  color: #fff;
}

footer p a {
  color: #fff;
  text-decoration: none;
}
footer p a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.logo {
  width: 150px;
  margin-top: -10px;
  margin-bottom: 7px;
}

div.card {
  margin-bottom: 80px !important;
}
p.card-text.company {
  color: #a83669;
  font-size: 14px;
  font-weight: bold;
}
div.card-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
div.card-text a {
  margin: 10px;
  color: #a83669;
}

#ordinateurs .icon {
  margin: 0 auto 25px;
  display: block;
}

a.teamviewer {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

div.container-accueil {
  margin-top: 0;
}

div.contact > p {
  margin: 0;
}

div.contact {
  top: 2950px;
  left: 480px;
  width: 199px;
  height: 173px;
  text-align: left;
  font: normal normal 300 16px/21px Muli;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

span.separator {
  border-top: 1px solid #ffffff;
  width: 100px;
  height: 1px;
  display: block;
  margin: 20px 0px;
}

.title-page {
  font: normal normal 300 16px/20px Muli;
  color: #36a875;
}
.title-page a {
  color: #677788;
}
.segment-title {
  border-color: white;
}

.carousel-button {
  font: 20px/25px Muli;
  padding: 6px 20px;
  margin-top: 10px;
  background-color: #36a875;
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: all 0.2s ease;
}

.border-page {
  margin: 0 5%;
}

.ProgressBar {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

.Progress {
  width: 30%;
  background-color: #36a875;
  height: 100%;
  border-color: #36a875;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.element:hover .Progress {
  width: 100%;
}

.card-top {
    display: flex;
    align-items: center;     
    justify-content: center; 
    height: 120px;
    background-color: #fff;
    z-index: 1;
}

.logo-ref {
    max-height: 80%;
    max-width: 60%;
    object-fit: contain; 
}

.card-carousel .owl-stage {
    display: flex;
}

.card-carousel .owl-item {
    display: flex;
    height: auto;
}

.card-carousel .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* espace intelligent entre body/top */
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;    
    overflow: visible;
    padding-top: 130px; /* laisse de la place pour le badge */
}

.card-carousel .card .card-body {
    background: white;
    position: relative;
    top: -65px;
    z-index: 0;
    padding-top: 85px;
    box-shadow: 4px 0 12px 0 rgba(0,0,0,0.08);
    border: 2px solid #fff;
}

.bold-kr {
  font-weight: bold;
  color:#36a875;
}


/*** Page de contact ***/

.contact-page {
  margin-bottom: 120px;
}

.contact-options {
  width: 100%;
}

p.contact-title {
  font: italic normal 800 66px/83px Muli-BoldItalic;
  letter-spacing: 0px;
  color: #231f20;
}

p.contact-text {
  font: normal normal bold 22px/25px Muli;
  color: #3f3f40;
}

.contact-input {
  height: 45px;
  margin-bottom: 15px;
  font-size: 20px;
}

textarea.contact-input {
  height: 230px;
}

.contact-input button {
  font: 20px/25px Muli;
  width: 100%;
}

.contact-info {
  margin-bottom: 15px;
}
.contact-info p {
  font: normal normal normal 20px/25px Muli;
  color: #3f3f40;
  margin: 0;
}

p.contact-info-title {
  font: normal normal bold 20px/25px Muli;
  margin-top: 15px;
}

.map {
  width: 100%;
}

.submit {
  background-color: #36a875;
  color: #ffffff;
}

/* Appliquer le style aux questions */
.form-question p {
  font-family: Muli, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #3f3f40;
  line-height: 25px;
  margin-bottom: 10px; /* Espacement entre la question et les boutons radio */
}

/* Style pour les labels "Oui/Non" */
input[type="radio"] {
  margin-right: 10px; /* Espacement entre le bouton et le label */
  vertical-align: middle; /* Alignement vertical des boutons avec le texte */
}

label.radio-label {
  font-family: Muli, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #3f3f40;
  margin-right: 15px; /* Espacement entre les options Oui et Non */
}

/* Uniformiser l'espacement des sections questions */
.form-question {
  margin-bottom: 20px;
}



/*** Page des sauvegardes ***/

.parc {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}

.parc div:first-of-type {
  margin-right: 80px;
}

.parc p {
  font: normal normal normal 16px/20px Muli;
  color: #343b43;
}

.parc p:first-of-type {
  font: normal normal bold 30px/20px Muli;
  color: #343b43;
  margin-bottom: 50px;
}

.parc-item p {
  font: normal normal normal 14px/20px Muli;
  color: #343b43;
}

.parc-item p:first-of-type {
  font: normal normal bold 20px/25px Muli;
  color: #343b43;
  margin-bottom: 20px;
}

.parc-item a {
  font: normal normal 300 16px/20px Muli;
  color: #677788;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}

div.parc-item {
  border-bottom: solid #36a875;
  margin-bottom: 30px;
}

.parc-list {
  background: #f8f8fa 0% 0% no-repeat padding-box;
  margin: 0 -15px;
  padding-top: 30px;
}

.parc-page svg {
  max-width: 100vw;
  width: 100vw;
  height: 25px;
  fill: #f8f8fa;
  position: relative;
  margin: 0;
}



/**** Details page ****/

.details-main-title {
  padding-top: 20px;
  padding-bottom: 40px;
}

.details-main-title h1 {
  color: #343b43;
}

img.details {
  width: auto;
}

.details-info,
.details-image {
  margin-bottom: 50px;
}

.details-div {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.details-div p {
  font: normal normal normal 16px/20px Muli;
  color: #343b43;
}

.details-div p.details-title {
  font: normal normal bold 30px/20px Muli;
  margin-bottom: 25px;
}

.details-div p.details-subtitle {
  font: normal normal bold 16px/20px Muli;
  margin-bottom: 0;
}

div.caracs p {
  font: normal normal bold 30px/38px Muli;
  color: #343b43;
  margin-bottom: 27px;
}

div.caracs td {
  color: #343b43;
  font: normal normal normal 16px/20px Muli;
  width: 50%;
}

div.caracs tr {
  height: 41px;
}

div.caracs td:last-child {
  font-weight: bold;
}

div.caracs tr:nth-child(odd) {
  background: #36a87533 0% 0% no-repeat padding-box;
}

div.caracs table {
  width: 100%;
  margin-bottom: 128px;
}

div.caracs span {
  margin-left: 20px;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 380px) {
  h1.carousel-title {
    font-size: 30px;
  }

  h3.carousel-title {
    font-size: 25px;
    line-height: normal;
  }

  div.carousel-subtitle p {
    font-size: 26px;
    line-height: 26px;
  }

  svg.attente {
    bottom: -146px;
  }
}

@media (max-width: 444px) {
  svg.attente {
    bottom: -107px;
  }
}

@media (max-width: 575.98px) {
  h1.carousel-title {
    font-size: 35px;
  }

  h3.carousel-title {
    font-size: 28px;
    line-height: normal;
  }

  div.carousel-subtitle p {
    font-size: 30px;
    line-height: 30px;
  }

  a.teamviewer {
    position: relative;
  }
}

/* Small & medium devices ( tablets less than 992px) */
@media (max-width: 991.98px) {
  .contact-options {
    flex-direction: column-reverse;
    width: 100%;
  }

  button.hamburger {
    visibility: visible;
  }
  ul.navbar-nav {
    display: none;
    position: fixed;
    border: 1px solid #36a875;
    right: 10px;
    top: 89px;
  }
  ul.navbar-nav a {
    margin-left: 10px;
  }
  a.navbar-brand {
    left: 15px;
  }

  h1.carousel-title {
    font-size: 45px;
  }

  h3.carousel-title {
    font-size: 38px;
    line-height: normal;
  }

  div.carousel-subtitle p {
    font-size: 35px;
    line-height: 35px;
  }

  div.details-div {
    flex-direction: column;
  }
  div.details-div:not(:first-child) {
    flex-direction: column-reverse;
  }

  .details-image :first-child {
    width: 100%;
  }

  .details-info, .details-image {
    margin-bottom: 0;
  }
}

/* Small devices (landscape phones less than 768px) */
@media (max-width: 768px) {
  button.hamburger {
    visibility: visible;
  }
  ul.navbar-nav {
    display: none;
  }
  a.navbar-brand {
    left: 15px;
  }

  .parc {
    flex-direction: column;
  }

  .parc div:first-of-type {
    margin-bottom: 30px;
  }

  .card-deck {
    display: flex;
    flex-direction: column;
  }

  h1.carousel-title {
    font-size: 40px;
  }

  h3.carousel-title {
    font-size: 35px;
    line-height: normal;
  }

  div.carousel-subtitle p {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 991.98px) {
  .details-image :first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  h1.carousel-title {
    font-size: 55px;
  }

  h3.carousel-title {
    font-size: 42px;
    line-height: normal;
  }

  div.carousel-subtitle p {
    font-size: 40px;
    line-height: 40px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/** All mobile devices **/
@media (pointer: none), (pointer: coarse) {
  #assistance svg,
  svg.attente {
    bottom: -146px;
  }
}


.box-form {
  width: 100%;
  border: 1px solid #36a875;
  border-radius: 10px;;
  z-index: 9999;
  padding: 20px;
  height:100%;
}
.margin-bottom {
  margin-bottom: 20px;
}

.special-windows {
  background-color: white;
  color: #0077D4;
}

.btn-right {
    width: auto !important;
    padding: 6px 20px;
    position: absolute;
    bottom: 20px;
    right: 35px;
}

/*** LANDING PAGES ***/
.landing-page {
  background: #f8f8fa;
}
.landing-page p {
  font-size: 18px;
}
.lp-title {
  text-align: center;
}
.lp-date {
  width: 100px !important;
  margin: 50px auto;
}
.lp-container {
  margin: 40px 20%;
}
.lp-info {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(224, 248, 240, 0.637);
  padding: 40px 25px;
}
.lp-info h3, .lp-title h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 32px;
}
.lp-info span.info {
  font-size: 50px;
  color:#36a875;
}

.lp-info span.source {
  font-size: 10px;
}

.lp-kr-value {
  background-color: #0079D5;
}
.lp-kr-value p {
  margin: 26px 0;
  color: white;
  text-align: center;
  line-height: 28px;
}

.lp-block {
  border: 2px solid rgba(157, 200, 186, 0.637);
  text-align: center;
  padding-top: 15px;
}

.lp-block h5 {
  color:#36a875
}

h3:target {
  scroll-margin-top: 100px; 
}

#windows11 h2 {
  font-size: 32px;
  color: white;
}

#windows11 .windows11 {
  color: rgb(0, 121, 213);
}

#windows11 .owl-carousel .owl-slide {
  height: 60vh;
}

/** Responsive for Landing Pages **/
@media (max-width: 768px) {
  .lp-container {
    margin: 40px 10%;
  }

  .lp-block {
    margin-bottom: 20px;
  }

  .landing-page .footer {
    margin-top: 160px;
  }
}
