/* Smart Phones and Tablets */

@media (max-width: 767px)
  
{
    /** Menu & Home banner **/
    
    .navbar-header {
        padding: 3px 5px;
        background: #FFF;
        box-shadow: 0 0 10px #444;
    }
    
    .navbar {
        margin-top: 0
    }
    .nav-top {
        display: none;
    }
    .menu .head_top_social{
        display: none;
    }
    
    .menu .navbar-brand {
        width: 150px;
        top: 0;
        left: 8px;
    }
    
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #000;
        background: #FFF;
    }
    
    .navbar-left {
        margin-left: 0;
    }
    
    .navbar-default .navbar-nav > li > a {
        color: #000;
    }
    
    .home-banner .main-banner img {
        height: 200px;
    }
    
    .home-banner .banner-text {
        top: 6rem;
        left: 2rem;
        font-size: 24px
    }
    
    .home-banner .banner-text .year::after {
        width: 66px;
        border: 1.5px solid #FFF;
    }
    
    /** About **/
    
    .about .about-text {
        margin-left: 4%;
    }
    
    .about .about-text .btn {
        margin-bottom: 30px;
    }
    
    .p-descrip .descrip {
        padding: 5rem 12px;
    }
    
    /** Services **/
    
    .services p {
        font-size: 15px;
    }
    
    /** Nos Projets **/
    
    .nos-projets .projet-container {
        margin: 7rem 0px;
    }
    
    /** Contact Us **/

    .contact-us h1 {
        font-size: 28px;
    }
    
    .contact-us p {
        font-size: 16px;
    }
    
    .contact-us .contact-form {
        width: 100%;
        margin-left: 0;
    }
    
    .contact-us .contact-form input,
    .contact-us .contact-form textarea {
        width: 100%;
    }
    
    .contact-us .contact-info {
        padding-left: 0; 

    }
    
    .contact-us .contact-info .info {
        margin-bottom: 52px;
    }
    
    .contact-us .contact-info .info img {
        width: 45px;
    }
    
    /** Footer **/
    
    footer {
        height: 65px;
        padding-right: 0;
    }
    
    footer .footer-info {
        float: left;
    }
    
    footer .footer-info p {
        top: 8px;
        margin-right: 11px;
        font-size: 12px;
    }
    
    footer .footer-info img {
        width: 40px;
    }
    
    footer .up-button {
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 11px;
    }
    
    footer .up-button a {
        font-size: 26px;
        top: 4px;
    }
    
    /** Projets Page **/
    .main-image p,
    .main-image::after {
        display: none
    }

}

/* Small Screens */

@media (min-width: 768px) and (max-width: 991px)
{
    
    /** Menu & Home banner **/
    
    .menu .navbar-brand {
        top: -95px;
        left: 50px;
    }
    
    .menu .call_us_area .list-inline {
        margin-left: 33rem;
    }
    
    .menu .head_top_social .list-inline {
        margin-left: -10rem;
    }
    
    .home-banner .main-banner img {
        height: 365px;
    }
    
    .home-banner .banner-text {
        top: 11rem;
        left: 9rem;
        font-size: 43px;

    }
    
    .home-banner .banner-text .year::after {
        width: 150px;
        border: 3px solid #FFF;
    }
    
    /** About **/
    
    .about .about-text {
        margin-left: 13%;
        margin-bottom: 6%;
    }
    
    /** Services **/
    
    .services p {
        font-size: 15px;
    }
    
    /** Nos Projets **/
    
    .nos-projets .projets-banner h1 {
        padding: 7rem 0;
    }
    
    .nos-projets .projet-container {
        margin: 7rem 1%;
    }
    
    .nos-projets .projet-overlay .overlay-text a {
        font-size: 14px;
    }
    
    /** Contact us **/
    
    .contact-us h1 {
        font-size: 36px;
    }
    
    .contact-us p {
        font-size: 18px;
    }
    
    .contact-us .contact-form input,
    .contact-us .contact-form textarea {
        width: 100%;
    }
    
    .contact-us .contact-info img {
        width: 60px
    }
    
    .contact-us p {
        font-size: 13px;
    }
    
    /** Footer **/
    
    footer .footer-info img {
        width: 50px;
        margin-top: 20px;
    }
    
    /** Projets Page **/
    
    .main-image p,
    .main-image::after {
        display: none
    }
}


/* Medium Screens */

@media (min-width: 992px) and (max-width: 1199px)
{
    
    /** Menu & Home banner **/
    
    .menu .head_top_social .list-inline {
        margin-left: -15rem;
    }
    
    .home-banner .main-banner img {
        height: 485px;
    }
    
    /** About **/
    
    .about .about-image img {
        height: 400px;
    }
    
    .about .about-text {
        margin-left: 13%;
    }
    
    /** Nos Projets **/
    
    .nos-projets .projets-banner h1 {
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        margin: 0;
        font-weight: bold;
        font-size: 40px;
        color: #FFF;
        padding: 10rem 0;
    }
    
    .nos-projets .projet-container {
        margin: 7rem 6%;
    }
    
    /** Contact Us **/
    .contact-us h1 {
        font-size: 35px;
    }
    
    .contact-us .contact-form {
        width: 70%;
        margin-left: 15%;
    }
    
    .contact-us .contact-info .info img {
        width: 60px
    }
    
    .contact-us p {
        font-size: 13px;
    }
    
    /** Footer **/
    
    footer .footer-info p {
        font-size: 11px;
    }
    
    footer .footer-info img {
        width: 45px;
        margin-top: 22px;
    }
    
    footer .up-button {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
    
    footer .up-button a {
        font-size: 32px;
        top: 5px;
    }
    
    /** Projets Page **/
    
    .main-image p {
        top: 42%;
        left: 25%;
        font-size: 21px
    }
    
}

/* Large Screens */

@media (min-width: 1200px) and (max-width: 1399px)
{
    
    /** Contact Us **/
    .contact-us p {
        font-size: 18px;
    }
    
    /** Projets Page **/
    
    .main-image p {
        top: 41%;
        left: 16%;
        font-size: 16px;

    }
}





