@media (min-width: 992px) and (max-width: 1200px) {

 /* Menu Principal */

    .menu {
        font-size: 16px;
    }
 
.logo { margin-bottom: 0px;	}
  
.nav-justified { font-size: 16px; }


.nav-justified li a { color: #59595b;}
.nav-justified li a:hover { color: #00a1e1;	}

    ul.menu-principal { margin-right: 0; }
    .menu-principal { margin-top: 10px;	}

/* Menu Langue*/
    .lang-block {
        margin-top: 25px;
    }
    ul.lang-block li  {
        margin-left: 15px;
    }
    ul.lang-inline li a {
        color: #fff!important;
    }

    ul.lang-inline li a:hover {
        color: #fff;
        background-color: #00a1e1!important;
        height: 40px;
        -moz-border-radius:75px;
        -webkit-border-radius: 75px;
        width: 40px;
        color: #fff!important;
    }

    .full-circle, ul.lang-inline li {
        background-color: #59595b;
        height: 40px;
        -moz-border-radius:75px;
        -webkit-border-radius: 75px;
        width: 40px;
        color: #fff!important;
    }

    .full-circle-active, li.lang-active {
        background-color: #00a1e1!important;
        height: 40px;
        -moz-border-radius:75px;
        -webkit-border-radius: 75px;
        width: 40px;
        color: #fff!important;
    }

    .sous-menu-tlm ul li ul {
        margin-left:30px!important;
    }

    .sous-menu-tlm ul li ul li {
        text-align: left;
        text-transform: none;
    }


    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
        background: none!important;
    }
	
	.carousel-caption h3 { font-size: 24px; }

	.box-align-center img { margin-left: 90px; }
	.box-align-center h2 { font-size: 24px; }
	.box-align-center p {
	font-size: 16px;
	line-height: 24px;
	}
	
	.img-circle { border: 4px solid #fff; }
	.bright-blue p {
	font-size: 14px;
	line-height: 20px;
	}
	
	.four-block h2 { padding-bottom: 25px; }
	
	.four-block h3 { font-size: 20px; }
	.four-block p {
	font-size: 14px;
	line-height: 22px;	
	}
	
	.bottom_contact h2 {
	font-size: 36px;
	line-height: 40px;
	}
	.bottom_contact h3 {
	font-size: 18px;	
	}
	.bottom_contact h4 {
	font-size: 18px;	
	}
	.bottom_contact h5 {
	font-size: 14px;	
	}
	.footer h2 { font-size: 24px; }
	.petit_text { font-size: 12px;}
	.footer p { font-size: 12px; }
	
	form.newsletter input { height: 30px; }
	
	.btn-submit {
	width: 35px!important;
	padding: 3px 0px 0px 0px!important;	
	}
	
	.footer ul li { line-height: 28px; }

}