body{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #333;
}

ol li, ul li {
    list-style: none;
}
p {      line-height: 1.5;}
.light-title {        font-weight: 300;    }
.light-title strong{        font-weight: 600;    }

.bg-light{ background: #eff3ff !important;}

.medium-text{ font-size: 18px; font-weight: 300; line-height: 1.5;} 

/* NAVBAR --------------------------------------------------------------------------------*/
.navbar-brand{          margin-left: 20px;      }
.navbar .nav-item{      margin: 0 10px;     }

.link, a.link{      color:#000; position: relative;display: inline-block; }
.link:hover, a.link:hover{ color:#000;}
.link::after, a.link::after{ 
    content: ""; border-bottom: 1px solid #0050d7; width: 0%; height: 1px;
    position: absolute;bottom: 0;left: 0; transition: all 0.2s linear;
}
.link:hover::after, a.link:hover::after{ 
    width: 100%;
}
.link.active::after, a.link.active::after {
    width: 100%;
}

.navbar .btn {
    font-size: 14px;
}
.dropdown-menu[data-bs-popper].dropdown-menu-left {
    left: auto;
    right: 0;
}
/**/
.top-header{
    background-image: url('../img/bg5-resto.jpg'); 
    background-position: 0 25%;        background-repeat: no-repeat;        background-size: cover;
    
    overflow: hidden;        padding: 45px 0 150px;        position: relative;
}
.top-header::before{
    position: absolute; top: 0; left: 0; width: 100%; bottom: 0; content: '';
    /*background: radial-gradient(circle,#0074E8 , #1a28c2);*/
    opacity: 0.7;
}
.top-header .title, .top-header .title h1{
    color: #fff;
    font-size: 53px;
    font-weight: 600;
    line-height: 1.3em;
    position: relative;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.9), 0px 0px 27px rgba(0, 0, 0, 1);
    z-index: 1;
}
.top-header .title .sub-title {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 25px;
}

.semi-header {        margin-top: -60px;   }
.semi-header .content{        border-radius: 10px 10px 0 0;   border-bottom: 4px solid #0074E8;
    box-shadow: 0 -5px 10px rgb(255 150 0 / 13%);    color: #4f4f4f;    overflow: hidden;    padding: 35px;    position: relative;
}

.btn {
    border-radius: 7px;
}
.btn-light{ background: #f2f5ff;    color: #4c4c4c; }
.btn-light:hover{ background: #e3e7f1!important; border-color: #e3e7f1!important;  color: #4c4c4c!important;   }
.btn-primary{
    background: linear-gradient(231.74deg,#0050d7 -27%,#0074E8 65%);  border: 1px solid #0050d7; transition: none;
}
.btn-primary:hover{
    background: #0d6efd;    border-color: #0d6efd;
}

/**/

.semi-header .icon{     background: rgba(0, 116, 232,0.1);    border-radius: 8px;    height: 50px;    width: 50px;    line-height: 50px;    text-align: center; }
.semi-header .icon svg{ stroke: #0074e8; }
.semi-header h5{        font-weight: 600;  }
.semi-header h5 span{   font-weight: 300;  }
.semi-header p{         font-size: 0.9em; }
.titre-colored{         display: inline-block;    font-size: 17px;       margin-bottom: 8px;    padding: 10px 8px;    }
.type1{                 color: #000;    display: block;    font-size: 18px;       line-height: 24px; margin-bottom: 4px;  }
/**/

.card-1{
    box-shadow: 0 8px 20px rgba(29, 140, 242,.35);
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
}
.card-1:hover{box-shadow: 0 5px 30px rgba(29, 140, 242,0.35), 0 15px 15px rgba(29, 140, 242,0.32);}
.header-card-1 {
    position: relative;
    width: 100%;
    height: 17px;
    background: rgba(150, 150, 150,0.3);
}

.header-card-1::before, .header-card-1::after , .header-card-1 .dot{
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 5px;
    width: 5px;
    background: white;
    top: 6px;
    left: 12px;
}
.header-card-1::after { left: 22px;}
.header-card-1 .dot{    left: 32px;}

/**/



.title {  color: #4c4c4c;  display: block;  font-size: 28px;  font-weight: 600;  line-height: 33px;  margin-bottom: 30px;   }
.title2 {  font-size: 30px;font-weight: 600;line-height: 35px;margin-bottom: 10px;  }

.testimonials{        background: linear-gradient(180deg,#fcfdff -3.98%,#eff3ff 106.71%);     overflow: hidden;   padding: 55px 0 65px;    }   
.testi-bloc-title{      position: relative; margin-bottom: 20px}

.testi-bloc-title i { display: block;    position: absolute;top:0; left:0; color: #95c7fa; font-size: 35px;}

.testi-bloc-title  strong{display: block;  font-size: 20px;font-weight: 600;line-height: 24px;        padding-left: 50px;    }

.testimonials .bloc  p{color: #828282; font-size: 14px;    line-height: 20px;  margin-bottom: 25px;    }

.testimonials .note {   color: #0050d7 ;    margin-bottom: 15px;    }
.testimonials .note i{  display: inline-block; margin-right: 5px;   }
.testimonials .author{  font-weight: 300;  }

.section-contact{   padding: 80px 0;    }
.btn-big{   font-size: 14px;   font-weight: 700;  line-height: 24px;  padding: 16px 72px; }


.footer{
    background: linear-gradient(240.55deg,#000E9C -6.95%,#0074E8 60.74%);
    color: white;        font-size: 12px;    line-height: 24px;  overflow: hidden;   padding: 60px 0 30px;
}
.footer a{              color:white;        text-decoration: none;}
.footer a:hover{        text-decoration: underline;}
.footer .logos img{     margin: 0 10px;   }
.footer .col-title{     font-size: 20px;    font-weight: 700;    line-height: 22px;    margin-bottom: 10px;    text-shadow: 0 1px 4px rgb(0 0 0 / 15%); }            

.footer-bottom {        padding: 35px 0 0;     }
.footer-bottom li{      padding: 0 10px;   font-size:13px;     }


button{
    /* background: linear-gradient(231.74deg,#000E9C -26.89%,#0050d7 64.63%); */
    border: 0;border-radius: 10px;  cursor: pointer;    color:white;  height: 45px;   
}
.footer .newsletter-form{   position: relative;}
.footer .button-newsletter{   position: absolute;  top: 3px; right: 3px; width: 45px; }
.footer input {
    background: #fafafa;  border: 1px solid #dfdfdf;  border-radius: 10px;  box-sizing: border-box;  color: #767676;  font-size: 14px;  font-weight: 300;
    height: 50px;  line-height: 20px;  overflow: hidden;  padding: 12px 15px;  width: 100%;
}

/**/

a{text-decoration: none;}
input {    font-weight: 300;}
 input.form-control::placeholder{    opacity: 0.7;}
 input.form-control:focus{    box-shadow: none;}
 textarea.form-control:focus{    box-shadow: none;}
.form-1 .btn{    display: block; width:100%; }
.m-w-400 {    display: inline-block;    max-width: 400px; }
.w-500{
    max-width: 500px; 
}
/**/
.bg-blue{        background: #0050D7;    }
.separateur-white{  max-width: 45px; border-top: 3px solid white; content:''; margin: 30px 0;}
/**/

.tarifs h3 {font-size: 1.5rem;}


/*-------- utiliTY */
@media (min-width: 700px) {
    .hide-on-screen { display: none; }
}
@media (max-width: 700px) {
    .hide-on-mobile { display: none; }
}

/**/

h3 {
    padding-top: 16px;
}