/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Altone trial";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/AltoneTrial-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Altone-custom";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AltoneTrial-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  /* font-family: "Arial", sans-serif; */
  margin-top: 115px;
  position: relative;
}

body a {
  color: inherit !important;
  text-decoration: inherit;
  transition: opacity ease-in-out 0.3s;
}

body a:hover {
  color: inherit;
  opacity: 0.7 !important;
}

body .img-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}

body .logo {
  width: 90px;
  /*height: 105px;*/
  object-fit: fill;
}

body .home-h2 {
  font-size: 30px;
  font-weight: bold;
}

header {
  background-color: #000000;
  position: relative;
}

header .navbar {
  background: #ffffff;
  height: 96px;
  border: 1px solid transparent;

  /* overflow: hidden; */
}

header .navbar > div {
  padding-left: 0px;
  height: 115px;
  /* overflow: hidden; */
}

header .form-1 {
  width: 204px;
  position: relative;
  bottom: 0px;
  height: 115px;
  overflow: hidden;
  /* margin-top: 1px; */
}

header .form-2 {
  width: 200px;
  height: 117px;
}

header .navbar-brand {
  width: 300px;
  display: block;
  padding-left: 15px;
  overflow: hidden;
}

header .navbar-brand:hover {
  opacity: 1;
}

header .nav-top-all {
  margin-left: 50px;
}

header .nav-top-all .fab {
  border: 1px solid #2474b5;
  border-radius: 50%;
  color: #2474b5;
}

.dropdown-menu[data-bs-popper] {
  background: #E2E7E9;
  border-radius: 0px;
  box-shadow: none;

  min-width: 250px;
}

.dropdown-menu[data-bs-popper] li:first-child{
  border-bottom: 1px solid #CDD1D6;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-item:hover {
  color: #212529 !important;
}

/* .dropdown-menu[data-bs-popper] > li a{
    color: #212529;
} */

.carousel {
  box-shadow: 0px 0.3px 4px 5px #2222220a;
}

.carousel .carousel-inner {
  height: calc(100vh - 115px);
}

.carousel .carousel-inner .carousel-item {
  height: 100%;
}

.carousel .carousel-inner .carousel-caption {
  /* text-align: center; */
  top: 20%;
  margin: auto;
  margin-top: 200px;
}

@media screen and (max-width: 800px) {
  .carousel .carousel-inner .carousel-caption h5 {
    font-size: 33px !important;
    font-family: "Altone Trial";
    font-weight: bold;
    color: #2474b5;
  }

  .carousel .carousel-inner .carousel-caption .title {
    font-family: 'Open Sans',sans-serif;
    font-size: 26px !important;
    color: #2474b5;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.25rem;
    left: 5% !important;
    top: -15% !important;
    padding-top: 0 !important;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
  }

  .carousel-inner {
    height: 600px !important;
  }
}
.carousel .carousel-inner .carousel-caption h5 {
  font-size: 55px;
  font-family: "Altone Trial";
  font-weight: bold;
  color: #2474b5;
}

.carousel .carousel-inner .carousel-caption .title {
  font-family: "Altone Trial";
  font-size: 36px;
  color: #2474b5;
}

.carousel .carousel-inner .carousel-caption .title span {
  color: #2474b5;
}

.carousel .carousel-inner .carousel-caption .title {
  font-size: 28px;
  /* font-weight: bold; */
  /* font-weight: bold; */
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 32%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
}

.carousel .carousel-indicators button {
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 0 2px;
  background-color: #2474b5;
  border-radius: 50%;
  display: inline-block;
  /*transition: all 0.6s ease-in-out;*/
  opacity: 1;
  margin: 5px;
  margin-top: 3px;
}

.carousel .carousel-indicators button.active {
  background-color: #fff;
  /* height: 10px;
  width: 10px;
  margin-top: 13px; */
}

header .navbar .nav-item .nav-link {
  color: #39393C !important;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 15px;
  /* font-weight: bold; */
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  /* font-weight: bold; */
  /* font-family: 'Open Sans',sans-serif !important; */
}

header .navbar .nav-item .nav-link:hover,
header .navbar .nav-item .nav-link.active {
  color: #f00f54 !important;
  /* border-bottom: 1px solid #fff; */
}

.header-separator {
  width: 100%;
  display: block;
  position: absolute;
  top: 78px;
  color: #dbdbdb;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 372px;
}

.banner .content {
  bottom: 80px;
}

.banner .content h1 {
  font-size: 41px;
}

.banner .seo-h1 {
  font-size: 44px;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.home-partenaires,
.home-realisations .overlay {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-services {
  background-color: #e0e0e0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-services .img {
  height: 402px;
  background-color: #000;
  overflow: hidden;
  transition: 1s !important;
}

/* .home-services .img:hover{
    height: 402px;
    background-color: #000;
    overflow: hidden;
    background-size: 800px !important;
} */

.home-services .content {
  background-color: #fff;
  padding: 30px 20px 20px 20px;
}

.home-services .seo-h4 {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  font-family: "Altone Trial";
}

.sous-depart {
  font-size: 16px;
  color: #ffffff;
  font-family: "Myriad Pro";
  margin-top: -30px;
}

.home-services .content .desc {
  color: #444444;
  margin-bottom: 40px;
}

.home-services .see-all {
  display: inline-block;
  border: 1px solid #07668e;
  border-radius: 20px 20px 20px 20px;
  background-color: transparent;
  color: #07668e !important;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  height: 42px;
}

.home-realisations .see-all {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 20px 20px 20px 20px;
  background-color: transparent;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  height: 42px;
}

.home-corporation .seo-h2,
.home-services .seo-h2,
.home-realisations .seo-h2,
.home-partenaires .seo-h2,
.devi-form .seo-h2 {
  font-family: "Altone Trial";
  font-size: 26px;
  color: #07668e;
}

.home-corporation .desc {
  color: #444444;
  font-size: 16px;
  /* margin-bottom: 35px; */
}

.home-corporation .desc img {
  max-width: 100%;
  object-fit: cover;
}

.home-corporation .desc p:last-child,
.home-corporation .desc ul:last-child {
  margin-bottom: 0px;
}

.home-corporation .desc ul {
  padding-inline-start: 6px;
}

.home-corporation .desc ul li {
  padding-left: 10px;
}

.home-corporation .desc ul li::marker {
  content: "-";
}

.home-corporation .desc h5 {
  font-size: 16px !important;
}

.sous-service-title h4 {
  font-size: 20px;
  font-weight: bold;
  color: #06668d;
  font-family: "Altone Trial" !important;
  margin-bottom: 0px;
}

.sous-service-title .border-line {
  border-color: #07668e !important;
}

.sous-service-item .img {
  max-width: 344px;
  max-height: 344px;
}

.home-corporation .oblic,
.home-services .oblic {
  display: inline-block;
  width: 162px;
  /* clip-path: polygon(0% 0%, 89% 0, 100% 100%, 0% 100%); */
  border: 1px solid #07668e;
  border-radius: 20px 20px 20px 20px;
  background-color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  color: #07668e !important;
  padding: 12px 15px 10px 15px;
  height: 45px;
  text-align: center;
}
.service-item {
  display: inline-block;
  /* width: 162px; */
  /* clip-path: polygon(0% 0%, 89% 0, 100% 100%, 0% 100%); */
  border: 1px solid #07668e;
  border-radius: 20px 20px 20px 20px;
  background-color: #07668e !important;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff !important;
  padding: 12px 25px 10px 25px;
  height: 45px;
  text-align: center;
}

.home-corporation .img {
  height: 262px;
  background-color: #000;
  overflow: hidden;
}

.home-realisations {
  /* background: url(assets/images/bg-realisation.jpg); */
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.overlay-default {
  background-color: rgba(7, 119, 160, 0.9);
  height: 100%;
  width: 100%;
}

.home-realisations .img {
  height: 402px;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 15px;
}

.home-realisations .content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.home-partenaires .seo-h2 {
  color: #06779f;
}

.home-partenaires .galery .item {
  height: 112px;
  position: relative;
}

.home-partenaires .galery .item .img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.home-partenaires .galery .item .img img {
  object-fit: scale-down;
}

.home-corporation.intern .img {
  /* height: 285px; */
  /* width: 285px; */
  /* height: 285px; */
  border: 10px solid #e37777;
  border-radius: 50%;
  min-width: 285px;
  min-height: 285px;
}

.home-corporation.intern .title-rounded-bg {
  background-color: #07668e;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  padding: 20px;
  padding-right: 160px;
  margin: 0px;
  margin-bottom: 40px;
  border-radius: 0px 60px 60px 0px;
}

.team {
  background-color: #0777a0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.team .img {
  height: 188px;
  width: 188px;
  border-radius: 50%;
  background-color: #06668d;
  overflow: hidden;
  display: inline-block;
}

.team .seo-h2 {
  font-family: "Altone Trial";
  font-size: 35px;
  color: #07668e;
}

.team h3.title {
  font-size: 24px;
  font-weight: bold;
}

.devi-form .content-form {
  background-color: #f7f7f7;
  border: 1px solid #e1e1df;
}

.devi-form .content-form label {
  color: #06668c;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.devi-form .content-form .form-control {
  height: 60px;
}

.devi-form .content-form .form-control:focus {
  box-shadow: none;
}

.devi-form .content-form .form-control.text-area {
  height: initial;
}

.devi-form .content-form .submit-btn {
  background-color: #f8df54;
  color: #06668c;
  width: 500px;
  font-weight: bold;
}

.home-realisations.intern {
  background-repeat: repeat;
  background-size: auto;
}

/* .home-realisations.intern .seo-h2{
    color: #07668E !important;
} */

.page-item.active .page-link {
  background-color: #07668e;
  border-color: #07668e;
  color: #fff !important;
}

.home-contact {
  padding-top: 70px;
}

.home-contact .titre {
  color: #5e6465;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Altone Trial";
}

.home-contact .horizontal-bar {
  height: 33px;
  background-color: #2d2f82;
  width: 100%;
}

.home-contact .left .content {
  height: 100%;
  background-image: url("../images/contact-bg-1.jpg");
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.home-contact.intern .left .content {
  background-image: none;
}

.home-contact .left .content .text {
  display: block;
  margin-left: 25%;
}

.home-contact.intern .left .content .text {
  margin-left: 5%;
}

.home-contact #contact-form {
  margin-top: 20px;
  margin-bottom: 80px;
}

.home-contact #contact-form .form-control::placeholder {
  color: #b3b3b3;
}

.home-contact #contact-form .submit-btn {
  background: #06779f;
  width: 99px;
  color: #fff;
  padding-top: 11px;
}

.home-contact #contact-form .submit-btn > i {
  transform: rotateX(30deg);
  font-size: 20px;
}

.home-contact #contact-form .submit-btn:focus {
  box-shadow: none;
}

.contact-section2 {
  background-color: #3e91c4;
  padding-top: 60px;
  padding-bottom: 20px;
}

.contact-section2 h2 {
  font-family: "Altone Trial";
  font-weight: bold;
  font-size: 35px;
}

.contact-section2 .bordered-right {
  border-right: 1px solid #b2b2b2;
}

.contact-section2 .bordered-right:last-child {
  border-right: none !important;
}

.contact-section2 .icon .fas,
.contact-section2 .icon .fa {
  font-size: 25px;
  color: #fff;
  padding: 18px 19px 15px 19px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.contact-section2 .adresse {
  color: #fff;
  margin-top: 10px;
  font-family: Verdana, sans-serif !important;
  font-size: 14px;
}

.contact-section2 .icon .fa-phone {
  transform: rotate(90deg);
  padding: 17px 18px 17px 15px;
}

.contact-section3 {
  background-color: #eeeeee;
  padding-top: 50px;
  padding-bottom: 100px;
}

.contact-section3 .titre {
  color: #004579;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-section3 .form-control {
  border-radius: 0 !important;
  background-color: #f7f7f7 !important;
  border: none !important;
  font-size: 14px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.contact-section3 .custom-file-label {
  border-radius: 0 !important;
  background-color: #efefef !important;
  border: none !important;
}

.contact-section3 .form-control::placeholder,
.contact-section3 .form-control::-moz-placeholder,
.contact-section3 .form-control::-webkit-input-placeholder,
.custom-file-label {
  color: #b4b4b4 !important;
}

.contact-section3 .btn-send {
  padding: 8px 20px 5px 20px;
  background-color: #07668e !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0 !important;
  border: none !important;
  width: 174px;
}

.devi-form .desc * {
  font-family: 'Open Sans',sans-serif;
}

.police *, .police {
  color: #8a8a8a !important;
  font-family: 'Arial' !important;
  line-height: 1.8;
  text-align: justify !important;
}

.devi-form .form-control:disabled,
.devi-form .form-control:read-only {
  background-color: #fff !important;
}

.service-sec-2 .seo-h2,
.service-sec-1 .seo-h2 {
  font-family: "Altone Trial";
  font-size: 35px;
  color: #07668e;
}

.service-sec-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f1f2f3;
}

.service-sec-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0777a0;
  color: #fff;
}

.service-sec-2 .img,
.service-sec-3 .img {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #000;
}

.service-sec-2 *,
.service-sec-3 * {
  font-family: "Century gothic";
}

.service-sec-2 h4,
.service-sec-3 h4 {
  font-family: "Altone Trial";
  margin-bottom: 20px;
}

footer {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  height: 309px;
}

footer *{
  font-family: 'Altone-custom';
}

footer ul {
  float: right;
}

footer .bottom-menu .nav-link {
  text-transform: uppercase;
  margin-top: 10px;
}

footer .social {
  text-align: center;
}

footer .social .fab {
  border: 1px solid #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}

footer .signature {
  border-top: 1px solid #3C3C3C;
}

/* =================== MOBILE ===================== */
.overlay-search-input {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(7, 102, 142, 0.7);
  z-index: 1060;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
}

.overlay-search-input.active {
  height: 100%;
}

.overlay-search-input.active .close-search {
  position: fixed;
  top: 3%;
  right: 3%;
  color: #fff;
  z-index: 1070;
  font-size: 25px;
}

.overlay-search-input .close-search:hover {
  cursor: pointer;
}

.offcanvas.search-open {
  visibility: hidden !important;
}

.search-item i {
  color: #000;
  font-size: 20px;
}

.bg-linear {
  background-color: rgba(64, 91, 128, 0.91);
}

@media screen and (min-width: 800px) {
  .row-about {
    height: 550px;
  }
}
@media screen and (max-width: 800px) {
  .img-div {
    height: 300px;
    padding: 0px 10px 10px 50px !important;
  }
  .expertise,
  .expertise-2 {
    padding-right: 0 !important;
    display: none;
  }
  /* .expertise img, .expertise-2 img{
        margin-left: 0 !important;
    } */

  /* .expertise-btn{

    left: -5px !important;
    } */

  .row-about .img-div {
    display: none !important;
  }

  .expert {
    background-color: rgb(223, 233, 235);
    padding: 5px;
  }

  .expert h2 {
    margin-top: 10px;
  }

  .expert .oblic {
    margin-top: 15px !important;
  }

  body .logo {
    width: 70px;
    margin-left: 5px;
  }
}

.navbar-toggler:focus {
  box-shadow: none !important;
  border: none !important;
}

.expertise {
  background-color: #dfe9eb;
  padding-right: 100px;
}

.expertise-2 {
  /* background-color: #498EB3; */
  padding-right: 100px;
}

.expertise img,
.expertise-2 img {
  margin-left: -15px;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contaier {
  height: 330px;
  overflow: hidden;
  position: relative;
}

.expertise-btn {
  display: inline-block;
  border: 1px solid rgba(63, 132, 162, 0.8) !important;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(63, 132, 162, 0.8) !important;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff !important;
  padding: 12px 30px 10px 25px;
  height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: -15px;
}

.navbar-toggler:focus {
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.carousel .carousel-inner .carousel-item img {
  /* -webkit-animation: zoom 20s;
  animation: zoom 20s; */
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  visibility: hidden;
  height: 50px;
  width: 50px;
  top: 48%;
  z-index: 12;
  border: 2px solid #ffffff52;
  border-radius: 50%;
  padding: 5px;
  background-color: transparent;
}
.carousel .carousel-control-prev {
  left: 7%;
}
.carousel .carousel-control-next {
  right: 7%;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  z-index: 11;
  bottom: 29%;
  left: 16%;
  right: 23%;
  height: 225px;
  /* border-bottom: 8px solid red; */
  border-radius: 5px;
  text-align: left;
}
.carousel .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 50px;
  font-family: "Altorial bold", "Arial", "Sans-serif";
}
.carousel .arraw-down {
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel .arraw-down i {
  color: #fff;
  font-size: 30px;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  visibility: visible;
}

.carousel .carousel-inner .carousel-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00002b87;
}

.excert-partenaires {
  background-color: #d0ced1da;
  padding-top: 100px;
  padding-bottom: 50px;
}

.excert-partenaires .main-title {
  font-family: "Altone Trial";
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.main-title-2 {
  font-family: "Altone Trial";
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.video-section .main-title-2{
  margin-top: 150px;
}
.video-section .see-more{
  margin-top: -50px;
}

.main-title {
  font-family: "Altone Trial";
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

/* .excert-partenaires .main-title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 40%;
    height: 3px;
    background: #fff;
  } */

.excert-partenaires .item .img {
  height: 280px;
  width: 280px;
  overflow: hidden;
  border: 7px solid white;
  border-radius: 50%;
}

.name {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
/* linear-gradient(rgba(0,139,232,0.7), rgba(0,139,232,0.7)),  */
.excert-services {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-color: #008be995;
  background-image: url(../images/news-bg.fw.png); */
  background-size: cover;
}

.excert-services.actualites .img{
  border-radius: 10px 10px 0 0;
}

.excert-services.actualites .content{
  border-radius: 0 0 10px 10px;
  background-color: #F6F6F6 !important;
  padding-bottom: 50px;
  box-shadow: none !important;
}

.excert-services.actualites .content h4{
  margin-bottom: 60px;
}

.excert-services.actualites .content .desc{
  height: auto !important;
  color: black !important;
}
.excert-services.actualites .content .desc *{
  color: black !important;
}

.excert-services .main-title {
  font-family: "Altone Trial";
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

/* .excert-services .main-title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 40%;
    height: 3px;
    background: #fff;
  } */

.excert-services .img {
  height: 257px;
  width: 370px;
  background-color: gray;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .excert-services .img{
    width: 100% !important;
  }
  .excert-services .content {
    width: 100% !important;
  }
  header .navbar-brand{
    width: 260px!important;
  }
}

.excert-services .content {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    color: #8a8a8a;
    font-weight: 400;
    display: inline-block;
    background-color: #ffffff;
    margin: 0 0px 30px;
    float: left;
    box-shadow: #e8ebee 0px 5px 10px;
    position: relative;
    width: 370px;
    padding: 30px 50px 20px;
}

.des{
    color: #8a8a8a;
    border-left: #181818 7px solid;
    margin: 0 0px 5px -26px;
    padding-left: 19px;
}

.des-2{
  color: #8a8a8a;
  margin: 0 0px 5px -26px;
  padding-left: 19px;
}

.excert-services .content > h4 {
  font-family: "Altone Trial";
  font-size: 18px;
  color: #000;
  height: 45px;
  font-weight: bold;
}

.excert-services .content .desc {
  height: 50px;
  margin-bottom: 40px;
}

.excert-services .content .desc * {
  font-family: 'Open Sans',sans-serif !important;
  font-size: 16px !important;
  color: #888888 !important;
}

.excert-services .content .read-more {
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  color: #fff !important;
  background-color: #008be9;
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 87px;
  text-align: center;
  transition: all ease-in-out 0.2s;
}

.excert-services .content .read-more:hover {
  background-color: #1a5091;
}

.excert-services .see-more {
  display: inline-block;
  border: 1px solid #ef0f54;
  padding: 15px 100px;
  /* width: 410px; */
  text-transform: uppercase;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #fff !important;
  background-color: #ef0f54;
  transition: all ease-in-out 0.2s;
}

.excert-partenaires .see-more {
  display: inline-block;
  border: 1px solid rgb(189, 2, 2);
  /* #c11347 */
  padding: 15px;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #fff !important;
  background-color: rgb(189, 2, 2);
  transition: all ease-in-out 0.2s;
  /* margin-top: 80px; */
}

.excert-services .see-more:hover {
  background-color: #008be9;
  color: #fff !important;
  border-color: #fff;
  box-shadow: 5px 5px 5px -5px #008be9;
}

.service-date {
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  color: #000000de;;
}

.info-title {
  color: #2267b6 !important;
}

.contact-btn {
  font-size: 14px;
  border: 1px solid #646368;
  color: #2166b6;
  font-weight: bold;
  width: 270px;
  height: 52px;
  background-color: #f0f3fa;
}

.excert-partner {
  background-color: #2368b6;
  padding-top: 70px;
  padding-bottom: 20px;
}

.excert-partner .main-title {
  font-family: "Altone Trial";
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.main-title {
  font-family: "Altone Trial";
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

/* .excert-partenaires .main-title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 40%;
    height: 3px;
    background: #fff;
  } */

.excert-partner .item .img {
  height: 190px;
  width: 190px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%;
}

.excert-partenaires .owl-nav,
.excert-partner .owl-nav {
  position: relative;
}
.excert-partenaires .owl-nav .owl-prev div {
  position: absolute;
  top: -190px;
}
.excert-partner .owl-nav .owl-prev div {
  position: absolute;
  top: -125px;
  left: -30px;
}
.excert-partenaires .owl-nav .owl-next div {
  position: absolute;
  right: 0px;
  top: -190px;
}
.excert-partner .owl-nav .owl-next div {
  position: absolute;
  right: -30px;
  top: -125px;
}
.excert-partenaires .owl-nav .owl-prev div,
.excert-partner .owl-nav .owl-prev div {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.excert-partenaires .owl-nav .owl-next div,
.excert-partner .owl-nav .owl-next div {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .btn-see-more a {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .excert-partenaires .owl-nav .owl-prev div {
    left: 10px !important;
    top: -190px !important;
  }
  .excert-partner .owl-nav .owl-prev div {
    position: absolute;
    top: -170px;
    left: -10px;
  }
  .excert-partenaires .owl-nav .owl-next div {
    top: -189px;
  }
  .excert-partner .owl-nav .owl-next div {
    position: absolute;
    right: 0px;
    top: -168px;
  }

  footer ul {
    float: none !important;
    text-align: center;
  }
  footer ul.bottom-menu li {
    display: block !important;
  }
  footer .navbar-brand {
    text-align: center;
    display: inherit;
  }

  /* .excert-partenaires .owl-nav .owl-prev div, .excert-partner .owl-nav .owl-prev div{
        left: 10px !important;
        top: -190px !important;
    }
    .excert-partenaires  .owl-nav .owl-next div, .excert-partner .owl-nav .owl-next div{
        top: -189px;
      } */
}
@media screen and (min-width: 768px) {
  .btn-see-more a {
    width: 410px !important;
  }
}

.page-title-area {
    padding-top: 35px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #616064;
}
.page-title-content {
    position: relative;
}
.page-title-content h2 {
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
}
.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.page-title-content ul li a {
    display: block;
}
.page-title-content ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    height: 15px;
    width: 1px;
    background-color: #fff;
}
.page-title-content ul li:first-child::before{
    content: none;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-map iframe {
    width: 100%;
    border: none;
    height: 450px;
}
.contact-info {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-info li {
    font-size: 15px;
    color: #656565;
    list-style-type: none;
    margin-bottom: 12px;
}
.contact-info li span {
    font-size: 16px;
    color: #09101f;
    font-weight: 500;
}
.contact-form {
    margin-top: 25px;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    background-color: #ffffff;
}
.contact-form .title {
    margin-bottom: 25px;
}
.contact-form .title h3 {
    font-size: 25px;
    margin-bottom: 12px;
}
.contact-form .title p {
    font-size: 14px;
    margin-bottom: 0;
}
.contact-form form .form-group {
    margin-bottom: 15px;
}
.contact-form form .form-group .form-control {
    height: 60px;
    color: #09101f;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #a3a2a2;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 15px;
    font-weight: 500;
}
.contact-form form .default-btn {
    margin-top: 5px;
    display: inline-block;
    padding: 15px 35px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    background-color: #f00f54;
    border-radius: 5px;
    color: #ffffff;
}

.widget-area .widget {
    margin-bottom: 30px;
}
.widget-area .widget .widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 500;
}
.widget-area .widget_stay_connected .widget-title {
    margin-bottom: 20px;
}
.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #f00f54;
}

.img-about{
    height: 400px;
    width: 100%;
}
.img-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.excert-partenaires.bg-white .item .img{
    border-color: #f00f54;
}

.share-c {
    background-color: #2575b5;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff !important;
    padding: 10px 60px 10px 20px;
}
.share-c .share .fab,
.share-c .share .fa {
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all ease-in-out .5s;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md {
    max-width: 1230px !important;
}
.video-section{
  text-align: center;
}
}
.video-container{
  height: 500px;
  background-color: black;
  position: relative;
}
.video-container .video-circle{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 35%;
  left: 32.5%;
}

.onLogo{
  width: 163px;
  height: 156px;
  overflow: hidden;
  position: absolute;
  top: 70%;
  left: 85%;
}
.inside-banner{
  height: 146px;
  background-image: url(../images/bj-1.jpg);
  padding-top: 35px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #616064;
  margin-top: -20px;
}
.inside-banner *{
  font-size: 14px;
}
.police strong{
  color: #454646 !important;
}
.barro{
  border: 1px solid white;
  display: inline-block;
  width: 12px;
  margin-bottom: 4px;
}
.barro-2{
  border: 2px solid black;
  display: inline-block;
  width: 30px;
  margin-bottom: 4px;
}

/* square */
.square {
  background-color: #E2E7E9;
  height: 150px;
  width: 800px;
  margin: auto;
  /* border: rgb(215, 214, 214) solid 2px;  */
  position: fixed;
  left: 39%;
  z-index: 9999;
}

.square.top::after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #E2E7E9;
  top: -10px;
  left: 66%;
  border-top: #E2E7E9 solid 2px;
  border-left: #E2E7E9 solid 2px;
  transform: rotate(45deg);
}
.square.top .list-group-item{
  /* background-color: rgb(215, 214, 214) !important; */
  border: none;
}
.square.top .list-group-item:first-child{
  /* background-color: rgb(215, 214, 214) !important; */
  border-bottom: 1px solid #CDD1D6;
}
.square.top .list-group-item:hover{
  background-color: #CDD1D6 !important;
  border: none;
}
.square.top .list-group{
  border: none !important;
}
contact-section h3.title {
  color: #0C1921;
}
.content .contact-section h3 {
  font-size: 16px!important;
  font-family: Arial, Helvetica, sans-serif;
}
.content .contact-section h3.form-title {
  color: #77778C;
  font-weight: bold;
  /* margin-top: 20px!important; */
  margin-bottom: 20px !important;
}
.content .contact-section input.form-control {
  border-radius: 0 !important;
  border: 1px solid #F2F2F2;
  height: 46px;
  background-color: #F7F7F7;
}
.content .contact-section textarea.form-control {
  border: 1px solid #F2F2F2;
  border-radius: 0 !important;
  height: 300px;
  background-color: #F7F7F7;
}
.content .contact-section .btn-submit {
  background-color: #C00000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
  width: 174px;
  height: 45px;
}
.sidebar .inner-side {
  padding-bottom: 20px;
  background-color: #F7F7F7;
}
.pt-15 {
  padding-top: 15px;
}
.sidebar .inner-side ul li {
  margin-top: 8px;
}
.home-corporation .seo-h2,
.home-services .seo-h2,
.home-realisations .seo-h2,
.home-partenaires .seo-h2,
.devi-form .seo-h2{
    font-family: 'Montserrat';
    font-size: 35px;
    color: #07668E;
    font-weight: bold;
}

.home-corporation .desc{
    color: #444444;
    font-size: 16px;
    /* margin-bottom: 35px; */
}

.home-corporation .desc img{
    max-width: 100%;
    object-fit: cover;
}

.home-corporation .desc p:last-child,
.home-corporation .desc ul:last-child{
    margin-bottom: 0px;
}

.home-corporation .desc ul{
    padding-inline-start: 6px;
}

.home-corporation .desc ul li{
    padding-left: 10px;
}

.home-corporation .desc ul li::marker{
    content: "-";
}

.home-corporation .desc h5{
    font-size: 16px !important;
}

.sous-service-title h4{
    font-size: 20px;
    font-weight: bold;
    color: #06668D;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 0px;
}



.sous-service-title .border-line{
    border-color: #07668E !important;
}

.sous-service-item .img{
    max-width: 344px;
    max-height: 344px;
}

.home-corporation .oblic,
.home-services .oblic{
    display: inline-block;
    width: 162px;
    /* clip-path: polygon(0% 0%, 89% 0, 100% 100%, 0% 100%); */
    border: 1px solid #07668E;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    color: #07668E !important;
    padding: 12px 15px 10px 15px;
    height: 45px;
    text-align: center;
}
.service-item{
    display: inline-block;
    /* width: 162px; */
    /* clip-path: polygon(0% 0%, 89% 0, 100% 100%, 0% 100%); */
    border: 1px solid #07668E;
    border-radius: 20px 20px 20px 20px;
    background-color: #07668E !important;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff !important;
    padding: 12px 25px 10px 25px;
    height: 45px;
    text-align: center;
}



.home-corporation .img{
    height: 262px;
    background-color: #000;
    overflow: hidden;
}
/* header .navbar .nav-item.active{

} */