* {
    box-sizing: border-box
}


body {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden


}

section {
    overflow-x: hidden
}

/** Start Navbar **/

.navbar {
    margin-top: 9px;
    margin-bottom: 0
}

.navbar-left {
    margin-left: -48px;
}




.menu .navbar-brand {
    padding: 0px 15px;
    width: 240px;
    position: relative;
    top: -95px;
    left: 130px;
}

.menu .navbar-brand img {
    width: 100%
}

.menu .call_us_area .list-inline {
    position: relative;
    top: 13px;
    margin-left: 80rem;
    font-size: 16px;
    letter-spacing: 1px
}


.menu .call_us_area .icon img {
    width: 35px;
    margin-right: 5px;
}

.menu .call_us_area .top_info {
    font-weight: bold;
    color: #292c2f
}


.menu .call_us_area .top_info a {
    color: #292c2f;
    transition: all .3s linear
}

.menu .call_us_area .top_info a:hover,
.menu .call_us_area .top_info a:focus {
    color: #ed1c24;
    text-decoration: none;
    transition: all .3s linear
}


.menu .head_top_social {
    background: #ed1c24;
    position: relative;
    float: right;
    margin-top: 20px;
    width: 61%
}

.menu .head_top_social .list-inline {
    margin: auto;
    margin-left: -32rem;
    padding: 7px;

}

.menu .head_top_social .list-inline a {
    color: #FFF;
    transition: all .3s linear;


}

.menu .head_top_social .list-inline a:hover {
    color: #292c2f;
    text-decoration: none;
    transition: all .3s linear;

}

.menu .main_menu_bg {
    background-color: #292c2f;
    position: relative;

}

.scroll_menu .main_menu_bg {
    position: fixed;
    top: 0;
    display: block;
    z-index: 99;
    width: 100%;
    height: 50px;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.scroll_menu .head_top_social {
    display: none
}

.navbar-default {
    background: none ;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s linear;

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ed1c24;
    font-weight: bold;
    background: none;
    transition: all .3s linear;
}

/** End Navbar **/

/** Start Home banner **/
.home-banner {
    background-color: #292c2f;
    position: relative;
    top: 0;
    left: 0
}

.home-banner .banner-text {
    position: absolute;
    top: 22rem;
    left: 25rem;
    color: #FFF;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
    z-index: 2
}

.home-banner .banner-text span {
    color: #fe0000
}

.home-banner .banner-text .year::after {
    content: "";
    position: absolute;
    right: 0;
    width: 175px;
    border: 3.5px solid #FFF;
    display: block
}
.home-banner .main-banner img {
    opacity: .6;
    width: 100%;
    height: 650px
}

.home-banner .bars-image {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    
}

.home-banner .bars-image img {
    width: 100%;
    height: 100%;
    z-index: 2
    
}
/** End Home banner **/


/** Start About Section **/

.about .about-text {
    margin-left: 34%;
    margin-top: 6%;
}

.about .about-text h1 {
    color: #fe0000;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
}

.about .about-text span::after {
    content: "";
    position: relative;
    left: 162px;
    width: 90px;
    border: 2px solid #292c2f;
    display: block;
    margin-bottom: 30px
}

.about .about-text p {
    color: #292c2f;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 30px
}

.about .about-text .btn {
    background: #292c2f;
    padding: 8px 16px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.about .about-text .btn:hover {
    background: #ed1c24;
    transition: all .3s ease-in-out;

}


.about .col-sm-4 {
    padding: 0;
}
.about .about-image img {
    width: 100%;
    height: 100%
}
/** End About Section **/

/** Start Nos Projets Description **/
.p-descrip {
    background-image: url('../images/p-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}


.p-descrip .descrip {
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, .7);
    padding: 8rem 0;
    color: #FFF
}

.p-descrip .descrip p {
    font-size: 18px
}

.p-descrip .descrip .btn {
    background: #fe0000;
    padding: 8px 16px;
    margin-top: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.p-descrip .descrip .btn:hover {
    background: #292c2f;
    transition: all .3s ease-in-out;

}

/** End Nos Projets Description **/


/** Start Services **/
.services {
    padding: 5rem 0;
    position: relative
}

.services h1 {
    color: #292c2f;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px
}

.services p {
    color: #292c2f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 60px
}

.services h2 {
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px
}

.services img {
    width: 60px
}

.services .bars {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99
}
/** End Services **/

/** Start Nos Projets **/

.nos-projets .projets-banner {
    background-image: url('../images/nosproject-banner.png');
    background-size: cover;
}

.nos-projets .projets-banner h1 {
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    color: #FFF;
    padding: 13rem 0
}

.nos-projets .projet-container {
    margin: 7rem 15%
}

.nos-projets .projet,
.gallery .main-image {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 10px
}

.nos-projets .projet img,
.gallery .main-image img {
    width: 100%;
    transition: all .5s linear;
}

.nos-projets .projet:hover img,
.gallery .main-image:hover img {
    transform: scale(1.2);
    transition: all .5s linear;

}

.nos-projets .projet .projet-overlay,
.gallery .main-image .projet-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, .8);
    color: #FFF;
    padding: 15px;
    opacity: 0;
    transition: all .4s ease-in-out;
}


.nos-projets .projet:hover .projet-overlay,
.gallery .main-image:hover .projet-overlay {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.nos-projets .projet-overlay .overlay-text,
.gallery .main-image .overlay-text {
    border: 1px solid #FFF;
    height: 100%;
    margin: auto;
}


.nos-projets .projet-overlay .overlay-text a,
.gallery .main-image .overlay-text a {
    position: relative;
    top: 43%;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #FFF;
    font-size: 19px;
    transition: all .3s linear;

}


.nos-projets .projet-overlay .overlay-text a:hover{
    background: #FFF;
    color: #292c2f;
    text-decoration: none;
    transition: all .3s linear;
}

.nos-projets .projet-overlay .overlay-text a:focus {
    text-decoration: none
}


.nos-projets .projet-container .btn {
    background: #fe0000;
    padding: 5px 25px;
    margin-top: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    transition: all .3s ease-in-out;
    
}

.nos-projets .projet-container .btn:hover {
    background: #292c2f;
    transition: all .3s ease-in-out;

}
/** End Nos Projets **/

/** Start Contact us **/

.contact {
    background-image: url('../images/contact-bg.png');
    background-size: cover;
    background-position: center;
}

.contact-us h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 40px;;
    font-weight: bold;
    margin-bottom: 30px
}

.contact-us p {
    color: #444;
    font-size: 22px;
    margin-bottom: 20px
}

.contact-us .contact-form {
    width: 50%;
    margin-left: 26%
}

.contact-us .contact-form input,
.contact-us .contact-form textarea {
    height: 55px;
    width: 47.9%;
    display: inline-block;
    margin-top: 30px;
    padding-left: 12px;
    font-size: 20px
}

.contact-us .contact-form textarea {
    width: 98%;
    height: 150px;
    padding-top: 12px;
    display: block;
    margin: 30px auto
}

.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder {
    font-size: 20px;
    font-style: italic
}

.contact-us .contact-form input:focus,
.contact-us .contact-form textarea:focus {
    outline-color: #fe0000
}

.contact-us .contact-form .btn {
    width: 200px;
    height: auto;
    background: #fe0000;
    padding: 5px 25px;
    margin-top: 0;
    margin-bottom: 20rem;
    color: #FFF;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    transition: all .3s ease-in-out;
    
}

.contact-us .btn:hover {
    background: #292c2f;
    transition: all .3s ease-in-out;

}

.contact-us .contact-info {
    background: #FFF;
    padding-left: 20%;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 40px
}

.contact-us .contact-info .info {
    z-index: 22
}

.contact-us .contact-info::after {
    content: "";
    position: absolute;
    top: -378px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 380px;
    background-color: #FFF;
    -webkit-clip-path: polygon(50% 83%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 83%, 0% 100%, 100% 100%);
}

.contact-us .contact-info .info img {
    margin-bottom: 10px
}

.contact-us .contact-info .info p {
    color: #000;
    letter-spacing: 2px
}

.contact-us .contact-info .info a {
    color: #000;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.contact-us .contact-info .info a:hover {
    color: #ed1c24;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
/** End Contact us **/

/** Start Footer **/
footer {
    background-color: #292c2f;
    color: #FFF;
    height: 90px;
    padding-right: 50px;
    overflow-x: hidden
}

footer .footer-info {
    float: right;
    display: inline-block
}

footer .footer-info p {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0;
    margin-right: 11px;
    font-size: 16px;
    letter-spacing: 1px
}

footer .footer-info img {
    width: 60px;
    display: inline-block;
    margin-top: 13px
}

footer .up-button {
    width: 60px;
    height: 60px;
    background: #F00;
    border-radius: 50%;
    margin-top: 13px;
    transition: all .3s linear;
    cursor: pointer;
}

footer .up-button a {
    
    color: #FFF;
    font-size: 39px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 6px;
    transition: all .3s linear
}

footer .up-button a:hover {

    text-decoration: none;

}

footer .up-button:hover {

    background: #FFF;
    transition: all .3s linear
    
}

footer .up-button:hover a {

    color: #292c2f;
    transition: all .3s linear
    
}


/** End Footer **/


/***** Start Projets Page ******/

.gallery .main-image {
    margin-bottom: 30px
}

.main-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, .8);
    outline: 1px solid #FFF;
    outline-offset: -17px;
    margin: auto;
    opacity: 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.main-image:hover::after {
    opacity: 1;
    transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.main-image p {
    position: absolute;
    z-index: 9;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border: 1px solid #FFF;
    padding: 10px 25px;
    font-size: 17px;
    color: #FFF;
    opacity: 0;
    white-space: nowrap;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.main-image p:hover{
    background: #FFF;
    color: #292c2f;
    text-decoration: none;
    transition: all .4s linear;
}

.main-image:hover p {
    opacity: 1;
    transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    overflow-x: hidden;
}


.mfp-arrow:before,
.mfp-arrow:after {
    opacity: 0;
    

}

.mfp-arrow-right {
    transform: rotate(180deg);
}

.mfp-counter {
    color: #FFF;
    font-size: 19px;
    margin-right: 5px;

}


.mfp-close {
    opacity: .8;
}


 /** Contact info **/

.contact-p .contact-info {
    background: #ed1c24;
    margin-top: 88px;
}

.contact-p .contact-info::after {
    top: -379px;
    z-index: 9;
    background-color: #ed1c24;
}

.contact-p .contact-info .info p,
.contact-p .contact-info .info a {
    color: #FFF;
}

.contact-p .contact-info .info a:hover {
    color: #000;
}

/***** End Projets Page ******/
