@import url("css/fontello/css/fontello.css");
@import url("css/elegant_font/elegant_font.css"); /* Icon pack */



* {
  margin: 0px;
  padding: 0px;
}


#top_line span#phone_header{
  font-weight: bold;
  font-size: 20px;
  color:#ed181a;

}


nav.navbar{
  position: sticky;
  top: 0px;
  background-color: #1d409a;
  z-index: 999;
}

nav .navbar-brand img{
  width: 180px;

}

.navbar-nav-left {
  padding-left: 200px;
}

.navbar-nav-right {
  padding-right: 200px;
}


#navbarToggle .nav-item{
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 667px){
  .navbar-nav-left{
    padding-left: 0px;
  }
  .navbar-nav-right{
    padding-right: 0px;
  }
}



/* dropdown */

.nav-link{
  cursor: pointer;
}
.dropdown-menu{
  width: 300px;
  background-color: #343a40;
  margin-top: 24px;
  list-style: none;
  border-top: none;
  border: none;
}
.dropdown-menu li{
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
  cursor: pointer;
}
@media (max-width: 667px){
  .dropdown-menu li{
    border: none;
  }
  .dropdown-menu{
    margin-top: 0px !important;
  }
}
.dropdown-menu li a{
  color: #ccc;
  text-decoration: none;
}
.dropdown-menu li:hover a{
  color: #fff;
}
.dropdown-menu li:last-child{
  border: none;
}






/* revolution slider */
.rev_slider {
    background-color: #000000 !important;
}

.btn-lg {
    letter-spacing: 1px;
    padding: 10px 25px;
}
.btn-colored {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #016db6;
    color: #fff !important;
    text-transform: uppercase;
}
.btn-colored:hover {
    background-color: #fff;
    color: #000 !important;
    text-transform: uppercase;
}

.text-white {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}


.tp-simpleresponsive img, .rev_slider img {
    width: 100%;
}

/*
@media (max-width: 350px)
{
  .rev-slidebg{
    max-width: 300px !important;
    max-height: 300px !important;
  }
}
*/







/* / revolution slider */


/*search box css start here*/
/*
.search-sec{
    padding: 2rem;

}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: absolute; //relative
        top: 545px;//-114 -164
        width: 100%;
        background: rgba(26, 70, 104, 0.51);
    }
}

#basic-addon1,
#basic-addon2,
#basic-addon3,
#basic-addon4,
#basic-addon5,
#basic-addon6{
  background-color: #ccc;
}




#success2 {
    display: none;
}
#success2 p {
  color: #fff !important;//#016db6
}

.success2 {
    border-color: #2ECC40;
}
.success2:before {
    content: "√";
    background-color: #2ECC40;
}


.notice2 {
    position: relative;
    margin: 1em;
    background: #1d409a;//#F9F9F9
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice2:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

*/



/* Services */

/* Services */


.services {
  padding-bottom: 70px;
}

.margin-50 {
  margin-top: 50px;
}
.gray-bk {
  background-color: #fff;/*#1d409a;*/ /*#483636*/
}

.services h2{
  color: #000;/*#fff*/
  text-align: center;
}
.services .fff{
  color: #000;/*#fff*/
  text-align: center;
}
.services h2 {
  margin-top: 70px;
}

.services .service-item {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 3px solid #016db6;
  border-radius: 10px;
  cursor: pointer;
  height: 400px;
  width: 280px;
}
.services .service-item:hover {
  -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    background-color: #ed181a; /*#016db6*/

}
.services .service-item:hover h3,
.services .service-item:hover p{
  color: #fff;
}
.services .service-item:hover hr{
  background-color: #fff;
}

.services .service-icon img{
  border-radius: 50%;
}
.services .service-item hr{
  background-color: #016db6;
  color: #016db6;
  display: block;
  height: 3px;
  width: 70px;
  margin-top: 1px;
  margin-left: 40%;
}

/* / Services */


/* About */

.about{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1d409a;
  color: #fff;
}

/* / About */



/* Formules */

.plans .card-item {
  border: 3px solid #fff; /*#016db6;*/
  text-align: center;
  padding-bottom: 20px;
  box-shadow: -5px 2px 18px 4px #ccc;
  -moz-box-shadow: -5px 2px 18px 4px #ccc;
  -o-box-shadow: -5px 2px 18px 4px #ccc;
  -webkit-box-shadow: -5px 2px 18px 4px #ccc;

}

.plans .card-item {
  height: 900px;
}

.plans h2 {
  text-align: center;
}
.plans .pplans{
  text-align: center;
}

.plans h2 {
  margin-top: 0px;
}

.plans {
  padding-bottom: 50px;
}
.plans .card-content .lines{
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}


/* / Formules */

/*f51223 rouge*/

/* Testimonials */

.testimonials p.b-avis{
  text-align: center;
}

.testimonial{
    margin: 10px 20px 40px;
    text-align: center;
}
.testimonial .testimonial-content{
    padding: 30px 0 0;
    margin-bottom: 3px;
    border-top: 2px solid #1d409a;/*#2e3a59;*/
    border-bottom: 2px solid #1d409a;/*#2e3a59;*/
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "";
    border-top: 60px solid #1d409a;/*#2e3a59;*/
    border-right: 60px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .testimonial-content:after{
    content: "";
    border-bottom: 60px solid #1d409a;/*#2e3a59;*/
    border-top: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #1d409a;/*#2e3a59;*/
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .description{
    padding: 15px 50px 15px 20px;
    margin: 0;
    background: #f51223;/*#d7263d;*/
    text-align: left;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}
.testimonial .content{
    padding: 5px 0;
    background: #1d409a;/*#2e3a59;*/
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.owl-theme .owl-controls{ margin-top: 10px; }
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    background: #1d409a;/*#2e3a59;*/
    border-radius: 0;
    margin-right: 10px;
    transform: scale(1.2);
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    outline: 2px solid #1d409a;/*#2e3a59;*/
    outline-offset: 3px;
    background: #d7263d;
    transform: scale(0.8);
}

.testimonials h2 {
  text-align: center;
}


/* / Testimonials */





/* breadcrumb */


#sub_header{
  height: 150px;
    background: #1d409a no-repeat center center;
  color:#fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top:20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#sub_header h1{
  color:#fff;
  margin:0;
  font-size:24px;
  font-weight:700;
}

#sub_header .main_title p{
  margin-bottom:15px;
  font-size:14px;
  color: #fff !important;
}

#position{
  color:#fff;
  font-size:13px;
  margin-top:32px;
}

#position ul{
  margin:0;
  padding:0;
  float:right;
}
#position ul li a{
  color:#fff;
  opacity:0.7;
}
#position ul li a:hover{
  color:#fff;
  opacity:1;
}
#position ul li{
  display:inline-block;
  padding-right:8px;
  margin-right:3px;
  position:relative;
}
#position ul li:after{
  content:'\e9ee';
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  right:0;
  top:-13px;
}
#position ul li:last-child:after{
  content:'';
}

.main_title {
  display:inline-block; 
  padding:0px 0px;
}
#sub_header .main_title p{
  margin-bottom:15px;
  font-size:14px;
}

.breadcrumb-fa {

  background-color: #ed181a;
  padding: 15px 15px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -45px;
}



/* entreprise page */



.text-about-1,
.text-about-2,
.text-about-3{
  text-align: justify;
}

.text-about-1 h2,
.text-about-2 h2{
  padding-top: 30px;
}

.text-about-3 h2{
  padding-top: 60px;
}

.testimonials {
  margin-top: 50px;
}




/* / entreprise page */



/* Page demenagement particuliers */

.top-page-particuliers{
  margin-top: 50px;
}
.top-page-particuliers p {
  text-align: justify;
}


.working-steps .step {
  border: 3px solid #fff; /*#016db6;*/
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  box-shadow: -5px 2px 18px 4px #ccc;
  -moz-box-shadow: -5px 2px 18px 4px #ccc;
  -o-box-shadow: -5px 2px 18px 4px #ccc;
  -webkit-box-shadow: -5px 2px 18px 4px #ccc;

}

.working-steps h2{
  text-align: center;
  margin-bottom: 20px;
}

.working-steps .step .title h3{
  font-size: 15px;
  font-weight: 700;
  text-align: center;

}

.working-steps .step .picture{
  margin: auto;
  display: flex;
  height: 80%;
  width: 80%;
}
.working-steps .step .picture img{
  margin:auto;
  max-width: 100%;
  max-height: 100%
 
}
.working-steps .step .body p {
  padding-top: 10px;
  text-align: center;
}

/*.working-steps {
  background-image: url("img/particuliers/bg-demenagement-particuliers.jpg");
}*/

.plans-part .card-item {
  border: 3px solid #fff; /*#016db6;*/
  padding-bottom: 20px;
  box-shadow: -5px 2px 18px 4px #ccc;
  -moz-box-shadow: -5px 2px 18px 4px #ccc;
  -o-box-shadow: -5px 2px 18px 4px #ccc;
  -webkit-box-shadow: -5px 2px 18px 4px #ccc;

}

.plans-part h2 {
  text-align: center;
}
.plans-part .pplans{
  text-align: center;
}

.plans-part h2 {
  margin-top: 0px;
}

.plans-part {
  padding-bottom: 50px;
}

.plans-part .card-content h3{
  text-align: center;
}

.plans-part .card-content .lines{
  padding-left: 20px;
  padding-right: 20px;
}




/* / Page demenagement particuliers */








/* Chantiers page */

.div-filter{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-title
{
    font-size: 36px;
    color: #1d409a;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
    margin-top: 50px;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid #ed181a;
    border-radius: 5px;
    text-align: center;
    color: #1d409a;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #1d409a;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #1d409a;

}
.btn-default:active .filter-button:active
{
    background-color: #1d409a;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}



/* / Chantiers page */


/* Quotation */

.margin_60{
  margin-top: 60px;
}
.form_title{
  position:relative;
  padding-left:55px;
  margin-bottom:10px;
}
.form_title h3 strong{
  background-color:#016db6;
  text-align:center;
  width:40px;
  height:40px;
  display:inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color:#fff;
  font-size:18px;
  line-height:40px;
  text-align:center;
  position:absolute;
  left:0;
  top:0;
}
.form_title h3{
  margin:0;
  padding:0;
}
.form_title p{
  color:#999;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:14px;
}
.step{
  border-left: 1px solid #016db6;
  padding:20px 0 20px 31px;
  margin:0 0 10px 20px;
}
.form_title p{
  color:#999;
  margin:0;
  padding:0;
  font-size:13px;
  line-height:14px;
}
.form-group.options{
  border-bottom: 1px dotted #ddd;
  padding-bottom:30px;
  margin-bottom:15px;
}
.form-group.options strong{
  position:relative;
  top:5px;
}
/* Error validate style */   
label.error{
  font-size:11px;
  position: absolute;
  top:-12px;
  right:0;
  z-index:99;
  height:25px;
  line-height:25px;
  background-color:#e34f4f;
  color:#fff;
  font-weight:normal;
  padding:0 6px;
   } 
  label.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
} 




.add_bottom_45 {margin-bottom:45px;}
a.btn_1, .btn_1{
  border: none;
  font-family: inherit;
  font-size: inherit;
  color:#fff;
  background: #016db6;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size:12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform:uppercase;
  font-weight:bold;
}

a.btn_1.medium, .btn_1.medium  {
  padding: 10px 25px;
  font-size:14px;
}
a.btn_1:hover, .btn_1:hover {
  background: #333;
}



.box_style_2 {
  padding:10px 25px 0 25px;
  margin-bottom:20px;
  border:1px dashed #ddd;
}
.box_style_2 h4{
  margin:10px 0 20px;
}
.box_style_2 ul{
  padding-left:20px;
  padding-bottom:10px;
}
.box_style_2 ul li{
  margin-bottom:10px;
}
.box_style_2 ul li:last-child{
  margin-bottom:0;
}





#success3 {
    display: none;
}

.success3 {
    border-color: #2ECC40;
}
.success3:before {
    content: "√";
    background-color: #2ECC40;
}


.notice3 {
    position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice3:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}








/* / Quotation */


/* Contact */


#success {
    display: none;
}

.notice {
    position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
    border-color: #0074D9;
}
.info:before {
    content: "i";
    background-color: #0074D9;
}
.success {
    border-color: #2ECC40;
}
.success:before {
    content: "√";
    background-color: #2ECC40;
}
.warning {
    border-color: #FFDC00;
}
.warning:before {
    content: "!";
    background-color: #FFDC00;
}
.error {
    border-color: #FF4136;
}
.error:before {
    content: "X";
    background-color: #FF4136;
}




.contact .icon i{
  border: 1px solid #016db6;
  border-radius: 50%;
  line-height: 20px;
  display: inline-block;
  height: 100px;
  width: 100px;
  padding: 25px 20px;
  font-size: 40px;
  color: #016db6;
}

span.txt3{
  font-weight: bold;
  font-size: 22px;
}





/* / Contact */




/* Footer  */
footer {
  background:#222;
  color:#fff;
  padding:30px 0 10px 0;
}
footer h3{
  font-size:16px;
  font-weight:700;
  color:#fff;
}
footer p{
  color:#fff;
}
footer a{
  color:#fff;
}
footer a:hover{
  color:#82ca9c;
}
footer ul{
  margin:0;
  padding: 0 0 20px 0;
  list-style:none;
}
#social_footer{
  text-align:center;
  border-top:1px dotted rgba(255,255,255,0.2);
  padding-top:30px;
  margin-top:10px;
}
#social_footer p{
  font-size:12px;
  color:#8c8c8c;
}
#social_footer ul{
  margin:0;
  padding:0 0 10px 0;
  text-align:center;
}
#social_footer ul li{
  display:inline-block;
  margin:0 5px 10px 5px;
}
#social_footer ul li a{
  color:#fff;
  text-align:center;
  line-height:34px;
  display:block;
  font-size:16px;
  width:35px;
  height:35px;
  border:1px solid rgba(255,255,255,0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#social_footer ul li a:hover{
  border:1px solid #fff;
  background:#fff;
  color:#111;
}
#contact_bg{
  background:url(../img/map_footer.png) no-repeat bottom center;
}
ul#contact_details_footer{
  list-style:none;
  margin:0 0 20px 0;
  padding:0;
}
ul#contact_details_footer li{
  margin-bottom:20px;
}
ul#contact_details_footer li#address_footer, ul#contact_details_footer li#phone_footer, ul#contact_details_footer li#email_footer{
  position:relative;
  padding-left:30px;
}
#address_footer:before, #phone_footer:before, #email_footer:before{
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
    position:absolute;
   font-size:20px;
    left:0;
    top:0;
}
#address_footer:before{
  content: "\e009";
}
#phone_footer:before{
  content: "\e00b";
}
#email_footer:before{
  content: "\e010";
  top:-3px
}
#copy{
  background-color:#1d409a;/*#82ca9c;*/
  padding:10px 0;
  text-align:center;
  color:#fff;/*#222;*/
  font-size:12px;
}




/* Scroll top button */      
#toTop {
  width:40px; 
  height:40px;
  background-color:rgba(0, 0, 0, 0.6);
  text-align:center;
  padding:10px;
  line-height:20px;
  position:fixed;
  bottom:10px;
  right:10px;
  cursor:pointer;
  /*display:none;*/
  color:#fff;
  font-size:20px;
}
#toTop:before{
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  content: "\e899";
}