/*
.col-xs-$	Extra Small	Phones Less than 768px
.col-sm-$	Small Devices	Tablets 768px and Up
.col-md-$	Medium Devices	Desktops 992px and Up
.col-lg-$	Large Devices	Large Desktops 1200px and Up 
*/

@media only screen and (max-width : 1600px) {

}

@media only screen and (max-width : 1440px) {

}

@media only screen and (max-width : 1366px) {

}

@media only screen and (max-width : 1280px) {

}

@media only screen and (max-width : 1024px) {

}

@media only screen and (max-width : 980px) {

}

@media only screen and (max-width : 900px) {

}

@media only screen and (max-width : 800px) {

}

@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 720px) {

}

@media only screen and (max-width : 640px) {
	/*#page, #page.login, #page.centre {padding: 50px 50px 100px;}*/
	#page h2 {text-align:center}
	/*form .connexion-field {height: 26px;margin: 10px auto;position: relative;width: auto;}*/
	#page input[type="text"], #page input[type="password"] {width: 100%;}
	input[type="submit"] {width: 100%}
	
	
	.connected_praticien.praticien-portal button.navbar-toggle.collapsed {display:none}
	nav.navbar.navbar-custom .form-group {text-align:center}
	.form-control {display:inline-block}
	ul.nav.navbar-nav.navbar-right {text-align:center}
	
}

@media only screen and (max-width : 600px) {

}

@media only screen and (max-width : 480px) {
	.week-content td.listrdv.empty {min-height:30px}
	.week-content td.listrdv.empty br {display:none}
	/*.info-agenda-out {background:#EDD2D2;padding:10px}*/
	.week-content #prev, .week-content #next {min-height:30px}
	.week-content td.empty-nav-rdv {display:none}
	.responsive-table-line td::before {background:#7C7C7C;color:#fff}
}

@media only screen and (max-width : 360px) {

}

@media only screen and (max-width : 320px) {

}