/** BLOCS **/

body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

.bloc-intro {
   	max-width: 1440px; 
}

.intro-box {
    background-color: #F6FAF6;
    border-radius: 12px;
    padding: 16px 24px;
    max-width: 950px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    color : #00323A;
    line-height: 36px;
}
  
.bloc-titre-niveau {
  	max-width: 1440px;
  	padding: 46px 20px 20px 20px;
}
  
.bloc-niveau {
  	max-width: 900px;
  	padding: 12px 8px 6px 8px;
}

.bloc-niveau-logo {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
    color: #000000;
	padding: 24px 4px;
	border-radius: 12px;
	max-width: 200px;
    min-width: 200px;
    min-height: 250px;
	row-gap: 26px;
	flex-direction: column;
	display: flex;
	width: auto;
}

.bloc-ML {
  	max-width: 1440px;
  	padding: 100px 20px 48px 20px;
}

.bloc-niveau-logo.casque {
    background-color: #F4F9F3;
}
.bloc-niveau-logo.bouclier {
    background-color: #EBF4EA;
}  
.bloc-niveau-logo.armure {
    background-color: #CFE1DE;
}  
.bloc-niveau-logo.forteresse {
    background-color: #97C0BA;
} 

.visuel {
    margin-bottom: 0 0;
    width: auto;
    height: 138px;
}

.col-gap-niveau {
    column-gap: 26px;
}

.container-logo {
	padding: 0px 0px 38px 0px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 210px!important;
}

.bloc-progress-mob {
	width:100%;
	padding: 16px 0px;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.progress-casque-mob {
    height: 25px;
	border: 1px solid;
	border-color: #C9C9C9;
	border-radius: 99999px;
	padding: 0px!important;
	margin: 0px!important;
	background-color: #F4F9F3;
    width: 100%;
	max-width: 200px;
}

.progress-bouclier-mob {
    height: 25px;
	border: 1px solid;
	border-color: #C9C9C9;
	border-radius: 99999px;
	padding: 0px!important;
	margin: 0px!important;
	background-color: #EBF4EA;
    width: 100%;
	max-width: 200px;
}

.progress-armure-mob {
    height: 25px;
	border: 1px solid;
	border-color: #C9C9C9;
	border-radius: 99999px;
	padding: 0px!important;
	margin: 0px!important;
	background-color: #CFE1DE;
    width: 100%;
	max-width: 200px;
}

.progress-forteresse-mob {
    height: 25px;
	border: 1px solid;
	border-color: #C9C9C9;
	border-radius: 99999px;
	padding: 0px!important;
	margin: 0px!important;
	background-color: #97C0BA;
    width: 100%;
	max-width: 200px;
}

.bloc-progress-labels-mob {
    display: flex;
    justify-content: space-between;
    padding: 0!important;
    width: 210px;
}

.container-etape1 {
    display: flex;
    flex-direction: column;
    gap: 24px 0px!important;
    max-width: 950px!important;
}

.container-questions {
    display: flex;
    flex-direction: column;
    gap: 4px 0px;
    padding: 0px 20px;
}

.container-choix-etape1 {
    padding: 36px 0px!important;
    margin: 0 0!important;
    position: relative!important;
    z-index: 0!important;
    overflow: visible!important;
}

.container-enfant-etape1 {
    padding: 30px 0px 20px 0px!important;
    margin: 0 0!important;
    display: flex;
    flex-direction: column;
}

.container-error > p{
    display: none;
    color: #e82727;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
}

.container-choix-enfant {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.age-choix, .transport-choix {
    padding: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 100%;
    filter: drop-shadow(0 0px 8px rgb(0 0 0 / 0.1));
    background-color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    gap: 0px 12px;
}

.housing-choix {
    padding: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    width: 100%;
    filter: drop-shadow(0 0px 8px rgb(0 0 0 / 0.1));
    background-color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    gap: 16px 12px;
    text-align: center;
}

.housing-choix .detail {
    font-size: 10px;
    margin-top: 6px;
}


.age-choix:hover, .transport-choix:hover, .housing-choix:hover {
    border: solid;
    border-color: #007461;
    border-width: 2px;
}

.age-option.selected .age-choix, .transport-option.selected .transport-choix, .housing-option.selected .housing-choix {
    background-color: #007461;
    color: #ffffff;
}

.transport-option.selected .transport-choix .mobilite-picto .cls-1, .housing-option.selected .housing-choix .housing-picto .cls-1 {
    color: #ffffff;
    fill: #ffffff!important;
}


.q1-etp1 {
    padding-left: 0px!important;
    
}

.q2-etp1{
   
}

.q3-etp1{
    padding-right: 0px!important;
   
}

.container-btn-etape {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
}

#step5 .container-btn-etape{
    margin: 0 auto;
}

.bloc-btn-etape, .bloc-btn-etape-fin {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 950px;
}


.container-choix-etape2 {
    padding: 36px 0px!important;
    margin: 0 0!important;
    gap: 32px 0px;
}



.container-choix-etape4 {
    padding: 36px 0px 8px 0px!important;
    margin: 0 0!important;
    row-gap: 16px;
    position: relative;
}

.assu-choix {
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    max-width: 650px;
    filter: drop-shadow(0 0px 6px rgb(0 0 0 / 0.1));
    background-color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    gap: 0px 16px;
    position: relative;
    z-index:0;
    overflow: visible;
}

.container-checkbox-assu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: visible;
}

.checkbox-assu {
     
}

.check-assu {
    position: relative;
    z-index: 0;
    overflow: visible;
}

.ctn-assu {
 position: relative;
 overflow: visible;
}

.tooltip-assu {
    width: 16px;
    height: 16px;
    color: #000000!important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: none!important;
    cursor: default;
    z-index: 1;
    overflow: visible;
}

.tooltip-assu-mob {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: #000000!important;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    filter: none!important;
    cursor: default;
    z-index: 1;
    overflow: visible;
}

.tooltip-img {
    display: block;
}

.tooltip-texte {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 10%;
    margin-left: 10px;
    background-color: #EDF0ED;
    color: #000000;
    padding: 12px 20px;
    border-radius: 16px;
    max-width: 440px;
    width: max-content;
    font-size: 12px;
    line-height: auto;
    transition: opacity 0.3s ease-in;
    z-index: 9999;
    filter: none!important;
    overflow: visible;
    text-align: start;
}

label {
    overflow: visible;
    position: relative;
    z-index: 0;
}

.tooltip-assu:hover .tooltip-texte {
    visibility: visible;
    opacity: 1;
    filter: none!important;
    position: fixed;
    left: 10%;
}

.tooltip-assu:hover .tooltip-texte.A4 {
    left: 34%;
}

.tooltip-assu:hover .tooltip-texte.NH {
    left: 42%;
}

.tooltip-assu:hover .tooltip-texte.AAV {
    left: 53%;
}

.tooltip-assu:hover .tooltip-texte.S5 {
    left: 58%;
}

.tooltip-assu:hover .tooltip-texte.ATM {
    left: 39%;
}

.tooltip-assu:hover .tooltip-texte.EDPM {
    left: 68%;
}

.tooltip-assu:hover .tooltip-texte.PJ {
    left: 55%;
}

.tooltip-assu:hover .tooltip-texte.GOB {
    left: 42%;
}

.tooltip-assu:hover .tooltip-texte.MAD {
    left: 37%;
}

.mobilite-picto {
    width: 20px;
    height: 20px;
}

.housing-picto {
    width: 50px;
    height: 50px;
}


.container-header {
    background-color: #EBF4EA;
    display: flex;
    justify-content: center;
    max-width: 1840px;
}

.container-header-info {
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px 20px;
    padding: 20px 18px;
}

.icon-shield{
    max-width: 100px;
}

.icon-shield img{
    max-width: 100%;
    height: auto;
}

.icon-resultat {
    width: 136px;
    height: auto;
}

.container-titre-inter {
    max-width: 750px;
    padding: 24px 0px 30px 0px;
    font-family: 'Montserrat', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px 0px;
}

.container-titre-inter .titre-inter{
    text-align: center;
}

.container-bloc-assus {
    max-width: 730px;
    padding: 10px;
}

.carte-assu {
    padding: 16px 18px;
    background-color: #ffffff;
    filter: drop-shadow(0 0px 6px rgb(0 0 0 / 0.08));
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px 0px;
}

.vert .carte-assu {
    background-color: #F7FAF6!important;
    border: solid 1px #F2F4F2;
    
}

.carte-container-titre {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    gap: 0px 36px;
}

.carte-titre-promo {
    font-size: 12px;
    line-height: 18px;
    background-color: #DBF8EB;
    color: #007461;
    padding: 6px 8px;
    border-radius: 8px;
}

.carte-description {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666E8A;
    line-height: auto;
}

.container-cta-assu {
    display: flex;
    flex-direction: column;
    gap: 16px 0px;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

.carte-bloc-promo {
    padding: 6px 14px;
    border-radius: 12px;
    background-color: #DBF8EB;
    color: #000000;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: start;
    font-weight: 500;

}

.container-mention-conseil {
    text-align: center;
    padding: 24px 20px;
    max-width: 730px;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: auto;
    font-size: 12px;
    color: #000000;

}

.container-cta-fin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px 0px;
    max-width: 730px;
    width: 100%;
    padding: 20px 0px 128px 0px;
}

.container-ML {
    max-width: 1440px;
    width: 100%;
    padding: 4px 80px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #000000;
}

.container-ML .titre{
    font-size: 12px;
}



.section {
    display: none;
    padding: 20px 20px;
    margin-bottom: 40px;
  }

.section#step1{
    display: block;
}

  .container-labels {
    display: flex;
    gap: 0px 14px;
    flex-direction: row;
  }

.container-error.a {
height: 21px!important;
}

.container-error.b{

}


#errorStep1 {
margin-top: 8px!important;
margin-bottom: 0px!important;
}

#errorStep11 {
margin-top: 8px!important;
margin-bottom: 0px!important;
}

#errorStep2 {
margin-top: 8px!important;
margin-bottom: 0px!important;
}

#errorStep3 {
margin-top: 8px!important;
margin-bottom: 0px!important;
}




/** BARRE DE PROGRESSION **/  
  
.progress {
    height: 25px;
	border: 1px solid;
	border-color: #C9C9C9;
	border-radius: 99999px;
	padding: 0px!important;
	margin: 0px!important;
	position: relative;
}
  
.progress-bar {
   	position:absolute;
  	top : 0;
  	bottom: 0;
  	border-radius: 999px;
  	height:100%;
}
  
.pg-casque {
  	width: 25%;
 	background-color: #F4F9F3;
    z-index: 4;
  	border-radius: 999px;
  	position: relative;
}
  
.pg-bouclier {
  	width: 50%;
 	background-color: #EBF4EA;
    z-index: 3;
  	border-radius: 999px;
}
 
.pg-armure {
  	width: 75%;
 	background-color: #CFE1DE;
    z-index: 2;
  	border-radius: 999px;
}
  
.pg-forteresse {
  	width: 100%;
 	background-color: #97C0BA;
    z-index: 1;
  	border-radius: 999px;
}

.bloc-progress {
  	max-width: 900px;
  	padding: 24px 22px 6px 22px;
}
  
.bloc-progress-indicateur {
  	max-width: 920px;
  	padding: 16px 16px 6px 16px;
}

.bloc-progress-labels {
    display: flex;
    justify-content: space-between;
    padding: 0!important;
      
}
  
.progress-labels {
    background-color: #ffffff;
    color: #007461;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
	padding: 6px 10px;
    border-radius : 12px;
    filter: drop-shadow(0 0px 5px rgb(0 0 0 / 0.09));
	min-width: 50px;
}

.progress-bar-min {
    max-width: 400px;
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 999px;
    height: 18px;
    margin: 10px 0;
}


.filled {
    background-color: #308276;
    height: 100%;
    border-radius: 10px;
    transition: width 0.6s ease;
}

.progress-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    max-width: 400px;
    width: 100%;
}

.container-progress-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 32px 0px 12px 0px;
    max-width: 950px;
}

.container-progress-bar-min {
    padding: 0px 20px;
    width: 100%;
}

.container-progress-label-min {
    width: 100%;
}

.bloc-progress-label-min {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.icons {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
  }

.icon {
    width: 38px;
    height: 38px;
    opacity: 1;
    border-radius: 100%;
    display: flex;
    padding: 2px 2px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    filter: drop-shadow(0 0px 5px rgb(0 0 0 / 0.09));
  }

.icon.casque::after {
    background: url('../img/casque.png');
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: cover;
  }

.icon.bouclier::after  {
    background: url('../img/bouclier.png');
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: cover;
  }

.icon.armure::after  {
    background: url('../img/armure.png');
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: cover;
  }

.icon.forteresse::after  {
    background: url('../img/forteresse.png');
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: cover;
  }

.icon.casque.active {
    background-color: #F4F9F3;
}

.icon.bouclier.active {
    background-color: #EBF4EA;
}

.icon.armure.active {
    background-color: #CFE1DE;
}

.icon.forteresse.active {
    background-color: #97C0BA;
}

.icon.desactive {
    opacity: 0.4;
}

.icon-check:after {
    width: 16px;
    height: 16px;
    opacity: 1;
    border-radius: 99px;
    display: flex;
    padding: 4px 4px;
    align-items: center;
    justify-content: center;
    background-color: #B9B9B9;
    background: url('../img/refus.svg'), #B9B9B9;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    border: solid 2px #B9B9B9;
}

.icon-check.active:after {
    background-color: #007461;
    background: url('../img/check.svg'), #007461;
    border: solid 2px #007461;
}

.icon-check.desactive:after {
    background-color: #007461;
    background: url('../img/check.svg'), #007461;
    opacity: 0.4!important;
    border: solid 2px #007461;
}

.container-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px 0px;
  }



/** SWIPER **/

.swiper-pagination-bullet-active {
    background-color: #007461!important;
}
 
.swiper-pagination.bleu > .swiper-pagination-bullet-active {
    background-color: #004652!important;
}

/** BTN RADIO **/

.btn-radio-oui {
    color: #007461!important;

}

input[type="radio"] {
    margin-top: 3px;
    margin-right: 8px;
    vertical-align: middle;
  }

input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #B9B9B9;
    border-radius: 4px;
    cursor: pointer;
}

input[type='radio']:hover:after {
    border: 2px solid #6C6C6C;
}

input[type='radio'].btn-radio-non:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background: url('../img/refus.svg'), #B9B9B9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #B9B9B9;
    border-radius: 4px;
    cursor: pointer;
}

input[type='radio'].btn-radio-oui:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background: url('../img/check.svg'), #007461;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #007461;
    border-radius: 4px;
    cursor: pointer;
}

/** CHECKBOX **/

input[type="checkbox"].checkbox-assu:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: -3px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #B9B9B9;
    border-radius: 4px;
    cursor: pointer;
}

input[type="checkbox"].checkbox-assu:hover:after {
    border: 2px solid #6C6C6C;
}

input[type='checkbox'].checkbox-assu:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: -3px;
    position: relative;
    background: url('../img/check.svg'), #007461;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #007461;
    border-radius: 4px;
    cursor: pointer;
}


input[type='checkbox'].checkbox-assu:checked:hover:after {
    background: url('../img/check.svg'), #075144;
    border: 2px solid #075144;
}


 



/** STEPPER **/

.stepper {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 0px 16px;
    justify-content: flex-start;
}

.stepper-item {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 0px 16px;
    align-items: center;
}

.stepper-mob {
    display: none;
    flex-direction: row;
    width: auto;
    gap: 0px 12px;
    justify-content: flex-start;
}

.stepper-item-mob {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 0px 16px;
    align-items: center;
}

.stepper-item-mob > .stepper-active, .stepper-active.stepper-num {
    color: #004652!important;
    border-color: #004652!important;
    font-weight: 700;
    font-size: 14px;
}

.stepper-item-mob > .stepper-num {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

.stepper-mob > .stepper-chevron {
    width: 20px; 
}


.stepper-item.cursor-item{
    cursor: pointer;
}

.stepper-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #6C6C6C;
}

.stepper-name.valide {
    color: #308276!important;
}

.stepper-active {
    color: #004652!important;
    border-color: #004652!important;
    font-weight: 700;
}

.stepper-valide {
    background-color: #308276!important;
    border-color: #308276!important;
    color: #308276!important;
}

.stepper-num {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    border: solid;
    border-color: #B9B9B9;
    border-width: 3px;
    color: #6C6C6C;
}

.stepper-separation {
    color: #DEE2E9!important;
    background-color: #DEE2E9!important;
    border-color: #DEE2E9!important;
    height: 2px!important;
    width: 100%;
}


/** TEXTES **/

.intro-bold {
    font-weight: 800;
}

.intro-text {
 font-size: 16px;
 font-family: 'Montserrat', Arial, sans-serif;
 font-weight: 600;
 line-height: 25px;
}

.titre-niveau {
 padding-bottom: 0px!important;
 margin: 0 0!important;
}

.titre-ML {
font-family : 'Montserrat', Arial, sans-serif;
font-weight: 300;
}

.texte-ML {
font-family : 'Montserrat', Arial, sans-serif;
font-size: 12px;
font-weight: 300;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 24px 24px 32px 24px;
      margin-bottom: 0px!important;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    padding: 20px 20px;
    margin-bottom: 0px!important;
}

.assurio {
    bottom: 5px;
    position: relative;
    width: 150px;
}

.titre-section {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 4px 0px;
	line-height: 25px;
}

.questions {
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}

.questions.indication {
    font-size: 12px;
}

.questions-desc {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.desc-assurance {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
    padding-left: 24px;
    display: flex;
    align-items: center;
}

.result-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    padding: 0px 20px;
  }

  .info-text {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #004652;
    padding: 24px 0px;
    font-weight: 450;
  }

  .titre-inter {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }

  .titre-inter.n2 {
    font-size: 18px!important;
  }

  .description-inter {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 26px;
    font-size: 14px;
    font-weight: 450;
    text-align: center;
  }

  a {
    text-decoration: none!important;
  }

/** CERCLE RESULTAT **/

.circle-percentage {
    width: 136px;
    height: 136px;
  }

  .circular-chart {
    width: 100%;
    height: 100%;
  }

  .circle-bg {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3.8;
  }

  .circle {
    fill: none;
    stroke: #007461;
    stroke-width: 3.8;
    stroke-linecap: round;
    transform: rotate(0deg);
    transform-origin: center;
    transition: stroke-dasharray 0.6s ease;
  }

  .percentage {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 8px;
    fill: #000000;
    text-anchor: middle;
    dominant-baseline: central;
  }

   .highlight {
    font-weight: 700;
    /**box-shadow: inset 0 -0.4em 0 0 4 #007461;**/
    box-shadow: inset 0px -16px 0px 0px rgba(0, 116, 97, 0.34);
  }





/** CTA **/

.cta-button {
    background-color: #007461;
    color:white;
    padding:12px 24px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-family: 'Montserrat', Arial, sans-serif;
}

.cta-button:visited {
    color: white!important;
}
  
.cta-button.fleche-droite {
    padding: 12px 50px 12px 24px;
}
    
.cta-button.fleche-droite:after {
  	content: "";
	height: 24px;
	width: 24px;
	background: url(../img/fleche-droite.svg) no-repeat;
	position: absolute;
	margin-left: 8px;
	margin-top: 0px;
}

.cta-button:hover {
    background-color: #075144;
}

.cta-button-w {
    background-color: white;
    color:#007461;
    padding:12px 24px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-family: 'Montserrat', Arial, sans-serif;
    border: solid;
    border-width: 2px;
    border-color: #007461;    
}

.cta-button-w:visited {
    color: #007461!important;
}

.cta-button-w:hover {
    background-color: white;
    color:#075144;
    border-color: #075144;    
}

.cta-button-w.fleche-gauche {
    padding: 11px 24px 11px 20px;
}
    
.cta-button-w.fleche-gauche:before {
  	content: "";
	height: 24px;
	width: 24px;
	background: url(../img/fleche-gauche-vert.svg) no-repeat;
	margin-right: 8px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.cta-button-w.fleche-gauche:hover:before {
    background: url(../img/fleche-gauche-vert-hover.svg) no-repeat;    
}

.cta-v-assu {
    background-color: #007461;
    color:white;
    padding:8px 24px;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
    font-family: 'Montserrat', Arial, sans-serif;
    width: auto;
    text-align: center;
}

.cta-v-assu:visited{
    color: white!important;
}


.cta-v-assu.fleche-droite {
    padding: 8px 36px 8px 24px;
}
    
.cta-v-assu.fleche-droite:after {
  	content: "";
	height: 20px;
	width: 16px;
	background: url(../img/fleche-droite.svg) no-repeat;
	position: absolute;
	margin-left: 6px;
	margin-top: 5px;
}

.cta-v-assu:hover {
    background-color: #075144;
}

.cta-w-assu {
    background-color: white;
    color:#007461;
    padding:8px 24px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
    font-family: 'Montserrat', Arial, sans-serif;
    border: solid;
    border-width: 2px;
    border-color: #007461;
    text-align: center;    
}

.cta-w-assu:visited{
    color:#007461!important;
}

.cta-w-assu:hover {
    background-color: white;
    color:#075144;
    border-color: #075144;    
}

/** MODAL **/

.dialog-backdrop {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #07162180;
    z-index: 10000;
}

.dialog-backdrop.active {
    display: block;
}

a.popin{
    cursor: pointer;
}

div#modal {
    position: relative;
    top: 35%;
    width: 490px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 32px;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 60px 0 #293d5e26;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    overflow: hidden;
    margin: auto;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 490px;
    z-index: 100;
}

.npc-msl-modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.icon.ic_close_medium{
    font-style: inherit;
}


.icon.ic_close_medium:before {
    content: "X";
    color:#007461;
    font-weight: bold;
}

.npc-msl-button-icon {
    border-radius: 24px;
    /*background-color: #ffffff;*/
    /*box-shadow: 0 4px 16px 0 #293d5e1a;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: unset;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    color: #075144;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.npc-msl-modal-title {
    color: #19212d;
    font-size: 24px;
    font-family: Montserrat, system-ui, ui-sans-serif, sans-serif;
    font-weight: 700;
    margin: unset;
    text-align: center;
}

.npc-msl-modal-desc {
    color: #19212d;
    font-family: "Open Sans", system-ui, ui-sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-align: left;
}

.npc-msl-modal-actions {
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
}

.npc-msl-button {
    font-size: 14px;
    font-family: Montserrat, system-ui, ui-sans-serif, sans-serif;
    font-weight: 700;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #007461;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 24px;
    text-decoration: none;
    position: relative;
    gap: 8px;
    outline: 0;
}

.npc-msl-button.npc-msl-button-primary {
    color: #FFFFFF;
    background-color: #007461;
}

.npc-msl-button.npc-msl-button-secondary {
    color: #007461;
    background-color: #FFFFFF;
}


/** POPIN ASSURANCE **/

div#popin-container {
    padding: 0px 10px;
}

div#popin {
    position: relative;
    top: 35%;
    width: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 32px;
    background: #EDF0ED;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 60px 0 #293d5e26;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    overflow: hidden;
    margin: auto;
    padding: 10px 10px 10px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 490px;
    z-index: 100;
}

.npc-msl-popin-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.icon.ic_close_medium{
    font-style: inherit;
}


.icon.ic_close_medium:before {
    content: "X";
    color:#007461;
    font-weight: bold;
}

.icon.ic_close_medium.popin {
    width: 24px;
    height: 24px;
    opacity: 1;
    border-radius: 100%;
    display: flex;
    padding: 2px 2px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    filter: drop-shadow(0 0px 5px rgb(0 0 0 / 0.09));
}

.npc-msl-popin-icon {
    border-radius: 24px;
    /*background-color: #ffffff;*/
    /*box-shadow: 0 4px 16px 0 #293d5e1a;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: unset;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    color: #075144;
    -webkit-align-self: flex-end;
    align-self: center;
}

.npc-msl-popin-desc {
    color: #19212d;
    font-family: "Montserrat", "Open Sans", system-ui, ui-sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-align: left;
}




/** RESPONSIVE **/

@media (min-width: 768px) and (max-width: 991px) {
    .bloc-niveau-logo {
        min-width: 150px!important;
        max-width: 150px!important;
        min-height: 200px!important;
    }

}

@media screen and (min-width: 768px) {
  .carrousel {
    display:none!important;
  }
  .grille {
  	display:block!important;
  }
}

@media screen and (max-width: 767px) {
    .card-pad-mob {
      padding-right: 0.25rem!important;
      padding-left: 0.25rem!important;
    }
  .carrousel {
      display:block!important;
    }
  .grille {
        display:none!important;
    }
    .stepper {
      display: none!important;
    }

	
    .stepper-mob {
        display: flex!important;
    }
  
    .q1-etp1, .q2-etp1, .q3-etp1 {
      padding-left: 0px!important;
      padding-right: 0px!important;
      padding-top: 12px!important;
      padding-bottom: 12px!important;
    }
  
    .container-enfant-etape1 {
      padding-top: 4px!important;
    }
  
    .container-choix-enfant {
      display: block;
    }
  
    .container-labels {
      padding-top: 10px;
    }
  
    .transport-co {
      line-height: 20px;
      max-width: 160px;
    }
  
    .tooltip-assu {
      display: none;
    }

    .tooltip-assu-mob {
        display: flex;
    }
  
    .desc-assurance {
      text-align: left;
    }
    
    .circle-percentage {
      display: none;
    }

	input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: 0px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #B9B9B9;
    border-radius: 4px;
    cursor: pointer;
  }

input[type='radio'].btn-radio-non:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: 0px;
    position: relative;
    background: url(../img/refus.svg), #B9B9B9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #B9B9B9;
    border-radius: 4px;
    cursor: pointer;
}

input[type='radio'].btn-radio-oui:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: 0px;
    position: relative;
    background: url(../img/check.svg), #007461;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #007461;
    border-radius: 4px;
    cursor: pointer;
}

}


@media (max-width: 600px) {
      .result-header {
        flex-direction: column;
        align-items: center;
      }

      .circle-percentage {
        margin-top: 10px;
      }

      .icons {
        flex-wrap: wrap;
        gap: 10px;
      }

      .titre-section {
        font-size: 26px;
        line-height: 30px;
      }

      .questions {
        font-size: 16px;
        line-height: 22px;
      }

      .container-choix-etape2 {
        padding: 40px 0px 0px 0px!important;
      }
    }
  

@media screen and (max-width: 470px) {

    .assu-choix {
        max-height: 100px;
        min-height: 100px;
    }

    .container-ML {
        padding: 4px 12px;
    }

    .bloc-btn-etape-fin {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .icon-shield {
        display: none;
    }

    #congrats, #boo {
        font-size: 26px;
        line-height: 34px;
    }

    .result-text {
        padding: 0px 0px;
    }

    .container-header {
        border-radius: 16px;
    }

.container-error.a {
height: 21px!important;
}

.container-error.b{
height: 42px!important;
}

}
    
