body{
	min-height: 100vh; 
	margin: 0; 
	display: grid;
	grid-template-rows: auto 1fr auto;
}

.question_section .hide_me {
	display:none !important;	
}	 

.formulaire .fixed-top {
    position: unset;
	margin-bottom: 0px;
}	

.loading .modeltheme-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    background-color: var(--primary-white) !important; 
} 

.modeltheme-overlay {    
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modeltheme-overlay img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    filter: grayscale(1);
}

.modeltheme-overlay p { 
  display: inline-block;
  position: absolute;
  top:42%;
  left:42%;
  font-size: 24px;
}

section.formulaire {
    background-color: var(--primary-white);
}

.hide_me {
    display:none;
}

.progress {
    border-radius: 0px !important;
    background-color: #F9FAFB;
    height: 10px;
    margin-bottom: 40px;
}

.progress-bar {
    background-color: var(--purple-dark) !important;
    border-radius: 0px;
    height: 100%;
    box-shadow: 0 4px 10px 2px rgba(18,18,18,0.05);
}

body {
    background-color: #F9FAFB;
}

.questions-container {
    background-color: #F9FAFB;
}

.questions-container h2 {
    color: var(--purple-dark);
    font-family: "GE Inspira Sans", sans-serif;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
}

.questions-container .ques_count {
    color:var(--secondary-black);
    font-size:16px;
    letter-spacing:0;
    line-height:23px;
    text-align:center;
} 
.answer-box strong {
    font-size: 20px;
    color: var(--secondary-black);
}

.questions-container .btn {
    width: 100%;
    padding: 10px 15px;
    
}

.questions-container .btn-primary {
    background-color: var(--purple-dark) !important;
    border: 2px solid var(--purple-dark) !important;
    border-radius: 4px;
    color: var( --primary-white);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-align: center;
}

.questions-container .prev {
    color: var(--purple-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold; 
    letter-spacing: 0; 
    line-height: 16px;
    margin-left: 36%;
    margin-top: 20px;
	width:100px;
}

.questions-container .prev svg {
    fill:var(--purple-dark);
    width: 10px;
    margin-right: 15px;
}

.questions-container .prev:before {
    /* content: '';
    width: 14px;
    height: 14px;
    border-left: 4px solid;
    border-top:4px solid;
    display: inline-block;
    margin-right: 15px;
    transform: rotate(-45deg); */
}

.answer-box {
    background-color: var(--primary-white);
    /*box-shadow:0px 0px 8px 0px #c7c7c7;*/
    border-radius: 8px;
    height: 100%;
    display: block;
}
.answer-box p {
    margin-bottom: 0px;
    font-size: 18px;
}
.answer-box label {
    box-sizing: border-box;
    margin-bottom: 0px; 
    padding: 20px;
    border-radius: 6px;
    height: 100%;  
    cursor: pointer;
    display: block;
    border: 1px solid #ECECF0;
    position: relative; 
    background: var(--primary-white);
    box-shadow: 0 4px 10px 2px rgba(18,18,18,0.05);
    color: #2F3133;    
}

.answer-box label svg {
    visibility: hidden;
    position: absolute;
    left: 5px;
    width: 20px;
    top: 5px;
    fill: var(--purple-dark);
}

.answer-box input {
    display: none;
}

.answer-box input:checked + label {
    box-sizing: border-box;
    border:2px solid var(--purple-dark);
    border-radius: 6px;
    background-color: var(--primary-white);
    box-shadow: 0 4px 10px 2px rgba(18,18,18,0.05);
}

.answer-box input:checked + label svg {
    visibility: visible;
}

.error_msg {
    color:#DC4A5C;
    padding-bottom:20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
}

.error_msg svg {
    margin-right: 10px;
    width: 20px;
}

.answers {
    padding: 20px 0 40px;
}

/****Product Page****/
.product-container {
    background-color: #F9FAFB;
}

.btn-primary.mkto_btn{
    background-color: var(--purple-dark);
    border-color: var(--purple-dark);  
    color: var(--primary-white);
    font-size: 14px; 
    font-weight: 600;
    text-transform: uppercase;
}
.btn-primary.mkto_btn:hover {
    background-color: var(--purple-light-2) !important;
    border-color: var(--purple-light-2) !important;
}

a.btn {
    border-radius: 20px;
}

.product_descp h2 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
}

.product_descp h1 {
    color:var(--purple-dark);
    font-weight: bold;
    font-family: "GE Inspira Sans", sans-serif;
}

.product_descp h3 {
    font-size: 18px;
    margin:20px 0;
    font-family: "GE Inspira Sans", sans-serif;
}

.product_descp p {
    color: #727275;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
}

.product_descp_full h2 {
    color:var(--purple-dark);
    font-weight: bold;
    font-size: 23px;
}

.product_footer {
    background-color:var(--secondary-black);
    padding: 100px 0;
    margin-top: 40px;
}

.product_footer a {
    color:var(--primary-white) !important;
    font-size: 13px;
    text-decoration: none;
}

.product_footer a:hover {
    color: var(--primary-white);
    opacity: 1
}

.product_footer svg {
    fill: var(--primary-white);
    height: 30px;
}

.product_descp_full li.term-item {
  padding: 4px;
  font-family: 'geinspiraSerif', Arial, sans-serif;
  font-size: 13px; 
}

.products-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.products-content .btn {
    margin-top:30px;
}

ul.term-list {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.product_descp_full {
    padding: 40px 0;
}
.product_descp_full .more {
    list-style: none;
    margin-left: -15px;
    font-weight: 600;
    color: var(--purple-dark);
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    cursor:pointer;
}

.product_descp_full .more svg {
    width: 10px;
    transform: rotate(-90deg);
    margin-left: 15px;
    fill:var(--purple-dark);
    transition: all .3s ease-in-out;
}

.product_descp_full .more.less svg {
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.product_bottom h2 {
    font-weight: bold;
    font-size: 23px;
}

.product_bottom p {
    margin-top:20px;
    line-height: revert;
    color: #727275;
}

.products-image {
    width: 100%;
    padding: 50px 0;
}

/*Loader css*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  /* left: 48%; */
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid var(--purple-dark);  
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--purple-dark) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mkto_btn{
	white-space: normal !important;
	word-wrap: break-word;
	width: 100%;	 
}	

.modeltheme-overlay p {
    top: 42%;
    left: 38%;
} 
.lds-ring {
    top: 50%;
    left: 45%; 
}


.mkto_btn span{
	font-style:italic;	
}	


#contactUsThankyouModal{
	width: 100%;
	padding: 42px 0 20px 20px !important;
	  
} 	

.marketo_section{
	margin-left: -2.5em;
	
}


@media (max-width: 480px) {
    .lds-ring {
        top: 50%;
        left: 40%;
    }
    .modeltheme-overlay p {
        top: 42%;
        left: 25%;
    }
	
	.marketo_section{
		
		margin-top: 15px !important;
	}
	
	.accueil-card-small h3 {
		font-size: 20px !important;
		width: 65%; 
	}
	
}

@media (min-width: 481px) and (max-width: 1024px) {
    .lds-ring {
        top: 50%;
        left: 45%;
    }
    .modeltheme-overlay p {
        top: 45%;
        left: 35%;
    }
	
	
	
	
	
}


/*Portrait*/ 
@media only screen and (min-device-width: 834px) and (orientation: portrait) { 
    .lds-ring {
        top: 50%;
        left: 46%;
    }
    .modeltheme-overlay p {
        top: 45%;
        left: 38%;
    }
	
	
	
	
}


@media only screen and (max-width: 768px) {
	.error_msg svg{
		padding-bottom:22px;
	} 
   
   
}


@media screen and (max-width: 1024px)
{
    .formulaire .container.py-5 {
        height: auto !important;
    }

    
}

.pt-5, .py-5 {
    /* padding-top: 0 !important; */
}

section.questions-container {
    /* height: 90vh !important; */
}

.container-fluid {
    padding-bottom: 25px;
}


#at-custom-mobile-bar{
    display:none !important;   
}