@font-face {
    font-family: 'Altorial';
    src: url('FontsFree-Net-AltoneTrial-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Altorial bold';
    src: url('FontsFree-Net-AltoneTrial-Bold.ttf')  format('truetype');
}
body {
  margin: 0;
  padding: 0;
  font-family: "Altorial", sans-serif;
}
body a {
  color: inherit !important;
  text-decoration: inherit;
  transition: opacity ease-in-out 0.3s;
}
body a:hover {
  color: inherit;
  opacity: 1;
}
body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.8s;
}
body img.zoom-in:hover {
  transform: scale(1.1);
}
body .logo {
  width: 266px;
  height: 75px;
  object-fit: fill;
}

.sticky-top{
  padding: 0;
}

header .navbar{
  height: 116px;
}
header .navbar.fixed-top{
    box-shadow: 0px 1px 8px 2px #363636;
}
header .navbar-nav{
  line-height: 105px;
}
header .navbar-nav .nav-item{
  padding-left: 0;
  padding-right: 1.5rem;
}
header .navbar-nav .nav-item:nth-child(1) .nav-link,
.navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link{
    color: #E30613 !important;
}
header .navbar-nav .nav-link{
    padding-left: 15px !important;
    color: #000524;
    padding: 4px !important;
    padding-right: 0 !important;
    border-top: 5px solid transparent;
    transition: all ease-in-out .4s;
}
header .navbar-nav .nav-item .nav-link:hover{
  border-top: 5px solid #E30613;
  border-bottom-left-radius: 50%;
}
.navbar-expand-xl .navbar-nav .nav-item:first-child .nav-link::after,
.navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link::after,
.navbar-expand-xl .navbar-nav .nav-item:nth-last-child(2) .nav-link::after{
  display: none;
}
.navbar-expand-xl .navbar-nav .nav-link::after{
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background-color: #E30613;
}
.navbar-expand-xl .navbar-nav .nav-link span{
  padding-right: 15px;
}

.banner{
  height: 300px;
  background-size: cover !important;
  background-repeat: repeat !important;
  position: relative;
  background-color: #000;
}

.banner.bread{
    height: 88px;
    background-color: #E30613;
}

.banner.bread ul{
    margin-bottom: 25px;
}

.banner .breadcrumb .nav-link{
  color: #fff !important;
  padding-left: 0;

}

/* .banner .breadcrumb .list-inline-item:first-child .nav-link{
} */

.banner .breadcrumb .nav-link::after{
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-left: 20px;
}

.banner .breadcrumb .list-inline-item:last-child .nav-link::after{
  display: none;
}

.carousel{
    overflow: hidden;
    /* height: 900px; */
}
.carousel .carousel-inner{
    height: calc(100vh - 100px);
    background-color: #000;
    overflow: initial;
}
.carousel .carousel-inner .carousel-item{
    height: 100%;
}
.carousel .carousel-inner .carousel-item img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
.carousel .carousel-inner .carousel-item .overlay{
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    /* background: url('../images/overlay-1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00002B87;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next{
    visibility: visible;
}
.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: 23%;
    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;
}


.excert-about {
  padding-top: 90px;
  border-bottom: 10px solid #E0E0E0;
}
.excert-about .left{
  padding-bottom: 100px;
}
.excert-about .titre-2{
  color: #000524;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.excert-about .content *{
  color: #000524 !important;
}
.excert-about .link{
  color: #000524;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  border: 3px solid #E30614;
  padding: 30px 100px;
  border-radius: 50px;
  transition: all ease-in .4s;
}
.excert-about .link:hover{
  color: #fff !important;
  background-color: #E30614;
}
.excert-about .img{
  max-height: 433px;
  background-color: gray;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.excert-about .img img{
  object-fit: fill;
  object-position: bottom;
}

.excert-services{
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #21232E;
}
.excert-services .titre-2{
  color: #fff;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.excert-services .parent{
  position: relative;
  overflow: hidden;
}
.excert-services .parent .img{
  height: 518px;
  background-color: gray;
  overflow: hidden;
}
.excert-services .parent .img .opacity-gray{
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.excert-services .parent .img .plus{
  /* position: absolute;

  bottom: 20px;
  right: 20px;
  color: #fff;
  background-color: #E30715;
  padding: 20px;
  border-radius: 50%;
  font-size: 20px; */
  z-index: 11;
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  background-image: url('../images/icon.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  /* background-color: #e9ab04; */
  transition: all 0.3s ease-in-out;
}
.excert-services .parent .content-hover{
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  background-color: transparent;
  height: 100%;
  /* border-top-left-radius: 50%; */
  visibility: hidden;
  opacity: 0;
  display: inline-flex;
  transition: all ease-in-out .5s;
}
.excert-services .parent .content-hover .content{
  margin: auto;
  padding: 30px;
  z-index: 11;
}
.excert-services .parent .content-hover::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #E30715;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.2s;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 0;
  clip-path: circle(20px at 87% 90%);
}
.excert-services .parent .content-hover:hover::before {
  opacity: 1;
  transition-delay: 0s;
  clip-path: circle(900px at 88% 90%);
}
.excert-services .parent .content-hover .content .titre-3{
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
}
.excert-services .parent:hover .content-hover{
  visibility: visible;
  opacity: 1;
  height: 100%;
  /* background-color: #E30715; */
  /* border-top-left-radius: 0; */
}

.excert-realisations{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.excert-realisations .overlay{
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/overlay-2.png');
}
.excert-realisations .titre-2{
  color: #fff;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 60px;
}
.excert-realisations .parent{
  position: relative;
  overflow: hidden;
}
.excert-realisations .parent .img{
  height: 259px;
  background-color: gray;
  overflow: hidden;
}
.excert-realisations .content-hover{
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  background-color: transparent;
  height: 200%;
  width: 100%;
  /* border-top-left-radius: 50%; */
  visibility: hidden;
  display: inline-flex;
  transition: all ease-in-out .5s;
}
.excert-realisations .parent:hover .content-hover{
  visibility: visible;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}
.excert-realisations .content-hover .span{
  margin: auto;
  text-transform: uppercase;
  color: #fff !important;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
}
.excert-realisations .column-ins:nth-child(2),
.excert-realisations .column-ins:nth-child(5){
  padding-right: 0;
}
.excert-realisations .column-ins:nth-child(4),
.excert-realisations .column-ins:nth-child(7){
  padding-left: 0;
}
.excert-realisations .column-ins:nth-child(3),
.excert-realisations .column-ins:nth-child(6){
  padding-left: 0;
  padding-right: 0;
}
.excert-realisations .link{
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  border: 3px solid #E30614;
  padding: 30px 100px;
  border-radius: 50px;
  transition: all ease-in .4s;
}
.excert-realisations .link:hover{
  color: #fff !important;
  background-color: #E30614;
}

.excert-news{
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #EEEEEE;
}
.excert-news .titre-2{
  color: #000524;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 70px;
}
.excert-news .left .parent{
  position: relative;
  overflow: hidden;
}
.excert-news .left .parent .img{
  height: 600px;
  background-color: gray;
  overflow: hidden;
}
.excert-news .left .parent .overlay-content{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  display: inline-flex;
}
.excert-news .left .parent .overlay-content > div{
  margin: auto;
  padding: 30px;
  color: #f1f1f1;
}
.excert-news .left .parent .overlay-content > div h4{
  margin-top: 200px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.excert-news .left .date,
.excert-news .right .date{
  color: #E30613;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
}
.excert-news .right .img{
  height: 287px;
  background-color: gray;
  overflow: hidden;
}
.excert-news .right h4{
  font-size: 20px;
  color: #000524;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  margin-bottom: 20px;
  margin-top: 30px;
}
.excert-news .link{
  color: #000524 !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  border: 3px solid #E30614;
  padding: 30px 100px;
  border-radius: 50px;
  transition: all ease-in .4s;
}
.excert-news .link:hover{
  color: #fff !important;
  background-color: #E30614;
}

.contact {
  padding-top: 50px;
  padding-bottom: 0;
}
.contact .right .content{
  height: 600px;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.contact .titre-2{
  color: #000524;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
#contact-form .form-control{
  background-color: #EBEBEB;
  border: none !important;
  color: #444444;
  font-family: 'Altorial', 'Arial', 'Sans-serif';
  padding-top: 10px;
  padding-bottom: 10px;
}

#contact-form .btn-send{
  background-color: #E7272C;
  color: #fff;
}
.contact .right .content h4{
  font-size: 20px;
  margin-bottom: 20px;
}

.about-sec1 .titre-2{
  color: #000524;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.about-sec1{
  padding-top: 50px;
  padding-bottom: 30px;
}
.about-sec1 .img,
.about-sec2 .img{
  height: 500px;
  width: 500px;
  overflow: hidden;
  background-color: #000;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.about-sec1 .left h4,
.about-sec2 .right h4{
  margin-top: 60px;
  color: #000524;
  font-family: Arial;
  font-weight: bold;
}
.about-sec1 .left h4 .bar,
.about-sec2 .right h4 .bar,
.about-sec3 .titre-2 .bar{
  margin-top: 10px;
  display: block;
  width: 200px;
  background-color: #E30613;
  height: 5px;
}
.about-sec2 .right h4 .bar{
  background-color: #fff;
}
.about-sec2 .right h4 {
  color: #fff;
  /* margin-top: 20px; */
}
.about-sec2{
  color: #fff !important;
  background-color: #9E9785;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-sec3{
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-sec3 .titre-2{
  color: #000524;
  font-size: 28px;
  font-family: 'Altorial bold', 'Arial', 'Sans-serif';
  font-weight: bold;
  letter-spacing: 4px;
}
.about-sec3 .titre-2 .bar{

}
.about-sec3 .img{
  height: 386px;
  width: 386px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.about-sec3 .text h4{
  color: #000524 !important;
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
}
.about-sec3 .text p{
  color: #000524 !important;

}

.page-item.active .page-link{
    background-color: #E00103;
    border-color: #E00103;
}

.bg-color-no{
    background-color: transparent !important;
}

.article .left .date{
    color: #E30613;
    font-family: 'Altorial bold', 'Arial', 'Sans-serif';
}
.article .left .titre-2,
.realisation .left .titre-2{
    margin-top: 10px;
    color: #000524;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}
.article .left .titre-2 .bar,
.realisation .left .titre-2 .bar {
    margin-top: 20px;
    display: block;
    width: 268px;
    background-color: #E30613;
    height: 5px;
}
.article .left .img{
    height: 460px;
    overflow: hidden;
    background-color: #000;
}
.article .left .desc *,
.realisation .left .desc *{
    color: #655F5E !important;
    font-family: 'Altorial', 'Arial', 'Sans-serif';
}
.article .right .content{
    background-color: #EBEBEB;
    padding: 40px 20px;
    border-radius: 5px;
}
.article .right .content h3{
    color: #000524;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.article .right .content .line .date{
    color: #E30613;
    font-family: 'Altorial bold', 'Arial', 'Sans-serif';
}
.article .right .content .line p{
    color: #2F334C;
    font-size: 20px;
    font-family: 'Altorial', 'Arial', 'Sans-serif';
}

.realisation .left .img{
    height: 460px;
    overflow: hidden;
    background-color: #000;
}
.realisation .right .content{
    background-color: #000260;
    padding: 40px 20px;
    border-radius: 5px;
    color: #fff;
}
.realisation .right .content h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.realisation .right .content .line h4{
    font-size: 20px !important;
}

/* .service{
    background-color: #D364A9;
} */
.service .left .titre-2{
    margin-top: 80px;
    color: #000524;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}
.service .left .titre-2 .bar{
    margin-top: 20px;
    display: block;
    width: 268px;
    background-color: #E30613;
    height: 5px;
}
.service .left .desc *{
    color: #655F5E !important;
    font-family: 'Altorial', 'Arial', 'Sans-serif';
}
.service .right .img{
    min-height: 700px;
    overflow: hidden;
    background-color: #000;
}

.share-c {
    background-color: #000260;
    border-radius: 50px;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 50px;
}
.share-c .share .fab {
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all ease-in-out .5s;
}

footer{
  background-color: #E7272C;
  padding-top: 50px;
  color: #fff;
}
footer .signature{
  border-top: 1px solid #0003;
  margin-top: 50px;
}
footer .bottom-navbar{
  margin-top: 15px;
}
footer .bottom-navbar .nav-link{
  font-size: 14px;
  padding: 0;
  padding-right: 10px;
}
footer .bottom-navbar > li:first-child .nav-link::after,
footer .bottom-navbar > li:last-child .nav-link::after{
  display: none;
}
footer .bottom-navbar .nav-link::after{
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 20px;
}
footer .social-nav{
  background-image: url('../images/social-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 30px;
  font-size: 14px;
}
footer .social-nav .follow-us{
  text-transform: uppercase;
  font-size: 14px;
}
footer .social-nav i{
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all ease-in .2s;
}
footer .social-nav i:hover{
  background-color: #fff;
  color: #E00103;
}
footer .message{
  float: right;
  margin-top: 8px;
  background-color: #00C6C6;
  padding: 0px 10px;
  border-radius: 40%;
  font-size: 25px;
}

footer .chat-btn .close {
  display: none
}

footer .chat-btn i {
  transition: all 0.9s ease
}

footer #check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}

footer #check:checked~.chat-btn .comment {
  display: none
}

footer .chat-btn i {
  font-size: 22px;
  color: #fff !important
}

footer .chat-btn {
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00C6C6;
  color: #fff;
  font-size: 22px;
  border: none
}

footer .wrapper {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}

footer #check:checked~.wrapper {
  opacity: 1;
  z-index: 111;
}

footer .header {
  padding: 13px;
  background-color: #00C6C6;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;
  color: #fff;
}

footer .chat-form {
  padding: 15px;
}

footer .chat-form input,
footer textarea,
footer button {
  margin-bottom: 10px;
}

footer .chat-form textarea {
  resize: none;
}

footer .form-control:focus,
footer .btn:focus {
  box-shadow: none;
}

footer .btn,
footer .btn:focus,
footer .btn:hover {
  background-color: #00C6C6;
  border: #00C6C6;
}

footer #check {
  display: none !important
}

.construction{
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% { color: #E30613; }
    50% { color: #000; }
    100% { color: #E30613; }
}

@-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);
  }
}
