/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
	font-family: 'fira';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Fira-Sans-regular.eot');
	src: url('../fonts/Fira-Sans-regular.eot') format('embedded-opentype'), local('Fira Sans'),
		local('Fira-Sans-regular'), url('../fonts/Fira-Sans-regular.woff2') format('woff2'),
		url('../fonts/Fira-Sans-regular.woff') format('woff'),
		url('../fonts/Fira-Sans-regular.ttf') format('truetype'),
		url('../fonts/Fira-Sans-regular.svg#FiraSans') format('svg');
}

@font-face {
	font-family: 'fira';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/Fira-Sans-500.eot');
	src: url('../fonts/Fira-Sans-500.eot') format('embedded-opentype'), local('Fira Sans Medium'),
		local('Fira-Sans-500'), url('../fonts/Fira-Sans-500.woff2') format('woff2'),
		url('../fonts/Fira-Sans-500.woff') format('woff'),
		url('../fonts/Fira-Sans-500.ttf') format('truetype'),
		url('../fonts/Fira-Sans-500.svg#FiraSans') format('svg');
}

@font-face {
	font-family: 'fira';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Fira-Sans-700.eot');
	src: url('../fonts/Fira-Sans-700.eot') format('embedded-opentype'), local('Fira Sans Bold'),
		local('Fira-Sans-700'), url('../fonts/Fira-Sans-700.woff2') format('woff2'),
		url('../fonts/Fira-Sans-700.woff') format('woff'),
		url('../fonts/Fira-Sans-700.ttf') format('truetype'),
		url('../fonts/Fira-Sans-700.svg#FiraSans') format('svg');
}

@font-face {
	font-family: 'permanent_marker';
	src: url('../fonts/permanentmarker-regular-webfont.woff2') format('woff2'),
		url('../fonts/permanentmarker-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html.tom-loading,
body.tom-loading,
html.locked.form-open,
body.locked.form-open {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

body.tom-loading:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

#kook-tom-modal {
	z-index: 9999;
	transform: scale(0.4);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 5px solid #0b69a7;
	background: #f6f2f3;
	pointer-events: none;
	transition: all 0.5s ease;
	overflow: hidden;
	font-family: 'fira', sans-serif;
}

#kook-tom-modal * {
	box-sizing: border-box;
}

#kook-tom-modal button {
	cursor: pointer;
}
#kook-tom-modal p {
	font-size: 16px;
	margin: 1em 0;
}
#kook-tom-modal input,
#kook-tom-modal button,
#kook-tom-modal textarea,
#kook-tom-modal select {
	outline: none;
	font-family: 'fira', sans-serif;
	font-size: 1rem;
}

body.locked.form-open #kook-tom-modal {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

#kook-tom-modal .relative {
	height: 100%;
	position: relative;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

#kook-tom-modal .main.relative.popup-active {
	overflow: hidden;
}

#kook-tom-modal #phone-cta {
	z-index: 10;
	position: fixed;
	top: 40%;
	right: 0;
}

#kook-tom-modal #phone-cta .relative {
	background: #fff;
	padding: 20px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	overflow: visible;
	text-transform: uppercase;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: auto;
	cursor: pointer;
}

#kook-tom-modal #phone-cta .relative .fa.fa-angle-down {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #1c6589;
	cursor: pointer;
}
#kook-tom-modal #phone-cta .relative .bubble {
	position: absolute;
	top: 30px;
	left: -50px;
	display: flex;
	flex-flow: nowrap row;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	height: 50px;
	width: 50px;
	background: #1b6589;
}

#kook-tom-modal #phone-cta .relative .bubble:after {
	content: '';
	position: absolute;
	height: 8px;
	width: 16px;
	background: url(../img/tail.png) no-repeat;
	bottom: 0;
	right: 0;
}

#kook-tom-modal #phone-cta .relative span.close,
#kook-tom-modal #phone-cta .relative span.help {
	display: none;
}

#kook-tom-modal #phone-cta .relative span.marbot {
	margin-bottom: 5px;
}

#kook-tom-modal #phone-cta .relative span {
	display: block;
	font-size: 15px;
	line-height: normal;
}

#kook-tom-modal #phone-cta .relative span.phone a {
	font-weight: bold;
	color: #1b6589;
	text-decoration: none;
}

#kook-tom-modal #phone-cta .relative span.phone {
	font-size: 20px;
}

#kook-tom-modal #phone-cta.active .relative span {
	display: block;
}
#kook-tom-modal #phone-cta .relative span.close {
	display: none;
}
#kook-tom-modal #phone-cta.active .relative {
	padding: 20px;
	padding-left: 0;
	width: 310px;
	cursor: auto;
}
#kook-tom-modal #phone-cta .relative span.help {
	display: block;
	padding-left: 40px;
	margin: 0;
}
#kook-tom-modal #phone-cta.active .relative span.help {
	display: none;
}
#kook-tom-modal #phone-cta.active .relative .fa.fa-angle-down {
	display: flex;
	display: none;
}
#kook-tom-modal #phone-cta.active .relative .bubble {
	/*position: relative;
	right: 20px;*/
}
#kook-tom-modal #tom-modal-header {
	padding: 50px 0 20px 0;
	margin-bottom: 50px;
}

#kook-tom-modal .container {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

#kook-tom-modal .kook-flex {
	display: flex;
	align-items: center;
}

#kook-tom-modal .kook-flex-inline {
	display: inline-flex;
	align-items: center;
}

#kook-tom-modal .flex-right {
	justify-content: flex-end;
}

#kook-tom-modal .flex-center {
	justify-content: center;
}

/* Header */
#kook-tom-modal .close-row {
	margin: 0 80px 0 80px;
}

#kook-tom-modal div.info-img {
	height: 90px;
	width: 90px;
	flex-shrink: 0;
	background: url(../img/info-blue.png) no-repeat center center;
}

/* Bouton fermer*/
#kook-tom-modal .close-btn {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
}

#kook-tom-modal .close {
	position: relative;
	width: 50px;
	height: 50px;
	border: 2px solid #3c3c3c;
	border-radius: 50%;
	margin-left: 10px;
}

#kook-tom-modal .close .inner {
	width: 25px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
}

#kook-tom-modal .close:hover .inner {
	transform: scale(1.1);
}

#kook-tom-modal .close .inner:before,
.close .inner:after {
	position: absolute;
	content: '';
	height: 2px;
	width: inherit;
	background: #3c3c3c;
	left: 0;
	top: 50%;
	transform-origin: center;
	transition: all 0.3s ease-in;
}

#kook-tom-modal .close .inner:before {
	transform: rotate(45deg);
}

#kook-tom-modal .close .inner:after {
	transform: rotate(-45deg);
}

#kook-tom-modal .title-row {
	position: relative;
	margin: 0 auto;
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
}

#kook-tom-modal .title-row p {
	margin: 0;
	text-transform: none;
	font-size: 30px;
	line-height: normal;
	font-weight: 400;
}

#kook-tom-modal .title-row .info-img {
	position: absolute;
	right: 100%;
	margin-right: 30px;
}

#kook-tom-modal .title-row .title span {
	display: block;
	font-weight: bold;
}

/* Footer */
#kook-tom-modal .modal-footer {
	background: #0b69a7;
	color: #fff;
	padding: 50px 0;
	display: none;
}

#kook-tom-modal .modal-footer p {
	margin: 0;
	color: #fff;
}

#kook-tom-modal .modal-footer .footer-title {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
}

#kook-tom-modal .modal-footer .block-row {
	align-items: flex-start;
}

#kook-tom-modal .modal-footer .block-row .block {
	flex: 1;
	margin: 0 25px;
}
#kook-tom-modal .modal-footer .footer-title:after {
	content: '';
	display: block;
	height: 1px;
	background: white;
	width: 255px;
	max-width: 90%;
	margin: 20px auto 0 auto;
}

#kook-tom-modal .modal-footer .block .img {
	display: block;
	margin: 0 auto;
	height: 72px;
	width: 90px;
	background: url(../img/footer-sprite.png) no-repeat 0 0;
	margin-bottom: 20px;
}

#kook-tom-modal .modal-footer .block-2 .img {
	background-position: -90px 0;
}

#kook-tom-modal .modal-footer .block-3 .img {
	background-position: -180px 0;
}

#kook-tom-modal .modal-footer .block-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

#kook-tom-modal .modal-footer .block-desc {
	font-size: 15px;
}

/* Content */
#kook-tom-modal h2 {
	text-transform: uppercase;
	color: #0b69a7;
	margin-top: 0;
}

#kook-tom-modal .modal-content {
	overflow: hidden;
	width: 100% !important;
	max-height: none;
}

#kook-tom-modal .modal-content .confirmation,
#kook-tom-modal .modal-content .step {
	position: relative;
	transition: all 0.6s ease;
}

#kook-tom-modal form.hidden,
#kook-tom-modal .modal-content .confirmation.hidden,
#kook-tom-modal .modal-content .step.hidden {
	transform: translateY(-100%);
	display: block;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	max-height: 100%;
	overflow: hidden;
	top: 0;
}

#kook-tom-modal .modal-content .form-row {
	display: flex;
	position: relative;
	flex-flow: nowrap row;
	align-items: flex-end;
	justify-content: space-between;
	width: 740px;
	max-width: 100%;
	margin: 40px auto;
}

#kook-tom-modal .modal-content .form-row .hint {
	position: absolute;
	right: 105%;
	top: 0;
	width: 200px;
	text-align: right;
}

#kook-tom-modal .modal-content .form-row .hint p {
	transform: rotate(-5deg);
	margin-bottom: 0;
	padding-right: 40px;
	line-height: normal;
	font-family: 'permanent_marker', sans-serif;
}

#kook-tom-modal .modal-content .form-row .hint:after {
	content: '';
	display: block;
	height: 17px;
	width: 79px;
	background: url(../img/fleche-blue.png) no-repeat;
	margin: 0 0 0 auto;
}

#kook-tom-modal .modal-content .form-row .input-group {
	width: 100%;
	text-align: left;
	position: relative;
}

#kook-tom-modal .modal-content .form-row .input-group .parsley-errors-list {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	list-style: none;
	color: #0b69a7;
	font-size: 12px;
	font-style: italic;
}

#kook-tom-modal .modal-content .form-row .input-group label {
	text-transform: uppercase;
	color: #434343;
	font-size: 15px;
	margin: 0;
	font-weight: 700;
	position: absolute;
	bottom: 10px;
	left: 0;
	transition: all 0.3s ease;
	cursor: text;
}

#kook-tom-modal .modal-content .form-row .input-group .placeholder {
	font-size: 15px;
	font-style: italic;
	color: #c8c8c8;
	position: absolute;
	bottom: 10px;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease;
	line-height: normal;
}

#kook-tom-modal .modal-content .form-row .input-group.active .placeholder {
	opacity: 1;
}

#kook-tom-modal .modal-content .form-row .input-group.active.filled .placeholder {
	opacity: 0;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb {
	display: flex;
	flex-flow: nowrap row;
	justify-content: flex-start;
	align-items: center;
	margin: 5px 0;
	min-height: 30px;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb.inline label {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	text-transform: none;
	font-size: 12px;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb.inline a {
	color: #0b69a7;
	text-decoration: underline;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb.inline label:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb input:checked + label:after {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb label a {
	margin-left: 3px;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb input {
	display: none;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb label:before {
	content: '';
	display: inline-block;
	height: 25px;
	width: 25px;
	border: 1px solid #333;
	border-radius: 2px;
	margin-right: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb input:checked + label:after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	height: 25px;
	color: #333;
	left: 5px;
	bottom: 0;
	background-color: #0b69a7;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	cursor: pointer;
}

#kook-tom-modal .modal-content .form-row .input-group .custom-cb label {
	position: relative;
	display: inline-flex;
	flex-flow: nowrap row;
	justify-content: flex-start;
	align-items: center;
	bottom: auto;
	left: auto;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}

#kook-tom-modal .modal-content .form-row .input-group.active label {
	bottom: 100%;
	font-size: 12px;
	cursor: auto;
}

#kook-tom-modal .modal-content .form-row .input-group.disabled label,
#kook-tom-modal .modal-content .form-row .input-group.disabled {
	color: #aaa;
	cursor: not-allowed;
}

#kook-tom-modal .modal-content .form-row .input-group.error label {
	color: #0b69a7;
}

#kook-tom-modal .modal-content .form-row .input-group textarea {
	resize: vertical;
}

#kook-tom-modal .flatpickr-wrapper {
	display: block;
	position: relative;
}

#kook-tom-modal .flatpickr-wrapper:before {
	content: 'ouvrir le calendrier';
	position: absolute;
	right: 32px;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

#kook-tom-modal .flatpickr-wrapper:after {
	content: '\f133';
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 20px;
	top: 0;
	right: 0;
	height: 100%;
	width: 32px;
	pointer-events: none;
}

#kook-tom-modal .modal-content .form-row .input-group textarea.parsley-error,
#kook-tom-modal .modal-content .form-row .input-group input.parsley-error {
	border-color: #0b69a7;
}

#kook-tom-modal .modal-content .form-row .input-group textarea,
#kook-tom-modal .modal-content .form-row .input-group input {
	display: block;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
}

#kook-tom-modal .flatpickr-wrapper > input,
#kook-tom-modal .modal-content .form-row .input-group > textarea,
#kook-tom-modal .modal-content .form-row .input-group > input {
	padding: 10px 0;
	width: 100%;
}

#kook-tom-modal .modal-content .form-row .input-group.group-6 {
	width: 48%;
}

/*Datepicker*/
#kook-tom-modal .flatpickr-calendar {
	width: 100%;
}

#kook-tom-modal .flatpickr-months {
	height: 60px;
	position: relative;
}

#kook-tom-modal .flatpickr-day.selected {
	background: #1b6589;
	border-color: #1b6589;
}

#kook-tom-modal .flatpickr-months .flatpickr-next-month.flatpickr-next-month,
#kook-tom-modal .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	top: 50%;
	transform: translateY(-50%);
}

#kook-tom-modal .flatpickr-months .flatpickr-month {
	height: 100%;
}

#kook-tom-modal .modal-content .form-row .input-group .flatpickr-current-month span.cur-month,
#kook-tom-modal .modal-content .form-row .input-group .flatpickr-current-month input {
	border: none;
	font-weight: normal;
	color: #1b6589;
	text-transform: uppercase;
	font-size: 15px;
}

#kook-tom-modal .flatpickr-current-month {
	position: static;
	width: auto;
	height: 100%;
	display: inline-flex;
	flex-flow: nowrap row;
	justify-content: center;
	align-items: center;
}

#kook-tom-modal .modal-content .next-step {
	background: transparent;
	position: relative;
	border: 2px solid #0b69a7;
	border-radius: 50%;
	display: block;
	margin: 50px auto 80px auto;
	color: #0b69a7;
	font-size: 40px;
	padding: 0;
	height: 75px;
	width: 75px;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
}
#kook-tom-modal .modal-content .next-step:hover {
	transform: scale(1.1, 1.1);
}
#kook-tom-modal .modal-content .next-step:after {
	content: 'Veuillez vérifier les champs';
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	white-space: nowrap;
	border-radius: 100px;
	text-transform: uppercase;
	opacity: 0;
	left: calc(100% + 30px);
	top: 50%;
	transform: translate(-100%, -50%);
	background: #fff;
	padding: 10px;
	color: #0b69a7;
	transition: all 0.3s ease;
}

#kook-tom-modal .modal-content .next-step:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 20px 19px 0;
	border-color: transparent #ffffff transparent transparent;
	left: calc(100% + 23px);
	top: 50%;
	opacity: 0;
	transform: translate(-100%, -50%);
	transition: all 0.3s ease;
}

#kook-tom-modal .modal-content .next-step.error:before {
	opacity: 1;
	transform: translate(0, -50%);
}

#kook-tom-modal .modal-content .next-step.error:after {
	opacity: 1;
	transform: translate(0, -50%);
}

#kook-tom-modal ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#kook-tom-modal .modal-content .send {
	background: #0b69a7;
	border-radius: 200px;
	border: none;
	display: block;
	margin: 50px auto 80px auto;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	padding: 25px 45px;
	cursor: pointer;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
}

#kook-tom-modal .modal-content .send:hover {
	transform: scale(1.1, 1.1);
}
#kook-tom-modal .modal-content .form-errors {
	margin-bottom: 80px;
}
#kook-tom-modal .modal-content .form-errors:before {
	content: ' \f071';
	font-family: 'FontAwesome';
	display: block;
	margin: 10px auto;
	color: #0b69a7;
	font-size: 30px;
}

#kook-tom-modal .modal-content .form-errors li {
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	background: #0b69a7;
	color: #fff;
}

#kook-tom-modal .modal-content .send:after {
	content: '\f021';
	font-family: 'FontAwesome';
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	vertical-align: middle;
	transition: all 0.3s ease;
}

#kook-tom-modal .modal-content .send.loading span {
	margin-right: 10px;
}

#kook-tom-modal .modal-content .send.loading:after {
	max-width: 100px;
	animation: fa-spin 2s infinite linear;
}

#kook-tom-modal .modal-content .form-navigation {
	display: inline-flex;
	list-style: none;
	flex-flow: nowrap row;
	margin: 20px auto;
}

#kook-tom-modal .modal-content .form-navigation li {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c5c2c2;
}

#kook-tom-modal .modal-content .form-navigation li.active {
	background: #0b69a7;
	cursor: pointer;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
}

#kook-tom-modal .modal-content .form-navigation li.active:not(.current):hover {
	transform: scale(1.1, 1.1);
}
#kook-tom-modal .modal-content .form-navigation li.active.current {
	cursor: auto;
	box-shadow: none;
}
#kook-tom-modal .modal-content .form-navigation li.current:after {
	content: '';
	height: calc(100% + 8px);
	width: calc(100% + 8px);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	border: 1px solid #0b69a7;
	z-index: 2;
}

#kook-tom-modal .modal-content .form-navigation li span {
	display: block;
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 100px;
	padding: 8px 13px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	display: none;
}

#kook-tom-modal .modal-content .form-navigation li span:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#kook-tom-modal .modal-content .form-navigation li.current span {
	display: block;
}

#kook-tom-modal .modal-content .form-navigation li + li {
	margin-left: 30px;
}

#kook-tom-modal .modal-content .form-navigation li + li:before {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	width: 30px;
	height: 2px;
	top: 50%;
	background: #c5c2c2;
	z-index: 1;
}

#kook-tom-modal .modal-content .form-navigation li.current + li:before {
	width: 27px;
}

#kook-tom-modal .modal-content .form-navigation li.active + li.active:before {
	width: 30px;
}

#kook-tom-modal .modal-content .form-navigation li.active + li.active:before {
	background: #0b69a7;
}

#kook-tom-modal .modal-content .form-navigation li + li.active.current:before {
	right: calc(100% + 4px);
}

#kook-tom-modal .confirmation {
	padding: 30px 0;
}

#kook-tom-modal #tom_recap {
	display: inline-block;
	position: fixed;
	z-index: 10;
	right: -186px;
	top: 80%;
	transition: all 0.3s linear;
}

#kook-tom-modal #tom_recap:hover {
	right: 0;
}

#kook-tom-modal #tom_recap .grecaptcha-badge {
	display: block !important;
}

@media (max-width: 1230px) {
	#kook-tom-modal .modal-content .form-row .hint {
		display: none;
	}
}

@media (max-width: 768px) {
	#kook-tom-modal .modal-content .form-row,
	#kook-tom-modal .modal-footer .block-row {
		flex-flow: nowrap column;
	}

	#kook-tom-modal .modal-footer .block-row .block + .block {
		margin-top: 20px;
	}

	#kook-tom-modal .modal-content .form-row {
		margin: 0;
	}

	#kook-tom-modal .modal-content .form-row .input-group {
		margin: 20px 0;
	}

	#kook-tom-modal .modal-content .form-row .input-group.group-6 {
		width: 100%;
	}

	.title-row {
		flex-flow: nowrap column;
		justify-content: center;
		align-items: center;
	}

	#kook-tom-modal #phone-cta {
		position: fixed;
		bottom: 90px;
		top: auto;
		z-index: 10000;
	}

	#kook-tom-modal .flatpickr-wrapper:before {
		display: none;
	}
	#kook-tom-modal #phone-cta.active .relative .bubble {
		position: absolute;
		margin-right: 0;
		bottom: 100%;
		right: 100%;
		transform: translate3d(50%, 50%, 0);
	}
	#kook-tom-modal #phone-cta.active .relative {
		padding: 15px;
	}

	#kook-tom-modal #phone-cta.active .relative span {
		display: block;
	}

	#kook-tom-modal #phone-cta.active .relative span.help {
		display: none;
	}

	#kook-tom-modal #phone-cta.active .relative span.close {
		height: 16px;
		width: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 5px;
		right: 5px;
		border: none;
	}

	#kook-tom-modal #phone-cta.active .relative {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		width: auto;
	}

	#kook-tom-modal #tom_recap {
		top: auto;
		position: absolute;
		bottom: 10px;
		right: -206px;
	}

	#kook-tom-modal #tom_recap:hover {
		right: -20px;
	}

	#kook-tom-modal form {
		padding-bottom: 60px;
	}

	#kook-tom-modal #tom-modal-header {
		padding-top: 20px;
	}
	#kook-tom-modal .title-row .info-img {
		position: static;
		margin: 0;
	}
	#kook-tom-modal .close-row.flex-right {
		margin: 20px 5%;
		justify-content: center;
	}

	#kook-tom-modal .modal-content .next-step.error:after {
		transform: translate(-50%, -50%);
		left: 50%;
		top: calc(100% + 28px);
	}

	#kook-tom-modal .modal-content .next-step.error:before {
		display: none;
	}
}

#kook-tom-modal .slide-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #0b69a7;
	transform: translateX(calc(-100% - 70px));
	transition: transform 1s ease;
}

/* the fallback for IE 10, 11 and Edge. */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#kook-tom-modal .slide-popup {
		transform: translateX(-120%);
	}
}

#kook-tom-modal .slide-popup .relative {
	padding: 50px 0;
}

#kook-tom-modal .slide-popup .container h2,
#kook-tom-modal .slide-popup .container {
	color: #fff;
	text-align: left;
}

#kook-tom-modal .slide-popup.active {
	transform: translateX(0);
}

#kook-tom-modal .slide-popup .back {
	padding: 5px 10px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100px;
}

#kook-tom-modal .slide-popup .back:hover {
	background: #fff;
	color: #0b69a7;
}

#kook-tom-modal .slide-popup:before {
	content: '';
	position: absolute;
	left: 100%;
	width: 50px;
	height: 100vh;
	background: rgba(215, 39, 41, 0.5);
	transform: rotate(2.5deg);
}

#kook-tom-modal .slide-popup:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100vh 70px 0 0;
	border-color: #0b69a7 transparent transparent transparent;
}

#kook-tom-modal .modal-rules {
	color: #9e9e9e;
	font-size: 10px;
	padding: 30px 0;
}

/* #kook-tom-modal .input-group input,
#kook-tom-modal .input-group textarea {
	transition: all 0.3s ease-in-out;
}
#kook-tom-modal .input-group input:focus,
#kook-tom-modal .input-group textarea:focus {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
} */

#kook-tom-modal .end-close {
	position: relative;
	padding: 5px 20px;
	padding-right: 50px;
	border: 2px solid #3c3c3c;
	border-radius: 50px;
	font-size: 20px;
	font-weight: normal;
	transition: all 0.3s ease-in-out;
	color: #3c3c3c;
}

#kook-tom-modal .end-close .close {
	position: absolute;
	border: none;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
}

#kook-tom-modal .end-close:hover .close .inner {
	transform: scale(1.2);
}

#kook-tom-modal #tom-modal-header.done {
	margin: 0;
}
#kook-tom-modal #tom-modal-header.done + .modal-content {
	overflow: visible;
}

#kook-tom-modal .confirmation .confirmation-img {
	width: 115px;
	height: 115px;
	margin: auto;
	margin-top: -100px;
	margin-bottom: 20px;
	background-image: url(../img/checked.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#kook-tom-modal .confirmation > p {
	margin: 25px 0;
}

@media (max-width: 768px) {
	#kook-tom-modal .confirmation {
		padding-top: 80px;
	}
}

#kook-tom-modal .custom-cb.inline label,
#kook-tom-modal .custom-cb.inline label {
	position: relative;
	padding-right: 30px;
}
#kook-tom-modal .custom-cb.inline label .info {
	height: 20px;
	width: 20px;
	border-radius: 100px;
	background-color: #fff;
	position: absolute;
	top: -2px;
	right: 0;
}
#kook-tom-modal .custom-cb.inline label .info:hover .text_bubble {
	opacity: 1;
	pointer-events: all;
}

#kook-tom-modal .custom-cb.inline label .info .icon {
	color: #0b69a7;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 800;
	line-height: 16px;
	font-style: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#kook-tom-modal .custom-cb.inline label .info .text_bubble {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	border-radius: 30px;
	background-color: #fff;
	padding: 15px;
	color: #000;
	font-family: 'Muli';
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(calc(100% + 5px + 5px), -50%);
	min-width: 250px;
	max-width: 350px;
	height: auto;
	z-index: 10;
	box-shadow: 0px 0px 5px #1a1a1a;
	transition: all 0.4s ease-in-out;
}
#kook-tom-modal .custom-cb.inline label .info .text_bubble:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 0;
	height: 0px;
	width: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

#kook-tom-modal .custom-cb.inline label .info .text_bubble:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	left: 0;
	height: 100%;
	width: 15px;
}

#kook-tom-modal .custom-cb.inline label .info .text_bubble:hover {
	opacity: 1;
	pointer-events: all;
}
