/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  added  ==========*/
@media only screen and (max-width : 1060px) {
	.devoirs img{
		width: 158px;
		left: 28px;
	}
}
@media only screen and (max-width : 1011px) {
	.header .font-36 {
    	font-size: 35px !important;
	}
}
@media only screen and (max-width : 1000px) {
	.cours {
  	  width: 50%;
	}
}

@media only screen and (max-width : 991px) {
	.time,.email-contact{
		padding-left: unset;
	}
	.list-inline>li {
	    padding-right: 0;
	    padding-left: 0;
	}
	.header .font-36 {
   		 font-size: 25px !important;
	}
	.propos {
	    padding-left: 22px;
	    padding-right: 0;
	}
	.exam img{
		display: none;
	}
	.exam{
		padding: 15px 28px 16px 28px;
	}
	.devoirs img {
	    width: 142px;
	    left: 0px;
	}
}
@media only screen and (max-width : 960px) {
	.devoirs img {
        display: none
	}
}
@media only screen and (max-width : 800px) {
	#branches .col-sm-4{
		width: 50%;
	}
}

@media only screen and (max-width : 767px) {
	#site .col-sm-4{
		display: none
	}
	.page .col-sm-4{
		margin-top: 20px;
	}
	.font-28 {
   		font-size: 30px !important;
    }
    .font-36 {
   		font-size: 36px !important;
	}
}
@media only screen and (max-width : 710px) {
	.list-inline>li {
	    display: inline-block;
	    padding-right: 0;
	    padding-left: 0;
	}
}
@media only screen and (max-width : 650px) {
	.time,.email-contact{
		display: none;
	}
	.logo-header{
		width: 100%;
	}
	.logo-header .menuzord-brand{
		float: left!important;
	}
}
@media only screen and (max-width : 620px) {
	.row-annee .font-18 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width : 600px) {
	.footer .col-xs-4, .footer .col-xs-5{
		width: 50%;
	}
	.footer .col-xs-3{
		width: 100%;
	}
	.dev .col-xs-4{
		width: 50%;
	}
}
@media only screen and (max-width : 570px) {
	#branches .col-sm-4{
		width:100%;
	}
}
@media only screen and (max-width : 540px) {
	.row-annee{
		display: block;
	}
	.annee h3{
		position: unset;
	    top: 0;
	    left: 0;
	    transform: none;
	    display: inline;
	}
	.annee{
		padding: 3px 16px;
	    text-align: center;
	    width: 150px;
	    margin-bottom: 20px;
	    position: absolute;
	    z-index: 99;
	    left: 50%;
	    transform: translateX(-50%);
	    display: inline-table;
	}
	.dev{
		margin-top: 52px;
	    width: 100%;
	    padding-left: 0;
	    margin-left: -8px;
	}
	.par-theme{
		padding-left: 0;
	    margin-top: 52px;
	    width: 100%;
	    padding-right: 0;
	    margin-left: -8px;
	}
	.row-annee .font-18 {
       font-size: 18px !important;
    }
}
@media only screen and (max-width : 500px) {
	.yout .col-xs-10, .yout .col-xs-2{
		width: 100%;
	}
	.yout .btn-flat{
		float: right;
	}
	.cours{
		width: 100%;
	}
	.cours-row .col-xs-4{
		width: 50%;
	}
}
@media only screen and (max-width : 480px) {
	.sous{
		width: 100%;
	}
}
@media only screen and (max-width : 460px) {
	.footer .col-xs-4, .footer .col-xs-5 {
    	width: 100%;
    }
    .footer .widget {
        margin-bottom: 10px;
    }
    .footer .mb-20 {
    	margin-bottom: 0px !important;
    }
}
@media only screen and (max-width : 420px) {
	.yout .col-xs-9, .yout .col-xs-3{
		width: 100%;
	}
	.yout .btn-flat {
        float: none;
    }
    .row-bac .col-xs-6{
    	width: 100%;
    }
    .par-annee .col-xs-6{
    	width: 100%;
    }
    .font-36 {
    	font-size: 30px !important;
	}
}
@media only screen and (max-width : 383px) {
	.divi .col-xs-6{
		width: 100%;
	}
}

@media only screen and (max-width : 358px) {
	.page .col-xs-6{
		width: 100%;
	}
}
@media only screen and (max-width : 340px) {
	.dev .col-xs-4{
		width: 100%;
	}
}
@media only screen and (max-width : 320px) {
	.cours-row .col-xs-4{
		width: 100%;
	}
}

/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.service-block .thumb .desc {
	  bottom: -47%;
	}

	.team-block .team-thumb .team-overlay {
	  padding: 10px 15px;
	  height: 82%;
	}
	.team-block .team-thumb .team-overlay::after {
	  left: 0px;
	}
	.team-block .team-thumb .styled-icons {
	  padding: 7px 20px 0 0;
	  width: 79%;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
html {
	font-size: 75%;
}
.navbar-nav  .dropdown-menu {
    left: auto;
}
#header-logo {
	padding: 10px 15px;
}
.header .navbar-default .navbar-nav > li > a::after {
	display: none;
}
.team-member, .working-progress {
	margin-bottom: 60px !important;
}
.testimonial-carousel .owl-controls .owl-pagination {
	margin-right: 0px !important;
}
.map {
	margin-top: 30px;
}
.curve-bg:after, .curve-bg-half:after {
	left: auto;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	-ms-transform: rotate(-0deg);
	-o-transform: rotate(-0deg);
	transform: rotate(-0deg);
}
.blog-posts .entry-header .entry-title {
	padding-top: 0;
}
.blog-posts .entry-header .entry-date {
	margin-left: 0;
}
.contact-wrapper {
    padding: 50px 30px;
}
.header #header-logo {
	padding-top: 20px;
}
.boxed-layout .header #header-logo,
.vertical-header .header #header-logo {
	padding-top: 10px;
}
.header .navbar-default .navbar-toggle {
	margin-top: 18px;
}
.boxed-layout .header .navbar-default .navbar-toggle {
	margin-top: 8px;
}
.header #header-logo img {
	height: 30px;
}
.pricing-table .table-price {
	font-size: 30px;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 0px;
}
.bg-img-box .caption .schedule {
	font-size: 14px;
	margin-top: 0px;
}

.service-block .thumb .desc {
  border-top: 4px solid #fb4848;
  bottom: -18%;
}
.team-block .team-thumb .styled-icons {
  padding: 10px 20px 0 25px;
  width: 88%;
}
.team-block .team-thumb .team-overlay {
  height: 88%;
}
.team-block .team-thumb .team-overlay {
  padding: 50px 30px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
html {
	font-size: 60%;
}
.box-hover-effect {
	float: none;
}
#header-logo {
	padding: 10px 15px;
}
#spinner {
	left: 42%;
}
.navbar-default .navbar-toggle {
	margin-top: 15px;
	border-radius: 0px;
}
#home .display-table p {
	margin: 15px 0;
	font-size: 14px;
}
.icon-box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon-box {
	text-align: center;
}
.icon-box.left {
	text-align: center;
}
.icon-box.left a {
	margin-right: 0;
	padding: 0;
}
.icon-box .media-left {
	float: none !important;
	margin: 0 0 30px 0;
}
.icon-box .media-left, .icon-box .media-right, .icon-box .media-body {
	display: block;
	width: auto;
}
.call-to-action {
	text-align: center;
}
.call-to-action .icon {
	float: none;
}
.sidebar.pull-left,
.sidebar.pull-right {
	float: none !important;
}
.blog-posts .entry-meta {
	background: none;
	left: auto;
	position: relative;
	top: auto;
}
.testimonial-carousel.boxed .owl-dots {
 	text-align: center;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 30px;
}
.service-block .thumb .desc {
  border-top: 4px solid #fb4848;
  bottom: -15%;
  padding: 10px 6px 4px 20px;
}
.team-block .team-thumb .team-overlay {
  padding: 60px;
}
.team-block .team-thumb .team-overlay {
  height: 90%;
}
.team-block .team-thumb .team-overlay::after {
  left: -1px;
}
.team-block .team-thumb .styled-icons {
  padding: 9px 20px 0 25px;
}
.team-block .team-thumb .styled-icons::after {
  border-width: 26px;
  left: -52px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
html {
	font-size: 50%;
}
.vertical-text-carousel .owl-controls .owl-buttons {
	top: 18%;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
.team-block .team-thumb .styled-icons {
  padding: 8px 20px 0 25px;
}
.team-block .team-thumb .team-overlay {
  height: 88%;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
html {
	font-size: 35%;
}
}