html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	margin:0;
	padding:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.isolation-bootstrap-3 h1{
	font-weight: 400;
	font-size: 30px;
	font-size: 3rem;
	margin-top: 20px;
	margin-top: 3.5rem;
}

.isolation-bootstrap-3 p {
	line-height: 21px;
	line-height: 2.1rem;
  margin-bottom: 2rem;
}

.container{
	margin-top: 2rem;
	line-height: 2rem;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container p {
  font-size: 1.6rem;
}

.colonne:first-child{
	margin-right:1rem;
	border-right: 2px solid #dddddd;
}

.colonne, .colonne2{
  padding:1rem 1rem 1.5rem 1rem;
  margin-bottom:1rem;
}
.colonne{
  padding-right: 4rem;
}

#footer{
  background-color: #2E2E2E;
	color: #dddddd;
	text-align: center;
  padding-left:1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

h1:after{
  content:none !important;
}

h1{
  background-image: none !important;
}

#footer h2 {
  display: block;
  font-size: 1.5em;
  color: #dddddd;
}

#footer a.tel {
  color: #dddddd;
  text-decoration: none;
  font-weight:bold;
  font-size: 2rem;
  display: block;
}

#footer a.tel:hover {
  text-decoration: underline;
}

#footer .heure-ouverture {
  font-size: 13px;
  margin-top: 1rem;
}

#footer p {
	font-size: 1.3rem;
}

#footer .aide-message {
  padding-right: 30px;
}

#footer .aide-message p,
#footer .aide-message-anglais p  {
  font-size: 1.4rem;
}

.copyright{
  margin-bottom: 2rem;
}

.aide-message, .aide-message-anglais{
  text-align: left;
}

div.panel{
  padding: 1rem;
}

a{
  display:inline-block;
}

div:focus,
a:focus {
  outline-color: rgb(26, 121, 198)!important;
  outline-style: solid!important;
  outline-width: 2px!important;
}

.img-new-window {
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  height: 16px;
  height: 1.6rem;
  width: 16px;
  width: 1.6rem;
}

.aide-message h2, .aide-message-anglais h2 {
  margin-top:0;
}

#footer hr{
  border-color: #ddd;
  margin-top: 5rem;
}

.message-footer {
  padding-bottom: 12px;
  font-size: 16px;
}

@media screen and (max-width:767px) {
	h1{
		font-size: 2.4rem;
	}
	.main{
		padding: 0 1rem;
	}

	.colonne{
		padding: 1.3rem;
		width: 100%;
	}

	.colonne:first-child{
		border-right: none;
		border-bottom: 1px solid #cccbcb;
		margin-bottom:2rem;
	}

	#footer{
		margin-top: 2rem;
	}

  .container{
    margin-left:0px !important;
    margin-right:0px !important;
  }
}

@media screen and (max-width: 768px){
  .aide-message-anglais{
    padding-bottom: 2rem;
  }
  #footer hr{
    margin-top: 3rem;
  }
}

@media screen and (min-width:768px) and (max-width: 991px){
	.colonne:first-child{
		border-right: none;
		border-bottom: 1px solid #cccbcb;
  }
}

@media screen and (max-width: 991px){
  .heure-ouverture {
    padding-bottom: 3rem;
  }
}
