@media (max-width: 767px) {
	.mob-m-t-20{
	 margin-top: 20px !important;
	}
	.mob-m-t-30{
	 margin-top: 30px !important;
	}
    .cd-panel.no-panel-mob{
        padding-left: 0;
        padding-right: 0;
        border: none;
        background-color: #e9f1f2;
    }
    .cd-onglet-horizontal.actif{
        background-color: #e9f1f2;
    }
    #zone-centrale .cd-tuiles.c-bg-vert.mob-blanc div.mob-blanc{
        border: 0;
        background-color: #fff!important;
    }
    .cd-form-check{
        margin-top: 15px;
    }
}
div.mob-blanc{
    border:1px solid #cbcbcb;
}
/* checkbox  */
#zone-centrale .cd-form-group .cd-form-check .cd-form-check-input{
	z-index: -1;
	opacity: 0;
}
#zone-centrale .cd-form-group .cd-form-check .cd-form-check-indicator{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    background-repeat: no-repeat;
    background-position: center center;
}
#zone-centrale .cd-form-group .cd-form-check .cd-form-check-input:checked ~ .cd-form-check-indicator{
	border-color: #007944;
	background-image: url(/ressources/images/ic-n-check-tableau-vert.svg);
	background-size: 75%;
}
#zone-centrale .cd-form-group .cd-form-check .cd-form-check-input:focus ~ .cd-form-check-indicator{
	border: #000 2px solid;
}
#zone-centrale .cd-form-group .cd-form-check .cd-form-check-label{
	font-weight: normal;
	vertical-align: text-bottom;
	position: relative;
}


#zone-centrale .calculateur-reee-total strong{
	font-size: 2rem;
}

.ic-produits_contour_etudiants-vert:before {
	background-image: url('/ressources/images/produits_contour_etudiants-vert.svg');
	top: calc((2.5rem - 2.5rem)/2) !important;
}
