@media (min-width:768px) {
  body {
    padding-top:164px;
  }

  #siteHeader #leftHeader {
    paddig-bottom:10px;
  }

  #siteHeader #leftHeader #leftHeaderLogoBg {
    padding:25px 0 25px 30px;
  }

  #siteHeader #leftHeader a {
    height:100px;
    background-size: 100px 100px;
    padding-left:130px;
    justify-content: center;
    background-position:0 50%;
  }

	#siteHeader h1 {
		background-size: 100px 100px;
    font-size:2.2rem;
    line-height:2rem;
	}

  #siteHeader h2 {
    font-size:1rem;
  }

	#siteHeader #rightHeader {
		justify-content: flex-end;
	}

	#siteHeader #rightHeader img {
		margin-top: 0;
		max-height: 35px;
		width: auto;
		margin-right: 10px;
		margin-left: 0;
	}

	#siteHeader #rightHeader #rightHomeBttn {
		display: block;
		text-align: center;
		color:#000;
		font-size: 1rem;
		line-height: 1rem;
	}

	#siteHeader #rightHeader #rightHomeBttn img {
		display: block;
		margin: 0 auto 5px;
		transition: all 300ms ease;
	}

	#siteHeader #rightHeader #rightHomeBttn:hover img {
		transform: scale(1.1);
		transform-origin: center center;
	}


	#mainNavigation a .innerNavTitle {
		margin-top: 30px;
	}

	#mainNavigation a .innerNavTitle:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		bottom: 0;
		content: "";
		display: block;
		background: var(--bColor);
		opacity: 1;
		z-index: 4;
	}

	#mainNavigation a .innerNavTitle:after {
		position: absolute;
		top: 0px;
		left: 11px;
		height : 0;
		width : 0;
		border-top : 15px solid #e4ebee;
		border-left : 15px solid transparent;
		display: block;
		opacity: 1;
		content: "";
		z-index: 5;
	}
	#mainNavigation a .innerNavTitle h3 {

		padding-left: 25px;
		font-size:1.5rem;
		text-align:center;
		min-height:60px;
	}

	#mainNavigation a .innerNavTitle h4 {
		padding: 10px 5px 5px 50px;
		min-height: 140px;
		margin-bottom: 30px;
	}

	#mainNavigation a .innerNavTitle h5 {
		display: none;
	}

	#ctaBanner h3 {
		background-size: 45px 45px;
		padding-left: 40px;
	}

  #internalNavContent .innerTabHeader .innerNavTitle {
    font-size: 1.6rem;
    line-height: 1.6rem;
    min-height: 80px;
  }

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



	.accordion h3 {
		font-size: 1.1rem;
	}

	#innerForm > h3 {
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom:30px;
	}

	.sib-form {
		padding: 0;
	}


  #ctaBanner #formBttns {
    margin-top:0;
  }

	footer {
		padding:10px 0;
	}
	footer #links {
		flex-direction:row;
	}

  #ctaBanner .cartouche {
    max-width:80%;
  }


  #innerForm > h3 {
    margin-top:0px;
  }

  #internalNav button {
    min-height: 40px;
  }

  #internalNav button .innerNavTitle {
    font-size:1rem;
    line-height: 50px;
  }
}

@media (min-width:992px) {

	#siteHeader h1 {
		font-size: 2.4rem;
		line-height: 2.4rem;
    letter-spacing:.5px;
	}

	#siteHeader h2 {
		font-size: 1rem;
		line-height: 1.2rem;
	}

	#siteHeader #rightHeader img {
		margin-top: 0;
		max-height: 50px;
		width: auto;
		margin-right: 30px;
		margin-left: 0;
	}

	#mainNavigation {
		flex-wrap : nowrap;
	}

	#mainNavigation a {
		width: 33%;
		padding: 0 15px;
	}

	#mainNavigation a .innerNavTitle h4 {
		margin-bottom: 0;
	}
	
	.accordionContent {
		padding: 0;
	}


	.accordion .preTitle {
		padding: 0;
	}

	#ctaBanner h3 {
		background: url(../images/conseiller.png) no-repeat -10px -7px;
		background-size: 60px 60px;
		padding-left: 60px;
		line-height:60px;
		min-height:60px;
	}

  #formBttns {
    margin-top:40px;
    padding:0 30px;
  }
}

@media (min-width:1200px) {

	#siteHeader h1 {
		font-size: 2.8rem;
		line-height: 2.6rem;
	}
}