@charset "UTF-8";

@font-face {
  font-family: 'Lato';
  src: url('font/Lato-Light.ttf') format('truetype');
}

body{
  margin: 0;
  font-size: 28px;
  line-height: unset;
  font-family: 'Lato', sans-serif;
}
p,h1,h2{
  color: #000006;
}
#navbar {
  overflow: hidden;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
.navbar-brand {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 10%;
  margin-right: 0;
}

#navbar a.active {
  border-bottom: 2px solid #162481;
}
#navbar a {
  float: left;
  display: block;
  text-align:right;
  text-decoration: none;
  font-size:21px;
  font-weight: 500;
}
.navbar-nav .nav-item {
  margin-right: 40px;
}
.navbar.scrolled{
  background:#171717;
}
.navbar{
  transition:500ms ease;
  background:transparent;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .banner{
  padding-top: 60px;
}
.img_banner{
  width: 100%;
  height: 100%;
  box-shadow: 0 -5px 5px -5px #c9c9c7;
}
.navbar ul li a{
  color:#1631a1;
  font-size: 25px;
}
.navbar-brand .logo{
  width: 65%;
}
.navbar-toggler{
  color: #000;
  margin: 25px;
  font-size: 27px;
}
ul.nav.navbar-nav.justify-content-center {
  margin-left: 4px;
}
.pos button:focus{
  outline: none;
}
#navbarSupportedContent {
  justify-content: center;
}
.title h2{
  color: #1631a1;
  font-weight: bold;
  font-size: 40px;
}
.title h2::after {
  content: ' ';
  display: block;
  position: absolute;
  margin-top: 2%;
  height: 5px;
  width: 100px;
  background-color: #1631a1;
}
.block1,.block2,.block5{
  padding: 5% 10% 5% 10%;
}
.block3{
  padding: 4% 10% 3% 10%;
}
.block1 p {
  font-size: 19px;
  font-weight: 500;
}
.parag{
  margin-top: 75px;
  margin-bottom: 50px;
}
.block1-row{
  padding-top:70px;
}
.block1-img{
  width: 100%;
  height:auto;
}
.text-supplementaire{
  padding-top: 40px;
  font-size: 20px;
  color: #1631a1;
}
.block1-element:before { /* the custom styled bullets */
  background-color: #1631a1;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-bottom: -28px;
  height: 10px;
  width: 10px;
}
.block1-element p{
  margin-left: 47px;
}
.block1-list{
  list-style-type: none;
  padding-left: 0;
}
.block2{
  background-color: #f5f5f5;
}
.block2-row{
  padding-top:10%;
}
.block2-text p{
  color: #f5f5f5;
  font-size: 22px;
}
.col-content{
  padding: 12% 5% 0 5%;
  background-color: #1631a1;
  border-radius: 2%;
  height: 100%;
}
.block2-text li p{
  padding-left: 40px;
}
.block2-text ul{
  list-style-type: none;
  padding-left: 0;
}
.block2-text li:before { /* the custom styled bullets */
  background-color: #f5f5f5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-bottom: -28px;
  height: 10px;
  width: 10px;
}
.block2-child{
  text-align: center;
  border: 3px solid #1631a1;
  border-radius: 7%;
  padding: 7% 15px 15px 15px;
  margin: 0 3% 0 3%;
}
.block2-child1{
  margin-bottom: 3%;
}
.block2-child p{
  font-weight:500;
  font-size: 16px;
  padding-top: 14%;
}
.title-right h2{
  color: white;
}
.title-right h2:after{
  width:160px;
  background-color: #ffff;
}
.block3-line{
  display: flex;
}
.block3-text{
  font-size: 21px;
  padding-top:9%;
  color: white;
}
.block3-list ul{
  font-size: 18px;
  padding-top: 3%;
  padding-bottom: 8%;
  list-style: none;
}
.block3-list li:before { /* the custom styled bullets */
  background-color: #ffff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-bottom: -20px;
  height: 10px;
  width: 10px;
}
.block3-list p{
  color: white;
  padding-left: 12%;
  margin-bottom:0;
}
.block31{
  width:100%;
  position: relative;
}
.block31 img{
  position: absolute;
  bottom: -92px;
  width:520px;
}
.block3 {
  background-color: #27a9ff;
}
.catalogue-shadow {
  border-radius: 5px;
  box-shadow: rgba(121,121,121,0.25) 1px 1px 11px 3px;
  background: #f5f5f5;
  cursor: pointer;
  text-align: center;
  width: 320px;
  height: 315px;
  margin: 30px auto;
  padding: 5% 3% 0 3%;
}
.catalogue-shadow p{
  font-size: 16px;
  font-weight: 500;
  padding-top: 15%;
}
.catalogue-shadow img{
  width: 50%;
}
.catalogue-row2 .catalogue-shadow {
  margin: 0 5% 0 0;
}
.catalogue-row2{
  justify-content: center;
  margin: 3% 0 10% 0;
}
.catalogue-row1{
  padding-top: 8%;
}
.block4 h2 {
  text-align: center;
}
.block4{
  padding-top:5%;
}
.block5{
  background: url(../images/contact.png);
  background-size: cover;
  background-repeat:no-repeat;
  color: white;
  text-align: center;
  border-radius: 0px;
  overflow:hidden;
}
.block-icons{
  justify-content: center;
  padding-top: 5%;
}
.block-icons i{
  color: #1631a1;
  font-size: 60px;
}
.block-icons p{
  padding-top: 10%;
  font-size: 18px;
  font-weight: 500;
  color: #1631a1;
}
.block5-text{
  padding-top: 5%;
  font-size: 23px;
}
.title-center h2::after {
  content: ' ';
  display: block;
  position: relative;
  margin-top: 3%;
  height: 5px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1631a1;
}
.all_block{
  border-radius: 15px;
  box-shadow: #dadada 1px 1px 11px 3px;
  background: #ffffff;
  cursor: pointer;
  width:100%;
  height: 100%;
  margin: 30px auto;
  padding: 50px;
}
.contact-input{
  width:100%;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-bottom: 9px;
}
::placeholder{
  font-size:18px;
}
.contact-textarea{
  width:100%;
  margin-bottom:3%;
  padding:2.5%;;
}
.contact-button {
  width: 100%;
  font-size: 21px;
  padding: 1%;
  font-weight: 500;
  color: white;
  background: #1631a1;
  border: none;
}

footer{
  background-color: #1631a1;
  padding-top: 35px;
  padding-bottom: 20px;
}
.footer-element1{
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: 2;
}
.footer-element1 a{
  color: white;
}
.footer-element1 a:hover{
  color: white;
}
.footer-element2{
  text-align: right;
  padding-right: 10%
}
.social_icons .fab{
  color: #fff;
  border: 2px solid #fff;
  padding: 7px;
  background: transparent;
  display: inline-block;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 17px;
  margin: 0 3px;
}
footer .row{
  margin: 0 !important;
}
#alert{
  color: black;
  font-size: 18px;
}
