.form-control:focus {
    border-color: #B5975E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(181, 151, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(181, 151, 94, 0.6);
}

#lab-mon{
    cursor: pointer;
}

.no-pdl {
    padding-left: 0!important;
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: none!important;
}

.regular-link, .regular-link:hover, .regular-link:focus {
    text-decoration: none;
}

.clearfixer {
    float: none;
    clear: both;
}

.mm-l,.mm {
    font-size: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.brown-link {
    color: #a98f5e;
}

.btn-brown {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 183px;
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    background-color: #B5975E;
    color: #fff;
}


.btn-brown.regular-link {
    text-transform: uppercase;
    color: #0D0F23;
    font-size: 18px;
    max-width: 350px;
    width: 100%;
    height: 59px;
    line-height: 59px;
    margin-top: 40px;
    font-family: open sans,segoe ui,Roboto;
}

.brown-link, .brown-link:hover, .brown-link:focus, .brown-link:active {
    color: #a98f5e;
    cursor: default;
}




.d-flex{
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -15px;
    margin-right: -15px; */
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.general-input-no-borders {
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #0d1021;
    box-shadow: none;
    color: #00002C;
}
.general-input-no-borders:focus, .general-input-no-borders:hover, .general-input-no-borders:active {
    outline: 0!important;
    box-shadow: none;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/arrow_down.png) #fff;
    background-position: 92% center;
    padding-right: 45px!important;
    background-repeat: no-repeat;
    max-width: 205px;
    width: 100% !important;
    height: 51px!important;
}

@media (max-width: 991px)  {
    select{
        max-width: inherit;
    }
}



select::-ms-expand {
    display: none;
}

button {
    box-shadow: none!important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px!important;
}



.s-btm {
    font-weight: bold;
    font-family: open sans,segoe ui,Roboto;
}


.return-buttons {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1000;
    height: 38px;
}

.btn.return {
    display: none;
    border: 1px solid #CBCBCB;
    left: 7%;
    position: absolute;
    background: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 20px;
    border-radius: 0;
}

.glyphicon-menu-left:before {
    font-size: 12px;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    background-color: #f8f8f8;
}


img.main-logo {
    max-width: 118px;
}

.bg {
    background-image: url("https://valuae.com/wp-content/uploads/2020/11/bg-scaled-e1604955152702.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

/* LOGO and phone */
.logo-and-phone {
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (max-width: 560px){
    .logo-and-phone {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.telephone-top, .telephone-top:hover, .telephone-top:focus {
    text-decoration: none;
    color: #fff;
}

.telephone-top {
    transition: all ease 500ms;
}

.telephone-top:hover{
    opacity: 0.8;
}

.telephone-top img {
    width: 20px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.telephone-top span {
    font-size: 16px;
}
/* END -------LOGO and phone */






/* Home main info accroche  */
.home-main-info {
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px; 
}

.home-main-info h1 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 815px ;
}

.home-main-info.results h1{
    max-width: 100%;
	color: #fff;
}

.home-main-info p {
    font-size: 16px;
    line-height: 25px;
}

/* CUSTOM BOTTOM */
.custom-bottom-links {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #B5975E;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
}

.bimt {
    color: #fff;
}

.bimt:last-of-type{
    padding-bottom: 0;
}

.bimt-content{
    display: flex;
}

.bimt-content .bimt-img{
    width: 40px;
    margin-right: 25px;
    align-self: center;
}

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

.bimt.hands img {
    width: auto;
}

.bimt span {
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
}


@media (max-width: 991px)  {
    .bimt{
        margin-left: auto;
        margin-right: auto;
       } 

    .bimt-content .bimt-img{
        margin-right: 0;
    }

    .bimt-content {
        flex-direction: column;
    }
    
    .bimt span {
        text-align: center;
    }

    .bimt img {
       margin-bottom: 15px;
       margin-left: auto;
       margin-right: auto;
       display: block;
    } 
 }

 @media (max-width: 768px)  {
    .bimt{
        padding-bottom: 40px;
    }
 }
 
/* END -----------------CUSTOM BOTTOM */



/* FOOTER */
.bottom-logo {
    max-width: 78px;
}

.footer-bottom-text {
    background-color: #0D0F23;
    padding-top: 20px;
    padding-bottom: 20px;
}

.flt-middle {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.flt-middle a{
    color: #fff;
 }

 .flt-middle a:hover{
    text-decoration: none;
  }

 .flt-middle a:not(:first-of-type):before{
    content:"-";
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;

}

.flt-certificate {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}





.steps .logo-and-phone, .calendly-cont .logo-and-phone {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #0D0F23;
}

.steps .logo-and-phone .col-xs-6, .calendly-cont .logo-and-phone .col-xs-6 {
    height: 50px;
    line-height: 50px;
}

.steps-cont .home-main-info {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}



.home-main-info-steps {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 80%;
}

@media (min-width: 992px) {
    .home-main-info-steps {
        max-width: 912px;
    }
}

.home-main-info-steps .box-info {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #B5975E;
    font-size: 16px;
    flex-wrap: nowrap;
}

.home-main-info-steps .box-info img {
    position: relative;
    margin-right: 10px;
    align-self: center;
}



/* .steps-cont .custom-bottom-links {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
} */


/* progress bar */
.progress {
    height: 10px;
    border-radius: 0;
    margin-bottom: 0px;
}

.progress-bar {
    background-color: #B5975E;
    height: 10px;
    line-height: 10px;
    -webkit-transition : width 1s ease;
    -moz-transition : width 1s ease;
    -o-transition : width 1s ease;
    transition : width 1s ease;
}



/* top steps */
.top-steps-container {
    height: auto;
    line-height: 25px;
    background-color: #fff;
    color: #CBCBCB;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.top-steps {
    text-align: center;
}
.top-steps.active {
    color: #00002C;
    cursor: pointer;
}

.steps .title, .calendly-cont .title {
    color: #00002C;
    font-size: 36px;
    font-family: open sans,segoe ui,Roboto;
    margin-top: 0;
}


/* diamonds shapes area*/
.choose-shape {
    background-color: #fff;
    padding: 14px 35px; 
    margin-left: auto;
    margin-right: auto; 
    /* ne pas annulé le top a cause du mt-20 */
}

.choose-shape h3 {
    color: #00002C;
    font-size: 18px;
    margin-bottom: 14px;
    font-family: open sans,segoe ui,Roboto;
    font-weight: 400;
    margin-top: 0;
}

.choose-shape .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.choose-shape .dsc {
    padding-top: 4px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .choose-shape {
        max-width: 100%;
    }
	.col-md-88 {
		width: 12.5%;
		flex: 0 0 12.5%;
	}
}

@media (max-width: 991px) {
	.choose-shape h3 {
		margin-bottom: 0;
	}
	.diamond-shapes-container{
		margin-top: 1em;
	}
	.home-main-info-steps {
		padding: 0;
		margin: 10px 0;
		max-width: 100%;
	}
	.steps h1.title {
		font-size: 28px;
	}
}

@media (min-width: 768px){
	.col-md-2 {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

.diamond-shapes-container {
    border: 1px solid #CBCBCB;
    height: 85px;
    cursor: pointer;
    display: flex;
    align-items: center;
	flex-direction: column;
	justify-content: center;
}

.diamond-shapes-container:hover, .diamond-shapes-container.active{
    border: 1px solid #B5975E;
}

.diamond-shapes-container img:first-of-type, .diamond-shapes-container.active img:last-of-type{
	display: block;
}

.diamond-shapes-container.active img:first-of-type, .diamond-shapes-container img:last-of-type{
	display: none;
}

.diamond-shapes-container img{
	max-height: 40px;
}

/* step two buttons*/
.chs-buttons .btn {
    width: 48%;
    border: 1px solid #CBCBCB;
    display: inline-block;
    height: 51px;
    line-height: 25px;
    background-color: transparent;
    outline: 0!important;
    border-radius: 0;
    font-size: 16px;
    height: 100%;  
}

.chs-buttons.s3 .btn{
    min-height: 137px;
} 

.chs-buttons .btn:hover, .chs-buttons .btn:active, .chs-buttons .btn:focus {
    border-color: #B5975E;
    color: #B5975E;
}

.btn-oui {
    margin-right: 2%;
}
.carats {
    color: #00002C;
}
.carats span{
	color: #00002C;
    font-size: 18px;
    margin-bottom: 14px;
    font-family: open sans,segoe ui,Roboto;
    font-weight: 400;
}
.spec-no-border-inp {
    border: none;
    border-bottom: 1px solid #979797;
    color: #00002C;
    width: 80px;
    text-align: center;
    margin: 0 1em;
    font-size: 16px;
}

.aoc-valider {
    background-color: #fff;
    border: 1px solid #B5975E;
    color: #B5975E;
    padding: 15px 40px;
    width: 227px;
    margin-top: 10px;
}

.aoc-valider:disabled {
    background: #b5975e;
    border: 1px solid #b5975e;
    color: #0D0F23;
}

#step-4 {
    display: none;
}

.chs-buttons [class*="col-"] {
    margin-bottom: 20px;
}

.chs-buttons.s3 .btn {
    width: 100%;
    white-space: normal;
}

.bc-table {
    display: table;
    width: 100%;
    height: 100%;
}


.s-boxes [class*="col-"] .row {
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
}

.s-boxes [class*="col-"] .row.no-bottom-margin {
	margin-bottom: 0;
}

.s-boxes [class*="col-"] .row [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.s-boxes input, .s-boxes select {
    height: 51px;
    line-height: 51px;
    border: 1px solid #CBCBCB;
    text-align: center;
    width: 100%;
	max-width: 100%;
    display: inline-block;
    padding: 0 15px;
    border-radius: 0;
    font-size: 16px;
    color: #00002C;
}
.s-boxes input[name="report_number"] {
    border-width: 1px;
}

.s-boxes input:hover, .s-boxes select:hover, .s-boxes input:focus, .s-boxes select:focus, .s-boxes input:active, .s-boxes select:active  {
    outline: 0!important;
}

.s-boxes label {
    width: 100%;
    position: relative;
    top: 13px;
    font-size: 18px;
    color: #00002C;
	font-weight: 400;
    font-family: open sans,segoe ui,Roboto;
}


.s-boxes .to-next-step {
    height: 51px;
    line-height: 51px;
    color: #B5975E;
    border: 1px solid #B5975E;
    width: 100%;
    background-color: transparent;
}


.s-boxes .to-next-step:disabled {
    background: #FBFBFB;
    border: 1px solid #DFDFDF;
    color: #DFDFDF;
}


.s-boxes input[name="report_number"] {
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    box-shadow: none;
}

.s-boxes .text-right label {
	display: none;
}

@media (max-width: 767px){
	.s-boxes label {
		top: 0;
	}
	.s-boxes .text-right label {
		display: inline-block;
	}
	.steps h1.title {
		font-size: 20px;
		line-height: 28px;
		margin: 1em 0;
	}
}

.brand-container {
    height: 120px;
    border: 1px solid #CBCBCB;
    line-height: 25px;
    background-color: transparent;
    outline: 0!important;
    border-radius: 0;
    margin-bottom:20px;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    
}

.brand-container:hover, .brand-container:active, .brand-container:focus, .brand-container.l-active {
    border-color: #B5975E;
    color: #B5975E;
}

.brand-container img {
    width: auto;
    max-height: 60px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.header-steps{
    position: relative;
    width: 100%;
}
.header-fixed{
    position: fixed;
    top: 0;
    z-index: 99999;
}


#step-4 label {
    position: relative;
    top: 20px;
    left: 0px;
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}
.main-submit-button {
    line-height: 51px;
    padding: 0 15px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
	background: #b5975e;
    border: 1px solid #b5975e;
    color: #0D0F23;
}
#step-4 .choose-shape {
    padding-left: 50px;
    padding-right: 50px;
}
#step-4 .home-main-info-steps p img {
    position: relative;
    bottom: 30px;
}

.submit-loading {
    color: #fff;
    font-family: open sans,segoe ui,Roboto;
    display: none;
    margin-top: 2em;
}
.in-submit-loading {
	padding: 1em 2em 2em;
    max-width: 100%;
    background: #b5975e;
}
.submit-loading .header-centered {
    font-size: 30px;
    font-family: open sans,segoe ui,Roboto;
    margin-top: 10px;
    display: block;
}
.submit-loading p {
    font-size: 16px;
    margin-top: 20px;
}
.insl-image-container {
    position: relative;
}
.submit-loading img {
    position: absolute;
    top: 30px;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0;
    animation:spin 4s linear infinite;
}

@media (max-width: 767px){
	.submit-loading img {
		width: 60px;
		height: 60px;
	}
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

ul.sbp-inputs {
    margin: 20px 0 0 0;
    padding: 0;
}

ul.sbp-inputs li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
    color: #00002C;
}

.sbp-inputs.sbp-inputs-dimensions-round li.two, .sbp-inputs.sbp-inputs-dimensions-round li.three-half {   
    line-height: 80px;
    padding-left: 0px;
    padding-right: 10px;
}

.sbp-inputs.sbp-inputs-dimensions-round li.four {
    padding-left: 140px;
}

.sbp-label {
    text-align: center;
    position: relative;
    top: -5px;
    font-size: 16px;
    font-family: open sans,segoe ui,Roboto;
    margin-bottom: 10px;
}



.poids-estime {
    font-size: 16px;
    font-family: open sans,segoe ui,Roboto;
    margin-top: 25px;
    display: none;
}
.pe-result {
    padding-left: 30px;
}

#sub-point-2-2.choose-shape h3, #sub-point-2-3.choose-shape h3 {
    margin-bottom: 40px;
}

.subpoint-trigger.active {
    border: 1px solid #B5975E;
    color: #B5975E;
}

.s-boxes button.to-next-step {
    height: 51px;
    max-width: 203px;
    width: 100%;
}

.s-boxes input {
    height: 51px;
    max-width: 197px;
    width: 100%;
}

/*Sorry page*/

@media (max-width: 991px) {
    .bg-hand {
        background-size: 126%;
        background-position: right bottom;
    }
}

@media (max-width: 560px) {
    .bg-hand {
        min-height: 110vh;
        background-image: none;
    }
}



.sorry-info {
    width: 57%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.sorry-info img {
    position: absolute;
    bottom: 15px;
    margin-right: 10px;
    display: inline-block;
    left: 0;
}

.sorry-info span {
    color: #B5975E;
    font-size: 16px;
    padding-left: 80px;
    padding-top: 0;
    font-family: open sans,segoe ui,Roboto;
    line-height: 24px;
    display: inline-block;
}

.sorry-info span strong {
    font-family: open sans,segoe ui,Roboto;
}

.bg-two-buttons {
    background-color: transparent;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bgtb-container {
    margin: 0 auto;
    padding-top: 140px;
    padding-bottom:  140px;
    color: #fff;
    text-align: center;
}

.bgtb-container h3 {
    font-size: 35px;
    font-family: open sans,segoe ui,Roboto;
    margin: 0 auto;
}
.bgtb-container p {
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 30px 0;
}
.bgtb-buttons-2 a{
    width: 231px;
    font-size: 14px;
    padding: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right : 10px;
    margin-bottom: 15px;

}
.bgtb-buttons-2 a:hover {
    text-decoration: none;
}

.bgtb-buttons-2 a.btn-l {
    background-color: #B5975E;
    text-align: center;
    color: #FFF;
}

.bgtb-buttons-2 a.btn-r {
    text-align: center;
    border: 1px solid #B5975E;
    color: #B5975E;
}

.bgtb-buttons a {
    width: 231px;
    font-size: 14px;
    padding: 14px;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    margin : 10px 10px;
}

.bgtb-buttons a:hover {
    text-decoration: none;
}

.bgtb-buttons a.btn-l {
    border: 1px solid #fff;
    color: #fff;
}

.bgtb-buttons a.btn-r {
    border: 1px solid #B5975E;
    color: #B5975E;
}

.final-user-form{
	background: #0d1021;
}

.final-user-form input {
    font-size: 16px;
	color: #fff;
}

.final-user-form .form-control:focus{
	color: #eee;
	background: #0d1021;
}

.final-user-form input:-internal-autofill-selected {
	background: #0d1021!important;
}

.final-user-form input:-webkit-autofill,
.final-user-form input:-webkit-autofill:hover, 
.final-user-form input:-webkit-autofill:focus, 
.final-user-form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #0d1021 inset !important;
}

.final-user-form input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}

div[data-acc-content] {display:none; }

/*results page*/

.results{
	color: #fff;
    background: #0d1021;
    margin: 2em auto 0;
    padding: 1em 1em 2em;
    max-width: 100%;
}

.results h1{
	margin: 1em 0;
	font-size: 26px;
}

.results p{
	font-size: 1.2em;
	padding-bottom: 1em;
}

.results-info {
    position: relative;
	float: left;
}
.home-main-info.results {
	padding: 1em 2em 2em;
}
.home-main-info .results-info {
	float: none;
}
.results .send-me-offer, .results .send-me-calendly{
	float: right;
	margin-top: 0;
}
.results-info img {
    position: relative;
    bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    left: 0;
}
.results-info span {
    color: #B5975E;
    font-size: 36px;
    padding-top: 0;
    font-family: open sans,segoe ui,Roboto;
    line-height: 24px;
    display: inline-block;
}
.results-info span strong {
    font-family: open sans,segoe ui,Roboto;
}

.results-info .price-middle {
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.price-from {
    color: #B5975E;
    font-size: 48px;
    font-family: open sans,segoe ui,Roboto;
    margin-left: 5px;
}
.results-info span.price-from, .results-info span.price-to {
    border-bottom: 1px solid #2f2c29;
    line-height: 60px;
}

@media (max-width: 992px) {
	.results-info{
		float: none;
		margin: 0 auto 1em;
		display: table;
	}
	.results .send-me-offer, .results .send-me-calendly{
		margin: 0 auto;
		float: none;
		display: table;
	}
	.results .send-me-calendly
}


/* EXAMPLE RACHAT */

.middle-grey-area {
    background-color: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mga {
    padding: 15px;
    color: #00002C;
    font-family: open sans,segoe ui,Roboto;
    font-weight: bold;
    width: 25%;
}

.mga-content{
    background-color: #fff;
    padding: 25px;
    display: flex;
    height: 100%;
    align-items: center;
}

.mga-1 .mga-content{
    background-color: transparent;
    font-size: 16px;
}

.mga-txt-2 {
    color: #b5975e;
    display: block;
}
.mga-txt-container {
    margin-left: 20px;
    font-size: 16px;
}
.mga img {
    position: relative;
    align-self: center;
}

.error{
	color:red;
	display:block;
	margin-top:1em;
	font-weight:bold;
}

.req{
	color:red !important;
}

@media (max-width: 991px) {
    .mga {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .mga {
        width: 50%;
    }
}


@media (max-width: 560px) {
    .middle-grey-area {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .offers-example{
        flex-direction: column;
    }
    
    .mga {
        width: 100%;
            margin-left: auto;
            margin-right: auto;
            max-width: 290px;
    }

    .mga.mga-1 {
        max-width: 100%;
        text-align: center;
    }

    .mga-1 .mga-content{
        display: block;
    }
}

/*  FAQ */
.questions {
    position: fixed;
    bottom: 0px;
    left: auto;
    right: 40px;
    max-width: 413px;
    height: auto;
    width: 90%;
    height: auto;
    max-height: 600px;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
}
.questions-level-1 {
    border-style: solid;
    z-index: 101;
    max-height: 122px;
    border-bottom: 0px;
    border-width: 1px;
    border-color: #333;
}

.questions-level-1 .ql-1{
    display: flex;
}

.questions-level-2 {
    z-index: 102;
    display: none;
    bottom: 0px;
    padding: 0;
}
.questions-level-3 {
    z-index: 103;
    display: none;
    bottom: 0px;
    padding: 0;
}
.ql-1,.qlh {
    font-size: 16px;
    line-height: 22px;
    color: #0D0F23;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.ql-1 li {
    margin-right: 30px;
    list-style: none;
}
.ql-1 li:last-child {
    margin-right: 0;
}
.ql-1 .one {
    font-family: open sans,segoe ui,Roboto;
    display: block;
}
.ql-1 .two {
    font-family: open sans,segoe ui,Roboto;
    font-size: 14px;
    display: block;
}
.qlh li {
    list-style-type: none;
}
.qlh li:first-child {
    max-width: 320px;
    width: 100%;
}
.questions-level-3 .qlh li:first-child {
    width: 15px;
    text-align: left;
}
.questions-level-3 .qlh li.second {
    max-width: 305px;
    width: 100%;
    padding-left: 20px;
    position: relative;
}
.qlh li:last-child {
    width: 30px;
    text-align: right;
}
.ql-header {
    border-bottom: 1px solid #CBCBCB;
    padding: 30px;
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.3s ease;
}
.has-transition {
    transition: all 0.5s ease;
}
.ql-header:hover {
    border-left: 10px solid #0D0F23;
    padding-right: 20px;
    background-color: #F8F8F8;
}
.questions-level-3 .ql-header:hover {
    border-left: none;
    padding-right: 30px;
    background-color: #fff;
}
.ql-header.no-border:hover {
    border-left: none;
    background-color: #fff;
}

.qlh h4 {
    font-size: 24px;
    font-family: open sans,segoe ui,Roboto;
    font-weight: bold;
    color: #00002C;
    margin: 0;
    line-height: 30px;
}
.ql-description {
    padding: 30px;
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #0D0F23;
}
.questions-level-3 .ql-header {
    font-family: open sans,segoe ui,Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #00002C;
    background-color: #F8F8F8;
}
.questions-level-3 .ql-header:hover {
    background-color: #F8F8F8;
}

/*  END FAQ */



/*  CALENDRIER PAGE RENDEZ VOUS  */

.calendly-cont {
    background-color: #F8F8F8;
}


.calendly-container .home-main-info-steps h1{
    max-width: 600px;
    width: 100%;
}



.calendly-inline-widget {
    overflow: hidden;
    min-height: 800px; /*++ plus grande à cause du paneau qui s'ouvre ans l'ifram */
    overflow-y: hidden !important;
    margin-top: -40px;
}

@media (max-width: 1199px) {
    .calendly-inline-widget {
        min-height: 1100px;
        margin-top: -20px;
    }
}

@media (max-width: 679px) {
    .calendly-inline-widget {
        min-height: 1000px;
    }

}

@media (max-width: 559px) {
    .calendly-inline-widget {
    margin-top: 0;
    }

}


.calendly-cont .questions.questions-level-1, .calendly-cont .questions.questions-level-2, .calendly-cont .questions.questions-level-3 {
    bottom: 60px;
    border: 1px solid #CBCBCB;
}
.calendly-cont .home-main-info-steps p {
    position: relative;
    padding-left: 50px;
}
.calendly-cont .home-main-info-steps p img {
    position: absolute;
    left: 0;
    top: 50px;
}
.calendly-cont .choose-shape {
    max-width: 85%;
}
.calendly-cont .title {
    margin-top: 50px;
}

/*  END CALENDRIER PAGE RENDEZ VOUS  */



.qq {
    display: none!important;
}


@media (max-width: 768px) {
    .small-page-inline div{
        display: inline;
    }
}
@media (max-width: 560px) {
 
    .submit-loading img {
		top: 105px;
	}
    .home-main-info.sorry p {
        width: 100%;
    }
    .sorry-info {
        width: 100%;
        position: relative;
    }
    .m-bg-wht {
        background-color: #fff;
        padding-top: 15px;
    }
    .calendly-cont .choose-shape {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .calendly-cont .choose-shape h3 {
        padding-left: 5px;
    }
    .calendly-cont .home-main-info-steps p .diamant-info {
        padding-left: 0;
    }

    .qq {
        position: relative;
        margin-top: 15px;
        margin-bottom: 30px;
        min-height: 70px;
    }

    .calendly-cont .custom-bottom-links {
        position: static;
    }

    .calendly-cont .questions.questions-level-1, .calendly-cont .questions.questions-level-2, .calendly-cont .questions.questions-level-3 {
        bottom: auto;
        top: 0;
    }
 

    .ql-header {
        padding: 15px;
    }
  
    .qlh li:first-child {
        width: 80%;
    }
    .qlh li:last-child {
        width: 20%;
    }
    .questions-level-1 ul li img {
        width: 40px;
    }
    .questions-level-3 .qlh li:first-child {
        width: 10%;
        text-align: left;
    }
    .questions-level-3 .qlh li.second {
        width: 80%;
    }
    .questions-level-3 .qlh li .go-back {
        position: relative;
    }
    .questions-level-3 .qlh li:last-child {
        width: 10%;
    }
    .ql-1 li {
        margin-right: 10px;
    }
    .results-info img {
        bottom: 0;
    }


    .questions {
        top: 720px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: auto;
    }

    .questions.questions-level-1 {
        padding: 20px;
        border-bottom: 1px solid;
    }

    .results-info span {
        font-size: 28px;
    }



 
    .progress-container {
        position: fixed;
      
        background-color: #f8f8f8;
        left: 0;
        right: 0;
        z-index: 1001;
    }
    .progress {
        position: static;
    }
    .steps .logo-and-phone {
        display: none;
    }
    .steps .top-steps-container{
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    #step-4 label {
        top: 10px;
        left: 0;
    }
    .final-user-form input {
        text-align: left;
        margin-top: 10px;
        padding-left: 0;
    }
 
  
    .s-boxes button.to-next-step {
        margin-top: 20px;
    }

    .s-boxes input, .s-boxes select{
        max-width: inherit;
    }


    .home-main-info.results p, .results-info, .bgtb-container {
        width: 100%;
    }
    .home-main-info.results p, .results-info, .bgtb-container {
        width: 100%;
    }
    .bgtb-container {
        padding-top: 120px;
    }
  
    .bgtb-container p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sorry-info img {
        bottom: auto;
        top: 40px;
    }
    .sorry-info span {
        padding-left: 60px;
    }
    .sbp-inputs.sbp-inputs-dimensions-round li.three-half.one-more .mm-l {
        padding-left: 10px;
        position: relative;
        top: 35px;
    }
    .sbp-label {
        margin-bottom: 0;
    }
    ul.sbp-inputs li.three.one-more {
        width: 60px;
        padding-top: 40px;
        clear: both;
    }
    ul.sbp-inputs li.three.one-more input {
        width: 60px;
    }
    .sbp-inputs.sbp-inputs-dimensions-round li.four {
        padding-left: 0;
        float: none;
        clear: both;
        padding-top: 1px;
        display: block;
    }
    #step-2 {
        min-height: initial;
    }
    .container.cbl-1 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .main-logo {
        max-width: 118px;
        position: relative;
    }
    .home-main-info {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
  
  
   
    .footer-bottom-text {
        padding-top: 10px;
        height: auto;
        line-height: inherit;
    }
    .flt-middle {
        line-height: 30px;
        margin-top: 0;
    }

    .flt-middle a {
        display: block;
    }

    .flt-middle a:not(:first-of-type):before{
        display: none;
    }
   
  
    .home-main-info h1 {
        font-size: 30px;
    }
  
   
 
    .bimt span {
        font-size: 14px;
    }
    .marquise {
        margin-left: 5px;
        margin-right: 5px;
    }
    .poire, .ovale {
        margin-left: 5px;
        margin-right: 10px;
    }
    .choose-shape .dsc.cdsc {
        padding-left: 5px;
    }
    .coeur {
        position: relative;
        right: 3px;
    }
    .emeraude {
        position: relative;
        left: 3px;
    }
    .spec-no-border-inp {
        width: 60px;
    }
    .home-main-info-steps {
        padding-top: 0px;
        padding-left: 5px;
        max-width: 100%;
        padding-bottom: 0;
    }
    .logo-and-phone .col-xs-4 {
        padding-left: 10px;
    }
    .telephone-top {
        top: 0;
    }
    .telephone-top span {
        font-size: 14px;
    }
    .steps-cont .main-logo {
        max-width: 100px;
        position: relative;
        bottom: 5px;
    }
    .steps .logo-and-phone, .calendly-cont .logo-and-phone {
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .top-steps-container {
        font-size: 11px;
        padding-left: 0;
    }
    .top-steps-container .col-xs-3 {
        padding: 0 10px;
    }
    .steps h1, .calendly-cont h1 {
        font-size: 35px;
        line-height: 48px;
    }
    .home-main-info-steps p {
        position:relative;
    }
    .home-main-info-steps p img {
        position: absolute;
        top: 35%;
    }
    /* .diamant-info {
        padding-left: 50px;
        padding-top: 10px;
    } */
    .choose-shape {
        max-width: 100%;
        padding: 25px;
    }
    .choose-shape h3, .carats span, .s-boxes label {
        font-size: 16px;
		line-height: 24px;
		margin-top: 0;
    }
    .diamond-shapes-container {
        padding: 15px;
        height: 66px;
       
    }
    .diamond-shapes-container img {
        max-width: 30px;
        max-height: 30px;
    }
    .choose-shape .dsc {
        font-size: 12px;
    }
 
    .footer-bottom-text {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .return-buttons {
        display: block;
        margin-top: 100px;
        z-index: 999;
    }
    #step-2 .home-main-info-steps, #step-3 .home-main-info-steps {
        margin-bottom: 25px;
    }
    .aoc-valider {
        padding: 8px 20px;
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .chs-buttons.s3 {
        padding: 0;
    }
  
    .brand-container {
        height: 80px;
        font-size: 12px;
        line-height: 14px;
    }
  

    
    label[for="cut_grade"], label[for="color_grade"], label[for="symmetry"] {
        margin-top: 20px;
    }
    #step-4 .home-main-info-steps p img {
        position: absolute;
    }
    #step-4 .choose-shape {
        padding-left: 25px;
        padding-right: 25px;
    }
    .main-submit-button {
        font-size: 12px;
        line-height: 25px;
    }
    .in-submit-loading {
        padding-left: 30px;
        padding-right: 30px;
    }
    .submit-loading .header-centered {
        padding-bottom: 15px;
        display: block;
    }
    .s-btm {
        font-size: 10px;
    }



    .hidden-on-mobile {
        display: none;
    }
}
.agree_form_block{
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;

}
.agree_form_block label{
    top: 0 !important;
    font-size: 15px !important;
    left: 24px !important;
}

.noresults .bgtb-buttons-2{
    margin-top: 30px;
}

