@charset "utf-8";
/* CSS Document */
:root {
	--theme1 : #d93a87;
	--theme2 : #0359b0;
	--theme3 : #d6e0e9;
	--theme4 : #dce4ec;
	--theme5 : #d5d2dc;
}
.gris.descriptif{
	background-color: #d5d2dc;
	padding: 50px 50px 80px 50px;
	background-image: url(../img2/digit-bandeau.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.gris.descriptif .h2 {
	font-size: 1em;
	font-family: 'bold';
}
.souscription.pageUne .second,
.souscription.pageUne .second .centre{padding-bottom:0;}
.souscription.pageUne .container-fluid.gris {padding-top:0;}
.souscription.pageUne .container-fluid.gris .container .row{padding-left:10px;padding-right:10px;}
.souscription.pageUne .container-fluid.gris .container .row .col-12{background-color:var(--theme5);}
.souscription.pageUne .container-fluid.gris .container .row .col-lg-6,
.souscription.pageUne .container-fluid.gris .container .row .col-md-6{padding-left:40px;padding-right:40px;width:100%;}
.souscription.pageUne .container-fluid.gris .container .row .mb3{margin-bottom:0px;}

.div-societe h4,
.div-statut h4,
.div-adresse-dom h4,
.div-formules h4 {
	font-family: 'bold';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}
.div-formules .col-10 br,
.div-formules .col-11 br{display:none;}
#DivFormule .formule-libelle {
	font-size: 0.8em;
	line-height: 1em;
}
#DivFormule ul {
	font-size: 85%;
}
.small {
	font-size: 85%;
}
.span-moisht{
	font-size: 140%;
	font-weight: bold;
	display: block;
}
#DivFormule .formule-libelle strong {
  color: #d94492;
}
#DivFormule ul strong {
  font-size: 115%;
}
#DivFormule .bold::before {
  font-family: 'Glyphicons';
  content: " \e080";
  color: #d94492;
  font-size: 65%;
  margin-right: 5px;
}
#DivFormule .bold {
  font-weight: bold;
}
#DivFormule .duree::before {
  font-family: 'Glyphicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  font-size: 65%;
  line-height: 0.5rem;
  color: #d93a87;
  position: relative;
  left: -5px;
  padding-top: 0.5rem;
}
#DivFormule .duree {
  font-size: 80%;
  color: #d94492;
  font-weight: 100;
  padding: 10px;
    padding-bottom: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recap{background-color: #fbfbfb;
	padding: 0px 0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	position: relative;
	margin-top:3rem;
}
.recap.pt-5{padding-top: 0rem !important;}
#DivAdresseDom p{margin-bottom:5px;}
.div-societe .row.pb-4{padding-bottom: 0.5rem !important;}
.div-statut .row.pb-4{padding-bottom: 0.5rem !important;}


.form-check-input[type="radio"] {
	border-radius: 50%;
}
.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.25);
}
.form-check-input {
	appearance: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border: 2px solid #d94492;
	border-radius: 50%;
	margin-right: 18px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease;
}
.form-check-input {
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 2px solid var(--theme3);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.form-check-input:checked {
	border-color: #d94492;
	background: #ffffff;
	background-image: none;
}
.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:checked::after {
	font-family: 'glyphicons';
	content: " \e013";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	font-size: 14px;
	font-weight: bold;
	color: #242f4d;
}

.btn,.btn-primary {
	white-space: nowrap;
	background-color: #d94492;
	color: #fff;
	border-radius: 0px;
}
.btn-primary::after {
  content: ' ';
  color: #ffffff;
  padding-left: 5px;
  z-index: -1;
}
.btn-default,.btn-primary {
	font-family: 'regular';
	text-transform: uppercase;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #d94492;
	border: solid 2px #242f4d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #d94492;
	border: solid 2px #242f4d;
}
.btn:focus,.btn-primary {
	background-color: #d94492;
	border: solid 2px #242f4d;
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.btn.disabled, .btn-primary.disabled ,.btn[disabled], fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.disabled,.btn-primary.disabled {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
#DivFormule .col-1, #DivFormule .col-lg-1, #DivFormule .col-2 {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#DivFormule .col-10, #DivFormule .col-11, #DivFormule .col-lg-11 {
	padding: 10px 0 10px 30px;
	border-width: 2px;
	border-color: var(--theme3);
	border-style: solid;
	max-width: 80%;
	border-radius: 5px;
}
.form-label {
	margin-bottom: 0.2rem;
	font-family: 'regular';
	font-size:0.85em;
}
#centre h3,#centre h4{font-size: 1.2rem;}

.text-center {
	text-align: center;
}
.cont-1234 {
	width: 50%;
	margin-left: 25%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-items: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--theme3);
}
.un, .deux, .trois, .quatre {
	text-align: center;
}
.recap{color: #6c757d !important;font-size:1rem;}
.recap .color {
  color: #6c757d;
}
.recap .btn-default {
  background-color: #ededed;
  border: 2px solid #242f4d;
  color: #242f4d;
  border-radius: 300px;
}
.recap .btn-default:hover, .recap .btn-default:focus {
  background-color: #ededed;
  border: 2px solid #d94492;
  color: #242f4d;
  border-radius: 300px;
}
#frmPiece p.text-muted:before {
  font-family: 'Glyphicons';
  content: "\e067";
}
.span-valide::before {
  font-family: 'Glyphicons';
  content: "\e067";
}
.modal-dialog {
  width: 70%;
  margin: 70px auto;
}
.modal-header{display:block;}
#etre-appeler-titre{text-align:center;}
.form-control::placeholder {
  color: var(--theme4);
  opacity: 1;
}