/* Custom css */

/* Bootstrap 4.1 */

/* Sizing */
	.w-25 {width: 25% !important;}
	.w-50 {width: 50% !important;}
	.w-75 {width: 75% !important;}
	.w-100 {width: 100% !important;}
	.w-auto {width: auto !important;}
	.h-25 {height: 25% !important;}
	.h-50 {height: 50% !important;}
	.h-75 {height: 75% !important;}
	.h-100 {height: 100% !important;}
	.h-auto {height: auto !important;}
	.mw-100 {max-width: 100% !important;}
	.mh-100 {max-height: 100% !important;}

/* Spacing */
	.m-0 {margin: 0 !important;}
	.mt-0, .my-0 {margin-top: 0 !important;}
	.mr-0, .mx-0 {margin-right: 0 !important;}
	.mb-0, .my-0 {margin-bottom: 0 !important;}
	.ml-0, .mx-0 {margin-left: 0 !important;}
	.m-1 {margin: 0.25rem !important;}
	.mt-1, .my-1 {margin-top: 0.25rem !important;}
	.mr-1, .mx-1 {margin-right: 0.25rem !important;}
	.mb-1, .my-1 {margin-bottom: 0.25rem !important;}
	.ml-1, .mx-1 {margin-left: 0.25rem !important;}
	.m-2 {margin: 0.5rem !important;}
	.mt-2, .my-2 {margin-top: 0.5rem !important;}
	.mr-2, .mx-2 {margin-right: 0.5rem !important;}
	.mb-2, .my-2 {margin-bottom: 0.5rem !important;}
	.ml-2, .mx-2 {margin-left: 0.5rem !important;}
	.m-3 {margin: 1rem !important;}
	.mt-3, .my-3 {margin-top: 1rem !important;}
	.mr-3, .mx-3 {margin-right: 1rem !important;}
	.mb-3, .my-3 {margin-bottom: 1rem !important;}
	.ml-3, .mx-3 {margin-left: 1rem !important;}
	.m-4 {margin: 1.5rem !important;}
	.mt-4, .my-4 {margin-top: 1.5rem !important;}
	.mr-4, .mx-4 {margin-right: 1.5rem !important;}
	.mb-4, .my-4 {margin-bottom: 1.5rem !important;}
	.ml-4, .mx-4 {margin-left: 1.5rem !important;}
	.m-5 {margin: 3rem !important;}
	.mt-5, .my-5 {margin-top: 3rem !important;}
	.mr-5, .mx-5 {margin-right: 3rem !important;}
	.mb-5, .my-5 {margin-bottom: 3rem !important;}
	.ml-5, .mx-5 {margin-left: 3rem !important;}
	.p-0 {padding: 0 !important;}
	.pt-0, .py-0 {padding-top: 0 !important;}
	.pr-0, .px-0 {padding-right: 0 !important;}
	.pb-0, .py-0 {padding-bottom: 0 !important;}
	.pl-0, .px-0 {padding-left: 0 !important;}
	.p-1 {padding: 0.25rem !important;}
	.pt-1, .py-1 {padding-top: 0.25rem !important;}
	.pr-1, .px-1 {padding-right: 0.25rem !important;}
	.pb-1, .py-1 {padding-bottom: 0.25rem !important;}
	.pl-1, .px-1 {padding-left: 0.25rem !important;}
	.p-2 {padding: 0.5rem !important;}
	.pt-2, .py-2 {padding-top: 0.5rem !important;}
	.pr-2, .px-2 {padding-right: 0.5rem !important;}
	.pb-2, .py-2 {padding-bottom: 0.5rem !important;}
	.pl-2, .px-2 {padding-left: 0.5rem !important;}
	.p-3 {padding: 1rem !important;}
	.pt-3, .py-3 {padding-top: 1rem !important;}
	.pr-3, .px-3 {padding-right: 1rem !important;}
	.pb-3, .py-3 {padding-bottom: 1rem !important;}
	.pl-3, .px-3 {padding-left: 1rem !important;}
	.p-4 {padding: 1.5rem !important;}
	.pt-4, .py-4 {padding-top: 1.5rem !important;}
	.pr-4, .px-4 {padding-right: 1.5rem !important;}
	.pb-4, .py-4 {padding-bottom: 1.5rem !important;}
	.pl-4, .px-4 {padding-left: 1.5rem !important;}
	.p-5 {padding: 3rem !important;}
	.pt-5, .py-5 {padding-top: 3rem !important;}
	.pr-5, .px-5 {padding-right: 3rem !important;}
	.pb-5, .py-5 {padding-bottom: 3rem !important;}
	.pl-5, .px-5 {padding-left: 3rem !important;}
	.m-auto {margin: auto !important;}
	.mt-auto, .my-auto {margin-top: auto !important;}
	.mr-auto, .mx-auto {margin-right: auto !important;}
	.mb-auto, .my-auto {margin-bottom: auto !important;}
	.ml-auto, .mx-auto {margin-left: auto !important;}

	@media (min-width: 576px) {
		.m-sm-0 {margin: 0 !important;}
		.mt-sm-0, .my-sm-0 {margin-top: 0 !important;}
		.mr-sm-0, .mx-sm-0 {margin-right: 0 !important;}
		.mb-sm-0, .my-sm-0 {margin-bottom: 0 !important;}
		.ml-sm-0, .mx-sm-0 {margin-left: 0 !important;}
		.m-sm-1 {margin: 0.25rem !important;}
		.mt-sm-1, .my-sm-1 {margin-top: 0.25rem !important;}
		.mr-sm-1, .mx-sm-1 {margin-right: 0.25rem !important;}
		.mb-sm-1, .my-sm-1 {margin-bottom: 0.25rem !important;}
		.ml-sm-1, .mx-sm-1 {margin-left: 0.25rem !important;}
		.m-sm-2 {margin: 0.5rem !important;}
		.mt-sm-2, .my-sm-2 {margin-top: 0.5rem !important;}
		.mr-sm-2, .mx-sm-2 {margin-right: 0.5rem !important;}
		.mb-sm-2, .my-sm-2 {margin-bottom: 0.5rem !important;}
		.ml-sm-2, .mx-sm-2 {margin-left: 0.5rem !important;}
		.m-sm-3 {margin: 1rem !important;}
		.mt-sm-3, .my-sm-3 {margin-top: 1rem !important;}
		.mr-sm-3, .mx-sm-3 {margin-right: 1rem !important;}
		.mb-sm-3, .my-sm-3 {margin-bottom: 1rem !important;}
		.ml-sm-3, .mx-sm-3 {margin-left: 1rem !important;}
		.m-sm-4 {margin: 1.5rem !important;}
		.mt-sm-4, .my-sm-4 {margin-top: 1.5rem !important;}
		.mr-sm-4, .mx-sm-4 {margin-right: 1.5rem !important;}
		.mb-sm-4, .my-sm-4 {margin-bottom: 1.5rem !important;}
		.ml-sm-4, .mx-sm-4 {margin-left: 1.5rem !important;}
		.m-sm-5 {margin: 3rem !important;}
		.mt-sm-5, .my-sm-5 {margin-top: 3rem !important;}
		.mr-sm-5, .mx-sm-5 {margin-right: 3rem !important;}
		.mb-sm-5, .my-sm-5 {margin-bottom: 3rem !important;}
		.ml-sm-5, .mx-sm-5 {margin-left: 3rem !important;}
		.p-sm-0 {padding: 0 !important;}
		.pt-sm-0, .py-sm-0 {padding-top: 0 !important;}
		.pr-sm-0, .px-sm-0 {padding-right: 0 !important;}
		.pb-sm-0, .py-sm-0 {padding-bottom: 0 !important;}
		.pl-sm-0, .px-sm-0 {padding-left: 0 !important;}
		.p-sm-1 {padding: 0.25rem !important;}
		.pt-sm-1, .py-sm-1 {padding-top: 0.25rem !important;}
		.pr-sm-1, .px-sm-1 {padding-right: 0.25rem !important;}
		.pb-sm-1, .py-sm-1 {padding-bottom: 0.25rem !important;}
		.pl-sm-1, .px-sm-1 {padding-left: 0.25rem !important;}
		.p-sm-2 {padding: 0.5rem !important;}
		.pt-sm-2, .py-sm-2 {padding-top: 0.5rem !important;}
		.pr-sm-2, .px-sm-2 {padding-right: 0.5rem !important;}
		.pb-sm-2, .py-sm-2 {padding-bottom: 0.5rem !important;}
		.pl-sm-2, .px-sm-2 {padding-left: 0.5rem !important;}
		.p-sm-3 {padding: 1rem !important;}
		.pt-sm-3, .py-sm-3 {padding-top: 1rem !important;}
		.pr-sm-3, .px-sm-3 {padding-right: 1rem !important;}
		.pb-sm-3, .py-sm-3 {padding-bottom: 1rem !important;}
		.pl-sm-3, .px-sm-3 {padding-left: 1rem !important;}
		.p-sm-4 {padding: 1.5rem !important;}
		.pt-sm-4, .py-sm-4 {padding-top: 1.5rem !important;}
		.pr-sm-4, .px-sm-4 {padding-right: 1.5rem !important;}
		.pb-sm-4, .py-sm-4 {padding-bottom: 1.5rem !important;}
		.pl-sm-4, .px-sm-4 {padding-left: 1.5rem !important;}
		.p-sm-5 {padding: 3rem !important;}
		.pt-sm-5, .py-sm-5 {padding-top: 3rem !important;}
		.pr-sm-5, .px-sm-5 {padding-right: 3rem !important;}
		.pb-sm-5, .py-sm-5 {padding-bottom: 3rem !important;}
		.pl-sm-5, .px-sm-5 {padding-left: 3rem !important;}
		.m-sm-auto {margin: auto !important;}
		.mt-sm-auto, .my-sm-auto {margin-top: auto !important;}
		.mr-sm-auto, .mx-sm-auto {margin-right: auto !important;}
		.mb-sm-auto, .my-sm-auto {margin-bottom: auto !important;}
		.ml-sm-auto, .mx-sm-auto {margin-left: auto !important;}
	}

	@media (min-width: 768px) {
		.m-md-0 {margin: 0 !important;}
		.mt-md-0, .my-md-0 {margin-top: 0 !important;}
		.mr-md-0, .mx-md-0 {margin-right: 0 !important;}
		.mb-md-0, .my-md-0 {margin-bottom: 0 !important;}
		.ml-md-0, .mx-md-0 {margin-left: 0 !important;}
		.m-md-1 {margin: 0.25rem !important;}
		.mt-md-1, .my-md-1 {margin-top: 0.25rem !important;}
		.mr-md-1, .mx-md-1 {margin-right: 0.25rem !important;}
		.mb-md-1, .my-md-1 {margin-bottom: 0.25rem !important;}
		.ml-md-1, .mx-md-1 {margin-left: 0.25rem !important;}
		.m-md-2 {margin: 0.5rem !important;}
		.mt-md-2, .my-md-2 {margin-top: 0.5rem !important;}
		.mr-md-2, .mx-md-2 {margin-right: 0.5rem !important;}
		.mb-md-2, .my-md-2 {margin-bottom: 0.5rem !important;}
		.ml-md-2, .mx-md-2 {margin-left: 0.5rem !important;}
		.m-md-3 {margin: 1rem !important;}
		.mt-md-3, .my-md-3 {margin-top: 1rem !important;}
		.mr-md-3, .mx-md-3 {margin-right: 1rem !important;}
		.mb-md-3, .my-md-3 {margin-bottom: 1rem !important;}
		.ml-md-3, .mx-md-3 {margin-left: 1rem !important;}
		.m-md-4 {margin: 1.5rem !important;}
		.mt-md-4, .my-md-4 {margin-top: 1.5rem !important;}
		.mr-md-4, .mx-md-4 {margin-right: 1.5rem !important;}
		.mb-md-4, .my-md-4 {margin-bottom: 1.5rem !important;}
		.ml-md-4, .mx-md-4 {margin-left: 1.5rem !important;}
		.m-md-5 {margin: 3rem !important;}
		.mt-md-5, .my-md-5 {margin-top: 3rem !important;}
		.mr-md-5, .mx-md-5 {margin-right: 3rem !important;}
		.mb-md-5, .my-md-5 {margin-bottom: 3rem !important;}
		.ml-md-5, .mx-md-5 {margin-left: 3rem !important;}
		.p-md-0 {padding: 0 !important;}
		.pt-md-0, .py-md-0 {padding-top: 0 !important;}
		.pr-md-0, .px-md-0 {padding-right: 0 !important;}
		.pb-md-0, .py-md-0 {padding-bottom: 0 !important;}
		.pl-md-0, .px-md-0 {padding-left: 0 !important;}
		.p-md-1 {padding: 0.25rem !important;}
		.pt-md-1, .py-md-1 {padding-top: 0.25rem !important;}
		.pr-md-1, .px-md-1 {padding-right: 0.25rem !important;}
		.pb-md-1, .py-md-1 {padding-bottom: 0.25rem !important;}
		.pl-md-1, .px-md-1 {padding-left: 0.25rem !important;}
		.p-md-2 {padding: 0.5rem !important;}
		.pt-md-2, .py-md-2 {padding-top: 0.5rem !important;}
		.pr-md-2, .px-md-2 {padding-right: 0.5rem !important;}
		.pb-md-2, .py-md-2 {padding-bottom: 0.5rem !important;}
		.pl-md-2, .px-md-2 {padding-left: 0.5rem !important;}
		.p-md-3 {padding: 1rem !important;}
		.pt-md-3, .py-md-3 {padding-top: 1rem !important;}
		.pr-md-3, .px-md-3 {padding-right: 1rem !important;}
		.pb-md-3, .py-md-3 {padding-bottom: 1rem !important;}
		.pl-md-3, .px-md-3 {padding-left: 1rem !important;}
		.p-md-4 {padding: 1.5rem !important;}
		.pt-md-4, .py-md-4 {padding-top: 1.5rem !important;}
		.pr-md-4, .px-md-4 {padding-right: 1.5rem !important;}
		.pb-md-4, .py-md-4 {padding-bottom: 1.5rem !important;}
		.pl-md-4, .px-md-4 {padding-left: 1.5rem !important;}
		.p-md-5 {padding: 3rem !important;}
		.pt-md-5, .py-md-5 {padding-top: 3rem !important;}
		.pr-md-5, .px-md-5 {padding-right: 3rem !important;}
		.pb-md-5, .py-md-5 {padding-bottom: 3rem !important;}
		.pl-md-5, .px-md-5 {padding-left: 3rem !important;}
		.m-md-auto {margin: auto !important;}
		.mt-md-auto, .my-md-auto {margin-top: auto !important;}
		.mr-md-auto, .mx-md-auto {margin-right: auto !important;}
		.mb-md-auto, .my-md-auto {margin-bottom: auto !important;}
		.ml-md-auto, .mx-md-auto {margin-left: auto !important;}
	}

	@media (min-width: 992px) {
		.m-lg-0 {margin: 0 !important;}
		.mt-lg-0, .my-lg-0 {margin-top: 0 !important;}
		.mr-lg-0, .mx-lg-0 {margin-right: 0 !important;}
		.mb-lg-0, .my-lg-0 {margin-bottom: 0 !important;}
		.ml-lg-0, .mx-lg-0 {margin-left: 0 !important;}
		.m-lg-1 {margin: 0.25rem !important;}
		.mt-lg-1, .my-lg-1 {margin-top: 0.25rem !important;}
		.mr-lg-1, .mx-lg-1 {margin-right: 0.25rem !important;}
		.mb-lg-1, .my-lg-1 {margin-bottom: 0.25rem !important;}
		.ml-lg-1, .mx-lg-1 {margin-left: 0.25rem !important;}
		.m-lg-2 {margin: 0.5rem !important;}
		.mt-lg-2, .my-lg-2 {margin-top: 0.5rem !important;}
		.mr-lg-2, .mx-lg-2 {margin-right: 0.5rem !important;}
		.mb-lg-2, .my-lg-2 {margin-bottom: 0.5rem !important;}
		.ml-lg-2, .mx-lg-2 {margin-left: 0.5rem !important;}
		.m-lg-3 {margin: 1rem !important;}
		.mt-lg-3, .my-lg-3 {margin-top: 1rem !important;}
		.mr-lg-3, .mx-lg-3 {margin-right: 1rem !important;}
		.mb-lg-3, .my-lg-3 {margin-bottom: 1rem !important;}
		.ml-lg-3, .mx-lg-3 {margin-left: 1rem !important;}
		.m-lg-4 {margin: 1.5rem !important;}
		.mt-lg-4, .my-lg-4 {margin-top: 1.5rem !important;}
		.mr-lg-4, .mx-lg-4 {margin-right: 1.5rem !important;}
		.mb-lg-4, .my-lg-4 {margin-bottom: 1.5rem !important;}
		.ml-lg-4, .mx-lg-4 {margin-left: 1.5rem !important;}
		.m-lg-5 {margin: 3rem !important;}
		.mt-lg-5, .my-lg-5 {margin-top: 3rem !important;}
		.mr-lg-5, .mx-lg-5 {margin-right: 3rem !important;}
		.mb-lg-5, .my-lg-5 {margin-bottom: 3rem !important;}
		.ml-lg-5, .mx-lg-5 {margin-left: 3rem !important;}
		.p-lg-0 {padding: 0 !important;}
		.pt-lg-0, .py-lg-0 {padding-top: 0 !important;}
		.pr-lg-0, .px-lg-0 {padding-right: 0 !important;}
		.pb-lg-0, .py-lg-0 {padding-bottom: 0 !important;}
		.pl-lg-0, .px-lg-0 {padding-left: 0 !important;}
		.p-lg-1 {padding: 0.25rem !important;}
		.pt-lg-1, .py-lg-1 {padding-top: 0.25rem !important;}
		.pr-lg-1, .px-lg-1 {padding-right: 0.25rem !important;}
		.pb-lg-1, .py-lg-1 {padding-bottom: 0.25rem !important;}
		.pl-lg-1, .px-lg-1 {padding-left: 0.25rem !important;}
		.p-lg-2 {padding: 0.5rem !important;}
		.pt-lg-2, .py-lg-2 {padding-top: 0.5rem !important;}
		.pr-lg-2, .px-lg-2 {padding-right: 0.5rem !important;}
		.pb-lg-2, .py-lg-2 {padding-bottom: 0.5rem !important;}
		.pl-lg-2, .px-lg-2 {padding-left: 0.5rem !important;}
		.p-lg-3 {padding: 1rem !important;}
		.pt-lg-3, .py-lg-3 {padding-top: 1rem !important;}
		.pr-lg-3, .px-lg-3 {padding-right: 1rem !important;}
		.pb-lg-3, .py-lg-3 {padding-bottom: 1rem !important;}
		.pl-lg-3, .px-lg-3 {padding-left: 1rem !important;}
		.p-lg-4 {padding: 1.5rem !important;}
		.pt-lg-4, .py-lg-4 {padding-top: 1.5rem !important;}
		.pr-lg-4, .px-lg-4 {padding-right: 1.5rem !important;}
		.pb-lg-4, .py-lg-4 {padding-bottom: 1.5rem !important;}
		.pl-lg-4, .px-lg-4 {padding-left: 1.5rem !important;}
		.p-lg-5 {padding: 3rem !important;}
		.pt-lg-5, .py-lg-5 {padding-top: 3rem !important;}
		.pr-lg-5, .px-lg-5 {padding-right: 3rem !important;}
		.pb-lg-5, .py-lg-5 {padding-bottom: 3rem !important;}
		.pl-lg-5, .px-lg-5 {padding-left: 3rem !important;}
		.m-lg-auto {margin: auto !important;}
		.mt-lg-auto, .my-lg-auto {margin-top: auto !important;}
		.mr-lg-auto, .mx-lg-auto {margin-right: auto !important;}
		.mb-lg-auto, .my-lg-auto {margin-bottom: auto !important;}
		.ml-lg-auto, .mx-lg-auto {margin-left: auto !important;}
	}

	@media (min-width: 1200px) {
		.m-xl-0 {margin: 0 !important;}
		.mt-xl-0, .my-xl-0 {margin-top: 0 !important;}
		.mr-xl-0, .mx-xl-0 {margin-right: 0 !important;}
		.mb-xl-0, .my-xl-0 {margin-bottom: 0 !important;}
		.ml-xl-0, .mx-xl-0 {margin-left: 0 !important;}
		.m-xl-1 {margin: 0.25rem !important;}
		.mt-xl-1, .my-xl-1 {margin-top: 0.25rem !important;}
		.mr-xl-1, .mx-xl-1 {margin-right: 0.25rem !important;}
		.mb-xl-1, .my-xl-1 {margin-bottom: 0.25rem !important;}
		.ml-xl-1, .mx-xl-1 {margin-left: 0.25rem !important;}
		.m-xl-2 {margin: 0.5rem !important;}
		.mt-xl-2, .my-xl-2 {margin-top: 0.5rem !important;}
		.mr-xl-2, .mx-xl-2 {margin-right: 0.5rem !important;}
		.mb-xl-2, .my-xl-2 {margin-bottom: 0.5rem !important;}
		.ml-xl-2, .mx-xl-2 {margin-left: 0.5rem !important;}
		.m-xl-3 {margin: 1rem !important;}
		.mt-xl-3, .my-xl-3 {margin-top: 1rem !important;}
		.mr-xl-3, .mx-xl-3 {margin-right: 1rem !important;}
		.mb-xl-3, .my-xl-3 {margin-bottom: 1rem !important;}
		.ml-xl-3, .mx-xl-3 {margin-left: 1rem !important;}
		.m-xl-4 {margin: 1.5rem !important;}
		.mt-xl-4, .my-xl-4 {margin-top: 1.5rem !important;}
		.mr-xl-4, .mx-xl-4 {margin-right: 1.5rem !important;}
		.mb-xl-4, .my-xl-4 {margin-bottom: 1.5rem !important;}
		.ml-xl-4, .mx-xl-4 {margin-left: 1.5rem !important;}
		.m-xl-5 {margin: 3rem !important;}
		.mt-xl-5, .my-xl-5 {margin-top: 3rem !important;}
		.mr-xl-5, .mx-xl-5 {margin-right: 3rem !important;}
		.mb-xl-5, .my-xl-5 {margin-bottom: 3rem !important;}
		.ml-xl-5, .mx-xl-5 {margin-left: 3rem !important;}
		.p-xl-0 {padding: 0 !important;}
		.pt-xl-0, .py-xl-0 {padding-top: 0 !important;}
		.pr-xl-0, .px-xl-0 {padding-right: 0 !important;}
		.pb-xl-0, .py-xl-0 {padding-bottom: 0 !important;}
		.pl-xl-0, .px-xl-0 {padding-left: 0 !important;}
		.p-xl-1 {padding: 0.25rem !important;}
		.pt-xl-1, .py-xl-1 {padding-top: 0.25rem !important;}
		.pr-xl-1, .px-xl-1 {padding-right: 0.25rem !important;}
		.pb-xl-1, .py-xl-1 {padding-bottom: 0.25rem !important;}
		.pl-xl-1, .px-xl-1 {padding-left: 0.25rem !important;}
		.p-xl-2 {padding: 0.5rem !important;}
		.pt-xl-2, .py-xl-2 {padding-top: 0.5rem !important;}
		.pr-xl-2, .px-xl-2 {padding-right: 0.5rem !important;}
		.pb-xl-2, .py-xl-2 {padding-bottom: 0.5rem !important;}
		.pl-xl-2, .px-xl-2 {padding-left: 0.5rem !important;}
		.p-xl-3 {padding: 1rem !important;}
		.pt-xl-3, .py-xl-3 {padding-top: 1rem !important;}
		.pr-xl-3, .px-xl-3 {padding-right: 1rem !important;}
		.pb-xl-3, .py-xl-3 {padding-bottom: 1rem !important;}
		.pl-xl-3, .px-xl-3 {padding-left: 1rem !important;}
		.p-xl-4 {padding: 1.5rem !important;}
		.pt-xl-4, .py-xl-4 {padding-top: 1.5rem !important;}
		.pr-xl-4, .px-xl-4 {padding-right: 1.5rem !important;}
		.pb-xl-4, .py-xl-4 {padding-bottom: 1.5rem !important;}
		.pl-xl-4, .px-xl-4 {padding-left: 1.5rem !important;}
		.p-xl-5 {padding: 3rem !important;}
		.pt-xl-5, .py-xl-5 {padding-top: 3rem !important;}
		.pr-xl-5, .px-xl-5 {padding-right: 3rem !important;}
		.pb-xl-5, .py-xl-5 {padding-bottom: 3rem !important;}
		.pl-xl-5, .px-xl-5 {padding-left: 3rem !important;}
		.m-xl-auto {margin: auto !important;}
		.mt-xl-auto, .my-xl-auto {margin-top: auto !important;}
		.mr-xl-auto, .mx-xl-auto {margin-right: auto !important;}
		.mb-xl-auto, .my-xl-auto {margin-bottom: auto !important;}
		.ml-xl-auto, .mx-xl-auto {margin-left: auto !important;}
	}

/* Display */
	.d-none {display: none !important;}
	.d-inline {display: inline !important;}
	.d-inline-block {display: inline-block !important;}
	.d-block {display: block !important;}
	.d-table {display: table !important;}
	.d-table-row {display: table-row !important;}
	.d-table-cell {display: table-cell !important;}
	.d-flex {display: -ms-flexbox !important; display: flex !important;}
	.d-inline-flex {display: -ms-inline-flexbox !important; display: inline-flex !important;}

	@media (min-width: 576px) {
		.d-sm-none {display: none !important;}
		.d-sm-inline {display: inline !important;}
		.d-sm-inline-block {display: inline-block !important;}
		.d-sm-block {display: block !important;}
		.d-sm-table {display: table !important;}
		.d-sm-table-row {display: table-row !important;}
		.d-sm-table-cell {display: table-cell !important;}
		.d-sm-flex {display: -ms-flexbox !important; display: flex !important;}
		.d-sm-inline-flex {display: -ms-inline-flexbox !important; display: inline-flex !important;}
	}

	@media (min-width: 768px) {
		.d-md-none {display: none !important;}
		.d-md-inline {display: inline !important;}
		.d-md-inline-block {display: inline-block !important;}
		.d-md-block {display: block !important;}
		.d-md-table {display: table !important;}
		.d-md-table-row {display: table-row !important;}
		.d-md-table-cell {display: table-cell !important;}
		.d-md-flex {display: -ms-flexbox !important; display: flex !important;}
		.d-md-inline-flex {display: -ms-inline-flexbox !important; display: inline-flex !important;}
	}

	@media (min-width: 992px) {
		.d-lg-none {display: none !important;}
		.d-lg-inline {display: inline !important;}
		.d-lg-inline-block {display: inline-block !important;}
		.d-lg-block {display: block !important;}
		.d-lg-table {display: table !important;}
		.d-lg-table-row {display: table-row !important;}
		.d-lg-table-cell {display: table-cell !important;}
		.d-lg-flex {display: -ms-flexbox !important; display: flex !important;}
		.d-lg-inline-flex {display: -ms-inline-flexbox !important; display: inline-flex !important;}
	}

	@media (min-width: 1200px) {
		.d-xl-none {display: none !important;}
		.d-xl-inline {display: inline !important;}
		.d-xl-inline-block {display: inline-block !important;}
		.d-xl-block {display: block !important;}
		.d-xl-table {display: table !important;}
		.d-xl-table-row {display: table-row !important;}
		.d-xl-table-cell {display: table-cell !important;}
		.d-xl-flex {display: -ms-flexbox !important; display: flex !important;}
		.d-xl-inline-flex {display: -ms-inline-flexbox !important; display: inline-flex !important;}
	}

	@media print {
		.d-print-none {display: none !important;}
		.d-print-inline {display: inline !important;}
		.d-print-inline-block {display: inline-block !important;}
		.d-print-block {display: block !important;}
		.d-print-table {display: table !important;}
		.d-print-table-row {display: table-row !important;}
		.d-print-table-cell {display: table-cell !important;}
		.d-print-flex {display: -ms-flexbox !important; display: flex !important;}
		.d-print-inline-flex {display: -ms-inline-flexbox !important; display: inline-flex !important;}
	}

/* Flex */
	.flex-row {-ms-flex-direction: row !important; flex-direction: row !important;}
	.flex-column {-ms-flex-direction: column !important; flex-direction: column !important;}
	.flex-row-reverse {-ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important;}
	.flex-column-reverse {-ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important;}
	.flex-wrap {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
	.flex-nowrap {-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}
	.flex-wrap-reverse {-ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important;}
	.flex-fill {-ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}
	.flex-grow-0 {-ms-flex-positive: 0 !important; flex-grow: 0 !important;}
	.flex-grow-1 {-ms-flex-positive: 1 !important; flex-grow: 1 !important;}
	.flex-shrink-0 {-ms-flex-negative: 0 !important; flex-shrink: 0 !important;}
	.flex-shrink-1 {-ms-flex-negative: 1 !important; flex-shrink: 1 !important;}
	.justify-content-start {-ms-flex-pack: start !important; justify-content: flex-start !important;}
	.justify-content-end {-ms-flex-pack: end !important; justify-content: flex-end !important;}
	.justify-content-center {-ms-flex-pack: center !important; justify-content: center !important;}
	.justify-content-between {-ms-flex-pack: justify !important; justify-content: space-between !important;}
	.justify-content-around {-ms-flex-pack: distribute !important; justify-content: space-around !important;}
	.align-items-start {-ms-flex-align: start !important; align-items: flex-start !important;}
	.align-items-end {-ms-flex-align: end !important; align-items: flex-end !important;}
	.align-items-center {-ms-flex-align: center !important; align-items: center !important;}
	.align-items-baseline {-ms-flex-align: baseline !important; align-items: baseline !important;}
	.align-items-stretch {-ms-flex-align: stretch !important; align-items: stretch !important;}
	.align-content-start {-ms-flex-line-pack: start !important; align-content: flex-start !important;}
	.align-content-end {-ms-flex-line-pack: end !important; align-content: flex-end !important;}
	.align-content-center {-ms-flex-line-pack: center !important; align-content: center !important;}
	.align-content-between {-ms-flex-line-pack: justify !important; align-content: space-between !important;}
	.align-content-around {-ms-flex-line-pack: distribute !important; align-content: space-around !important;}
	.align-content-stretch {-ms-flex-line-pack: stretch !important; align-content: stretch !important;}
	.align-self-auto {-ms-flex-item-align: auto !important; align-self: auto !important;}
	.align-self-start {-ms-flex-item-align: start !important; align-self: flex-start !important;}
	.align-self-end {-ms-flex-item-align: end !important; align-self: flex-end !important;}
	.align-self-center {-ms-flex-item-align: center !important; align-self: center !important;}
	.align-self-baseline {-ms-flex-item-align: baseline !important; align-self: baseline !important;}
	.align-self-stretch {-ms-flex-item-align: stretch !important; align-self: stretch !important;}

	@media (min-width: 576px) {
		.flex-sm-row {-ms-flex-direction: row !important;flex-direction: row !important;}
		.flex-sm-column {-ms-flex-direction: column !important;flex-direction: column !important;}
		.flex-sm-row-reverse {-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
		.flex-sm-column-reverse {-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
		.flex-sm-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
		.flex-sm-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
		.flex-sm-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
		.flex-sm-fill {-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
		.flex-sm-grow-0 {-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
		.flex-sm-grow-1 {-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
		.flex-sm-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
		.flex-sm-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
		.justify-content-sm-start {-ms-flex-pack: start !important;justify-content: flex-start !important;}
		.justify-content-sm-end {-ms-flex-pack: end !important;justify-content: flex-end !important;}
		.justify-content-sm-center {-ms-flex-pack: center !important;justify-content: center !important;}
		.justify-content-sm-between {-ms-flex-pack: justify !important;justify-content: space-between !important;}
		.justify-content-sm-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}
		.align-items-sm-start {-ms-flex-align: start !important;align-items: flex-start !important;}
		.align-items-sm-end {-ms-flex-align: end !important;align-items: flex-end !important;}
		.align-items-sm-center {-ms-flex-align: center !important;align-items: center !important;}
		.align-items-sm-baseline {-ms-flex-align: baseline !important;align-items: baseline !important;}
		.align-items-sm-stretch {-ms-flex-align: stretch !important;align-items: stretch !important;}
		.align-content-sm-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}
		.align-content-sm-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}
		.align-content-sm-center {-ms-flex-line-pack: center !important;align-content: center !important;}
		.align-content-sm-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}
		.align-content-sm-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
		.align-content-sm-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
		.align-self-sm-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}
		.align-self-sm-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}
		.align-self-sm-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}
		.align-self-sm-center {-ms-flex-item-align: center !important;align-self: center !important;}
		.align-self-sm-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}
		.align-self-sm-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}
	}

	@media (min-width: 768px) {
		.flex-md-row {-ms-flex-direction: row !important;flex-direction: row !important;}
		.flex-md-column {-ms-flex-direction: column !important;flex-direction: column !important;}
		.flex-md-row-reverse {-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
		.flex-md-column-reverse {-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
		.flex-md-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
		.flex-md-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
		.flex-md-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
		.flex-md-fill {-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
		.flex-md-grow-0 {-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
		.flex-md-grow-1 {-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
		.flex-md-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
		.flex-md-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
		.justify-content-md-start {-ms-flex-pack: start !important;justify-content: flex-start !important;}
		.justify-content-md-end {-ms-flex-pack: end !important;justify-content: flex-end !important;}
		.justify-content-md-center {-ms-flex-pack: center !important;justify-content: center !important;}
		.justify-content-md-between {-ms-flex-pack: justify !important;justify-content: space-between !important;}
		.justify-content-md-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}
		.align-items-md-start {-ms-flex-align: start !important;align-items: flex-start !important;}
		.align-items-md-end {-ms-flex-align: end !important;align-items: flex-end !important;}
		.align-items-md-center {-ms-flex-align: center !important;align-items: center !important;}
		.align-items-md-baseline {-ms-flex-align: baseline !important;align-items: baseline !important;}
		.align-items-md-stretch {-ms-flex-align: stretch !important;align-items: stretch !important;}
		.align-content-md-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}
		.align-content-md-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}
		.align-content-md-center {-ms-flex-line-pack: center !important;align-content: center !important;}
		.align-content-md-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}
		.align-content-md-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
		.align-content-md-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
		.align-self-md-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}
		.align-self-md-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}
		.align-self-md-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}
		.align-self-md-center {-ms-flex-item-align: center !important;align-self: center !important;}
		.align-self-md-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}
		.align-self-md-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}
	}

	@media (min-width: 992px) {
		.flex-lg-row {-ms-flex-direction: row !important;flex-direction: row !important;}
		.flex-lg-column {-ms-flex-direction: column !important;flex-direction: column !important;}
		.flex-lg-row-reverse {-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
		.flex-lg-column-reverse {-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
		.flex-lg-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
		.flex-lg-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
		.flex-lg-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
		.flex-lg-fill {-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
		.flex-lg-grow-0 {-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
		.flex-lg-grow-1 {-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
		.flex-lg-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
		.flex-lg-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
		.justify-content-lg-start {-ms-flex-pack: start !important;justify-content: flex-start !important;}
		.justify-content-lg-end {-ms-flex-pack: end !important;justify-content: flex-end !important;}
		.justify-content-lg-center {-ms-flex-pack: center !important;justify-content: center !important;}
		.justify-content-lg-between {-ms-flex-pack: justify !important;justify-content: space-between !important;}
		.justify-content-lg-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}
		.align-items-lg-start {-ms-flex-align: start !important;align-items: flex-start !important;}
		.align-items-lg-end {-ms-flex-align: end !important;align-items: flex-end !important;}
		.align-items-lg-center {-ms-flex-align: center !important;align-items: center !important;}
		.align-items-lg-baseline {-ms-flex-align: baseline !important;align-items: baseline !important;}
		.align-items-lg-stretch {-ms-flex-align: stretch !important;align-items: stretch !important;}
		.align-content-lg-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}
		.align-content-lg-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}
		.align-content-lg-center {-ms-flex-line-pack: center !important;align-content: center !important;}
		.align-content-lg-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}
		.align-content-lg-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
		.align-content-lg-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
		.align-self-lg-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}
		.align-self-lg-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}
		.align-self-lg-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}
		.align-self-lg-center {-ms-flex-item-align: center !important;align-self: center !important;}
		.align-self-lg-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}
		.align-self-lg-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}
        @media (min-width: 1200px) {
            .flex-xl-row {-ms-flex-direction: row !important;flex-direction: row !important;}
            .flex-xl-column {-ms-flex-direction: column !important;flex-direction: column !important;}
            .flex-xl-row-reverse {-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
            .flex-xl-column-reverse {-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
            .flex-xl-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
            .flex-xl-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
            .flex-xl-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
            .flex-xl-fill {-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
            .flex-xl-grow-0 {-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
            .flex-xl-grow-1 {-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
            .flex-xl-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
            .flex-xl-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
            .justify-content-xl-start {-ms-flex-pack: start !important;justify-content: flex-start !important;}
            .justify-content-xl-end {-ms-flex-pack: end !important;justify-content: flex-end !important;}
            .justify-content-xl-center {-ms-flex-pack: center !important;justify-content: center !important;}
            .justify-content-xl-between {-ms-flex-pack: justify !important;justify-content: space-between !important;}
            .justify-content-xl-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}
            .align-items-xl-start {-ms-flex-align: start !important;align-items: flex-start !important;}
            .align-items-xl-end {-ms-flex-align: end !important;align-items: flex-end !important;}
            .align-items-xl-center {-ms-flex-align: center !important;align-items: center !important;}
            .align-items-xl-baseline {-ms-flex-align: baseline !important;align-items: baseline !important;}
            .align-items-xl-stretch {-ms-flex-align: stretch !important;align-items: stretch !important;}
            .align-content-xl-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}
            .align-content-xl-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}
            .align-content-xl-center {-ms-flex-line-pack: center !important;align-content: center !important;}
            .align-content-xl-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}
            .align-content-xl-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
            .align-content-xl-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
            .align-self-xl-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}
            .align-self-xl-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}
            .align-self-xl-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}
            .align-self-xl-center {-ms-flex-item-align: center !important;align-self: center !important;}
            .align-self-xl-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}
            .align-self-xl-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}
        }

        .text-left-sm, .text-left-md, .text-left-lg, .text-center-sm, .text-center-md, .text-center-lg, .text-right-sm, .text-right-md, .text-right-lg, .text-justify-sm, .text-justify-md, .text-justify-lg {text-align: inherit;}

        /* Text Monospace */
        .text-monospace {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

        /* Text Alignment */
        .text-justify {text-align: justify !important;}
        .text-nowrap {white-space: nowrap !important;}
        .text-truncate {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
        .text-left {text-align: left !important;}
        .text-right {text-align: right !important;}
        .text-center {text-align: center !important;}

        @media (min-width: 576px) {
            .text-sm-left {text-align: left !important;}
            .text-sm-right {text-align: right !important;}
            .text-sm-center {text-align: center !important;}
        }

        @media (min-width: 768px) {
            .text-md-left {text-align: left !important;}
            .text-md-right {text-align: right !important;}
            .text-md-center {text-align: center !important;}
        }

        @media (min-width: 992px) {
            .text-lg-left {text-align: left !important;}
            .text-lg-right {text-align: right !important;}
            .text-lg-center {text-align: center !important;}
        }

        @media (min-width: 1200px) {
            .text-xl-left {text-align: left !important;}
            .text-xl-right {text-align: right !important;}
            .text-xl-center {text-align: center !important;}
        }

        /* Text transform */
        .text-lowercase {text-transform: lowercase !important;}
        .text-uppercase {text-transform: uppercase !important;}
        .text-capitalize {text-transform: capitalize !important;}

        /* Font weight and italics */
        .font-weight-light {font-weight: 300 !important;}
        .font-weight-normal {font-weight: 400 !important;}
        .font-weight-bold {font-weight: 700 !important;}
        .font-italic {font-style: italic !important;}

        /* Position */
        .position-static {position: static !important;}
        .position-relative {position: relative !important;}
        .position-absolute {position: absolute !important;}
        .position-fixed {position: fixed !important;}
        .position-sticky {position: -webkit-sticky !important;position: sticky !important;}
        .fixed-top {position: fixed; top: 0; right: 0; left: 0; z-index: 1030;}
        .fixed-bottom {position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030;}
        @supports ((position: -webkit-sticky) or (position: sticky)) {
            .sticky-top {position: -webkit-sticky; position: sticky; top: 0; z-index: 1020;}
        }

        /* Border Radius */
        .rounded {border-radius: 0.25rem !important;}
        .rounded-top {border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important;}
        .rounded-right {border-top-right-radius: 0.25rem !important;border-bottom-right-radius: 0.25rem !important;}
        .rounded-bottom {border-bottom-right-radius: 0.25rem !important;border-bottom-left-radius: 0.25rem !important;}
        .rounded-left {border-top-left-radius: 0.25rem !important;border-bottom-left-radius: 0.25rem !important;}
        .rounded-circle {border-radius: 50% !important;}
        .rounded-0 {border-radius: 0 !important;}
    }


/* Fin Bootstrap 4.1 */
.wrap {white-space: normal}

.padding-top{
    padding-top: 30px;
}

.alert-translation{
    background: #f1f1f1;
    border: 1px solid #ccc;
}

/* footer plus clair */
.footer-section.reasons-section {
	background: #F3F3F3;
	border-top: none !important;
}
.footer-container #footer ul.footer-list li{
	font-weight: bold;
}

.footer-container #footer ul.footer-list li a,
.footer-container #footer ul.footer-list li span{
	color:#fff;
}
.footer-container #footer ul.footer-list li a:hover,
.footer-container #footer ul.footer-list li span:hover{
	text-decoration: none;
}

h1,.like_h1,
h2,.like_h2,
h3,.like_h3,
h4,.like_h4,
h5,.like_h5,
h6,.like_h6{
	color:#3c3c3b;
	font-weight: 800;
    text-transform: uppercase;
	text-align: center;
}

#header-container {position: relative;}
#columns-container {padding-top: 0;}

h1{
    font-size: 1.9em;
    line-height: 1.2em;
}
h1:not(.notrait):after,.like_h1:not(.notrait):after,
h2:not(.notrait):after,.like_h2:not(.notrait):after,
h3:not(.notrait):after,.like_h3:not(.notrait):after{
    content: "";
    display: block;
    height: 5px;
    width: 185px;
    margin: 0 auto;
    background: var(--red-sc);
    margin-top: 15px;
}

h2,
.like_h2{
    font-size: 1.3em;
    line-height: 1.2em;
}

h3,
.like_h3{
    font-size: 1em;
    line-height: 1.2em;
}

h4,
.like_h4{
    font-size: 0.95em;
    line-height: 1em;
}

.shopify h1:after,
.shopify h2:after,
.shopify h3:after{
    background:var(--green-sy-light);
}
.shopify h1{
    color: var(--green-sy-light);
}


.cms-62 h1:after,
.cms-62 h2:after,
.cms-62 h3:after{
    background:var(--ps-primary);
}

.cms-62 h1{
    color: var(--ps-primary);
}

.cms-62 .prestashop_horizontal{
    max-width:80%;
}

.cms-62 .advantages{
    padding-bottom: 20px;
}

/* text legal rights */
.legal_rights p{
    color: #9d9d9d;
    font-style: italic;
    font-size: 1em;
    line-height: 1;
}
/* end text legal rights */

/* validation cguv for subscription */
#validateCguModal {
    text-align: center;
    margin-top:20px;
}
#validateCguModal.authentication {
    margin-top: 0;
    margin-bottom: 20px;
}

#validateCguModal.mysubscription form,
#validateCguModal.authentication {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 20px;
    padding: 11px 0;
}
#validateCguModal.authentication {
    border:none;
    justify-content: flex-start;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#validateCguModal form .checker {
    margin: 0
}
#validateCguModal form .checker > span {
    top:0;
}
#validateCguModal label{
    font-style:italic;
    font-weight: 400;
    text-align:left;
    font-size: 0.9em;
    line-height: 1.2;
}
#validateCguModal label a {
    font-weight: 600;
    text-decoration: underline;
    color:var(--red-sc);
}
#validateCguModal label a:hover {
    text-decoration: none;
}
/* end validation cguv for subscription */

body#product.support h1{
    margin-bottom:40px;
}

#header-logo .storecommander_logo {
    width: 100%;
    height: auto;
    max-width: 260px;
}
/* logo couleurs */
 .storecommander_logo .sc0,
 .storecommander_logo_verical .sc0{
    fill:#2d2a26;
}
.storecommander_logo .sc1,
.storecommander_logo_verical .sc1{
    fill:#e41634;
}
.storecommander_logo .sc2,
.storecommander_logo_verical .sc2{
    fill:#b2b2b2;
}

a.white_link{
	color:#fff;
	text-decoration: underline;
}
a.white_link:hover{
	text-decoration: none;
}

/* Pour créer un bloc / cadre gris pour une partie du contenu d'un produit */
.encadre_sol {
	border: solid 1px #65717a;
	padding: 30px;
	}

.encadre_sol h3 {
	padding: 0 0 20px 0;
	margin: 0;
	}

.encadre_sol p {
	padding: 0;
	margin: 0;
	}

.category-solutions .form-ask-question {
    background: #F4F4F4;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.category-150 ul.article-list > li {
	height: 190px;
	}

.category-150 .article-name {
	margin-bottom: 10px;
	height: 80px !important;
	border: 0px;
	background-color: var(--red-sc);
	background-position: right;
	background-repeat: no-repeat;
	border-radius: 5px;
	transition: all 0.3s ease 0s
	}

.category-150 .article-name:hover {background-color: #960025; transition: all 0.3s ease 0s;}

.category-150 .article-link {color: #fff !important;font-size:22px; display:block; padding:30px;}

.category-150 h2 {border:none;}

#footer .row{margin:0px;}

/* Pictos block social sharing */

.btn-pinterest i,.btn-google-plus i,.btn-twitter i,.btn-facebook i {
	color: #FFF !important;
}


/* Bandeau d'annonce en haut du contenu */
.top-banner{
    padding: 20px;
    background: #FFF;
    color: var(--red-sc);
    text-align: center;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;

}

body {color: #4C4C4C!important;}
body.blog .rte p {line-height : 180%;}
body.blog #categories_block_left li a{
	text-transform:none;
}

body.blog section.attachments span.like_h3{
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
body.blog section.attachments span.like_h3:after{
    display:none;
}
body.blog section.attachments{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
body.blog section.attachments .attachment{
    max-width: 400px;
    width: 100%;
}

/* recherche blog*/
body.blog .search-block-top-support{
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
}
body.blog .search-block-top-support > #searchbox{
    border:none;
    width: 100%;
    margin:0;
    padding:0;
    position: relative;
}
body.blog .search-block-top-support > #searchbox:before{
    font-family: 'Font Awesome 5 Pro', serif;
    content: "\f002";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
body.blog .search-block-top-support > #searchbox .search_query{
    border: 3px solid #E4E4E4;
    border-radius: 40px;
    padding: 0 0 0 30px;
    line-height: 2.2em;
}

/* zoom sur image qui a class="full" */
/* img.full { */
  /* transition: all 0.5s ease; } */

/* img.full:hover { */
  /* transform: scale(1.75); } */

 /* tarifs */
.plans .plan-col.plan li.plan-btn {

}
.plans .plan-col.plan li {
	font-size:16px!important;
}

.plans .plan-col.plan {
	width: 50%;
	border-width: 1px 1px 0 1px;
}

@media (max-width: 991px) {
	.plans .plan-col.plan {
		width: 100%;
	}
}

li.plan-name {
	height: 100px!important;
}

.plans .plan-col.plan li.plan-price {
	font-size: 20px!important;
}

.myaccount-link-list .icon-dollar {color:#4C4C4C!important;}

.page-product-box {
	margin-top: 0!important;
}
section.page-product-box {
	clear: both;
}

.contact-form-box {
	background: none!important;
}


.form-hd {
    display: none!important;
}

.form-control,
ul.alt-menu li a {
	color: #4C4C4C!important;
}

.breadcrumb {
	font-size: 13px;
}

.breadcrumb-container {
	padding: 5px 0;
}

.image_container img{
	max-width: 100%;
}

/*
    Bloc largeur 100% avec fond comme sur accueil
*/
.block-full-width{
    font-family: "Open Sans",Sans-Serif;
    font-size: 16px;
    background: linear-gradient(45deg, #22233f, #3a4e68);
    position:relative;
    min-height: 400px;
}
.block-full-width .inner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.block-full-width .inner-content p,
.block-full-width .inner-content .inner-title{
	display: block;
    text-align: center;
    color:#fff;
}

.block-full-width .inner-content p{
	margin:30px 0 50px 0;
}

.block-full-width .inner-title{
	font-size: 40px;
	line-height: 45px;
}
.block-full-width a.btn-cta{
    display: block;
    max-width: 350px;
	white-space: normal;
}

.features-section .feature {
	margin-bottom: 50px;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
	margin: 20px 0 15px 0;
}


@media (min-width: 992px) {
	.tarif-compa-st .col-md-3 {border-right: 1px solid lightgrey;}
}

.text-warning {color: #f0ad4e !important;}
.text-success {color: #46a74e !important;}
.text-primary {color: var(--red-sc) !important;}
.text-lightgrey {color: lightgrey;}

.panel-heading i.icon-chevron-up {float: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}

.collapsed > i.icon-chevron-up {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

/* Tooltip */
	.btn-tooltip {width: 18px; height: 18px; padding: 0px; border-radius: 9px; margin: 0 0 0 5px; font-size: 12px; line-height: 16px; background-color: #555; color: #fff;}

	.tooltip {
		position: absolute;
		z-index: 1070;
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		line-height: 1.42857143;
		text-align: left;
		text-align: start;
		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		letter-spacing: normal;
		word-break: normal;
		word-spacing: normal;
		word-wrap: normal;
		white-space: normal;
		filter: alpha(opacity=0);
		opacity: 0;
		line-break: auto;
		width: fit-content;
	}
	.tooltip.in {filter: alpha(opacity=90); opacity: .9;}
	.tooltip.top {padding: 5px 0; margin-top: -3px;}
	.tooltip.right {padding: 0 5px; margin-left: 3px;}
	.tooltip.bottom {padding: 5px 0;margin-top: 3px;}
	.tooltip.left {padding: 0 5px;margin-left: -3px;}
	.tooltip-inner {max-width: 300px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px;}
	.tooltip-arrow {position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;}
	.tooltip.top .tooltip-arrow {bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000;}
	.tooltip.top-left .tooltip-arrow {right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;}
	.tooltip.top-right .tooltip-arrow {bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;}
	.tooltip.right .tooltip-arrow {top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000;}
	.tooltip.left .tooltip-arrow {top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000;}
	.tooltip.bottom .tooltip-arrow {top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}
	.tooltip.bottom-left .tooltip-arrow {top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}
	.tooltip.bottom-right .tooltip-arrow {top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}

/* Tooltip Spéciaux */
	.tooltip-big .tooltip {width: 300px;}



.page-product-box ul, .page-product-box ol {
	list-style: inherit;
	margin: inherit;
	padding: inherit;
	padding-left: 30px;
	margin-bottom: 1em;
}

.page-product-box ul li, .page-product-box ol li {
	padding: 0;
	margin: 0;
}

.page-product-box ul li:before, .page-product-box ol li:before {
	content:none;
}

.page-product-box .rte h1 {
	margin: 0px 0 30px 0;
}

.page-product-box .rte h2 {
	padding: 0 0 5px 0;
	margin: 40px 0 20px 0;
}

#product #center_column > .rte a.fcbx{
    margin:10px 0;
    display:block;
}

#product #center_column > .rte img,
#product #center_column p img,
.fcbx >img {
    max-width: 100%!important;
    height: auto!important;
}

img.blackwhite {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* Subscription cancel reason */
#cancel_sub_reason_layout{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(228,228,288,0.65);
    z-index: 9999;
}

#cancel_sub_reason{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin:0;
    padding:20px 40px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 9999;
}

/* Menu left account */
#account-menu_column li ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#account-menu_column .title,
#account-menu_column a {
font-size: 14px;
    line-height: 29px;
    color: #3c3c3b;
    font-family: "Open Sans", sans-serif;
}

#account-menu_column .title{
	text-transform: uppercase;
    font-weight: 800;
	margin-bottom: 10px;
    display: block;
}

#account-menu_column .title:after,
#account-menu_column .current_account_url:after{
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    background: var(--red-sc);
}

#account-menu_column .current_account_url{
	font-weight: bold;
}

#account-menu_column .current_account_url:after{
    width: 50px;
	height: 3px;
}

/* Partner Demo */
#virtual-demo .row{
    padding: 20px 0;
}
#virtual-demo button.btn-cta {
	display: block;
	padding:11px;
}
#virtual-demo .btn-cta{
	margin: 0 auto;
    width: 100%;
    max-width: 360px;
	display:block;
}

#virtual-demo .error{
	color:red;
	font-style: italic;
}

#virtual-demo #demo_reset.valid{
	background:#45c145;
	border-color:#318e31;
}

#sc-address-warning {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #3c3c3b;
    font-size: 14px;
	border: 2px solid red;
    padding: 20px;
}

#sc-address-warning a{
	text-decoration: underline;
}

/**
 * HOMEPAGE
 */
#home_first_block{
	border-bottom: 1px solid #c8c8c8;
}

#home_first_block p{
    line-height: 23px;
    font-weight: 600;
    font-size: 18px;
}

#home_first_block .button_list a,
#home_first_block .button_list span{
	padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#logo_section *{
	text-align: center!important;
}

#logo_section p{
	font-weight: 600;
	font-size: 19px;
}

#logo_section .block_logo > a > span{
	display: block;
	box-shadow: 1px 4px 16px rgba(132,132,132,0.6);
}

#logo_section .block_logo > a > span:after{
	content:"";
	display:block;
    padding-top: calc((1 / 1) * 100%);
}

#logo_section .block_logo > a > span > *{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logo_section .block_logo img {
	max-width: 135px;
    height: auto;
}

#count_shop{
	background:black;
	font-size: 35px;
	line-height: 45px;
	color:#fff;
	padding: 10px 0;
	text-align: center;
}

.strong_color{
	color:var(--red-sc);
	font-weight: 800;
}

#picto_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
#picto_grid .advantage > .inner{
	max-width: 250px;
	margin:0 auto;
}
#picto_grid .title{
	font-weight: bold;
	padding-left: 5px;
	font-size: 19px;
	line-height: 25px;
}
#picto_grid .sub_title{
	text-align: center;
	margin-bottom: 25px;
}

.fixed_background {
	/*background: url(../../img/new/ipad-mockup.jpg) no-repeat center 0 fixed #222;*/
	background: #000;
	padding: 20px 0;
}

#revolution .slogan{
	font-size: 29px;
	line-height: 45px;
	color:#ffff;
	text-transform: uppercase;
	font-weight: 800;
}

/* Reassurance */
#reassurance_grid .reassurance{
	text-align:center;
}
#reassurance_grid .reassurance > .inner{
	border: 1px solid grey;
	border-radius: 300px;
	height: 260px;
	max-width: 260px;
	margin: 0 auto;
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center;
}
#reassurance_grid .reassurance img{
	display:block;
	margin:0 auto;
}

#reassurance_grid .title{
	font-size: 19px;
    font-weight: 700;
}
#reassurance_grid .inner_content:after,
#picto_grid .inner:after{
	content: "";
    display: block;
    height: 5px;
    background: grey;
    width: 30%;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    bottom: 36px;
    position: absolute;
}
#picto_grid .inner:after{
	bottom:0;
}

.reason .inner{
	padding:15px;
	border:1px solid #8E8E8E;
}

#reason_numbers {
	padding-left: 15px;
	border-left: 2px solid #000;
}

#reason_numbers .oustider{
    margin-left: -215px;
    display: block;
    float: left;
    text-align: right;
    width: 175px;
    font-size: 35px;
    font-weight: 800;
}

#news{
    border:1px solid #cecece;
    padding: 10px 20px;
    max-height: 185px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    #news h4{
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 2em;
    }
        #news li{
            list-style: none;
            font-size: 0.9em;
        }
            #news li a{
                color:#333
            }
    #news .all_new{
        display: block;
        text-align: right;
        margin-top:auto;
    }

#partner-sub label{
    text-align: left;
    min-width: 120px;
}
#partner-sub input,
#partner-sub select,
#partner-sub .checker{
	display:inline-block;
}

/**
    CMS Partenaires
 */
.intro {
    position:relative;
    padding: 30px 0;
}
.intro *{
    z-index: 99;
    position:relative;
}
.intro:before {
    content:'';
    display:block;
    position: absolute;
    background-image:url(../../img/background_sc_logo.svg);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1;
    opacity:0.2;
}
.shopify .intro:before,
.cms-62 .intro:before {
    background-position: 50% 63%;
}
    .intro h1{
        text-align: center;
        font-size: 2.5em;
        line-height: 1.2em;
        position:relative
    }
        .intro h1:after{
            display:none;
        }
        .intro h1 span{
            display:block;
            text-transform: none;
            padding:0;
            color:var(--red-sc);
        }
    .intro p{
        color:#000;
        font-weight:600;
    }
    .intro .logolist{
        display: flex;
        justify-content: center;
        margin-top:30px;
    }
        .intro .logolist img:not(last-child){
            margin-right: 20px;
        }
    .intro .join_partnership{
        position:absolute;
        right: 0;
        bottom:0;
    }

.text-intro{
    color: #3c3c3b;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3em!important;
}

.block_picto_text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 20px;
}
.index.store .block_picto_text{
    grid-row-gap: 0px;
}

    .block_picto_text .bptc{
        display: flex;
        flex-direction: column;
        grid-row-gap: 10px;
    }
    .block_picto_text .bptc .picto{
        grid-area: a;
        max-height: 250px;
        width:100%;
        align-self: center;
    }
        #more_points .supp_points .picto .svg_n_title,
        .block_picto_text .bptc .svg_n_title {
            position: relative;
            margin-bottom: 10px;
        }

        #more_points .supp_points .picto .title,
        .block_picto_text .bptc .title {
            font-size: 1.6em;
            margin: 0;
            line-height: 1;
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-transform: none;
            font-weight: 900;
            font-family: "Lato", sans-serif;
            text-align: center;
        }

        .cms-62 #more_points .supp_points .picto .title,
        .cms-62 .block_picto_text .bptc .title{
            color:var(--blue-ps);
        }
            #more_points .supp_points .picto .title span,
            .block_picto_text .bptc .title span {
                color: var(--ps-primary);
            }
            .shopify #more_points .supp_points .picto .title span,
            .shopify .block_picto_text .bptc .title span {
                color: var(--green-sy-light);
            }
            .cms-76 #more_points .supp_points .picto .title span,
            .cms-76 .block_picto_text .bptc .title span {
                color: var(--red-picto);
            }
            #more_points .supp_points .picto .title span.mini,
            .block_picto_text .bptc .title span.mini {
                color: var(--blue-ps);
                font-size: 0.5em;
                text-transform: uppercase
            }
    .block_picto_text .bptc p {
        font-size: 1em;
        margin-bottom: 0;
        min-height: 71px;
    }
    .block_picto_text .bptc a {
        margin-top: auto;
        max-width: 60%;
        align-self: center;
    }

ul.blog-article-list > li {
    display: block;
    height: 150px;
    margin-bottom: 30px;
}

    ul.blog-article-list > li .article-container .product-image-container {
        border: 1px solid #E4E4E4;
    }
        ul.blog-article-list > li .article-container .article-name {
            margin-bottom: 15px;
            color: var(--red-sc);
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            }
            ul.blog-article-list > li .article-container .article-name a,
            ul.blog-article-list > li .article-container .article-name a:hover {
                color: var(--red-sc);
                line-height: 1.2em;
            }
            ul.blog-article-list > li .article-container .product-desc {
                height: 90px;
            }

/**
    Bloc Chiffres
 */
#numbers{
    display:grid;
    grid-template: "a b b"
                    "a c d" / 1fr 1fr 1fr;
    grid-gap: 30px;
}
.store #numbers{
    row-gap: 4vw;
}
.store #numbers .left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .store #numbers .left > span{
        align-self: end;
    }
    #numbers .number_item{
        position:relative;
        line-height: 1.3em;
        font-size: 1.5em;
        text-transform: uppercase;
    }
        #numbers .number_item .number{
            line-height: 0.8em;
            font-size: 4em;
            font-weight: 600;
            color: var(--red-sc);
            display: block;
            width: 100%;
        }
        #numbers .number_item:before{
            font-size: 0.8em;
            content:attr(data-title);
            display: block;
        }
    #numbers .left{
        grid-area:a;
        text-align: center;
    }
        #numbers .left img:first-child{
            margin-bottom: 10px;
        }
        #numbers .left span{
            display: block;
            text-align: right;
            font-weight: 600;
            font-style: italic;
            font-size: 1.2em;
            line-height: 2.5em;
            color: #000;
        }
    #numbers .ecomm{
        grid-area:b;
    }
    #numbers .partners{
        grid-area:c;
    }
        #numbers .partners .number{
            color: #4C4C4C;
        }
    #numbers .skill{
        grid-area:d;
    }
        #numbers .skill .number{
            color: #4C4C4C;
        }
/* partner form */
#partner-subscription #explanation{
    padding:0 20px;
}
#partner-subscription #explanation ol li{
    list-style-type:circle;
}

/* partner join */
#join {
    display: flex;
    justify-content: center;
}

/* bouton formulaire partenaire */
.join_partnership{
    display: block;
    background: var(--red-sc);
    font-size: 1.2em;
    color: #fff;
    line-height: 1.5em;
    padding: 15px 10px;
    max-width: 245px;
    text-align: center;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease 0s;
    white-space: break-spaces;
}
.join_partnership:hover{
    color:#fff;
    background: var(--red-sc-hover);
}
    .join_partnership:after{
        display: block;
        content: ' ';
        background: transparent url(../../img/icon/sc_fanion.svg) no-repeat top center;
        width: 50px;
        height: 120px;
        position: absolute;
        top: -11px;
        right: -20px;
    }

p.payment_module a{
    text-align: left;
}
p.payment_module a:after{
    font-family: "Font Awesome 5 Pro";
}
.payment_module_label {
    display: block;
    color: #4f5a63;
    position: relative;
    text-align: left;
}

/* modes paiement */
#stripe-card-payment .payment_module_label,
p.payment_module.payment_module_fintecture a.fintecture span.title,
.payment_module a.bankwire{
    font-weight:600!important;
    font-family: 'Open Sans'!important;
    color:#4f5a63!important;

}
#stripe-card-payment .payment_module_label {
    font-size:20px;
}
.payment_module a.bankwire{
    padding-left:20px;
}
.payment_module a.bankwire:after{
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
    font-weight: lighter;
}
    .payment_module a.bankwire span{
        font-size:0.8em;
    }

/**
    INDEX SHOPIFY
 */
.shopify #download_button{
    fill:var(--green-sy);
}
.intro{
    display:flex;
    justify-content: space-between;
}
    .intro .video,
    .intro span{
        align-self: center;
    }

    .intro .video{
        max-width:50%;
        height: 300px;
        width: 100%;
    }

    .intro .video.gif{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .intro span:before{
        content: attr(data-title);
        display: block;
        text-align: left;
        font-size: 2em;
        line-height: 1.5em;
        font-weight: 600;
        text-transform: uppercase;
    }

#install_step {
    border-top:2px solid grey;
    border-bottom:2px solid grey;
}
#install_step ol{
    display: flex;
    justify-content: space-evenly;
}
    #install_step ol li {
        display:flex;
        flex-direction: column;
        counter-increment: li;
        text-align: center;
        list-style: none;
        color: #000;
        font-weight: 600;
    }
        #install_step ol li:before{
            content: counter(li, decimal-leading-zero) ".";
            font-size: 5em;
            font-weight: 700;
            line-height: 1em;
            color: var(--green-sy-light);
        }
#download,
.sc_download{
    text-align: center;
}
    .store .main-section .sc_download svg,
    .shopify .main-section .sc_download svg{
        margin:0 auto;
        max-width: 400px;
    }

    #download .btn,
    .sc_download .btn{
        color: var(--green-sy);
        display: flex;
        flex-direction: column;
        align-self: center;
        font-size: 1.5em;
        font-weight: 700;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #download .btn:hover,
    .sc_download .btn:hover{
        color:var(--green-sy-hover);
    }
        #download .btn #download_button,
        .sc_download .btn #download_button{
            pointer-events: none;
            max-height: 100px;
            margin: 0 auto;
        }
.bf_col:not(:first-child){
    padding-left: 15px;
}
.bf_col{
    flex:1;
}
.bf_col.nws{
    max-width: 33%;
}
/**
    INDEX
 */
h1.home_title{
    font-size: 2.5em;
    text-transform: none;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    color:#000;
    padding-top: 20px;
}
h1.home_title:after{
    display:none;
}
    h1.home_title span{
        color:var(--red-sc);
    }
.store h2{
    margin-bottom: 30px;
}
.store .intro {
    flex-direction: column;
}
.cms-76.store .intro {
    justify-content: space-around;
}
.store .intro.shopify,
.store .intro.prestashop{
    flex-direction: row;
}

.store .intro.prestashop:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../../img/new/partner_prestashop.png) center center no-repeat;
    background-size: cover;
    height: 113px;
    width: 108px;
}

.store .intro .media {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.nopadding_top{
    padding-top: 0;
}

/* bannières */
.banner_techno{
    background: linear-gradient(90deg, rgba(248,248,248,1) 55vw, rgba(255,255,255,1) 55vw, rgba(255,255,255,1) 100%);
}
    .banner_in{

        background: url(../../img/new/banner_bg.png) top left no-repeat;
        background-position-x: 50vw;
    }

        .banner_in > .container{
            display: flex;
            height:402px;
        }
        .banner_in.for_home > .container{
            height:273px;
        }
        .banner_in.for_partner > .container{
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
            .banner_in .bn_tech{
                width:50%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
                .banner_in .bn_tech .inner{
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    width: 100%;
                }

					.banner_in .bn_tech .inner .video-container {
						width: 100%;
						max-width: 500px;
						margin: 0 auto;
					}

                .banner_in .bn_tech .tech_title{
                    background:#000;
                    color:#fff;
                    padding: 0 5px;
                    font-size: 2em;
                    line-height: 1.5;
                    font-family: 'Lato',Helvetica;
                    font-weight: 400;
                }
                    .banner_in .bn_tech .tech_title b{
                        font-weight: 900;
                    }

                .banner_in .cta_block a:active,
                .banner_in .cta_block a:focus,
                .banner_in .cta_block a:hover{
                    text-decoration: none;
                }

                .banner_in.for_ps .tech_block .tech_title{
                    position: relative;
                }
                /*
                .banner_in.for_ps .tech_block .tech_title:before{
                    content: '';
                    background: url(../../img/new/partner_prestashop.png) center center no-repeat;
                    background-size: cover;
                    display: block;
                    width: 100px;
                    height: 100px;
                    position: absolute;
                    left: -121px;
                }
                 */

                .banner_in.for_ps .cta_block a{
                    position: relative;
                    padding-left: 165px;
                    font-size: 1.4em;
                    line-height: 1.2;
                    color:#000;
                    font-family: 'Lato',Helvetica;
                    text-align: left;
                    font-weight: 900;
                }
                    .banner_in.for_ps .cta_block a b {
                        text-transform: uppercase;
                        color:var(--red-sc);
                        font-weight: 900;
                    }
                .banner_in.for_ps .cta_block a:before{
                    content:"";
                    position: absolute;
                    display: block;
                    top:-100px;
                    left:0;
                    width:194px;
                    height: 238px;
                    background: url(../../img/new/button_play.png) center center no-repeat;
                }

                .banner_in.for_sy .cta_block .video{
                    position: relative;
                }
                .banner_in.for_sy .cta_block .video:before{
                    content:"";
                    position: absolute;
                    display: block;
                    top: -83px;
                    left: -76px;
                    width: 410px;
                    height: 350px;
                    background: url(../../img/new/cross_sy.png) center center no-repeat;
                }

#block_techno_logo {
    align-self: center;
    flex-direction: row;
}
    #block_techno_logo a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        box-shadow: 0 0px 6px #a5a5a5;
        padding: 20px;
        text-align: center;
        width: 150px;
        height: 150px;
        border-radius: 200%;
    }
    #block_techno_logo a.tech_ps {
        border:2px solid var(--ps-primary);
        padding:0 7px;
    }
    #block_techno_logo a.tech_sy {
        border:2px solid var(--green-sy-light);
    }
    #block_techno_logo a:not(:first-child){
        margin-left: 20px;
    }
        #block_techno_logo a svg{
            max-height:150px;
            width: 100%;
        }

#efficience .block_picto_text .block{
    text-align: center;
    margin:0;
}
/*#efficience .block_picto_text .block.support{*/
/*    margin: 30px 0 0 0;*/
/*}*/
    #efficience .block_picto_text .block .storecommander_logo_verical{
        max-height: 225px;
        width: auto;
    }
    #efficience .block_picto_text .block .inner{
        max-width: 330px;
        margin:0 auto;
    }
        #efficience .block_picto_text .block .svg_n_title{
            position: relative;
            margin-bottom: 10px;
        }
            #efficience .block_picto_text .block object{
                max-height:280px;
                width:auto;
            }
            #efficience .block_picto_text .block .like_h2{
                font-size: 1.6em;
                margin: 0;
                line-height: 1;
                display: block;
                position: absolute;
                bottom: 0;
                width:100%;
                text-transform: none;
                font-family: "Lato", sans-serif;
                font-weight: 900;
            }
            #efficience .block_picto_text .block .like_h2 span{
                color:var(--red-picto);
            }

            #efficience .block_picto_text .block .like_h2:after{
                display: none;
            }
            #efficience .block_picto_text .block .inner .sub_title{
                text-align: center;
                margin:0;
            }

#specialist p:last-child{
    margin:0;
}
#specialist  #numbers {
    display: grid;
    grid-template: "a a"
                    "b c";
}
    #specialist #numbers .ecomm{
        grid-area: a;
    }
    #specialist #numbers .partners{
        grid-area: b;
    }
    #specialist #numbers .skill{
        grid-area: c;
    }
        #specialist #numbers .number_item .number{
            display: block;
        }

#brand_logos {
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
    #brand_logos img{
        display: block;
        align-self: center;
        max-height: 100px;
        width:auto;
    }
#testimonials{
    display: flex;
    margin-top: 16px;
}
    #testimonials .testimonial{
        text-align: center;
        flex: 1;
    }
        #testimonials .testimonial .inner{
            position:relative;
            border:3px solid grey;
            padding:13px 10px 0 10px;
            height:100%;
        }
        .store #testimonials .testimonial .inner{
            padding:10px;
            border:none;
        }
            #testimonials .testimonial .inner:before,
            #testimonials .testimonial .inner:after {
                font-size: 2em;
                content: "\f10d";
                font-weight: bold;
                font-family: 'Font Awesome 5 Pro';
                background: #fff;
                width: 80%;
                line-height: 0;
                height: 18px;
                display: block;
                margin: 0 auto;
                position: absolute;
            }
            #testimonials .testimonial .inner:before{
                padding-left: 15px;
                left: 50%;
                transform: translateX(-50%);
                top: -5px;
                text-align: left;
            }
            #testimonials .testimonial .inner:after{
                content: "\f10e";
                padding-right: 15px;
                right: 50%;
                transform: translateX(50%);
                bottom: -30px;
                text-align: right;
            }
        #testimonials .testimonial img{
            margin: 15px 0;
            max-height: 60px;
            max-width: 100%;
            align-self: center;
        }

        #testimonials .testimonial blockquote{
            border: none;
            position: relative;
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 0 20px 20px 20px;
            height: 100%;
        }
            #testimonials .testimonial blockquote p{
                font-style: italic;
                text-align: justify;
                line-height: 1.3em;
            }
            #testimonials .testimonial blockquote footer{
                font-weight: 700;
                line-height: 1.5em;
                margin-top: auto;
                position: relative;
            }
                #testimonials .testimonial blockquote cite{
                    font-weight: 400;
                }
                #testimonials .testimonial blockquote .mm{
                    display: block;
                    font-weight: 400;
                    font-size: .8em;
                    position:absolute;
                    text-align: center;
                    width: 100%;
                }
                #testimonials .testimonial blockquote .mm_img{
                    position: absolute;
                    right: -20px;
                    bottom: -38px;
                }
/**
    PAGE PRESTASHOP
 */
#key_points .row > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-row-gap: 20px;
}
    #cms #center_column #key_points .title,
    #key_points .title{
        text-align: center;
        padding: 10px 0;
        color: var(--red-sc);
    }
    #key_points h3.title{
        color:var(--blue-ps)!important;
    }
        #key_points .title:after{
            display: none;
        }
    #key_points ul {
        margin:0;
    }
    #key_points ul li{
        list-style: disc;
        position: relative;
    }
    #key_points ul li::marker{
        position:absolute;
        left:0;
    }

#more_points {
    display: flex;
    justify-content: space-between;
}
    #more_points .supp_points{
        max-width: 250px;
    }
        #more_points .supp_points .picto{
            display: flex;
            justify-content: center;
        }
            #more_points .supp_points .picto object{
                align-self: self-start;
                width: 100%;
            }

        #more_points .supp_points .title{
            text-align: center;
            font-weight: 600;
            color: #000;
        }
.shopify #more_points{
    justify-content: center;
}
    .shopify #more_points .supp_points .picto{
        border-color: var(--green-sy);
    }
.store #download .btn,
.store .sc_download .btn{
    color:var(--blue-ps);
}
.store #download_button{
    fill:var(--blue-ps);
}
.store #download .btn:hover,
.store .sc_download .btn:hover{
    color:var(--blue-ps);
}

/* PAGE SHOPIFY */
#presentation p:last-child{
    margin:0;
}
.shopify .block_picto_text .soon{
    display: block;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: 700;
}

.shopify #apps_list h3{
    font-size: 1.2em;
    text-transform: none;
    margin-bottom: 40px;
}
.shopify #apps_list .sc_logo_vertical{
    position: relative;
    max-height: 136px;
    width: 100%;
    text-align: center;
}
    .shopify #apps_list .sc_logo_vertical.soon:before{
        position: absolute;
        content: attr(data-soon);
        width: auto;
        height: auto;
        background: var(--grey-light);
        color: #000;
        font-size: 0.8em;
        line-height: 1.5em;
        right: 0;
        padding: 0 5px;
        font-style: normal;
        font-weight: normal;
        top: -25px;
    }

.shopify #apps_list .sc_logo_vertical > .storecommander_logo_verical{
    max-height: 100%;
    height: 100px;
    width: 100px;
    min-width: 100px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 5px;
}

.shopify #apps_list a.disabled{
    cursor: default;
}

.shopify #apps_list .block_picto_text{
    padding-top:20px;
}

.shopify #apps_list h3,
.shopify #apps_list h4,
.shopify #apps_list .sc_download .coming_soon{
    color:var(--green-sy);
}

.shopify #apps_list h4{
    font-size: 1em;
    font-weight: 700;
    text-transform: none;
    margin-top:20px;
    line-height: 1.6em;
}
    .shopify #apps_list h3:after{
        display: none;
    }

    .shopify #apps_list .sc_download .disabled > svg{
        opacity: 50%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .shopify #apps_list .sc_download .disabled.coming_soon{
        position: relative;
    }
    .shopify #apps_list .sc_download .disabled.coming_soon:before{
        display: none;
        position: absolute;
        content: attr(data-text);
        width: auto;
        height: auto;
        background: var(--grey-light);
        color: #000;
        font-size: 0.8em;
        line-height: 1.5em;
        right: 0;
        padding: 0 5px;
        font-style: normal;
        font-weight: normal;
        top: -12px;
    }

    .shopify #apps_list .bulletpoint{
        margin-bottom: 20px;
    }

    .shopify #apps_list .bulletpoint li{
        padding-left:20px;
        font-size: 1em;
        position: relative;
    }

    .shopify #apps_list .bulletpoint li:before{
        position: absolute;
        content:"";
        display: block;
        height: 5px;
        width: 5px;
        border-radius: 100%;
        background: var(--green-sy);
        left: 0;
        top: 10px;
    }

    .shopify #apps_list .learn_more{
        padding:5px 20px;
        background:var(--grey-light);
        color:var(--green-sy);
        font-weight: 600;
        font-size: 1em;
        line-height: 1.4em;
        border-radius: 5px;
        max-width: 80%;
    }

    .shopify #apps_list .learn_more.active{
        background:var(--green-sy);
        color:var(--grey-light);
        transition: all ease-in-out 0.3s;
    }

    .shopify #apps_list .learn_more.active:hover {
        background: var(--green-sy-hover);
    }

    .index.shopify #install_step{
        margin: 60px auto;
        border-bottom: none;
    }



/* Kit media */
.cms-56 .main-section:not(:last-child){
    padding-bottom: 0;
}
.cms-56 .logos .dark img{
    background:#3c3c3b;
}
.cms-56 .main-section img{
    max-width: 100%;
    height:auto;
    margin:4px 0 17px;
}

.cms-56 .color_bloc > span{
    content:"";
    background-color: attr(data-bg color);
    display: block;
    width:165px;
    height:165px;
    margin-bottom: 20px;
}
.cms-56 .color_bloc p{
    text-align: center;
}
.cms-56 .typo p{
    position: relative;
    display: block;
    border: 1px solid #9c9c9c;
    padding: 16px;
    font-size: 2em;
    font-weight: 600;
}
.cms-56 .typo p:after{
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    color: var(--red-pricing);
    position: absolute;
    right: 30px;
}
.cms-56 .typo p.valid:after{
    content:"\f00c";
    color:var(--green-pricing);
}
.cms-56 .typo p > span{
    font-weight: 800;
    color:var(--red-sc);
}

#recruitment h3 {
    text-align: left;
}
#recruitment h3:after {
    display: none;
}
    #recruitment .recruitment_content{
        text-align: justify;
        margin-top: 40px;
    }
    #recruitment .recruitment_content li {
        position: relative;
        padding-left: 15px;
    }
        #recruitment .recruitment_content li:before {
            content:'-';
            position: absolute;
            left: 0;
        }

#recruitment #recruitment_infos{
    display: flex;
    justify-content: flex-start;
    max-height: 20px;
}
    #recruitment #recruitment_infos li:not(:first-child){
        padding-left:20px;
    }
    #recruitment #recruitment_infos i{
        font-size: 20px;
    }
    #recruitment #recruitment_infos svg{
        max-height: 20px;
        max-width: 20px;
    }

#recruitment #recrutintro{
    background: url(../../img/new/background_recrutement.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20%;
}
    #recruitment #recrutintro h1{
        color: #fff;
        text-transform: none;
        max-width: 500px;
        line-height: 2em;
    }
    #recruitment #recrutintro h1:after{
        display: none;
    }
    #recruitment #recrutintro p{
        max-width: 500px;
        color: #fff;
        font-size: 2em;
        line-height: 1.2em!important;
        font-weight: 300;
    }
        #recruitment #recrutintro svg .sc0,
        #recruitment #recrutintro svg .sc1{
            fill:#fff;
        }

#before_footer .container{
    display: flex;
}

/* cms64 */
.list_module_filter ul{
    display: flex;
    justify-content: space-evenly;
    padding:20px;
    margin-bottom: 20px;
    background:#fff;
}

.list_module_filter ul li {
    list-style: none!important;
}
    .list_module_filter ul li#label {
        font-weight: 700;
        text-transform: uppercase;
    }

.list_module_filter .clickable {
    cursor: pointer;
}

.list_module_filter .clickable:hover {
    cursor: pointer;
    text-decoration: underline;
}

.list_module_filter .clickable.selected {
    text-decoration: underline;
}

.list_module {
    display: flex;
    flex-wrap: wrap;
}
    .list_module .tag-all{
        max-width: 25%;
        width: 100%;
        margin-bottom: 25px;
    }
        .list_module .tag-all div {
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 90%;
            margin: auto;
            margin-top: 40px;
            color: #4C4C4C !important;
            background: #ffffff;
            padding: 0 10px 10px 10px;
            border: 3px solid #ffffff;
            border-radius: 5px;
            -moz-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

        .list_module .tag-all div:hover {
            border: 3px solid #9E9E9E;
        }

        #cms #center_column .list_module .tag-all div h3 {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0;
            font-size: inherit;
            height: 70px;
        }

        #cms #center_column .list_module .tag-all .content{
            display: flex;
            flex-direction: column;
            height: 100%;
        }
            #cms #center_column .list_module .tag-all .content strong{
                margin-top: auto;
            }

#faq_modules .panel-group .panel-heading .panel-title {
    padding-left:25px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: left;
    position:relative;
    text-transform: none;
}
    #faq_modules .panel-group .panel-heading .panel-title:before,
    #faq_modules .panel-group .panel-heading.active .panel-title:before {
        font-family: 'Font Awesome 5 Pro', serif;
        font-weight:900;
        content: "\f067";
        font-size: 15px;
        padding-right: 7px;
        color: var(--red-sc);
        position: absolute;
        left: 0;
    }
    #faq_modules .panel-group .panel-heading.active .panel-title:before {
        content: "\f068";
    }

/* PIF infos */
.invinfo {
    border: 3px solid var(--grey-light);
    padding: 0.8em 1.2em;
    margin-bottom: 2em;
}
.invinfo p {
    line-height: 1.3;
}
.invinfo p:last-child {
    margin:0;
}

.invinfo a {
    color: var(--red-sc);
    text-decoration: underline;
}
.invinfo a:hover {
    color: var(--red-sc-hover);
    text-decoration: none;
}

/* fin PIF infos*/

/* My subscription */
/* -- dashboard */
#mysubscription #start_infos{
    padding: 20px;
    margin-bottom:20px;
    background-color: #CCCCCC;
}
    #mysubscription #start_infos ol{
        padding-left: 20px;
    }
#mysubscription #plan_bloc{
    padding: 10px;
    border: 3px solid #CCCCCC;
    display: grid;
    grid-template:
        "a b c"
        "a d e" / 50% 1fr;
    grid-gap: 10px;
}
#mysubscription #plan_bloc.only_message{
    display: block;
}
    #mysubscription #plan_bloc.only_message .plan_bloc_infos{
        padding:0;
        border:none;
    }
    #mysubscription #plan_bloc b{
        color:var(--red-sc);
    }
    #mysubscription #plan_bloc .plan_bloc_infos{
        grid-area: a;
        padding-right: 9px;
        border-right: 3px solid #ccc;
    }
        #mysubscription #plan_bloc .plan_bloc_infos span{
            display: block;
            font-size: 1.1em;
            text-align: center;
            line-height: 1.2;
        }

        #mysubscription #plan_bloc .plan_bloc_infos .retry_payment{
            padding: 0 4rem;
        }

        #mysubscription #plan_bloc .plan_bloc_infos .retry_payment li.withoutNumber{
            list-style: none;
        }
        #mysubscription #plan_bloc .plan_bloc_infos .btn-primary{
            margin:10px auto;
        }

    #mysubscription #plan_bloc .plan_bloc_n_price{
        grid-area: b;
        position: relative;
        display: flex;
    }

    #mysubscription #plan_bloc .plan_bloc_n_price:has(.tva_detail) {
        flex-wrap: wrap;
    }

    #mysubscription #plan_bloc .plan_bloc_n_price .tva_detail {
        font-size: 0.8em;
    }
    #mysubscription #plan_bloc .plan_bloc_n_price .tva_detail > strong {
        color: red;
    }
    #mysubscription #plan_bloc .plan_bloc_n_price .tva_detail > strong {
        color: red;
    }

        #mysubscription #plan_bloc .plan_bloc_n_price:before{
            content:attr(data-title);
        }
        #mysubscription #plan_bloc .plan_bloc_n_price .price_detail{
            padding-left: 5px;
            font-style: italic;
        }
        #mysubscription #plan_bloc .plan_bloc_n_price b{
            font-style: normal;
            text-transform: uppercase;
        }
    #mysubscription #plan_bloc .plan_bloc_action{
        grid-area: c;
    }
    #mysubscription #plan_bloc .plan_bloc_fizz{
        grid-area: d;
    }
    #mysubscription #plan_bloc .plan_bloc_fizza_action{
        grid-area: e;
    }

    #mysubscription #plan_bloc .plan_bloc_infos .more_plan_informaions{
        margin-top: 20px;
    }
        #mysubscription #plan_bloc .plan_bloc_infos .btn{
            /*white-space: break-spaces;*/
            /*line-height: 1.3;*/
            /*padding: 7px 10px;*/
        }
        #mysubscription #plan_bloc .plan_bloc_infos dfn{
            font-size: 0.85em;
        }

    #mysubscription #plan_bloc #cancel_subscription{
        background: none;
        color: var(--red-picto);
        font-weight: 600;
        text-transform: none;
    }

#mysubscription #sub_reduction{
    margin-top: 20px;
    padding: 10px;
    border: 3px solid #CCCCCC;
}
    #mysubscription #sub_reduction .discount_detail{
        line-height: 1.5;
    }
    #mysubscription #sub_reduction .for_button{
        margin:0;
    }
    #mysubscription #sub_reduction form{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

#mysubscription #start_trial{
    padding: 20px;
    margin-bottom:20px;
    background-color: #CCCCCC;
    border: 4px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#mysubscription #sub_details{
    background:var(--grey-dark);
    margin-top:20px;
    padding:15px 0;
    color:#fff;
}

#mysubscription #sepainfo{
    margin-top:20px;
}

    #mysubscription #sepainfo p {
        margin-bottom: 0;
        color: var(--red-picto);
        font-style: italic;
    }

    #mysubscription #sub_details h3 {
        color: #ffffff !important;
        font-size: 18px;
        margin: 0;
        font-weight: inherit;
    }
    #mysubscription #sub_details a{
        color:#fff;
    }
    #mysubscription #sub_details a:hover{
        text-decoration: underline;
    }
    #mysubscription #sub_details .sd_steps{
        padding:0 15px;
    }
        #mysubscription #sub_details .sd_steps li:not(:first-child) {
            margin: 15px 0;
        }
            #mysubscription #sub_details .sd_steps input {
                border: 1px solid grey;
                font-weight: bold;
                padding: 6px;
                text-align: center;
                border-radius: 4px;
                background:var(--grey-dark);
                color:#fff;
            }
            #mysubscription #sub_details .sd_steps input:focus {
                background:#fff;
                color:var(--grey-dark);
            }
#mysubscription #sub_links{
    margin-top:20px;
    padding:0 0 15px 20px;
}
    #mysubscription #sub_links ul{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
        #mysubscription #sub_links .linklike{
            display: block;
            padding: 10px 10px 10px 40px;
            border: 3px solid #CCCCCC;
            text-transform: uppercase;
            font-size: 1em;
            line-height: 1.8;
            font-weight: 600;
            color: var(--grey-dark);
            position: relative;
        }
        #mysubscription #sub_links .linklike:hover{
            background: #cecece;
        }
            #mysubscription #sub_links .linklike i{
                font-size: 1.4em;
                left: 9px;
                position: absolute;
                top: 50%;
                transform: translateY(-54%);
            }
        #mysubscription .info_message-warning{
            display: block;
            text-align: left;
            font-weight: 600;
            color: red;
            line-height: 1.2;
            position: relative;
            padding-right: 30px;
            text-transform: none;
        }
            #mysubscription #sub_links span.info_message-warning:before{
                position: absolute;
                right: 3px;
                top: 50%;
                transform: translateY(-50%);
                content: "\f071";
                font-family: 'Font Awesome 5 Pro';
                font-weight: bold;
            }


/*!* -- plan-choice *!*/

#plan_choice .introduction a{
	text-decoration: underline;
}

#plan_choice h2{
	font-size: 1em;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
}
#plan_choice h2:after{
	display: none;
}

#plan_choice .type_choice {
	display: flex;
	flex-direction: row;
	flex-shrink: 1;

	gap: 10px;
	justify-content: space-evenly;
}
#plan_choice .type_choice strong {
	display:block;
	color: var(--red-sc);
	margin-bottom:8px;
	text-align:center;
}

#plan_choice .type_choice .block_radio{
	position: relative;
	padding: 10px 11px 10px 10px;
	font-size: 1em;
	font-weight: 400;
	color: #3c3c3b;
	border:3px solid #dcdcdc;
	cursor: pointer;
	justify-content: flex-start;
	align-items: flex-start;
	flex-basis: 100%;
	transition: border-color ease 250ms;
}

#plan_choice .type_choice .block_radio > div{
	display: flex;
	flex-wrap: nowrap;
}

#plan_choice .type_choice .block_radio[checked="checked"],
#plan_choice .type_choice .block_radio.checked{
	/*background:#cecece;*/
	border-color:var(--red-sc);

}

/* radio */
#plan_choice .block_radio input{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	cursor: pointer;
}
#plan_choice .block_radio .radio_bulb,
#plan_choice .block_checkbox .checkbox_bulb{
	width: 20px;
	height: 20px;
	border: 1px solid #939393;
	border-radius: 100%;
	position: absolute;
}
#plan_choice .block_radio .radio_bulb::before{
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	position: absolute;
	transform: scale(0);
	transform-origin: 39% 39%;
	background: var(--red-sc);
	opacity: 0;
	transition: .3s;
}
#plan_choice .block_radio input:checked:not([disabled="disabled"])+.radio_bulb::before{
	opacity: 1;
	transform: scale(0.5);
}

#plan_choice .block_radio:has(input[disabled="disabled"]){
	opacity: 0.5;
}

#plan_choice .block_radio .radio_text {
	padding-left: 27px;
	display:block;
}

#plan_choice .block_radio .radio_text .note {
	display:block;
	font-style: italic;
	color:#999;
}

#plan_choice .block_radio .radio_text .note .only_monthly_billing_allowed,
#plan_choice .block_radio .radio_text .note .frequency_edit_not_allowed{
	display:block;
	font-style: italic;
	font-size:1.1rem;
	line-height:1.1rem;
	margin-top:0.7rem;
	color:red;
}



#plan_choice .col-plan-detail {
	position: absolute;
	right: 0;
}


#plan_choice .plan_detail{
	border:4px solid var(--red-sc);
	margin-bottom: 20px;
}
#plan_choice .plan_detail span{
	text-align: center;
	display: block;
	line-height: 2.2;
	font-size: 1.2em;
	color:var(--red-sc);
}
#plan_choice .plan_detail .plan_detail_subtitle{
	background: var(--red-sc);
	color: #fff;
}
#plan_choice .plan_detail .plan_detail_name{
	font-size: 1.6em;
	line-height:1.2;
	text-transform: uppercase;
	font-weight: 700;
	margin:0.7em 0 0.7em 0;
}
#plan_choice .plan_detail .plan_detail_price{
	line-height: 1;
	font-size: 2.5em;
	font-weight: 800;
}
#plan_choice .plan_detail .plan_detail_price:after{
	content:attr(data-pricedetail);
	font-size: 0.6em;
}
#plan_choice .plan_detail .plan_detail_frequency{
	text-transform: lowercase;
	line-height: 1.2;
	margin-bottom: 10px;
}

#plan_choice .current_plan {
	margin-top:-2em;
	padding:1em 0;
}

#plan_choice dfn.text_current_plan {
	text-align: center;
	font-weight: bold;
	color:var(--red-sc);
	display: block;
}
#plan_choice button.validate_plan {
	display: block;
	width: 100%;
	font-weight: 600;
}
#plan_choice button.validate_trial_plan {
	margin-top:2.5em;
}
#plan_choice button.validate_plan.btn:focus {
	outline: none;
}


	/* histo des maj */
	.histo_maj h2,
	.histo_maj h3,
	.histo_maj h4 {
		text-align:left;
		margin: 0;
		padding:0;
	}
	.histo_maj h2:after,
	.histo_maj h3:after,
	.histo_maj h4:after{
		display: none;
	}

	.histo_maj h2{
		font-size: 2em;
		line-height: 2;
	}
	.histo_maj h3{
		color: var(--red-sc);
		font-size: 1.2em;
		line-height: 2;
	}

	.shopify .histo_maj h3{
		color: var(--green-sy-light);
	}

	.histo_maj h4{
		font-size: 1em;
		line-height: 2;
		text-transform: none;
		font-weight: 700;
		margin-left:2.5%;
	}
	.histo_maj ul{
		margin:0 0 5px 5%;
		padding:0;
	}
	.rte.histo_maj li{
		margin: 0;
		padding-left: 22px;
		position: relative;
		line-height: 1.2;
	}
	.rte.histo_maj li:not(:last-child){
		margin-bottom: 5px;
	}
	.histo_maj ul li:before{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	#share_nav:not(.fixed){
		position: absolute;
		left:-60px;
	}
	#share_nav.fixed{
		position: fixed;
		top:20px;
	}
	#share_nav ul {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	#share_nav li {
		padding: 0;
	}
	#share_nav li span{
		width: 40px;
		height: 40px;
		text-align: center;
		position: relative;
		border: 2px solid var(--red-sc);
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 100%;
		margin-bottom: 10px;
	}
	#share_nav li span:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
		border-radius: 100%;
		background: var( --red-sc);
		transition: all 0.2s ease-in-out;
	}

	#share_nav li span.sharelink {
		cursor: pointer;
	}
	#share_nav li span:hover:before{
		width: 0%;
		height: 0%;
	}
	#share_nav li span:hover i {
		color:var(--red-sc);
	}
	#share_nav li span i{
		color:#fff;
		position: relative;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	#share_nav li:before {
		display: none;
	}


	#contact #phone-valid-msg,
	#contact #phone-error-msg{
		color: #ffffff;
		padding: 3px 10px;
		background: hsl(120deg 52% 72%);
	}
	#contact #phone-error-msg{
		background: hsl(0deg 52% 72%);
	}

	.cant_update_sub{
		color: var(--red-picto);
		font-weight: bold;
		font-style: italic;
	}
	#mysubscription .inactive_text{
		opacity: 0.8;
	}

	/* Module intercom */
	.intercom-lightweight-app{
		z-index: 99999 !important;
	}
	/* Module Piwik */
	#ppms_cm_popup_overlay {
		z-index: 9999999 !important;
	}
	/* Module fintecture */
	body#module-fintecture-immediate #main_navigation,
	body#module-fintecture-immediate #left_column{
		display: none;
	}
	body#module-fintecture-immediate #center_column{
		width: 100%;
	}
	#fintecture-it.payment_module.payment_module_fintecture a {
		background: none;
		padding:10px 0 10px 20px;
	}
	#fintecture-it.payment_module.payment_module_fintecture a:after{
		font-family:"Font Awesome 5 Pro";
		color:#777;
	}
	#fintecture-it.payment_module.payment_module_fintecture a,
	#fintecture-it.payment_module.payment_module_fintecture a.fintecture span.f-description,
	#fintecture-it.payment_module.payment_module_fintecture a.fintecture span.f-howto-text
	{
		color: #919191!important;
	}


	#virtualdemo #subform .form-group .error
	{
		color: red;
		font-weight: 400;
		font-style: italic;
		font-size: 0.9em;
	}

    #order-list.external_invoice_service ol{
        padding-left: 15px;
    }

    #migration-support-banner {
        color:var(--grey-dark);
        background: var(--grey-light);
        border-radius: 6px;
        padding: 1em 2em;
        margin-bottom: 2em;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-content: center;
        align-items: center;
        text-align: left;
    }

    #migration-support-banner:after {
        color:var(--grey-dark);
        font-size: 2em;
        content:"\f85e";
        font-weight: bold;
        font-family: 'Font Awesome 5 Pro', serif;
    }

    #migration-support-banner p {
        line-height: 1.6em;
        margin-bottom: 0;
    }

    #migration-support-banner a,
    #migration-support-banner a + i {
        color: var(--red-sc);
        font-size: 0.9em;
        line-height: 1.5;
        font-weight: bold;
        text-decoration:underline
    }

    #migration-support-banner a:hover,
    #migration-support-banner a:hover + i {
        text-decoration:none
    }

/* Kbase */
.kbase-home .kbase-homelinks:before {
    display: none;
}

.kbase-home .kbase-homelinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
}

.kbase-home .kbase-homelinks h1 {
    font-size: 1.1em;
    font-weight: bold;
}

.kbase-home .kbase-homelinks .card {
    max-width: calc(50% - 2rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kbase-home .kbase-homelinks .links-group {
    height: 100%;
    transition: background-color 0.2s ease-in-out;
}

.kbase-home .kbase-homelinks .links-group.social svg {
    fill: var(--grey-dark);
    transition: fill .2s ease;
    height: 70px;
}


.kbase-home .kbase-homelinks .socialgroup {
    margin-top: 23%;
    display: flex;
    justify-content: space-around;
}


.kbase-home .kbase-homelinks .socialgroup a{
    color: #4f5a63;
    width: auto;
    min-width: 20%;
}


.kbase-home .kbase-homelinks .links-group:not(.social):hover {
    background: var(--grey-light);
}

.kbase-home .kbase-homelinks .links-group.social svg:hover {
    fill: var(--red-picto);
}

.kbase-home .kbase-homelinks .card img {
    width: auto;
    height: 190px;
}

/* END kbase */


	/* Only Desktop */
	@media only screen and (min-width: 993px) {
		.intro{
			min-height: 400px;
		}
		.intro span{
			padding:65px 80px 0 0;
		}

		#specialist > .container > .row {
			display: flex;
			align-items: flex-end;
		}



		.index.shopify #download{
			position: relative;
			height: 100%;
		}
		.index.shopify #download > a{
			position: absolute;
			display: block;
			top: 50%;
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 100%;
		}
	}
	/* Mobile */
	@media only screen and (max-width: 992px) {
		/**
            index Shopi
         */
		.intro{
			flex-direction: column!important;
		}
		.intro iframe,
		.intro span,
		.intro span img{
			max-width: 100%;
		}
		.intro iframe{
			height:auto;
		}
		.intro span{
			height:auto;
			margin-top: 30px;
		}
		.store .intro span{
			margin-bottom: 30px;
		}

		.store .intro.prestashop:after{
			bottom:85px;
			height:78px;
			width: 75px;
		}

		.banner_techno{
			margin-left:0;
			margin-right:0;
			padding-left:0;
			padding-right:0;
			background: none;
		}
		.banner_in > .container{
			flex-direction: column;
			padding: 20px 5px;
			margin: 0;
			justify-content: space-between;
			height: 100%;
			position: relative;
			z-index: 99;
		}
		.banner_in h1 {
			font-size: 1.5em;
		}
		.banner_in.for_home > .container {
			height: 515px;
		}
		.banner_in.for_partner > .container {
			height: 330px;
		}
		.banner_in{
			background: none;
			position: relative;
		}
		.banner_in:before{
			position: absolute;
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background-color: #f8f8f8;
			background-image: url(../../img/background_sc_logo.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			opacity:0.15;
			z-index: 1;
		}
		.banner_in .bn_tech{
			width: 100%;
		}
		.banner_in .bn_tech .inner{
			width: 100%;
		}
		.banner_in.for_ps .tech_block img{
			width: 65vw;
			height: auto;
		}
		.banner_in.for_ps .cta_block a{
			padding-left: 0;
			display: block;
			width: 100%;
			text-align: center;
		}
		.banner_in.for_ps .cta_block a:before{
			position: relative;
			top:initial;
			left:initial;
			margin:20px auto;
		}

		.banner_in.for_sy .cta_block{
			margin-top: 120px;
		}
		.banner_in.for_sy .cta_block .video{
			margin:0 auto;
		}
		.banner_in.for_sy .cta_block .video:before{
			top: -122px;
			left: -25px;
			width: 383px;
			height: 355px;
			background-size: contain;
		}

		#install_step ol,
		#before_footer .container,
		.list_module_filter ul,
		.list_module{
			flex-direction: column;
		}
		/**
            PAGE INDEX general
         */
		.store .main-section {
			padding-top:20px;
		}
		.store .intro {
			padding-bottom: 0;
		}
		.intro .video{
			height: auto;
			max-width: 100%;
			margin-bottom: 30px;
		}
		.store .intro .media{
			flex-direction: column-reverse;
			padding-top: 0;
		}
		#block_techno_logo{
			justify-content: space-around;
			align-self: auto;
		}
		#block_techno_logo a{
			min-height: 125px;
		}
		#block_techno_logo a:not(:first-child){
			margin-left: 0;
		}
		#block_techno_logo a img{
			max-width: 100px;
		}
		#specialist #numbers{
			display: flex;
			flex-direction: column;
		}
		.store #numbers .number_item{
			line-height: 1.8em;
			font-size: 1.2em;
		}
		#brand_logos{
			flex-direction: column;
		}
		#brand_logos img:not(:first-child),
		#testimonials .testimonial:not(:first-child){
			margin-top:30px;
		}

		#recruitment #recruitment_infos{
			margin-bottom: 20px;
			justify-content: space-evenly;
		}
		#recruitment #recrutintro{
			padding: 0 10px;
		}
		#recruitment .recruitment_content div:last-child{
			margin-top: 40px;
		}

		.list_module .tag-all{
			max-width: 100%;
		}

		#share_nav:not(.fixed){
			position: relative;
			left: 0;
		}
		#share_nav ul{
			flex-direction: row;
		}
		.share_nav_title {
			writing-mode: initial;
			transform: none;
			text-orientation: initial;
			padding-bottom: 0;
			padding-right: 10px;
		}
		#share_nav ul li:nth-child(1) { order: 2; }
		#share_nav ul li:nth-child(2) { order: 3; }
		#share_nav ul li:nth-child(3) { order: 4; }
		#share_nav ul li:nth-child(4) { order: 1; }

		#share_nav li:not(:last-child) span {
			margin-bottom: 0;
			margin-left: 10px;
		}


		.shopify .bf_col{
			padding:0;
		}

		#efficience .block_picto_text .block object{
			width:100%;
		}
		#index #efficience .block_picto_text .block.logo{
			display: none;
		}
	}
	@media only screen and (max-width: 768px) {
		.maxwidthhundred,
		.bx-wrapper .testimonial > img{
			max-width: 100%;
			height: 100%;
		}
		.bx-wrapper .testimonial > img{
			float:none;
			margin: 0 auto !important;
		}
		.testimonial blockquote{
			margin: 20px 0;
			padding: 0;
			border:none;
		}
		#logo_section .block_logo img {
			max-width:60%;
		}
		.support #center_column{
			margin-top:15px;
		}
		.btn.btn-bo-black-bg-grey{
			white-space: normal;
		}

		#revolution{
			text-align:center;
		}

		.row.cta{
			text-align: center;
		}
		.row.cta .btn-cta{
			float:none;
			margin:10px auto;
		}
		.row.cta .btn-cta:last-child,
		#home_first_block .button_list span{
			margin-top:10px;
		}

		#picto_grid .advantage,
		#reassurance_grid .reassurance{
			margin-bottom:30px;
		}

		.block-full-width{
			min-height: auto;
		}

		.block-full-width .inner-content{
			position: initial;
			top:initial;
			transform: none;
			padding: 20px 5px;
			float: none;
		}

		#footernl {
			justify-content: center;
		}

		#key_points .row > .row{
			margin:0;
		}

		#more_points {
			flex-direction: column;
			align-items: center;
		}
		#more_points .supp_points{
			margin-bottom: 30px;
		}
		#testimonials{
			flex-direction: column;
		}

		#before_footer .container > div{
			margin-bottom: 30px;
			max-width: 100%;
		}
		#before_footer .container img {
			max-width: 100%;
		}

		body.blog #columns.container{
			padding-top: 0;
		}
		body.blog #row-columns{
			display: flex;
			flex-direction: column-reverse;
		}

		body.blog #tech_submiter{
			display: flex;
			justify-content: space-around;
		}

		body.blog #tech_filter .title_block:after{
			display: none;
		}

		body.blog #categories_block_left .title_block{
			padding:0;
			margin:0;
		}
		body.blog .title_block:after{
			background: none;
			line-height: 1.5;
			right: 0;
			margin: 0;
			top: 0;
			width: 36px;
			font-size: 1em;
			height: auto;
		}

		body.blog #categories_block_left{
			min-height: 60px;
		}
		body.blog .blog-article-list,
		body.blog .blog-article-list .article-container >.row > .col-sm-8.col-xs-8{
			display: flex;
			flex-direction: column;
		}
		body.blog .blog-article-list .article-container >.row{
			display: flex;
			flex-direction: row;
		}
		body.blog ul.blog-article-list > li .article-container .article-name{
			margin:0
		}
		body.blog .blog-article-list .article-container >.row > .col-sm-8.col-xs-8{
			row-gap: 10px;
		}

	}
