/**********************/
/**** STYLE GLOBAL ****/
/**********************/

/*Reset basique*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img{
  max-width: 100%;
  max-height: 100%;
}

body{
  font-family: Arial, Helvetica, sans-serif;  
  line-height: 140%;
  font-size: 16px;
}

section#container{
  max-width: 982px;
  /* overflow: hidden; */
  margin: 50px auto;
}

.loader{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
  height: 100%;
  text-align: center;
  z-index: 99999;
}

.loader img{
  margin-top: 150px;
}

.clear{
  clear: both;
}

.pdfobject-container {
  height: 500px;
  margin-bottom: 20px;
}

.noticeSignature.pdfobject-container{
  height: 250px;
  display : none;
}

.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 !impotant;
    font-weight: bold !impotant;
}

.jBox-content{
	line-height: 18px !important;
}

.jBox-Modal .jBox-content {
    text-align: left !important;
    padding: 15px 20px !important;
    font-size:  14px !important;	
}

.jBox-Confirm-button-submit{
  background: #e1001a !important;
}

.jBox-Confirm-button-cancel{
  color: #FFF !important;
  background: #0085cb !important;
}

/*Style du form*/
#msform{
  float: left;
  max-width: 770px;
  position: relative;
  background: #f9f9f9;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 30px 30px;
  width: 100%;   
}

#msform form{
  position: relative;
}

#msform fieldset{
  overflow: hidden;
}

#msform .marginBottom10{
  display: block;
  margin-bottom: 10px;
}

#msform .marginBottom20Pdf{
	margin-bottom: 20px;
}

#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;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

#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: #0086cb;
  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: 200px;
  height: 30px;
  border: 1px solid #ccc;
  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: #F1A06E;
    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;
}

.fs-subtitle{
  font-size: 24px;
  color: #0e3083;
  margin-bottom: 20px;
}

#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: 20%;
  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: #0086cb;
  border-radius: 3px;
  margin: 0 auto 10px auto;
}

/*Connecteurs de la progress bar*/
#progressbar li:after{
  content: '';
  width: 80%;
  height: 5px;
  background-color: #0086cb;
  position: absolute;
  left: -40%;
  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: #e1001a;
  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: #0086cb;
  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: #0086cb;
  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:first-child{
  margin-right: 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%;
}

#msform fieldset .departement_naissance{
	margin: 0 55px;
}

#msform fieldset .lieuNaissance{
	margin: 0px !important;
}

#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 select#pays_naissance{
	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; 
  padding-right: 35px;
  width: 45.07%;
}

#msform fieldset input.euro-sign{
  background: #FFF url(../images/euro_sign.png) no-repeat 95% center; 
  padding-right: 35px;
  width: 33.07%;
}



#msform fieldset input.iban,
#msform fieldset input.bic{
	cursor: pointer;
	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.07%;
}

#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: 35px;
}

#msform fieldset .doubleInput select:nth-of-type(2),
#msform fieldset .doubleInput input:nth-of-type(1){
  margin-left: 0px;
}

#msform fieldset .chpOblig{
  margin-bottom: 40px;
}

#msform .borderFaculte{
    border: 2px dotted #a4a4a4;
    padding: 10px;
    margin-bottom: 20px;
}

#msform .borderFaculte span{
    font-weight: bold;
    color: #eb6909;
}

/*Buttons*/
#msform .action-button{
  width: 150px;
  height: 30px;
  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: #e1001a;
  float: right;
}

#msform .recap{
  background-color: #e1001a;
  float: right;
}

#msform .previous{
  background-color: #0085cb;
  float: left;
}

#msform .submit{
  background-color: #EB6909;
  float: right;
}

.pac-container:after {
	background-image: none !important;
	height: 0px;
}

.error{
	display:block;
}

div.errors{
	display:none;
}

#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: #0085cb;
  -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;
}

input.disable{
	pointer-events: none;
	cursor: pointer;
	background-color: #e3e3e3;
}

/***********************/
/**** MEDIA QUERIES ****/
/***********************/

@media screen and (min-width: 800px) and (max-width: 1024px){
  #msform, #blocAide{float: none;margin: 20px auto;}
}

@media screen and (min-width: 600px) and (max-width: 799px){
  body{background-color:#f9f9f9;}
  section#container {margin: 20px auto;}
	#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 .indentiteBloc2 input.info,#msform fieldset input.infoCode, #msform fieldset input.euro-sign{width: 100%;}
}

@media screen and (min-width: 480px) and (max-width: 599px){
  body{background-color:#f9f9f9; font-size: 14px;}
  section#container {margin: 20px auto;}
  .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 .departement_naissance, #msform fieldset .lieuNaissance{margin: 0px 0 20px 0!important; width: 100% !important;}
  #msform fieldset .select2-container {width: 100%!important;margin-bottom: 20px;outline: none;}   
  #msform fieldset .easy-autocomplete{width: 100% !important;}
  #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 .mentionsLegales {margin-top: 30px;}
  #msform fieldset .indentiteBloc2 input.info,#msform fieldset input.infoCode,#msform fieldset input.euro-sign{width: 100%;}
}

@media screen and (max-width: 479px){
	body{background-color:#f9f9f9; font-size: 14px;min-width: 320px;}
  section#container {margin: 20px auto;}
  .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 .departement_naissance, #msform fieldset .lieuNaissance{margin: 0px 0 20px 0!important; width: 100% !important;}
  #msform fieldset .select2-container {width: 100%!important;margin-bottom: 20px;outline: none;} 
  #msform fieldset .easy-autocomplete{width: 100% !important;}
  #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 .action-button {width: 120px;height: 40px;}
  #msform .mentionsLegales {margin-top: 30px;}
  #msform fieldset .indentiteBloc2 input.info,#msform fieldset input.infoCode,#msform fieldset input.euro-sign{width: 100%;}
}

#bandeau {
  background-color: #e1001a;
  font-weight: bold;
  color: white;
  padding: 30px;
  margin: auto;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
  width: 100%;
  max-width: 770px;
}

#linktunnel
{
  color: white;
}