@media (min-width:576px) {

  .accordion .img-fluid {
		max-width: 160px;
	}

}

@media (min-width:768px) {
	header {
		height: 200px;
	}

	header #home-link img {
		margin: 0 20px;
	}

	#innerBanner {
    height: 100%;
    margin-left: 140px;
    position: relative;
	}

	header h1 {
		width: 250px;
		height: 94px;
		margin: 10px 0;
		background-size: 250px 94px;
	}

	header #mutpresencetext {
	  top: 25px;
	  left: 270px;
	  line-height: 1.2rem;
	  font-size: .9rem;
	  width: 250px;
	}

	header #mutpresencetext br {
		display: inline-block;
	}

	#phoneLnk {
		bottom: 20px;
		right: 160px
	}

	#phoneLnk img {
		max-width: 350px;
		height: auto;
	}
	.nav-pills .nav-item {
		width:25%;
		margin-bottom:0;
	}

	.nav-pills .nav-link {
		border-radius:0.4em 0.4em 0 0;
		font-size:.8rem;
	}

	.nav-pills:after {
		position:absolute;
		left:15px;
		right:15px;
		bottom:0;
		height:30px;
		content:"";
		display:block;
		background:var(--rouge-fonce);
	}

	.imgBanner {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 70%;
	}

	.imgBanner.home .imgBannerWrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.imgBannerContent {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
	}

	.imgBanner.home .imgBannerContent {
		min-height: 450px;
	}

	.imgBannerContent .slide {
		padding: 30px 30px 60px;
	}

	.imgBannerContent .slidesNav {
		bottom: 20px;
		left: 20px;
	}

	.imgBannerContent .slide h2 {
		font-size: 2rem;
	}

	.imgBannerContent p,
	.imgBannerContent .slide ul {
		font-size: 1.1rem;
		line-height: 1.4rem;
	}

	.imgBannerContent .slide ul#mainlist {
	  columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}

  .left-tab-1 h2 {
    font-size: 2.5rem;
    line-height: 1.6rem;
  }

  .left-tab-1 h2 span {
    line-height: 1.4rem;
    font-size: 1.5rem;
  }

  .left-tab-1 h3 {
    line-height: .95rem;
    font-size: .95rem;
  }

	.left-tab-1 img {
		max-width: 100%;
		margin: 30px auto 0;
	}

	#contact-zone ul {
		font-size: 1.2rem;
	}

	#formBttns {
		padding:0 30px;
	}

	.form-radio {
  	margin:0 20px;
  }

  .accordion .img-fluid {
		max-width: 200px;
	}


	footer {
		text-align:left;
	}
	
	footer img {
		max-width:calc(100% - 60px);
		margin:0 30px;
	}
}

@media (min-width:992px) {
	#innerBanner {
    margin-left: 170px;
	}

	header #contactLnk {
		top: 40px;
		right: 40px;
	}

	header #contactLnk a {
		padding: 10px 50px;
		font-size: 1.4rem;
	}

	#phoneLnk {
		bottom: 10px;
		right: 0
	}

	.imgBanner {
		padding-top: 50%;
	}

	.left-tab-1 {
		margin: 0 30px;
	}

  .left-tab-1 h2 {
    font-size: 2.7rem;
    line-height: 1.6rem;
  }

  .left-tab-1 h2 span {
    line-height: 1.4rem;
    font-size: 1.6rem;
  }

  .left-tab-1 h3 {
    line-height: 1rem;
    font-size: 1rem;
  }


	.imgBanner.home .imgBannerContent {
		min-height: 400px;
	}

	#contact-zone ul {
		padding-left: 60px;
		margin-left: 40px;
	}

	.nav-pills .nav-link {
		font-size:1rem;
	}
}

@media (min-width:1200px) {
	.imgBanner {
		padding-top: 40%;
	}

	.left-tab-1 {
		margin: 0 45px;
	}

	.left-tab-1 h2 {
		font-size: 3.2rem;
		line-height: 2rem;
	}

	.left-tab-1 h2 span {
		line-height: 1.9rem;
		font-size: 1.9rem;
	}

	.left-tab-1 h3 {
		line-height: 1.2rem;
		font-size: 1.2rem;
	}

	#formBttns {
		padding:0 50px;
	}
}