.frame-type-header header h1{
  font-family: "RationalText-ExtraBold";
  color: #201547;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .frame-type-header header h1{
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .frame-type-header header h1{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .frame-type-header header h1{
    font-size: 50px;
    line-height: 55px;
  }
}

.frame-type-text header h2{
  font-family: "RationalText-ExtraBold";
  color: #201547;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

@media only screen and (min-width: 800px) {
  .frame-type-text header h2{
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .frame-type-text header h2{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .frame-type-text header h2{
    font-size: 45px;
    line-height: 50px;
  }
}

.dl-link{
  padding-left: 30px;
  padding: 5px 10px 5px 30px;
  background: url(../images/pics/dl-link.png) no-repeat 5px center / 16px transparent;
  display: inline-block;
}


.frame-type-image img{
  width: 100%;
  height: auto;
  display: block;
}

.underline{
  text-decoration: underline;
}




/******************************************************************************************************************************* */
/******************************************************************************************************************************* */
/******************************************************************************************************************************* */
.frame-contentZone{
    margin: auto;
    padding-top: 10px;
}

.frame-contentZone h1,
.style-classique h1{
    font-size: 26px;
    font-family: "RationalText-ExtraBold";
    color: #201547;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}

.frame-contentZone h2,
.style-classique h2{
    font-size: 20px;
    font-family: "RationalText-SemiBold";
    color: #201547;
    margin-bottom: 20px;
    border-top: 1px solid #F0F0F0;
    padding-top: 40px;
    margin-top: 50px;
}

.style-classique h2{
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}

.frame-contentZone h3,
.style-classique h3{
    margin-bottom: 20px;
}

.frame-contentZone p,
.frame-contentZone ul,
.style-classique p,
.style-classique ul {
    margin-bottom: 10px;
}

.frame-contentZone ul li,
.style-classique ul li{
    list-style: inside;
    list-style-type: square;
}

.frame-contentZone a,
.style-classique a{
    color: #201547;
    text-decoration: underline;
}


.frame-type-text p + p,
.style-classique  p + p{
  margin-top: 20px;
}

.style-classique img{
  width: 100%;
  height: auto;
}

.style-classique .frame + .frame{
  margin-top: 50px;
}

.bigbutton{
  text-align: center;
}
.bigbutton a{
	background: #77BEE4;
	color: #FFFFFF !important;
		border: none !important;
	border-radius: 320px;
	margin-top: 30px;
	display: inline-block;
  text-decoration: none;
	padding: 10px 40px;

	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.bigbutton a:hover{
	border: none !important;
	padding: 10px 80px;
}

.frame-space-before-negative{
  padding: 30px 50px;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
  margin-top: -80px;
}


.style-classique{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
}

.style-classique h3{
  font-family: 'RationalText-SemiBold';
  text-transform: uppercase;
  margin: 20px 0;
}

.style-classique blockquote{
  padding: 30px;
  margin: 20px 0;
  font-family: 'RationalText-LightItalic';
  text-align: center;
  padding-top: 80px;
  background: url(../images/pics/blockquote.png) no-repeat center 20px / 40px #fafafa;
}

.frame-contentZone strong{
  font-family: 'RationalText-Medium';
}
