/**
 * GENERAL
 */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

section:not(#banniere, #contact, #slogan) {
  padding: 6vh 0;
}

.row {
  margin-left: 1px;
  margin-right: 1px;
}

/**
 * TITRE SECTION
 */

h2 {
  padding-bottom: 20px;
  font-weight: bold;
  color: #046197;
  font-size: 38px !important;
  letter-spacing: -2px;
  text-align: center;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 6%;
  right: 47%;
  border-bottom: 3px solid #046197;
}

h2.simple-black {
  color: black;
}

h2.simple-black::after {
  content: none;
}

h2.simple-white {
  color: white;
}

h2.simple-white::after {
  content: none;
}

h2.simple-blue {
  color: #046197;
}

h2.simple-blue::after {
  content: none;
}

.titre-section {
  padding-bottom: 50px;
}

/**
 * BANDEAU SUPERIEUR
 */

.bandeau-sup img {
  max-height: 50px !important;
  transition: opacity 400ms;
}
.bandeau-sup img:hover {
  opacity: 0.7;
}
.ariane {
  font-size: 20px;
  font-weight: bold;
}
.bloc-logo .bloc-connexion {
  padding: 15px;
}

.bloc-connexion .form-input {
  color: black;
  height: 30px;
  padding: 6px 12px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
}

.bloc-connexion a {
  color: #046197;
  font-size: 16px;
  line-height: 34px;
  margin-left: 20px;
}

.bloc-connexion a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.bloc-connexion .login {
  max-width: 180px;
}
.bloc-connexion .password {
  max-width: 200px;
}
.bloc-langue .bold {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.bloc-langue .bold:hover {
  font-weight: bold;
  text-decoration: none;
}

.bloc-langue a {
  cursor: pointer;
  font-size: 14px;
  color: white;
  text-decoration: none;
  padding: 0px 5px;
}

.bloc-langue a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .bandeau-sup {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 15px 10px 5px 10px;
  }

  .bloc-logo-connexion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .bloc-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .bloc-langue {
    text-align: right;
    margin-top: -10px;
    margin-right: 15px;
  }
  .bloc-logo,
  .bloc-connexion,
  .bloc-langue {
    padding: 0px 0px;
  }
  .ariane {
    margin-top: 8px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .bandeau-sup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .bloc-logo-connexion {
    display: flex;
    flex-direction: column;
  }
  .bloc-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .bloc-langue {
    text-align: right;
  }
  .bloc-logo,
  .bloc-connexion,
  .bloc-langue {
    padding: 0 0px;
  }
  .ariane {
    margin-top: 8px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 532px) {
  .bandeau-sup {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .bloc-logo-connexion {
    display: flex;
    flex-direction: column-reverse;
  }
  .bloc-connexion {
    text-align: center;
  }
  .bloc-connexion a {
    padding: 15px;
  }
  .bloc-logo {
    display: flex;
    flex-direction: column;
  }
  .bloc-logo,
  .bloc-connexion,
  .bloc-langue {
    padding: 20px;
  }
  .bloc-langue a {
    padding: 15px;
    margin-left: 10px;
  }
  .ariane {
    margin: 0;
    padding: 0;
  }
}

/**
 * CONNEXION
 */

.connexion {
  display: flex;
  flex-direction: row-reverse;
}

.connexion .form-input {
  color: black;
  height: 34px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
}

.connexion a {
  color: white;
  font-size: 16px;
  line-height: 34px;
}
.connexion a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.connexion .login {
  max-width: 180px;
}
.connexion .password {
  max-width: 110px;
}

@media (min-width: 768px) {
  .connexion a {
    padding-left: 20px;
  }
}

/**
 * LANGUE
 */

.lang {
  position: absolute;
  right: 40px;
  top: 70px;
}

.lang .bold {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

.lang .bold:hover {
  font-weight: bold;
  text-decoration: none;
}

.lang a {
  cursor: pointer;
  font-size: 14px;
  color: white;
  text-decoration: none;
  padding: 0 5px;
}

.lang a:hover {
  text-decoration: underline;
}

/**
 * BANNIERE
 */

.banniere-leaneo {
  background: url('../images_leaneo/fond-logiciel.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}

#banniere #texte-intro {
  padding: 2% 5%;
  letter-spacing: -1px;
  line-height: 1.5;
}
#banniere #texte-intro img {
  max-height: 60px;
  transition: opacity 400ms;
}
#banniere #texte-intro img:hover {
  opacity: 0.7;
}
#banniere #texte-intro h1 {
  font-weight: bold;
  text-align: center;
}
.line-height {
  line-height: 1.5;
}
#banniere #texte-intro h3 {
  margin: 0;
  text-align: center;
}

.down-arrow {
  position: relative;
  margin-top: 8vh;
  margin-bottom: 40px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.down-arrow a {
  font-weight: bold;
  letter-spacing: -1px;
  color: #ffffff;
  transition: color 400ms;
  padding: 15px 0;
}

.down-arrow a:hover,
.down-arrow a:focus {
  cursor: pointer;
  text-decoration: none;
  color: #96bedf;
}

@media only screen and (max-width: 460px) {
  #banniere #texte-intro img {
    width: 200px;
  }
  #banniere #texte-intro h1 {
    font-size: 30px;
  }
  #banniere #texte-intro h3 {
    font-size: 20px;
  }
  .down-arrow a {
    font-size: 20px;
  }
  .down-arrow span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 460px) {
  #banniere #texte-intro h1 {
    font-size: 30px;
  }
  #banniere #texte-intro h3 {
    font-size: 20px;
  }
  .down-arrow a {
    font-size: 20px;
  }
  .down-arrow span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #banniere
    #texte-intro
    img:not(.banniere-ouvrages img, .banniere-mentions img, .banniere-mm img, .banniere-contact img) {
    margin-top: -50px;
  }

  #banniere #texte-intro h1 {
    font-size: 40px;
  }
  #banniere #texte-intro h3 {
    font-size: 30px;
  }
  .down-arrow a {
    font-size: 25px;
  }
  .down-arrow span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  #banniere #texte-intro h1 {
    font-size: 55px;
  }
  #banniere #texte-intro h3 {
    font-size: 35px;
  }
  .down-arrow a {
    font-size: 30px;
  }
  .down-arrow span {
    font-size: 23px;
  }
}

/**
 * FLECHE
 */

#floating-arrow {
  -webkit-animation-name: floating-arrow;
  animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.go_top {
  background: url('../images_leaneo/top.png') no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 50% 50%;
  position: fixed;
  width: 70px;
  height: 60px;
  bottom: 0;
  right: 1.5%;
  transition: background-color 400ms;
  z-index: 9000;
}

.go_top:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/**
 * VIDEO
 */

iframe {
  width: 600px;
  height: /*320px;*/ 378px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  iframe {
    width: 80%;
    height: 140px;
  }
}

/**
 * PRINCIPE
 */

.principe-logiciel {
  font-size: 3vh;
  font-weight: 300;
  text-align: center;
  line-height: 5vh;
}

.principe-logiciel #logo-leaneo {
  height: 5vh;
  margin-bottom: 1vh;
}

#principe h3 {
  font-weight: bold;
  letter-spacing: -1px;
}

/**
* SUITE LEANEO
*/

#suite {
  background-color: #f0f0f0;
  margin: 0;
  padding: 8vh 0;
}

#suite h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.65;
  padding: 0 8vh;
}

#suite h2.custom-h4 {
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1.5px;
  padding-bottom: 0;
  color: rgb(0, 0, 0);
  margin: 10px 0;
}

#suite h2.custom-h4::after {
  display: none;
}

#suite h3.custom-h5 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 10px 0;
}

.modules {
  padding: 0 8vh;
}
.module-leaneo {
  padding: 15px;
}
.module-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-leaneo a:hover {
  color: white;
  background-color: #046197;
  cursor: pointer;
}

.module-leaneo a {
  color: black;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 20px rgbA(0, 0, 0, 0.2);
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  transition: background-color 300ms;
}

@media only screen and (max-width: 460px) {
  #suite h3 {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .module-leaneo img {
    width: 110px;
  }
}

@media only screen and (min-width: 650px) {
  .module-leaneo img {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .module-leaneo img {
    width: 55%;
  }
  .module-leaneo {
    height: 350px;
  }
}

/**
 * CALL TO ACTION LEANEO
 */

#leaneo .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}

#leaneo h3 {
  font-size: 30px;
  font-weight: bold;
  color: #046197;
  letter-spacing: -1px;
  text-align: center;
}

#leaneo img:hover {
  opacity: 0.7;
  cursor: pointer;
}

#leaneo img {
  height: 38px;
  margin-bottom: 5px;
}

#leaneo button:hover {
  background-color: #046197;
  color: white;
}

#leaneo button {
  height: 50px;
  width: 200px;
  background-color: white;
  border: 2px solid #046197;
  border-radius: 5px;
  color: #046197;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 20px;
}

/**
 * CALL TO ACTION leaneo-defined-module
 */

#leaneo-defined-module {
  margin-top: -10vh;
  margin-bottom: 4vh;
}

#leaneo-defined-module h3 {
  font-size: 30px;
  font-weight: bold;
  color: #046197;
  letter-spacing: -1px;
  text-align: center;
}

#leaneo-defined-module img:hover {
  opacity: 0.7;
  cursor: pointer;
}

#leaneo-defined-module img {
  height: 38px;
  margin-bottom: 5px;
}

#leaneo-defined-module button:hover {
  background-color: #046197;
  color: white;
}

#leaneo-defined-module button {
  height: 50px;
  width: 200px;
  background-color: white;
  border: 2px solid #046197;
  border-radius: 5px;
  color: #046197;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 20px;
}

.leaneo-defined-module-btn-call-action {
  padding-top: 10px;
}

/**
 * DOMAINE - MOTS CLEFS
 */

#slogan {
  background: url('../images_cmd/domaine.webp') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 175px;
}

.filtre-slogan {
  color: white;
  min-height: 175px;
  background: rgba(0, 60, 95, 0.7);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#slogan h3 {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 38px;
  text-shadow: rgb(0 60 95 / 49%) 1px 1px, rgb(0 60 95 / 49%) -1px 1px, rgb(0 60 95 / 49%) -1px -1px,
    rgb(0 60 95 / 49%) 1px -1px;
}

/**
 * FONCTIONNALITES
 */

#fonctionnalites .text-center {
  height: 300px;
  font-weight: 300;
}

#fonctionnalites .text-center:hover {
  background: linear-gradient(rgb(255, 255, 255), rgb(238, 238, 238), rgb(238, 238, 238), rgb(255, 255, 255));
}

#fonctionnalites img {
  max-width: 120px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#fonctionnalites h3 {
  font-size: 22px;
  display: inline-block;
  padding-bottom: 2px;
  font-weight: bold;
  letter-spacing: -2px;
}

#fonctionnalites .content .text-center:hover {
  background: rgb(238, 238, 238);
  background: -webkit-linear-gradient(
    rgb(255, 255, 255),
    rgb(238, 238, 238),
    rgb(238, 238, 238),
    rgb(255, 255, 255)
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    rgb(255, 255, 255),
    rgb(238, 238, 238),
    rgb(238, 238, 238),
    rgb(255, 255, 255)
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    rgb(255, 255, 255),
    rgb(238, 238, 238),
    rgb(238, 238, 238),
    rgb(255, 255, 255)
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    rgb(255, 255, 255),
    rgb(238, 238, 238),
    rgb(238, 238, 238),
    rgb(255, 255, 255)
  ); /* Standard syntax */
}

/**
 * CLIENTS LOGICIEL
 */

#clients .confiance-logiciel img {
  max-width: 130px;
  max-height: 130px;
  vertical-align: middle;
  transition: opacity 400ms;
}

#clients .confiance-logiciel img:hover {
  opacity: 0.7;
}

.confiance-logiciel {
  height: 130px;
  text-align: center;
  padding: 15px;
}

/**
 * TEMOIGNAGE
 */

#temoignage {
  background-color: #f0f0f0;
}

.slideshow-container {
  position: relative;
  padding: 0 50px;
}

.text-temoignage {
  font-size: 25px;
  text-align: justify;
}

.client-temoignage {
  text-align: end;
  font-size: 20px;
  letter-spacing: -1.5px;
}

.img-temoignage1 {
  background: url('../images_leaneo/temoignages/temoignage-dwe.jpg') center no-repeat;
  width: 150px;
  height: 150px;
  margin: auto auto auto 40px;
  border-radius: 50%;
}

.img-temoignage2 {
  background: url('../images_leaneo/temoignages/temoignage-edf.jpg') center no-repeat;
  width: 150px;
  height: 150px;
  margin: auto auto auto 40px;
  border-radius: 50%;
}

.img-temoignage3 {
  background: url('../images_leaneo/temoignages/temoignage-albioma.jpg') center no-repeat;
  width: 150px;
  height: 150px;
  margin: auto auto auto 40px;
  border-radius: 50%;
}

@media only screen and (min-width: 920px) {
  #temoignage {
    margin: 9vh 15vh;
  }
}

/**
*  SLIDE
*/

.prev,
.next {
  border-radius: 50%;
  color: #046197;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  padding: 10px 20px;
  position: absolute;
  transform: translate(0, -50%);
  transition: 0.6s ease;
  top: 50%;
  width: 50px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background-color: #cccccc;
  text-decoration: none;
}

.ease {
  -webkit-animation-name: ease;
  -webkit-animation-duration: 1s;
  animation-name: ease;
  animation-duration: 1s;
}

@-webkit-keyframes ease {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes ease {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/**
 * CONTACT
 */

#contact {
  background: url('../images_leaneo/fond-contact.webp');
  background-size: cover;
  background-attachment: fixed;
  min-height: 265px;
}

#contact .filtre {
  color: white;
  height: 300px;
  background: rgba(0, 61, 96, 0.75);
  background-size: cover;
}

#contact .coordonnees {
  font-size: 20px;
}

#contact .coordonnees a {
  color: white;
}

#contact .coordonnees h3 {
  padding: 40px 0 20px 0;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: -1px;
  font-weight: bold;
}

.dummymail,
.dummytel {
  unicode-bidi: bidi-override;
  direction: rtl;
  padding: 15px 0;
}

@media only screen and (min-width: 1000px) {
  /*if we are on desktop we disable the link*/
  .dummytel {
    pointer-events: none !important;
    cursor: default !important;
  }
  .btn-call-action a:has(.dummytel) {
    /*does not work on firefox*/
    background-color: #023456 !important;
    transition: none !important;
  }
}

.dummymail:hover,
.dummytel:hover {
  cursor: pointer;
  text-decoration: underline;
}

#contact .adresse {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
}

#contact .adresse a {
  color: white;
}

#contact .adresse img {
  margin: 15px 0;
}

#contact .adresse img:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media only screen and (max-width: 1000px) {
  #contact,
  #contact .filtre {
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  #contact {
    height: auto;
  }
}

/**
 * CALL TO ACTION
 */

.btn-call-action {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-call-action a {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  width: fit-content;
  text-decoration: none;
}

.btn-call-action a {
  background-color: #023456;
  background-image: linear-gradient(90deg, #046197, #ffffff00);
  transition: background-color 200ms;
}

.btn-call-action a:hover {
  background-color: #3090c9;
}

h3.en_savoir_plus {
  color: black !important;
}

h3.en_savoir_plus a {
  color: #046197 !important;
}

.common-bar {
  background-size: cover;
  color: white;
  padding: 0 0 !important;
}

/*NAVIGATION BAR*/

.navbar-custom {
  background-color: transparent !important;
  border-color: transparent !important;
  margin-bottom: 0px !important;
  margin-right: 15px;
}

.navbar-custom a {
  color: white !important;
  font-size: 23px;
  font-weight: bold;
}

.navbar-custom .logo-leaneo img {
  margin-right: 0px;
  margin-left: 5px;
}

.navbar-custom .navbar-nav li a {
  line-height: 100%;
  color: white;
}

.navbar-custom .navbar-nav .dropdown-menu li a {
  line-height: 100%;
  color: white !important;
  font-size: 18px;
  padding: 10px 10px;
}

.navbar-custom .navbar-nav .dropdown-menu {
  min-width: 200px;
}

.navbar-custom .navbar-collapse {
  padding-right: 0px !important;
}

.navbar-custom .dropdown-menu {
  background-color: transparent;
}

.navbar-custom .open > a {
  background-color: initial !important;
}

.navbar-custom .open .dropdown-menu a:hover {
  background-color: transparent !important;
  font-weight: bold;
}

/* passwords and show/hide password */

#_password {
  padding-right: 40px;
  width: 170px;
}

.password-container {
  position: relative;
}

.btn-toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 100;
  color: #1f1a1a;
  background: transparent;
  border-color: transparent;
  font-size: x-large;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.btn-toggle-password i {
  line-height: 0;
}

.contact-vspace {
  margin-bottom: 25px;
}

/*
.check-icon {
  display: inline-flex;
  align-items: center;
}
*/

.caret-white {
  color: white !important;
}

.grecaptcha-badge {
  bottom: 50px !important;
  overflow: visible !important;
  box-shadow: none !important;
}

#footer-links {
  margin-top: -4vh;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  ul {
    list-style-type: none;
    width: fit-content;
    margin: auto;
    li {
      background-image: url('../images_leaneo/favicon.png');
      background-repeat: no-repeat;
      background-position: 0 0.1em;
      padding-left: 32px;
      background-size: 25px;
      margin-bottom: 5px;
    }
  }
}
