@charset "utf-8";
/* CSS Document */
@font-face{font-family:'glyphicons';
	src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
		 url('../fonts/glyphicons-halflings-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
:root {
	--theme1 : rgba(0,128,255,1);
	--theme2 :rgba(4,69,201,0.658824);
	--theme3 : rgba(0,0,0,0.0509804);
	--theme4 : rgba(60,68,94,1);
	--theme5 :  rgba(134,130,126,1);
	--theme6:#61ce70;
}
.gris.descriptif{
	background-color: var(--theme3 );
	padding: 50px 50px 80px 50px;
	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: 1em;
	line-height: 1em;
	padding-left:0em;
}
#DivFormule ul {
	font-size: 85%;
}
.small {
	font-size: 85%;
}
.form-titre{display: block;padding-left:0em;}
.span-moisht{
	color:var(--theme2);
	font-size: 140%;
	font-weight: 100;
	padding-left:0em;
}
.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:var(--theme1);
	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: var(--theme4);
	border: solid 2px var(--theme4);
	color: #fff;
	border-radius: 5px;
}
.btn-primary::after {
  content: ' ';
  color: #ffffff;
  padding-left: 5px;
  z-index: -1;
}
.btn-default,.btn-primary {

	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: var(--theme1);
	border: solid 2px var(--theme1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color:  var(--theme1);
	border: solid 2px  var(--theme1);
}
.btn:focus,.btn-primary {
	background-color: var(--theme4);
	border: solid 2px var(--theme4);
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
	letter-spacing: 1.5px; border-radius: 5px;
}
.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-size:0.85em;
}
.div-societe h3,.div-societe h4,
.div-statut h3,.div-statut h4,
.div-pays-dom h3,.div-pays-dom h4,
.div-adresses  h3,.div-adresses  h4,
.div-formules  h3,.div-formules  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: var(--theme4);
  border: 2px solid var(--theme4);
  color: #fff;
  border-radius: 5px;
}
.recap .btn-default:hover, .recap .btn-default:focus {
  background-color: var(--theme1);
  border: 2px solid var(--theme1);
  color: #fff;
  border-radius: 5px;
}
#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 {
  opacity: 1;
}
.form-control {
	border-radius: 5px;
}
.form-control:focus {
  background-color: #fff;
  border-color: var(--theme6);
  outline: 0;
  box-shadow:  0 0 2px .2rem var(--bs-gray-400);
}
.form-select {
  border-radius: 1px;
  border: 2px solid #d9dbff;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-gray-900);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #f2f2f2;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#DivOptions .col-12{margin-bottom:2px;display: flex;}
#DivOptions .form-check {
  border: 1px solid red;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:1em 20px;
  margin-bottom: 4px;
  border: 2px solid #d9dee7;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
 .form-check-input {
  
}
.form-check .form-check-input {
  float: left;
  margin-left: 0;
  border: 2px solid var(--theme2);
}
.form-check .form-check-input:checked {
  border: 2px solid var(--theme1);
}
.option-titre,
.option-puht{font-weight:bold;display:block;}
.option-desc{padding:0 5px;}
.option-titre {
  min-width: 200px;
  max-width: 200px;
}