@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-VariableFont_wght.ttf"),
    url("./fonts/Montserrat-Italic-VariableFont_wght.ttf");
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  display: block;
}

.modal-overlay {
  z-index: 799 !important;
}

/*-------------------------------------------------------------------------------------------*/
/****************************Général *************************************************/
/*-------------------------------------------------------------------------------------------*/

html,
body {
  padding: 0;
  height: 100%;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  background-color: #fff;
}

.msg-error {
  background-color: #961144;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  text-transform: none;
  transition: 0.1s;
  text-align: center;
  width: 95%;
}
.input-error {
  border: 1px solid #961144 !important;
}
.hidden {
  display: none;
}

/*--------------------------------------------------------------*/
/*****************Balises de titre et de texte******************/
/*--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  font-variant: small-caps;
  letter-spacing: 1px;
  color: #0c1b70;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}

h2 {
  font-size: 25px;
  /*color: #0c1b70;*/
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0;
  text-align: center;
}

h3 {
  /*color:#0c1b70;*/
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f16334;
  line-height: 1.4em;
  margin-top: 25px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #f16334;
  line-height: 1.4em;
}

p {
  line-height: 1.7em;
}

hr {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #f16334;
  margin-bottom: 10px;
  border: none;
}

/*-------------------------------------------------------*/
/*************************Liens**************************/
/*-------------------------------------------------------*/

a {
  color: #f16334;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*-------------------------------------------------------*/
/*************styles globaux pour mises en page*************/
/*-------------------------------------------------------*/

img,
object,
embed,
video,
iframe {
  max-width: 800px;
}
img {
  width : 100%;
  height : 100%;
  image-rendering: -webkit-optimize-contrast;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.container-card /*.container*/ {
  width: 100%;
  /*max-width: 1300px;*/
  margin: 0 auto;
}

.container {
  width: 100%;
  /*max-width: 1300px;*/
  margin: 0 auto;
  position: relative;
}

.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}

.padding-right {
  padding-right: 25px;
}

.padding-left {
  padding-left: 20px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}
.padding-bloc {
  padding: 10px;
}

.ml-n1 {
  margin-left: -0.5rem !important;
}

.margin-right {
  margin-right: 2%;
}
.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

/*-------------------------------------------------------*/
/***********************couleurs**************************/
/*-------------------------------------------------------*/

.blanc-typo {
  color: #ffffff;
}

.bleu-typo {
  color: #282067;
}

.gris-typo {
  color: #666;
}

.bg-color {
  background-color: #eeedf7;
}

.bg-rouge {
  background-color: #961144;
}

.bg-jaune {
  background-color: #fdc333;
}

.bg-orange {
  background-color: #f16334;
}

.bg-bleu {
  background-color: #0c1b70;
  /* ancien : 2c2c54-1 */
}

/*-------------------------------------------------------*/
/***********************spinner**************************/
/*-------------------------------------------------------*/

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #f16334;
}

.spin mat-spinner {
  margin-left: auto;
  margin-right: auto;
  width: 50px !important;
  height: 50px !important;
}

.spin .mat-progress-spinner svg {
  transform: scale(0.8);
  width: 50px !important;
  height: 50px !important;
}

/*-------------------------------------------------------*/
/******************************Flex box******************/
/*-------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex1 {
  flex: 0 1 100px;
}

.flex2 {
  flex: 2 0 200px;
}

.flex3 {
  flex: 3 0 300px;
}

.flex4 {
  flex: 4 0 400px;
}

.flex1:first-of-type,
.flex2:first-of-type,
.flex3:first-of-type,
.flex4:first-of-type {
  margin-right: 2%;
}

.flex-repartition {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.box {
  display: flex;
  flex-flow: row wrap;
}

.box-item {
  width: 400px;
  flex: 1 1 auto;
}

.box-item-150 {
  width: 150px;
  flex: 1 1 auto;
}
.box-item:first-of-type {
  margin-right: 2%;
}

.box-item-150:first-of-type {
  margin-right: 5%;
}

.result {
  padding: 20px;
  background: #0c1b70;
}

/*-------------------------------------------------------*/
/******************styles mat-form-field*****************/
/*-------------------------------------------------------*/

.input-cal {
  transition: all 0.2s ease;
  padding: 9px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  border: 1px solid rgb(193 193 193 / 30%);
  caret-color: #f16334;
  width: 95%;
  border-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

input[name="msb"], input[name="msb"] ~ div.underline, input[name="msb"] ~ .msg-error {
  width: 100% !important;
}

.input-cal:focus {
  outline: none;
}

.input-cal:focus ~ div.underline {
  zoom: 150%;
  background: #f16334 !important;
}

.input-cal:hover ~ div.underline {
  zoom: 150%;
  background: black;
}

div.underline {
  transition: all 0.2s ease;
  position: absolute;
  height: 1px;
  background: #0c1b70;
  width: 95%;
  
}

mat-label,
label:not(.form-check-label) {
  color: #0c1b70;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
  width: 95%;
}
.modal {
  background: #3535353d!important;
}
.modal > .modal-dialog {
  box-shadow: 1px 9px 20px 8px #adadade0;
}
.modal.show > .modal-dialog{
  animation: 0.4s ease slidein;
}

.modal-footer {
justify-content: center;

}

.mat-radio-label {
  color: #666;
  font-weight: normal;
}



.mat-form-field,
mat-select,
select {
  font-size: inherit;
  line-height: 1;
  font-family: Arial;
  letter-spacing: normal;
  caret-color: #f16334;
  width: 100%;
}

mat-radio-group {
  font-size: inherit;
  line-height: 1;
  font-family: Arial;
  letter-spacing: normal;
  caret-color: #f16334;
  width: 100%;
  position: relative;
  padding-bottom: 0.5em;
  display: inline-flex;
  align-items: baseline;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border: solid 1px #eeedf7;
  margin-bottom: 1.34375em;
}

.mat-radio-button {
  padding-top: 12px;
  padding-left: 10px;
}

.mat-input-element {
  caret-color: #f16334;
}
.mat-form-field-flex {
  border-radius: 4px 4px 0 0;
  padding: 0 0.75em 0 0.75em !important;
  background-color: #f9f9f9;
  border: solid 1px #eeedf7;
}

.mat-form-field-appearance-fill .mat-form-field-infix,
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0 0 0.65em 0;
}

.form-check-input:checked {
  background-color: #f16334;
  border-color: #f16334;
}

.form-check-label{
  font-weight: 700;
  color: #0c1b70;
}
/*-------------------------------------------------------*/
/**************************Button******************/
/*-------------------------------------------------------*/

.mat-button {

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
background-color: #f16334;
-webkit-border-radius: 2px;
-moz-border-radius: 2px !important;
border-radius: 2px;
border: solid 1px #f16334;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 16px;
text-align: center;
color: #FFFFFF;	
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
text-decoration: none;
letter-spacing: 2px;
cursor: pointer;
display: inline-block;
height: 46px;
line-height: 46px;
text-transform: uppercase;
padding: 0 20px 0 20px;
}

.btn {
  transition: 0.2s;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #f16334;
  font-size: 12px;
  text-align: center;
  color: #f16334;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 22px;
}

.mat-button:hover {
  background-color: #ffffff;
  border: solid 1px #f16334;
  color: #f16334;
  opacity: 1;

}

.btn:hover {
  background-color: #f16334;
  border: solid 1px #f16334;
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.soft {
  font-weight: 400;
  font-style: italic;
}

.mat-checkbox-label {
  color: #0c1b70;
  font-weight: 400;
}

.mat-card:not([class*="mat-elevation-z"]) {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-card h5 {
  background-color: #0c1b70;
  color: #fff;
  padding: 5px 20px 8px 20px;
  margin: -16px -16px 15px -16px !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f16334;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #f16334;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element {
  background-color: #f16334;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #f16334;
}

.font-small-1 .mat-option {
  line-height: 1em;
  height: 2em;
}

.font-small-2 .mat-option {
  font-size: 12px;
  line-height: 1em;
  height: 2.2em;
}

.box .mat-icon-button {
  line-height: 30px;
}

.example-section {
  margin-top: 5px;
}

/*-------------------------------------------------------*/
/**************************Bouton d'aide******************/
/*-------------------------------------------------------*/

.box .mat-mini-fab {
  background-color: #f16334;
  width: 22px;
  height: 22px;
  line-height: 10px;
  font-size: 13px;
  margin-left: 5px;
}

.box .mat-mini-fab .mat-button-wrapper {
  /*padding: 1px 0 0 0;*/

  padding: 0;
}

.box .mat-mini-fab:not([class*="mat-elevation-z"]) {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

/*-------------------------------------------------------*/
/**************************Bloc de résultat******************/
/*-------------------------------------------------------*/

.tab-result {
  width: 100%;
  background-color: #f16334;
}

.tab-result h4 {
  color: #ffffff;
  padding: 10px;
  margin: 0;
  font-size: 18px;
}
.reponse {
  font-weight: 700;
}

.tab-detail {
  border: 1px dotted #ffffff;
}

.tab-detail th {
  background-color: #0c1b70;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 5px 10px;
  border: 1px dotted #ffffff;
}

.tab-detail td {
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  border: #fff 1px dotted;
}

.tab-detail .border-bot {
  border-bottom: 1px solid #bbbbbb;
}



/*-------------------------------------------------------*/
/**************************Info bulle******************/
/*-------------------------------------------------------*/

.info {
  position: relative;
  z-index: 24;
  text-decoration: none;
  color: #f16334;
  font-weight: bold;
}

.info:hover {
  z-index: 25;
  background-color: #ffffff;
}

.info span {
  display: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  font-variant: normal;
}

.info:hover span {
  display: block;
  position: absolute;
  top: 2em;
  left: -5px;
  width: 40em;
  background-color: #f9f9f9;
  color: #333;
  text-align: left;
  font-weight: normal;
  font-variant: normal;
  padding: 5px;
  border: solid 1px #0c1b70;
}

/*-------------------------------------------------------*/
/**********************Exonération bloc******************/
/*-------------------------------------------------------*/

.blocExo{
  border: solid 2px #f16334;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0 20px 0;
}

/*-------------------------------------------------------*/
/**************************Card rs******************/
/*-------------------------------------------------------*/
.card-rs-content {
  padding: 10px;
  margin-top: 40px !important;
}

.card-rs {
  min-width: 430px;
  display: inline-block;
  position: relative;
  width: 100%;
  background: #F7F7F7;
  border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  border: solid 1px #CCC;
  padding: 0 20px 20px 20px;
  margin: 40px 0 30px 0;
}

.card-rs-nopadding {
  padding: 5px;
  margin: 0px;
}

.customPop{
  max-width: 100%;
}

/* HEADER */
.card-rs-header {
  position: relative;
  text-align: center;
  margin-top: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  color: white;
  background: linear-gradient(60deg, #f16334, black);
  float: left;
  margin-right: 15px;
}

.card-rs-header-extended {
  float: none;
  margin-right: 0px;
}
.card-rs-header-text {
  position: relative;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-top: -20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;
  padding: 5px;
  background-color: white;
  color: #475258;
  border: 1px solid #999999;
  float: left;
}
.card-rs-header-center {
  margin-left: 100px;
}
.card-rs-header-color1 {
  background: #0c1b70;
}
.card-rs-header-color2 {
  background: #f16334;
}
.card-rs-header-color3 {
  background: #fdc333;
}
.card-rs-header-color4 {
  background: #ed9200;
}
.card-rs-header-colorerror {
  background: #f16334;
}
.card-rs-header i {
  font-size: 24px;
  line-height: 30px;
  width: 33px;
  height: 30px;
}

/* CONTENT */
.card-rs-content {
  padding: 10px;
  margin-top: 35px;
}
.card-rs-content-noheader {
  padding: 0px;
  margin-top: 0px;
}
.card-rs-content-nopadding {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

/* TITLE */
.card-rs-content-title {
  margin-top: 0px;
}
.card-rs-title {
  /*  ----OLD CSS-------
	color: $color-dark;
    font-size: 18px;
    font-weight: 300;
    text-align: center;*/
    font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  padding-top: 10px;
}
.card-rs-title-border-color1 {
  border: 1px solid #0c1b70;
  background-color: #eeedf7;
}
.card-rs-title-border-color2 {
  border: 1px solid #f16334;
  background-color: #f5d8e7;
}

@keyframes slidein {
  0% {
    transform: translateY(-500px);
  }
  100% {
    transform: translateY(0px)
  }
}

/*-------------------------------------------------------*/
/**************************Media Query******************/
/*-------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 814px) {
   label {
    word-break: break-all;
  }
}