
/* Installation de la police d'écriture Montserrat */
@font-face {
 font-family: "Montserrat Regular";
 src: url('Montserrat-Regular.ttf')  format('truetype');
}

html {
margin: 15px auto;
width: 100%;
color: #000;
}

/* Image de background du body */
body {
    height: 100%;
    min-height: 100%;
	background-color: rgba(21,60,74,0.9);
	background-image: linear-gradient(rgba(21,60,74,0.9),rgba(21,60,74,0.9)),url(https://media.my-security-job.com/uploads/2022/01/background-4.jpg);
    background-attachment: fixed;
    background-position: 50% 0%;
}

body.framed
{
	background: none;
}

/* Initialisation de la page */
* {
font-family: 'Montserrat Regular'; !important;
line-height: 1.5;
font-size: 15px;
font-weight: 400;
}

.rounded {
border-radius: 0px !important;
}
.bg-danger {
background-color: #3192e6 !important;
}

/* Titre de bloc */
h4 {
background: #153C4A; /*background: #7bc2ff; #dedede */
color: white !important;
padding: 20px 0 !important;
font-weight: 800;
margin-bottom: 28px;
font-size: 1.2em;
}

/* Barre de progression orange */
.progress {
position: fixed !important;
opacity: 0.8;
top: 0px !important;
left: 0px !important;
right: 0px !important;
z-index: 5 !important;
background: #F93100 !important;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

.bulle {
background: #9acffd;
border-radius: 20px;
padding: 20px;
margin: 20px;
font-size: 13px;
}

.bulle-icone {
padding: 3px !important;
margin: 0 9px 9px 0;
transform: scale(1.4) translate(-3px,-1px) !important;
border-radius: 22px;
color: #fff;
background: #3192e6 !important;
}

.form-data {
margin-top: 34px !important;
}

.form-group {
margin-bottom: 1rem !important;
width: 100% !important;
margin: 0 auto !important;
}

/* Contenu avant le h2 */
h2:before {
content: "";
width: 100%;
margin: 12px;
display: block;
text-align: left;
border-bottom: 1px solid #ffffff;
}

input[type="date"] {
margin-bottom: 1em;
}

h2 {
margin-bottom: 5px;
}

.text-light {
color: white !important;
}

/* CSS BUTTON */
.button {
border: none;
color: white;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
padding: 20px 50px;
border-radius: 3px;
margin:5px;
border-bottom-style: solid;
border-bottom-width: 3px;
transition: text-shadow 0.3s ease;
}

/* Bouton cliqué */
.button:active {
position: relative;
top: 1px;
border-bottom-width: 2px;
}

/* Bouton au survol */
.button:hover {
text-shadow: 2px 2px 0px rgba(0,0,0,.3)
}

.labelTelecharger {
border-color: #4991cf !important;
height: 100%;
width: 100%;
color: #292929 !important;
border-radius: 0px !important;
vertical-align: sub;
padding: 17px 0 0 14px;
font-size: 13px;
}

/* Classe du formulaire */
.form {
display: block;
width: 300px;
background-color: #F3EDD3;
padding:  0;
text-align: left;
}

.labelspecial {
width: auto !important;
}

.form .form-title {
text-align: left;
padding: 5px;
margin: 0;
margin-bottom: 15px;
}

label {
width: 100%;
display: inline-block;
align-items: baseline;
}

.genre >label {
width: auto !important;
margin-right: 22px;
}

.rgpd > label {
width: 26%;
}

input[type=radio] {
flex: none;
margin-right: 10px;
}

p.titrebase
.form label {
color: #4991cf;
}

.col-12.col-sm-8.col-md-8 {
margin: 0 !important;
padding: 0 !important;
}

.row {
margin: 0!important;
}

.rowTelecharger {
margin: 0 0 4px 0 !important;
background-color: white;
border-left-style: solid;
border-left-color: #FA4519;
}

.btn-telecharger {
padding: 12px 20px!important;
}

.form input[type=text], input[type=number], form.input[type=tel], form.input[type=email], .form input[type=password] {
display: block;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
margin: 0px !important;
padding: 0px !important;
}

.labelspecial {
padding: 12px 5px!important;
}

/* Tout champ */
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], textarea, input[type="date"] {
display: inline-block;
color: #000;
padding: 10px;
width: 100%;
box-sizing: border-box;
background-color:white;
border : solid 1px #eeeeee;
border-radius: 2px;
margin: 0px;
transition:background-color 0.5s ease;
}

input[type=text]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, input[type="date"]:focus {
background-color: #fff;
border: 1px solid #4991cf;
}

input[type=textarea] {
min-height: 250px;
}

input[type=submit], input[type=button], input[type=textarea] {
	font-size: 14px;
    line-height: 20px;
    color: #fff; 
    font-weight: 700;
    text-decoration: none;
    border-radius: 150px;
    padding: 8px 30px;
    transition: all .3s ease;
    border: none;
    display: inline-block;
    margin: 3px 4px;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"]{
height: 22px;
cursor: pointer;
border-radius: 0px;
width: 16px;
-moz-appearance: none;
-webkit-appearance: none;
box-shadow: 0 1px 2px rgba(0,0,0,.44) inset;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.44) inset;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.44) inset;
width: 22px;
margin: 3px 10px 8px;
vertical-align: middle;
}

input[type="radio"] {
border-radius: 0%;
-moz-border-radius: 0%;
-webkit-border-radius: 0%;
}

.fa, .far, .fas,
input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
background: #153C4A;
box-shadow: 0 1px 1px rgba(0,0,0,.44);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.44);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.44);
font-weight: 900;
content: "\f00c";
color: white;
padding: 4px 3px 4px 4px;
font-family: "Font Awesome 5 Free"; font-weight: 900;  }
input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel], textarea {
margin-bottom: 1em;
}

::-webkit-input-placeholder {
color: #868686;
}
:-moz-placeholder { /* Firefox 18- */
color: #868686;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #868686;
}
:-ms-input-placeholder {
color: #868686;
}
::-webkit-textarea-placeholder {
color: #868686;
}
:-ms-textarea-placeholder {
color: #868686;
}
input:focus::-webkit-input-placeholder {
color: #fff;
}
input:focus:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
color: #fff;
}
input:focus:-ms-input-placeholder {
color: #fff;
}
textarea:focus:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
textarea:focus::-moz-placeholder {  /* Firefox 19+ */
color: #fff;
}
textarea:focus::-webkit-input-placeholder {
color: #fff;
}
textarea:focus:-ms-input-placeholder {
color: #fff;
}

.titrebase {
margin: 19px 0px 12px;
font-weight: 600;
color: #383838;
}

/* Bouton "suivant" Bootstrap */
.btn-danger {
	background-color: #f93100;
	font-family: 'Arial';
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 150px;
    padding: 8px 30px;
    transition: all .3s ease;
    border: none;
    display: inline-block;
    margin: 3px 4px;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

.btn-danger:hover {
color: #fff !important;
background-color: #153C4A; !important;
border-color: #4991cf !important;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus, .btn-danger:not(:disabled):not(.disabled).active:hover, .btn-danger.focus, .btn-danger:focus{
box-shadow: 0 0 0 0.2rem #7bc2ff;
}

.fa, .far, .fas {
font-family: "Font Awesome 5 Free" !important;
}

i.fa.fa-calendar {
padding: 13px;
box-shadow: none;
}

/*  Infos style progress bar
///////////////////////////////////////////////////////////////////////////*/
/*basic reset*/
* {margin: 0; padding: 0;}
html {
height: 100%;
margin: 0;
/*Image only BG fallback*/
/*background = gradient + image pattern combo*/
}
.blocinterne {
display: block;
width: 100%;
min-height: 2em;
}
/*form styles*/
.form-data {
width: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
pointer-events: none;

transition-property: opacity;
transition-duration: 1s;

overflow: hidden;
}

.form-data.current-form
{
	opacity: 1;
	pointer-events: all;
	
	overflow: auto;
}

.form-data>fieldset {
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
margin-bottom: 20px !important;
/*stacking fieldsets above each other*/
position: relative;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(255,255,255) 0%, rgb(255,255,255) 76%, rgb(255,255,255) 76%, rgb(239,244,247) 100%);
background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(255,255,255) 76%,rgb(255,255,255) 76%,rgb(239,244,247) 100%);
background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(255,255,255) 76%,rgb(255,255,255) 76%,rgb(239,244,247) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff4f7',GradientType=0 );
}
/*Hide all except first from-data*/
.form-data:not(:first-of-type) {
/*display: none;*/
}
/*inputs*/
.form-data input, .form-data textarea {
box-sizing: border-box;
}

.requiredfields {
	float: right;
	font-size: 0.8em;
	margin-top: -25px;
	margin-right: 10px;

}
.requiredfields span.asteriskField {
	margin-right: 10px;
	margin-left: 0;

}

.asteriskField {
	color: red;
	margin-left: 10px;
}

/*buttons*/
.form-data .action-button {
width: 100px;
font-weight: bold;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}

.previous {
	float: left;
	margin-top:20px !important;
}

.next {
	float: right;
	margin-top:20px !important;
}

/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: white;
text-transform: uppercase;
font-size: 9px;
width: 33.33%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
.btn {
margin: 0 auto;
}
#progressBar
{
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: progressbar;
}
#progressBar::-webkit-progress-bar {
	background-color: transparent;
}

div.file_input
{
	width: 100%;
}

div.file_input>input[type=file]
{
	width: 0px;
	height: 0px;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
}

div.file_input>input[type=button]
{
	border: none !important;
	display: inline-block;
}

div.file_input>input[type=button]:nth-of-type(3), div.file_input>input[type=button]:nth-of-type(4)
{
	display: none;
}

fieldset:disabled
{
	opacity: 0.2;
}

.file_input {
	overflow: hidden;
}


/*			Formatages écrans spécifiques
********************************************************/
@media screen and (max-width: 768px) {
label {
width: 83%;
}
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], textarea {
width: 100%;
}
.form-data>fieldset {
padding: 20px 10px;
width: 100%;
margin: 0;
}
.col-12 .col-sm-12 .col-md-8 {
max-width: 100% !important;
width: 100% !important;
margin: 0px !important;
padding-left:  0px !important;
}
.labelTelecharger {
border-color: #4991cf !important;
height: 100%;
color: #292929 !important;
padding: 15px 0;
font-size: 12px !important;
width: 100%;
text-align: center;
}
.rowTelecharger {
margin: 0 0 4px 0 !important;
border-left-style: solid;
border-left-color: #FA4519;
}
/* Titre de bloc */
h4 {
padding: 20px 8px !important;
font-size: 1em;
}
}
@media screen and (min-width: 1200px) and (max-width: 3447px) {
.form-data>fieldset {
width: 57%;
margin:0 auto;
margin-top: 5%;
}
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], textarea {
width: 100%;
}
}
input[type=submit].loading
{
	background: url(loading.svg) no-repeat 7px center;
}
