/**********************/
/**** STYLE GLOBAL ****/
/**********************/

/*Reset basique*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

select::-ms-expand {
    display: none;
    background: #FFF url(../images/info.png) no-repeat 95% center; 
}

img{
  max-width: 100%;
  max-height: 100%;
}

.verticalCenter{
  display:inline-block;
  vertical-align:middle;
  height:100%;
}

body{
  font-family: Arial, Helvetica, sans-serif;  
  line-height: 140%;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #474747;
}

header{
  background-color: #FFF;
  width: 100%;
  box-shadow: 0px 0px 24px 0px rgba(110, 107, 108, 0.35);
}

header .headerCtn{
  width: 100%;
  max-width: 1300px;
  padding: 25px 50px;
  margin: 0 auto;
  vertical-align: middle;
}

header .headerCtn .logoCtn,
header .headerCtn .txtCtn,
header .headerCtn .infoCtn{
  display: inline-block;
  height: 100%;
  padding: 0 10px;
}

header .headerCtn .logoCtn{
  width: 30.33%;
}

header .headerCtn .txtCtn{
  width: 49.33%;
  color: #e30613;
  font-size: 22px;
  line-height: 120%;
  vertical-align: middle;
}

header .headerCtn .infoCtn{
  width: 20.33%;
  font-size: 15px
}

header .headerCtn .infoCtn .nom{
  color: #0e3083;
}

header .headerCtn .infoCtn .nAffilie{
  color: #848283;
}

section#container{
  max-width: 982px;
  /* overflow: hidden; */
  margin: 50px auto;
}

.bold{
  font-weight: bold;
}

#loader{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
  height: 100%;
  text-align: center;
}

#loader img{
  margin-top: 150px;
}

.clear{
  clear: both;
}

.error {
  display: block;
}

label{
  cursor: pointer;
}

.pdfobject-container {
  height: 500px;
  margin-bottom: 20px;
}

.noticeSignature.pdfobject-container{
  height: 250px;
}

.btnNotice:hover{
  text-decoration: underline;
}

.btnNotice span{
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.btnNotice span:hover{
  text-decoration: underline;
}

.btnNotice .noticePicto{
  width: 20px;
  height: 28px;
  background-image: url(../images/noticePicto.png);
  margin-right: 15px; 
}

.noticePrefon{
  display: none;
}

.pdfobject {
  border: 1px solid #666;
}

.jBox-Modal .jBox-title{
    text-align: center !important;
    font-weight: bold !important;
}

.jBox-Modal .jBox-content {
    text-align: left !important;
    padding: 15px 20px !important;
    font-size:  14px !important;
}

.jBox-Confirm-button-submit{
  background: #3c88fe !important;
}

.jBox-Confirm-button-cancel{
  color: #FFF !important;
  background: #e1031a !important;
}

/*Style du form*/
.progressCtn{
  margin: 0 auto;
  max-width: 770px;
  padding: 10px;
  width: 100%;   
}

#msform{
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  background: #FFF;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0px 9px 10px 0px rgba(110, 107, 108, 0.13);
  padding: 30px 30px;
  width: 100%;   
}

#msform form{
  position: relative;
}

#msform fieldset{
  overflow: hidden;
}

#msform .marginBottom10{
  display: block;
  margin-bottom: 10px;
}

#msform .marginBottom20{
  display: block;
  margin-bottom: 20px;
}

#msform .marginBottom30{
  display: block;
  margin-bottom: 30px;
}

#msform .marginBottom40{
  display: block;
  margin-bottom: 40px;
}

#msform .italicTxt{
  font-size: 14px;
  font-style: italic;
}

#msform .boldTxt{
  font-weight: bold;
  margin-bottom: 5px;
}

#msform .mlContainer{
  display: inline-block;
  width: 100%;
  text-align: center;
}

#msform .mentionsLegales{
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

#msform .returnStep{
    display: block;
    width: 100px;
    padding: 4px;
    background: #eb6909;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 13px;
}

/**********************/
/**** PROGRESS BAR ****/
/**********************/
.progress{
  background-color: #eaeae9;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.progress-bar{
  background-color: #3c88fe;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition:width 1s;
  -moz-transition:width 1s; /* Firefox 4 */
  -webkit-transition:width 1s; /* Safari and Chrome */
  -o-transition:width 1s; /* Opera */
}

/*****************************/
/**** PROGRESS BAR ETAPES ****/
/*****************************/

/*Inputs*/
#msform input[type="text"], 
#msform input[type="email"], 
#msform input[type="tel"],
#msform select, 
#msform textarea{
  padding: 0px 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 3px;
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 15px;
}



#msform .input100{
  width: 100% !important;
}

#msform .errors{
    padding: 10px;
    background-color: #e55039;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 20px;
}

#msform .errors p.titre{
  font-weight: bold;
  margin-bottom: 5px;
}

#msform .fieldError{
  border: 1px solid red !important;
}

/*Titres*/
.fs-title{
  font-size: 24px;
  color: #0e3083;
  margin-bottom: 35px;
  text-align: center;
}

.readonly]{
	background-color : red !important;
}

.fs-subtitle{
  font-size: 24px;
  color: #0e3083;
  margin-bottom: 50px;
}
.smallItalic{
  font-size: 14px;
  font-style: italic;
}

.greySubtitle{
  font-size: 18px;
  color: #474747;
  font-style: italic;
}

.blueSubtitle{
  font-size: 14px;
  color: #0e3083;
  font-style: italic;
  font-weight: bold;
}

#progressbar{
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  /*Compteur CSS pour compter les étapes*/
  counter-reset: step;
}

#progressbar li{
  list-style-type: none;
  color: #000;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar li:before{
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #FFF;
  background-color: #3c88fe;
  border-radius: 3px;
  margin: 0 auto 10px auto;
}

/*Connecteurs de la progress bar*/
#progressbar li:after{
  content: '';
  width: 84%;
  height: 5px;
  background-color: #3c88fe;
  position: absolute;
  left: -42%;
  top: 13px;
}

#progressbar li:first-child:after{
	/*Pas de connecteur avant la 1ère étape*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  
#progressbar li.active:after{
  background-color: #e1031a;
  color: white;
}

/*Masque tout sauf le 1er fieldset*/
#msform form:not(:first-of-type){
  display: none;
}

#blocAide{
  float: right;
  max-width: 192px;
}

#blocAide .question{
  width: 100%;
  padding: 10px;
  background-color: #eb6909;
  color: #FFF;
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
  margin-bottom: 10px;
}

#blocAide .question > span{
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block; 
}

#blocAide .btnRappel {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #3c88fe;
  font-size: 12px;
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  border: solid #0087cb 1px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;  
}

#blocAide .btnRappel:hover {
  color: #FFF;
  background: #3c88fe;
  text-decoration: none;
}

#blocAide .tel3025 img{
  margin-bottom: 10px;
}

#blocAide .tel3025 p{
  text-align: center;
  font-size: 11px;
  color: #000;
}

/*****************/
/**** ETAPE 1 ****/
/*****************/

#msform fieldset .civilite{
  margin-bottom: 30px;
}

#msform fieldset .civilite span{
  display: inline-block;
}

#msform fieldset .civilite span:nth-child(2) {
  margin: 0 50px;
}

#msform fieldset .civilite label{
  font-size: 16px;
}

#msform fieldset .indentiteBloc1 .tripleInput input[type="text"], 
#msform fieldset .indentiteBloc1 .tripleInput input[type="email"], 
#msform fieldset .indentiteBloc1 .tripleInput input[type="tel"],
#msform fieldset .tripleInput input[type="text"],
#msform fieldset .tripleInput input[type="email"],
#msform fieldset .tripleInput input[type="tel"],
#msform fieldset .tripleInput select{
	width: 28.17%;
}

.actifCtn{
  display: none;
}

.fonctionPubliqueCtn{
  display: none;
}

.catFonctCtn{
  display: none;
}

.textAreaCtn{
  display: none;
  margin-bottom: 30px;
}

#msform fieldset .textAreaCtn > textarea{
  resize: none; 
  max-width:100%; 
  width: 100%; 
  height: 100px; 
  padding: 10px;
}

.assuranceVieCtn{
  display: none;
}

#msform fieldset .indentiteBloc1 .tripleInput input:nth-of-type(2),
#msform fieldset .tripleInput input:nth-of-type(2),
#msform fieldset .tripleInput select:nth-of-type(2){
	margin: 0 55px;
}

#msform fieldset .ouiSpace{
  margin-right: 20px;
}

#msform fieldset .indentiteBloc1 .residence{
	display: inline-block;
}

#msform fieldset .indentiteBloc1 .residence label:first-child{
	margin-right: 45px;
}

#msform fieldset .indentiteBloc1 .residence span:first-child{
	margin-right: 20px;
}

#msform fieldset .indentiteBloc1 select#nationnalites{
	margin-right: 55px;
}

#msform fieldset .indentiteBloc1 .majeurProtege{
  margin-bottom: 30px;
}

#msform fieldset .indentiteBloc1 .majeurProtege p{
  margin-bottom: 20px;
}

#msform fieldset .indentiteBloc1 .exercez{
  margin-bottom: 30px;
}

#msform fieldset .indentiteBloc1 .exercez p{
  margin-bottom: 20px;
  text-align: justify;
}

#msform fieldset .indentiteBloc2 input.info,
#msform fieldset input.infoCode{
  background: #FFF url(../images/info.png) no-repeat 95% center; 
}

#msform fieldset .indentiteBloc2 input.info:hover,
#msform fieldset input.infoCode:hover{
  cursor: pointer;
}

#msform fieldset .indentiteBloc2 input:first-child{
  margin-right: 55px;
}

#msform .cnil{
  font-size: 11px;
  line-height: 13px;
}

#msform fieldset .doubleInput select,
#msform fieldset .doubleInput input,
#msform fieldset .doubleInputReverse select,
#msform fieldset .doubleInputReverse input{
  width: 45%;
}

#msform fieldset .doubleInput select:nth-of-type(1),
#msform fieldset .doubleInputReverse select:nth-of-type(1),
#msform fieldset .doubleInputReverse input:nth-of-type(1){
  margin-right: 10%;
}

#msform fieldset .doubleInput select:nth-of-type(2),
#msform fieldset .doubleInput input:nth-of-type(1){
  margin-left: 35px;
}

#msform fieldset .chpOblig{
  margin-bottom: 40px;
  font-size: 14px;
}

#msform .borderFaculte{
    border: 2px dotted #a4a4a4;
    padding: 10px;
    margin-bottom: 20px;
}

#msform .borderFaculte span{
    font-weight: bold;
    color: #eb6909;
}

/*Buttons*/
#msform .action-button{
  width: 130px;
  height: 40px;
  font-size: 15px;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;  
}

#msform .action-button:hover{
  background-color: #EB6909;
}

#msform .action-button:focus{
  border-color: #EB6909;
  box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #EB6909;
  outline: 0 none;
}

#msform .next{
  background-color: #3c88fe;
  float: right;
}

#msform .recap{
  background-color: #3c88fe;
  float: right;
}

#msform .previous{
  background-color: #979797;
  float: left;
}

#msform .submit{
  background-color: #3c88fe;
  float: right;
}

#msform .puceList{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/play-arrow.png);
  margin-right: 15px;
}

#msform .txtDownload{
  display: inline-block;
  margin-right: 20px;
  width: 200px;
}

#msform .downloadBtn{
  display: inline-block;
  color: #FFF;
  background-color: #3c88fe;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  width: 100px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#msform .downloadBtn:hover{  
  background-color: #EB6909;
}

#msform input[type="checkbox"]{
  margin: 5px 10px 0px 0px;
}

#msform .parDefBox{
  background-color: #58b0e2;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}

#msform form.merci fieldset h2{
  font-size: 34px;
  color: #0e3083;
  margin-bottom: 20px;
  line-height: 140%;
}

#msform form.merci fieldset .thanksBtn{
  display: block;
  width: 180px;
  background-color: #3c88fe;
  text-align: center;
  margin-top: 25px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.preFooter{
  background-color: #FFF;
  width: 100%;
  padding: 70px 35px;
  box-shadow: 0px 0px 24px 0px rgba(110, 107, 108, 0.35);
  overflow: hidden;
}

.preFooter .rowTxt{
  font-size: 15px;
  line-height: 130%;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.preFooter .rowTxt .bloctxt{
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 40px;
}

.preFooter .rowTxt .bloctxt .titleCtn{
  color: #0085ca;
  font-size: 19px;
  margin-bottom: 25px;
}

footer{
  font-size: 11px;
  line-height: 140%;
  width: 100%;
  padding: 35px;
}

footer p{
  margin-bottom: 20px;
}

footer a{
  color: #565659;
}
/***********************/
/**** MEDIA QUERIES ****/
/***********************/

@media screen and (min-width: 800px) and (max-width: 1024px){
  #msform, #blocAide{float: none;margin: 20px auto;}
  header .headerCtn .txtCtn{font-size: 19px;}
  .preFooter .rowTxt {font-size: 14px;}
  .preFooter .rowTxt .bloctxt{padding: 10px;}
}

@media screen and (min-width: 600px) and (max-width: 799px){
  body{background-color:#f9f9f9;}
  section#container {margin: 20px auto;}
  .greySubtitle, .blueSubtitle{font-size: 14px; color: #FFF;}
	#msform, #blocAide{float: none;margin: 0 auto;}
  #msform{box-shadow: none;}
  #msform fieldset .indentiteBloc1 .tripleInput input:nth-of-type(2), #msform fieldset .tripleInput input:nth-of-type(2), #msform fieldset .tripleInput select:nth-of-type(2) {margin: 0 40px;}
  #msform fieldset .doubleInput select:nth-of-type(2), #msform fieldset .doubleInput input:nth-of-type(1) {margin-left: 15px;}
  #msform fieldset .civilite label {font-size: 13px;}
  header .headerCtn .logoCtn{text-align: center; width: 100%;}
  header .headerCtn .logoCtn img{max-width: 300px;}
  header .headerCtn .txtCtn{width: 100%; text-align: center; margin-bottom: 10px;}
  header .headerCtn .infoCtn{width: 100%; text-align: center;}
  .preFooter .rowTxt .bloctxt{float: none; width: 100%; margin-bottom: 20px;}
}

@media screen and (min-width: 480px) and (max-width: 599px){
  body{background-color:#f9f9f9; font-size: 14px;}
  section#container {margin: 20px auto;}
  .greySubtitle, .blueSubtitle{font-size: 14px; color: #FFF;}
  .progress{background-color: #FFF;}
  .progress-bar{font-size: 0px; height: 5px;}
  #msform, #blocAide{float: none;margin: 0 auto;}
  #msform{box-shadow: none; padding: 0 20px 20px 20px; margin-bottom: 30px;}
  #progressbar{display: none;}
  .errors{text-align: center;}
  #msform fieldset .indentiteBloc1 .tripleInput input[type="text"], #msform fieldset .indentiteBloc1 .tripleInput input[type="email"], #msform fieldset .indentiteBloc1 .tripleInput input[type="tel"], #msform fieldset .tripleInput input[type="text"], #msform fieldset .tripleInput input[type="email"], #msform fieldset .tripleInput input[type="tel"], #msform fieldset .tripleInput select {display:block; width: 100%;}
  #msform fieldset .indentiteBloc1 .tripleInput input:nth-of-type(2), #msform fieldset .tripleInput input:nth-of-type(2), #msform fieldset .tripleInput select:nth-of-type(2) {margin: 20px 0;}
  #msform input[type="text"], #msform input[type="email"], #msform input[type="tel"], #msform select, #msform textarea {margin-bottom: 20px;}
  .fs-title{text-align: center;font-size: 15px;text-transform: uppercase;padding: 20px 40px;color: #FFF;background-color: #0e3083;font-weight: bold;}
  h3.fs-subtitle{text-align: center;background-color: #464646;color: #FFF;text-transform: uppercase;font-size: 15px;padding: 15px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;font-weight: bold;}
  #msform fieldset .indentiteBloc1 select#nationnalites {margin-right: 0;width: 100%;}
  #msform fieldset .indentiteBloc2 input:first-child {margin-right: 0;}
  #msform input[type="text"], #msform input[type="email"], #msform input[type="tel"], #msform select, #msform textarea {width: 100%;}
  #msform fieldset .doubleInput select:nth-of-type(1), #msform fieldset .doubleInputReverse select:nth-of-type(1), #msform fieldset .doubleInputReverse input:nth-of-type(1) {margin-right: 0;}
  #msform fieldset .doubleInput select:nth-of-type(2), #msform fieldset .doubleInput input:nth-of-type(1){margin-left: 0;}
  #msform fieldset .doubleInput select, #msform fieldset .doubleInput input, #msform fieldset .doubleInputReverse select, #msform fieldset .doubleInputReverse input {width: 100%;}
  #msform fieldset .civilite label {font-size: 13px;}
  #msform .mentionsLegales {margin-top: 30px;}
  header .headerCtn .logoCtn{text-align: center; width: 100%;}
  header .headerCtn .logoCtn img{max-width: 300px;}
  header .headerCtn .txtCtn{width: 100%; text-align: center; margin-bottom: 10px; font-size: 18px;}
  header .headerCtn .infoCtn{width: 100%; text-align: center;}
  .preFooter .rowTxt .bloctxt{float: none; width: 100%; margin-bottom: 20px;}
}

@media screen and (max-width: 479px){
	body{background-color:#f9f9f9; font-size: 14px;min-width: 320px;}
  section#container {margin: 20px auto;}
  .greySubtitle, .blueSubtitle{font-size: 14px; color: #FFF;}
  .progress{background-color: #FFF;}
  .progress-bar{font-size: 0px; height: 5px;}
  #msform, #blocAide{float: none;margin: 0 auto;}
  #msform{box-shadow: none; padding: 0 20px 20px 20px; margin-bottom: 30px;}
  #progressbar{display: none;}
  .errors{text-align: center;}
  #msform fieldset .civilite label {font-size: 14px;}
  #msform fieldset .indentiteBloc1 .tripleInput input[type="text"], #msform fieldset .indentiteBloc1 .tripleInput input[type="email"], #msform fieldset .indentiteBloc1 .tripleInput input[type="tel"], #msform fieldset .tripleInput input[type="text"], #msform fieldset .tripleInput input[type="email"], #msform fieldset .tripleInput input[type="tel"], #msform fieldset .tripleInput select {display:block; width: 100%;}
  #msform fieldset .indentiteBloc1 .tripleInput input:nth-of-type(2), #msform fieldset .tripleInput input:nth-of-type(2), #msform fieldset .tripleInput select:nth-of-type(2) {margin: 20px 0;}
  #msform input[type="text"], #msform input[type="email"], #msform input[type="tel"], #msform select, #msform textarea {margin-bottom: 20px;}
  .fs-title{text-align: center;font-size: 15px;text-transform: uppercase;padding: 20px 40px;color: #FFF;background-color: #0e3083;font-weight: bold;}
  h3.fs-subtitle{text-align: center;background-color: #464646;color: #FFF;text-transform: uppercase;font-size: 15px;padding: 15px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;font-weight: bold;}
  #msform fieldset .indentiteBloc1 select#nationnalites {margin-right: 0;width: 100%;}
  #msform fieldset .indentiteBloc2 input:first-child {margin-right: 0;}
  #msform input[type="text"], #msform input[type="email"], #msform input[type="tel"], #msform select, #msform textarea {width: 100%;font-size: 14px;}
  #msform fieldset .doubleInput select:nth-of-type(1), #msform fieldset .doubleInputReverse select:nth-of-type(1), #msform fieldset .doubleInputReverse input:nth-of-type(1) {margin-right: 0;}
  #msform fieldset .doubleInput select:nth-of-type(2), #msform fieldset .doubleInput input:nth-of-type(1){margin-left: 0;}
  #msform fieldset .doubleInput select, #msform fieldset .doubleInput input, #msform fieldset .doubleInputReverse select, #msform fieldset .doubleInputReverse input {width: 100%;}
  #msform fieldset .civilite label {font-size: 13px;}
  #msform .action-button {width: 120px;height: 40px;}
  #msform .mentionsLegales {margin-top: 30px;}
  header .headerCtn{padding: 25px 10px;}
  header .headerCtn .logoCtn{text-align: center; width: 100%;}
  header .headerCtn .logoCtn img{max-width: 230px;}
  header .headerCtn .txtCtn{width: 100%; text-align: center; margin-bottom: 10px; font-size: 18px;}
  header .headerCtn .infoCtn{width: 100%; text-align: center;}
  .preFooter .rowTxt .bloctxt{float: none; width: 100%; margin-bottom: 20px; padding: 0 10px;}
}