@media (max-width: 768px) {
	.container {
		padding-left: 28px;
		padding-right: 28px;
	}
}
.page-cms-category-2 h1 {
	font-size: 2.805rem;
}
.page-content.page-cms.page-cms-category-2 ul {
	list-style-type: disc;
}
div.wpcf7 {
	max-width: 600px;
	margin: auto;
}
#ets_cft_page h2 {
	font-size: 64px;
	line-height: 64px;
	text-align: center;
}
#ets_cft_page .wpcf7 h2 {
	font-size: 40px;
	line-height: 44px;
	text-align: center;
}
#ets_cft_page h1 {
	display: none;
}
#ets_cft_page p {
	text-align: center;
}
.wpcf7 .form-control::-webkit-input-placeholder {
	color: #242424;
}

.wpcf7 .form-control::-moz-placeholder {
	color: #242424;
}

.wpcf7 .form-control:-ms-input-placeholder {
	color: #242424;
}

.wpcf7 .form-control::-ms-input-placeholder {
	color: #242424;
}

.wpcf7 .form-control::placeholder {
	color: #242424;
}
.wpcf7 input[type='submit'] {
	width: 100%;
	max-width: 100%;
}
.wpcf7 .file_type_des {
	display: none;
}
.wpcf7-submit {
	background-color: #242424;
	font-weight: normal;
	text-transform: initial;
}
.wpcf7-submit:hover {
	background-color: transparent;
}
#ets_cft_page .btn-secondary {
	margin: auto;
	width: 100%;
	max-width: 50%;
	border: solid 1px #242424;
	background-color: transparent;
}
#ets_cft_page .btn-third {
	max-width: 33%;
}
#ets_cft_page .button_choosefile {
	padding: 12px 16px;
	border-radius: 20px;
	max-width: 280px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	color: #fff;
	background-color: #242424;
	border: 1px solid transparent;
}
#ets_cft_page .custom_choosefile:hover .button_choosefile {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
#ets_cft_page .breadcrumb .container,
.page-cms .breadcrumb .container {
	padding-left: 0;
}
#ets_cft_page .breadcrumb li:last-child a[itemprop='item'] span[itemprop='name'] {
	font-weight: 600;
}
.btn-floating {
	margin: auto;
	min-width: 200px;
	bottom: 0;
	/* display: block; */
	z-index: 100;
	align-self: flex-end;
}
.section-floating {
	position: sticky;
	bottom: 0;
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-cms:not(.page-cms-4) {
	overflow: initial;
	overflow-x: clip;
}

body#checkout section.checkout-step .delivery-options .delivery-option .delivery-content .carriere-name-container {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}