
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap');

* {
  transition: all 0.5s ease-out;
}

html {
  font-size: 16px;
  line-height: 24px;
  transition: all 1s ease-out;
}

/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 2s;
}

/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}

body{
  color: #000;
  font-family: 'Jost', sans-serif  !important;
  font-size: 1rem;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-weight: 400;
}
.button {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px 29px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #135DE4;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  white-space: nowrap;
  transition: background 0.15s ease;
  box-shadow: 0px 8px 17px rgba(19, 93, 228, 0.27);
  transition: all 1s ease-out;
}

p{
  font-size: 18px;;
}

h2{
  font-size: 30px;
}

h3{
font-size: 22px;
letter-spacing: 0px;
}

.display-1{
  font-size: 70px;
  font-weight: 600;
}

.display-2{
  font-size: 60px;
  font-weight: 600;
}

.display-3{
  font-size: 50px;
  font-weight: 600;
}
.display-4{
  font-size:45px;
  font-weight: 600;
}

.display-5{
  font-size:40px;
  font-weight: 600;
}

.display-6{
  font-size:35px;
  font-weight: 600;
}

.mark, mark {
  padding: 0.2em;
  color: #ffffff;
  background-color: #135DE4;
}

.overlay:after{
  background-color: #000;
}

.bg-primary, .btn-primary {
  background-color: #135DE4!important;
}

.btn-secondary, .btn-secondary{
  background-color: #135DE4!important;
  border: 1px solid #fff!important;;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 15px 30px;
  font-size: 1rem;
  border-radius: 50px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 0px 8px 17px rgba(19, 93, 228, 0.27);

}

.btn:hover {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #002E7F;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  padding: 15px 30px;
  font-size: 1rem;
  border-radius: 50px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar-brand img{
  max-height: 43px;
}

hr{
  width: 60%;
  border: 1px solid rgb(229, 229, 229);
  margin: 0 auto;
  margin-top: 50px;
}

.content-wrapper {
  max-width: 2160px; /* Définissez la largeur maximale souhaitée */
  margin-left: auto;
  margin-right: auto;
}

/* footer */


.links-footer a{
padding: 20px 10px;
text-decoration: underline;
font-size: 0.8rem;
}


.logo-footer{
  height: 20px;
  vertical-align: inherit;
}

.logo-data{
  margin-top: 60px;
  margin-bottom: 20px;;
  height: 87px;

}


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

.bold{
font-weight: 600;
}

.black{
  color: #000;
}

.blue{
  color: #135DE4
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hover-up {
	position: relative;
  top: 0;
  transition: ease-in-out 0.2s;
  transition: all 0.5s ease-out;


}

.hover-up:hover {
	top: -8px;
  transition: ease-in-out 0.2s;
  transition: all 0.5s ease-out;



}

.text-primary{
  color: #135DE4 !important;
}

.center{
  margin: 0 auto;
  text-align: center;
}

.btn-book-demo-xl{
  background: #fff;
  border-radius: 60px;
  color: #135DE4 !important;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  font-size: 20px;
  text-align: center;
  box-shadow: 0px 8px 10px #00000029;
  border: 1px solid #135DE4;
  margin-top:20px;
  display: inline-block;
  transition: all 1s ease-out;
}
.btn-book-demo-xl:hover{
  background: #000;
  color: #fff !important;
  transition: all 1s ease-out;
}


.btn-book-demo {
  background: #fff;
  border-radius: 60px;
  color: #135DE4 !important;
  font-weight: 600;

  padding: 10px 30px 10px 30px;

  text-align: center;
  box-shadow: 0px 8px 10px #00000029;
  border: 1px solid #135DE4;
}







@media only screen and (max-width: 600px) {


  p {
    font-size: 16px;
  }

  h3{
    font-size: 18px;
  }

  .display-3,   .display-4 {
    font-size: 34px;
    font-weight: 600;
  }

}
