/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    max-width: 1350px;
    margin: 0 auto;
    box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

img {
     max-width: 100%;
     height: auto;
}

/***********                          nav                        **************/
.navbar{
          background: #0f98f8; /* fond */
    color: #fff;
    padding-left: 5px;
    padding: 1em 0;
    opacity: 1;
    position: fixed; /* Le menu a une position fixe lors de la descente dans la page */
    text-align: center; /* alignement du texte centré */
    width: 100%; /* largeur 100% de la fenêtre */
    top: 0; /* aligné à 0px du haut */
    left: 0; /* aligné à 0px de la gauche */
    }
    nav  a{ 
    padding: 0.5em 2em; 
    color: #fff; 
    text-decoration: none; 
    height: 33px; 
    }
nav{
    background-color: rgb(15 152 248);
    opacity: 0.9;
}
.navbar-brand{
    margin-right: -30px;
}
.navbar-brand img{
     margin-top: -20px;
}
.active_nav {
    background-color: red;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .6);
    }
    .active_nav .nav_links a,
    .active_nav .logo {
        color: #fff;
    }
    .active_nav .nav_links a:hover {
        color: #fff;
    }
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 1px;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    padding-left: 8px;
    padding-bottom: 2px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.toggler-icon .bottom-bar{
    padding-bottom: 2px;
}

.middle-bar {
    margin-top: -1px;
    width: 20px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    width: 40px;
    background: white;
}

.dropdown-menu{
     background-color: #0f98f8;
     border: none;
     border-radius: 0;
     color: white;
}
.dropdown-menu a:hover{
     background-color: grey;
}
/*-------------------------------------- fin navbar  -------------------------------------------------------*/

form input:hover{
     background: currentColor;
     color: white;
     border:#0f98f8;
}
button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
/*--------------------------------------- heading section --------------------------------------------------*/

/*------------------------------------ preloader area -----------------------------------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}
/*---------------------------------------------- header area ------------------------------------------------------------*/
/*---------------------------------------------   banner section   -----------------------------------------------------*/
.banner_main {
     background: url(../images/vol1.png);
     background-repeat:no-repeat;
     background-size:100%;
     background-position:center;
     padding: 750px 0px 0px 0px;
     background-size: cover;
     margin-bottom: -50px;
}
.banner_main .container-fluid{
     position: relative;
     top: 0px;
}
.text-bg {
     margin-top: 70px;
     text-align: left;
     float: right;
     width: 100%;
}

.text-bg h1 {
     color: #0f98f8;
     font-size: 60px;
     line-height: 70px;
     padding-bottom: 45px;
     font-weight: bold;
}

.text-bg span {
     color: #222222;
     font-weight: 500;
     font-size: 17px;
     line-height: 30px;
     margin-bottom: 30px;
     display: block;
}
.box{
     border-radius: 5px;
     margin-left: 35%;
     margin-top: -90px;
     padding: 50px;
     background-color: rgba(0,0,0,0.3);
}

.text-bg button{
     background: transparent;
     border: 3px solid white;
     margin-bottom: -35%;
}

.get_now {
     max-width: 150px;
     width: 100%;
     padding: 6px 0;
     background: #222b3c;
     color: #fff;
     font-size: 17px;
}

.get_now:hover {
     background-color: #000;
}
/*------------------------------------   end banner section ------------------------------------------*/
/*---------------------------------    Chat button   ------------------------------------------------*/
.floating-parent{
    position: fixed;
    bottom: 8%;
    right: 18px;
    text-align: center;
    color: #00778b;
    }
.floating-parent .right-button a .desktop{
     background: url(./images/chat.png);
}

.fab {
    position: fixed;
    bottom: 32px;
    right: 35px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fab:hover{
  cursor: pointer;
}
.fab img{
  width: 100%;
}
.box{
  position: fixed;
  background-color: transparent;
  bottom: 30px;
  right: 10px;
  height: 290px ;
  transition-delay: 0.3s;
  width: 80px;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tem{
    background-color: transparent;
}
.item {
    overflow: hidden;
    border-radius: 50%;
    transition: 0.4s ease-in;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
.item1 {
    transition-delay: 0.1s;
    background: transparent;
}
 .item2 {
    transition-delay: 0.2s;
    background: transparent;
}
.item3{
    transition-delay: 0.3s;
    background: transparent;
    margin-bottom: 69px;
}
.item:hover{
  cursor: pointer;
}
.item:hover img{
  transform: rotate(360deg);
  transition: all 0.5s;
}

.box-active{
  height: 290px;
}
.fab-active img{
  transform: rotate(270deg);
  width: 40%;
}
/*--------------------------------------------       end chat button       ------------------------------------------------*/

#blu h2{
color: #0f98f8;
}

#red h2{
     color: #ed1c24;
}

.titlepage h2 {
     font-size: 50px;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 20px;
     background-color: transparent;
     color: black !important;
     padding: 13px 0px;
     width: 100%;
     font-weight: 500;
     position: relative;
     display: block;
     line-height: 1px;
}

.read_more::before {
     position: absolute;
     content: "";
     width: 200px;
     height: 1px;
     line-height: 1px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
.entreprise{
     margin-top: 100px;
     padding: 90px 0;
}
/*------------------------------------------------ about section ------------------------------------------------------*/

.about {
     background-color: #fff;
     margin-top: 80px;
     padding: 90px 0;
}


.about .about_img figure {
     margin: 0;
}

.about .about_img figure img {
     width: 100%;
}

.about .titlepage p {
     padding: 50px 0px;
     color: #2a2a2c;
     font-size: 17px;
     line-height: 32px;
     font-weight: 400;
     display: inline-block;
}
/*------------------------------------          end about section             ----------------------------------------------*/

/*------------------------------------------        location de villa        ---------------------------------------------*/
.section{
      margin-top: 80px;
}
.setion .titlepage h2 #red{
     color: #ed1c24;
}
/*----------------------------------------------  service section     -------------------------------------------------*/

.service {
     background-color: #f7f7f9;
     margin-top: 40px;
     padding: 50px 0;
}

.service .titlepage {
     text-align: center;
     padding-bottom: 30px;
}

.service .titlepage p {
     color: #0c0202;
     font-size: 17px;
     line-height: 30px;
     padding-top: 20px;
}

.service_main {
     display: flex;
     flex-wrap: wrap;
}

.service_box {
     text-align: center;
     width: 16.3%;
     margin-top: 30px !important;
     margin-left: 1%;
}

.service_box i {
     width: 181px;
     display: block;
     height: 181px;
     border-radius: 20px;
     background-color: transparent;
}

.service_box i img {
    width: 120px;
    height: 150px;
     text-align: center;
     padding-top: 25%;
}
.service_box i img .icon{
    padding-top: 15%;
}

.service_box h4 {
     color: #494949;
     font-size: 17px;
     margin-top: 25px;
     padding: 0;
     font-weight: 500;
}

.service_box h4:hover {
     color: #0f98f8;
}

.blu_colo i {
     border: 3px solid #0f98f8;
}

.yelldark_colo {
     margin: 0 50px;
}

.yelldark_colo i {
     border: 3px solid #0f98f8;
}

.service .read_more {
     margin: 0 auto;
     padding-top: 70px;
}
/*------------------------------        end service section       -------------------------------------------*/
/*------------------------------       vehicles section       --------------------------------------------*/

.zones {
     background-color: #fff;
     padding: 70px 0 100 px 0;
}

.zones .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.zones .titlepage p {
     color: #0d0202;
     padding-top: 15px;
     text-align: center;
     margin: 0 50px;
     font-size: 17px;
     font-weight: 400;
}

.zones_truck {
     background-color: #efedf0;
     transition: ease-in all 0.5s;
     width: 100%;
     border-radius: 25px;
     padding: 35px 0;
}

.zones_truck:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     box-shadow: 0 0 16px rgba(22, 22, 23, 15%)
}

.zones_truck figure {
     margin: 0;
}

.blac_co {
     color: #000;
     font-size: 25px;
     line-height: 20px;
     font-weight: bold;
     text-transform: uppercase;
     margin-top: 34px;
}

#veh .carousel-caption {
     position: inherit;
     padding: 0;
}
/*--------------------------------------      end vehicles section      ------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.team{
     background-color: #f7f7f9;
     padding-top: 50px;
     padding-bottom: 50px;
}
/*--------------------------------------           choose       ---------------------------------------------------*/
.choose {
     background-color: #f7f7f9;
     padding-top: 90px;
}
.choose .titlepage {
     text-align: center;
     padding-bottom: 60px;
}
.choose_box i {
     float: left;
     padding-right: 20px;
}
.choose_box h3 {
     padding-top: 46px;
     color: #202121;
     font-weight: bold;
     font-size: 30px;
     line-height: 30px;
}
.choose_box p {
     display: inline-block;
     color: #202121;
     font-size: 17px;
     line-height: 30px;
     padding: 10px 0 70px 0;
}
/*----------------------------------------        end choose section        ------------------------------------------------*/
/*----------------------------------------           footer                 -----------------------------------------------*/
.footer {
     margin-top: 15px;
     padding-top: 30px;
     text-align: center;
     background-color: #f7f7f8;
}
.footer .right{
     background: url(../images/map.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: auto 90%;
     margin-left: 0px;
     opacity: 0.70;
}
iframe{
     margin-top: 15%;
}
ul.location_icon {
     padding-top: 12px;
}
ul.location_icon li {
     font-size: 21px;
     line-height: 30px;
     color: #ed1c24;
     text-align: left;
     padding-bottom: 35px;
     float: left;
     display: flex;
     align-items: center;
}
ul.location_icon li a {
     font-size: 40px;
     color: #ed1c24;
     line-height: 40px;
     padding-right: 16px;
     float: left;
}
ul.location_icon li a:hover {
     color: #353535;
}
.bottom_form {
     margin-top: 50px;
     float: left;
     left: 5px;
     width: 100%;
}
.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     text-align: left;
     color: #ed1c24;
     padding-bottom: 15px;
}
.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 66%;
     height: 49px;
     background: #fff;
     color: #000;
     font-size: 16px;
     font-weight: 500;
     float: left;
}
.bottom_form .enter:hover{
background-color: #C5C5C5;
}
.sub_btn {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: #ed1c24;
     color: #fff;
     padding: 10px 0px;
     max-width: 105px;
     width: 100%;
     display: block;
     font-weight: 600;
     margin-left: 0px;
}
.sub_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}
/*--------------------------------------               Social section              -------------------------------------*/
.social {
     background-color: #fff;
     padding: 20px 0;
}
.social h4{
     font-weight: bold;
}
.social a{
padding: 10px;
}
/*----------------------------------------         fin social section       ---------------------------------------------*/
.copyright {
     background-color: #ed1c24;;
     margin-top: 50px;
     padding: 20px 0;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 0px;
     font-weight: normal;
     padding-right: 0 !important;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}
/*--------------------------------------------         end footer            ----------------------------------------------*/
/*--------------------------------------------          modal               --------------------------------------------*/
.modal {
        display: none;
        position: fixed;
        z-index: 8;
        left: 0;
        top: 10px;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
        margin: 50px auto;
        background: transparent;
        width: 60%;
        border:none;
}
.contact-form{
        background: transparent;
}
h2,
p {
        margin: 0 0 20px;
        font-weight: 400;
        color: #999;
}
span {
        color: #666;
        display: block;
        padding: 0 0 5px;
}
#form {
        border-radius: 5px;
        margin-left: 25%;
        margin-top: -90px;
        padding: 50px;
        background-color: rgba(0,0,0,0.3);
}
input,
textarea {
        width: 80%;
        padding: 10px;
        margin-bottom: 10px;
        border: none;
}
#form input:hover{
     background-color: #C5C5C5;
}
.contact-form{
        background-color: transparent;
}
.contact-form button {
        width: 100%;
        padding: 10px;
        background: #1c87c9;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
}
button:hover {
        background: #2371a0;
}
.close {
        color: #fff;
        float: right;
        font-size: 28px;
        font-weight: bold;
}
.close:hover,
.close:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
}
button.button {
        margin-left: 5px;
        width: 200px;
        background-color: transparent;
        padding: 15px;
        border-radius: 8px;
        margin: 3px;
        color: white;
        border: 3px solid #0f98f8;
        font-size: 16px;
        font-weight: bold;
}
.transfot_form {
     padding: 0 15px;
     margin-bottom: 15px;
     border: #fff solid 1px;
     font-size: 16px;
}
.transfot input:hover{
     background-color: #C5C5C5;
}
.get_now {
     max-width: 150px;
     border:none;
     width: 100%;
     padding: 6px 0;
     background: #222b3c;
     color: #fff;
     font-size: 17px;
}
.get_now:hover {
     background-color: #000;
}
/*----------------------------------------------     fin modal    ---------------------------------------------------------*/
# Clients
/*--------------------------------------------------------------*/
.clients {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: -60px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.clients .container{
     margin-top: 20px;
    margin-left: 13%;
    margin-right: -20px;
}
.clients #ctn{
    margin: -10px;
}
.clients #ctn1{
    margin: -10px;
}
.clients #plus{
    margin: -10px;
}
.clients #semble{
    margin-left: 5%;
}
.clients button.button{
    background-color: #0f98f8;
    color: #fff;
    height: 50px;
    width: 150px;
    margin-right: -10px;
    padding: 5px;
    border: none;
    /*box-shadow: 5px 5px 15px grey;*/
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
}
/*------------------------------------------*/
.ture{
     font-size: 18px;
     font-weight: bold;
}
#gauche{
     margin-top: -20px;
     padding-left: 340px;
     font-size: 15px;
     color: black;
}