.row{
  margin-top:0.5rem;
}
/*.containerTEST {
  border:0px solid #dadce0;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;	
  border-radius:8px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 20px;
} */

/* -- debut -- <input class="form-control" type="number" ...  ------ */

/* ------------------------------------------------------------------*/

.body_background {
  background-color: #ffffff !important; /* #e3e4e5 !important; */
  padding:20px 0;
}

.class2coched{
  font-size: 0.7rem;
}

hr {
  border: 0;
  height: 2px;
  background: #e1e1e1;
  background-image: linear-gradient(to right, #337ab7, #177bff, #337ab7);
}

.ColorEntete{
  color: #337ab7;	
  font-size: 0.8rem;
  padding-left: 2rem;
}
p.Pentete2 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:.9rem;
	font-weight: 400;
	margin: 5px 19px 5px 19px;
	margin-bottom: 9px;
	text-align:left;
	color: #232227;
	background-color: transparent;	
}

fieldset {
  background-color: #fff; /*e6e6fa;*/
  border:1px solid #dadce0;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;	
  border-radius:8px;
	padding-left: 30px;
	padding-right: 30px;
}

.TxtReviser{
  font-size: 1.5em;
  font-weight: 600;
  color: red;
}


.TxtNoteAuto{
  min-height:10px;
  size:14px;
  margin:0px auto;
  padding:0px 10px;
  line-height:20px;
  resize: none;
  border:none;
  background-color:transparent;
  color: red;
  text-align:center;
}
.TxtNoteDr{
  min-height:10px;
  font-size: 16px;
  line-height:20px;
  margin: 5px auto;
  padding:10px;
  resize: none;
  border:1px solid #556677;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(black, .3);
  background-color:white;
  color: navy;
}

.Commentaires{
  width:100%;
  background: transparent;
  color: #dc3545 !important;
  text-align: center !important;
  height:auto;
  font-size: 1rem;
  line-height:1rem;
  margin: 5px auto;
  padding:10px;
  resize: none;
  border: 0 none;
  outline: none;
  overflow: hidden;
}

/*.bg-jaune {
  background-color: #ffff00 !important;
  color:#30619c;
  padding:0px;
  line-height:1em;
   font-size: 1em;
} */

/* Message pour le # de ligne dans textarea*/
.msgalert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
.msgclosebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.msgclosebtn:hover {
  color: black;
}


.invalid-feedback {
  position:relative;
  font-size: 90%;
  color: #dc3545;
  top:-10px;
  line-height: 1;
}


:root {
  --input-padding-x: .75rem;
  --input-padding-y: .45rem;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .91rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #373d46;
  text-align: left;
}


textarea.form-control{
	background-color: transparent;	
}

/* --------------  Nouveau ------------------------  */

.clickSign{
	border: 1px solid #ced4da;	
}

.clickSign:hover{
	border: 1px solid #80bdff;
	cursor:pointer;
}

.textSIGN{
	color: #0063c3;
	font-size: 0.8rem;
	font-weight:600;
}

.modal-dialog {
  color: #636363;
	width: auto;
	max-width: 790px;
	height:auto;
}
.modal_signa{
	max-width:610px;
	margin: 10px auto;
	padding: 5px;
	background-color:#fffef3;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-control {
	display: block;
	width: 100%;
	height: calc(1.3em + 1.0rem + 2px);
	padding: 0.375rem 0.5rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover {
	display: block;
	width: 100%;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.2;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #80bdff;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:disabled {
	display: block;
	width: 100%;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.2;
	color: #495057;
	background-color: #e9ecef;
	background-clip: padding-box;
	border: 0;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}

.custom-select:hover {
	cursor:pointer;
}

.custom-select  {
	font-size: 18px;
	font-weight: 400;
}



.styled-select select {
	background: transparent;
	width: 100%;	
	padding: 5px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 41px;
	color: #999;
	margin: 0;
	margin-top: -5px;
	outline: none;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: calc(1.2em + 1.0rem + 3px);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.0;
	margin-top:9px;
	border: 2px solid #e8ebed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}


.ui-progressbar {
	height: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	padding-bottom: 3px;
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	border-radius: 17.5px;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	-moz-transition: width .6s ease;
	transition: width .6s ease;
	background: repeating-linear-gradient( 45deg, #0a5494, #0a5494 10px, #337ab7 10px, #337ab7 20px );
}


span.main_question{
	font: 18px/23px Arial, Helvetica, sans-serif;
	padding-right:10px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
	color: #337ab7;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;		
}

span.etape{
	font: 18px/23px Arial, Helvetica, sans-serif;
	padding-left:5px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
	color: #337ab7;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;		
}

.titreonglet{
  font-weight:600;
  padding-top: 5px;
  color: #337ab7;
	font: 20px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 3px 3px rgba(0,0,0,0.1);    
	font-weight:700;
	background-color: transparent;		
}




.has-float-label .selectWrapper {
  background: transparent;
}

select option {
  margin: 40px;
}

.input-group  {
	font-size: 18px;
	font-weight: 400;
}

.form-group{
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: .7rem;
	font-size: 1rem;
}


body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .91rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #373d46;
  text-align: left;
}

input.form-control, select.form-control, textarea.form-control {
  background-color: #fff;
  border: 2px solid #e8ebed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  color: #373d46;
  height: 40px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 6px 12px;
}


select.form-control {

}

.dropdown-content {
  font-size: 10px;
}
		
option {
 background-color: #eff3f7;
    font-size: 1rem; 
}		

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: .6;
  top: .7rem;
  font-weight:normal;
}

.form-label-group {
    margin-bottom: 0rem;
}

.input-group{
    width: 100%;
}


.has-float-label label, .has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -1.3rem;
  left: .75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight:normal;
}


.input-group {
    width: 100%;
}
.input-group {
    font-size: 18px;
    font-weight: 400;
}
.form-group {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: .7rem;
    font-size: 1rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
*, ::before, ::after {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}



/* --------------  Nouveau Fin ------------------------  */

.headerA {   	
	background-color: #fff;
  border:1px solid #dadce0;
	margin:0px;
	padding:0px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;	
  border-radius:8px;  
	max-width:1024px;
	margin-left: auto;
	margin-right: auto; 
	word-wrap:break-word;
	margin-bottom: 5px;
}


.headerB {   	
  background-color: #337ab7;
	border:0px solid #dadce0;
	border-top: 0px solid #dadce0;   
	border-bottom: 0px; 
	margin:0px;
	padding:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	 
	max-width:1024px;
	max-height: 15px;
	margin-left: auto;
	margin-right: auto; 
	word-wrap:break-word;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}


.Hentete {
	font:Gabriela, Georgia, serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	text-shadow: 1px 1px rgba(12,28,41,0.3);
	color: #fff;	
  margin-top: 10px;
  margin-bottom: 20px;
	letter-spacing: 2px;
	text-align:center;
	color: #337ab7;
	background-color: transparent;	
}

.errmessText{
	position:relative;
	top:-1.1rem;
  line-height:1rem;
  left:.5rem;
	display: none;
	font-size:.8rem;
	color:#e91b2e;
}

.errmessRadio{
	position:relative;
	top:-0.8rem;
	display: none;
	font-size:.8rem;
	color:#e91b2e;
}

.errmessSelect{
  display: none;
	position:relative;
	top:-1.2rem;
	display: none;
	font-size:.8rem;
	color:#e91b2e;
}

.text-validate{
  text-align: left;
  margin-left:2rem;
  margin-right:2rem;
	display: none;
	font-size:1.0rem;
	color:#e91b2e;
  display:none;
}

.DivSignature{
	width:100%;
	max-width: 600px;
	margin:0 auto;
}
.colwidth_titre {
	max-height: 70px;
	background-color:#337ab7;
	font-weight: 600;	
	color:#ffffff;
	margin:5px 0px 25px 70px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.colwidth_titre2 {
	width:270px;
	background-color:#337ab7;
	font-weight: 600;
	color:#ffffff;
	margin:5px 1px 5px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.colwidth_question {
	flex: 0 0 250px; 
	margin:5px 15px 0 0;
	background-color: transparent;	  
}

.p1{
	color: #337ab7;
	font-size:1.3rem;
	font-weight:600;
	margin:30px 0 20px 10px;

}


.b-0 { margin-bottom:0px; }
.b-10 { margin-bottom:10px; }
.-b-10 { margin-bottom:-10px; }
.b-15 { margin-bottom:15px; }
.b-20 { margin-bottom:20px; }
.b-25 { margin-bottom:25px; }
.-b-25 { margin-bottom:-25px; }
.b-3 { margin-bottom:3px; }
.-b-3 { margin-bottom:-3px; }
.b-35 { margin-bottom:35px; }
.l-10 { margin-left:10px; }
.l-15 { margin-left:15px; }
.l-20 { margin-left:20px; }
.-l-25 { margin-left:-25px; }
.l-3 { margin-left:3px; }
.l-30 { margin-left:30px; }
.l-5 { margin-left:5px; }
.p-l-15 { padding-left: 15px;}
.p-r20 { padding-right: 20px;}
.r-15 { margin-right:15px; }
.-r-25 { margin-right:-25px; }
.t-0 { margin-top:0px; }
.t-10 { margin-top:10px; }
.-t-10 { margin-top:-10px; }
.t-15 { margin-top:15px; }
.-t-15 { margin-top:-15px; }
.t-25 { margin-top:25px; }
.-t-25 { margin-top:-25px; }
.t-30 { margin-top:30px; }
.t-35 { margin-top:35px; }
.t-45 { margin-top:35px; }
.t-5 { margin-top:5px; }
.-t-5 { margin-top:-5px; }

 


.TextColor{
	font:Gabriela, Georgia, serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	text-shadow: 1px 1px rgba(12,28,41,0.3);
	color: #fff;	
  margin-top: 0px;
	padding-top: 0px;
  margin-bottom: 10px;
	letter-spacing: 2px;
	text-align:center;
	color: #337ab7;
	background-color: transparent;		
}

.TextColor2{
	font:Gabriela, Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;	
  margin-top: 0px;
	padding-top: 0px;
  margin-bottom: 10px;
	letter-spacing: 1px;
	text-align:center;
	color: #337ab7;
	background-color: transparent;		
}


.TextColor3{
	font:Gabriela, Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;	
  margin-top: 0px;
	padding-top: 0px;
  margin-bottom: 10px;
	text-align:center;
	color: #337ab7;
	background-color: transparent;		
}


.txtRed{
	color:red;
}

.center{
  text-align: center;
}

.labelfureteur{
  padding-top: 0px;
  font-family: Arial, sans-serif, Helvetica;
  font-weight: 500;
  margin: 0px;
  /*margin-left: 0px; */
  font-size: 0.6rem;
  line-height:1rem;
  color: #76868a;  /* 265c88 337ab7 */
  background-color: transparent;
}

.labeltitre{
  padding-top: 0px;
  font-family: Arial, sans-serif, Helvetica;
  font-weight: 500;
  margin: 0px;
  /*margin-left: 0px; */
  font-size: 100%;
  line-height:1.3rem;
  color: #1e496c;  /* 265c88 337ab7 */
  background-color: transparent;
}
.labeltitreCenter{
  font-family: Arial, sans-serif, Helvetica;
	display: block;
	text-align:center;
  font-size: 110%;
  color: #337ab7;
  background-color: transparent;
}

.Block1 {
	display: inline-block;	
	float: left;
	width: calc(100% - 310px);
	margin-right:10px;
	min-height:30px;
	background-color:transparent;
} 

.Block1Date {
	display: inline-block;	
	float: left;
	width: calc(100% - 310px);
	height:1px;
	min-height:30px;
	background-color:transparent;
} 


.Block1input {
	display: inline-block;	
	float: left;
	width: calc(100% - 290px);
	max-width:450px;
	margin-right:10px;
	min-height:30px;
	background-color:transparent;
} 

.Block2 {
	display:inline-block;
	width:280px;
	float: right;	
	background-color:#f7f8fc; /*e6e6fa;*/
	text-align:right;
}

.Block2Date {
	display:inline-block;
	float:right;
	text-align:right;
	margin-right: -50px;
	width:280px;
	float: right;	
	color:#ffffff;
	background-color:#337ab7; /*e6e6fa;*/
	text-align:right;
	border:1px solid #337ab7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	border-radius:6px;	 
}
.Block2RowDate {
	margin: 5px -45px 0 0;
}

.Block2B {
	display:block;
	width:400px;
	float: left;	
	background-color:#f7f8fc; /*e6e6fa;*/
	text-align:right;
}


.BlockTitreA{
	
} 

.BlockTitreDateA{
	display: block;
	width:310px;
	float: right;	
	color:White;
	background-color:#337ab7;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight:600;
}
.datePC{
	font-size:1.2rem;
	color:#ffffff; /*edf8ef; */
}

.BlockTitreB {
	display: none;
  text-align:center;
  color:White;
  background-color:#337ab7;	
  font-weight:600;
  height:35px;
  padding-top:5px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  margin-bottom : 10px;
  margin-top : 1px;	
}	

.BlockTitreC {
  margin-top : 1px;	
}

.RadioRight{
	display: block;
	text-align: right;
}
.span0 {
	color: #2196f3;
	font-size: 18px;
	font-weight:400;
	background-color:transparent;
	margin-right:11px;
}
.span0Cli {
	color: #2196f3;
	font-size: 18px;
	font-weight:400;
	background-color:transparent;
}

ul.questions {
  list-style-type: none;
  margin: 0;
  color: #337ab7;
  padding: 0px;
  padding-left: 50px;
}
ul.questions li.qu {
	line-height :27px;
	background-image:url('../images/cocher.svg') ; 
	background-repeat: no-repeat;
	background-size:20px 26px;
	padding-left: 30px;
	margin-bottom: 15px;
	background-position: top left;  
	font-size: 1.1rem;
}


/*  vert teal = #008080
   vert (teal)                                              bleu
   * + focus + dropdown-toggle -> color: #fff               #fff
   hover            -> color: #222                          #222
   * + disabled     -> background-color + color : #008080   #2d6ba1
   * + disabled     -> border-color: #005a5a                #204b71
   hover            -> background-color:#004d4d             #265a88
   hover            -> border-color: #009a9a                #1c4365
   dropdown-toggle  -> color #00b3b3                        #1d4568
   dropdown-toggle  -> border-color: #000                   #000
   outline-focus    -> box-shadow: rgba(0,128,128,0.5)      rgba(156,211,246,0.5)
   focus+dropdown   -> box-shadow: rgba(0,90,90,0.5)        rgba(206,252,227,0.5)
   
*/
.btn-primary{color:#fff;background-color:#2d6ba1;border-color:#204b71}
.btn-primary:hover{color:#fff;background-color:#265a88;border-color:#1c4365}
.btn-primary:focus,.btn-primary.focus{background-color:#265a88;box-shadow:0 0 0 .2rem rgba(206,252,227,0.5)}
.btn-primary.disabled,
.btn-primary:disabled{color:#fff;background-color:#2d6ba1;border-color:#204b71}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,.show>
.btn-primary.dropdown-toggle{color:#fff;background-color:#1d4568;border-color:#000}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(206,252,227,0.5)}
.btn-outline-primary{color:#2d6ba1;background-color:transparent;background-image:none;border-color:#2d6ba1}
.btn-outline-primary:hover{color:#222;background-color:#1c4365;border-color:#2d6ba1}
.btn-outline-primary:focus,
.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(156,211,246,0.5)}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled{color:#2d6ba1;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#1c4365;border-color:#2d6ba1}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(156,211,246,0.5)}

.iconsvg{
	  position:relative;
    /*top:22px;*/
    left:-6px;*/
    width:auto;
    height:20px;
}

@media(max-width: 990px) {
	.colwidth_question {
		flex: 0 0 100%; 
	}

  /*.Hentete {
    font:Gabriela, Georgia, serif;
    font-size: 30px;
    padding-top: 10px;
    line-height: 48px;
    font-weight: 500;
    text-shadow: 1px 1px rgba(12,28,41,0.3);
    color: #fff;	
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align:center;
    color: #337ab7;
    background-color: transparent;	
  }  */
  
  .colwidth_titre {
    background-color:#337ab7;
    color:#ffffff;
    margin:5px 15px 5px 18px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
  }

	.DivSignature{
		width:100%;
		margin:0 auto;
	}	
	
	.Block1 {
		display:inline-block;
		width: 100%;
		margin-right:10px;
		background-color:white;
		background-color:#f7f8fc; /*e6e6fa;*/
		padding-bottom: 10px;		
	} 
	
	.Block1input {
    display: inline-block;	
    margin-left:10px;
    width: calc(100% - 20px);
    margin-right:10px;
    height:30px;
    background-color:transparent;
    margin-bottom:25px;	
	} 

	
	.Block2Date {
		display:block;
		width:100%;
		float: left;			
		color:#ffffff;
		background-color:337ab7;
		text-align:center;
		margin:0;
		padding: 1px;
		border:1px solid #337ab7;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;	
		border-radius:6px;
	}
	.Block2RowDate {
		margin: 5px -15px 5px -15px;
	}	
	
	.Block2 {
		display:block;
		width:100%;
		float: left;			
		background-color:transparent;
		text-align:center;
		margin:0;
		padding: 5px 0 5px 0;
	}
	.Block2B {
		display:block;
		width:100%;
		float: left;			
		background-color:transparent;
		text-align:left;
		margin:0;
		padding: 5px 0 5px 15px;
	}
	
	.BlockTitreA {
		display: none;
	}	
	.BlockTitreDateA{
		display: block;
		width:100%;
		font-weight:600;		
		color:White;
		background-color:#337ab7;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align:center;
		font-weight:500;
	}	
	
	.BlockTitreB {
		display: block;			
		text-align:center;
		color:White;
		background-color:#337ab7;	
		font-weight:600;
		height:35px;
		padding-top:5px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		margin-bottom : 10px;
		margin-top : 1px;
	}	

  .BlockTitreC {
      margin-top : 41px;	
  }

	.RadioRight{
		display: block;
		text-align: left;
	}	
	
	ul.questions {
				list-style-type: none;
				margin: 0;
				color: #337ab7;
				padding: 0px;
				padding-left: 10px;
	}
	ul.questions li.qu {
		line-height :27px;
		background-image:url('../images/cocher.svg') ; 
		background-repeat: no-repeat;
		background-size:20px 26px;
		padding-left: 30px;
		margin-bottom: 15px;
		background-position: top left;  
		font-size: 1.1rem;
	 
	}
  fieldset {
    background-color: #fff; /*e6e6fa;*/
    border:1px solid #dadce0;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;
    padding-left: 9px;
    padding-right: 9px;
  }
	
}


.font-35 {
 font-size: 35px;
}

ol li {
 font-size: 17px;
 line-height: 2.0;
 color:  #56595f;
 font-style: italic;
}

.martop-35 {
  margin-top: 100px;
}


div.wrap {
    max-width:1100px;
    margin:0 auto;
	border: 1px solid #666;
	margin-bottom:35px;
	margin-top:35px;
}

