@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", serif;
	color: #231F20;
	text-transform: uppercase;
	font-weight: 500;
}

h1 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1.2px;
	margin: 0 0 20px 0;
}

h1.primary {
	color: #F24100;
}

@media (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 35px;
		letter-spacing: -0.35px;
	}
}

h1 span {
	color: #F24100;
}

h2 {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0px;
}

h2 span {
	color: #F24100;
}

@media (max-width: 767px) {
	h2 {
		font-size: 27px;
		line-height: 27px;
		letter-spacing: 0;
	}
}

h2.primary {
	color: #F24100;
}

h3 {
	font-size: 30px;
	line-height: 34px;
}

@media (max-width: 767px) {
	h3 {
		font-size: 35px;
		line-height: 38px;
		letter-spacing: -0.35px;
	}
}

h4 {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -0.3px;
}

@media (max-width: 767px) {
	h4 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.2px;
	}
}

h5 {
	font-size: 22px;
	line-height: 28px;
}

@media (max-width: 767px) {
	h5 {
		font-size: 16px;
		line-height: 26px;
	}
}

strong {
	font-weight: 700;
}

a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	color: #F24100;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
	a {
		font-size: 13px;
		line-height: 24px;
	}
}

a:hover,
a:focus,
a:active,
a:visited {
	color: #F24100;
}

a:focus,
input:focus {
	outline: none;
}

.big-p p {
	font-size: 18px;
	line-height: 28px;
	color: #231F20;
	margin-bottom: 20px;
	font-weight: 500;
}

.big-p p a {
	font-size: inherit;
	line-height: inherit;
	color: #F24100;
}

@media (max-width: 767px) {
	.big-p p {
		font-size: 15px;
		line-height: 24px;
	}
}

.big-p p strong {
	font-size: inherit;
	font-family: inherit;
	font-weight: 700;
}

.small p {
	font-size: 11px;
	line-height: 22px;
	color: #231F20;
	letter-spacing: 0.55px;
	margin-bottom: 20px;
	font-weight: 500;
	margin: 5px 0 0 0;
}

@media (max-width: 767px) {
	.small p {
		font-size: 9px;
		line-height: 22px;
		letter-spacing: 0.9px;
	}
}

p,
ul li,
ol li {
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	font-weight: 400;
}

p a,
ul li a,
ol li a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p,
	ul li,
	ol li {
		font-size: 13px;
		line-height: 24px;
	}
}

ol,
ul {
	margin: 0;
	list-style-position: inside;
}

ol li::marker,
ul li::marker {
	color: #F24100;
}

ul {
	margin: 0;
	list-style-type: none;
}

ul li {
	padding-left: 24px;
	position: relative;
}

ul li::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	background-image: url("../assets/images/shape.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.subhead {
	font-weight: 700;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 5.2px;
	color: #F24100;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.subhead {
		font-size: 11px;
		line-height: 22px;
		letter-spacing: 4.4px;
	}
}

.tag {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	color: #F24100;
	border-radius: 21px;
	border: 1px solid #F24100;
	font-weight: 500;
	padding: 13px 18px;
}

.site {
	margin-top: 164px;
}

@media (max-width: 1023px) {
	.site {
		margin-top: 132px;
	}
}

@media (max-width: 767px) {
	.site {
		margin-top: 107px;
	}
}

.btn,
.quform-submit {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2.6px;
	color: #F24100;
	padding-right: 30px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	position: relative;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.btn,
	.quform-submit {
		font-size: 11px;
		line-height: 11px;
		letter-spacing: 2.2px;
	}
}

.btn::after,
.quform-submit::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	right: 0;
	background-image: url("../assets/images/orange-arw.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	width: 24px;
	height: 12px;
}

.btn:hover,
.quform-submit:hover {
	color: #231F20;
}

.grid-container {
	width: 100%;
	max-width: 1356px;
	padding-inline: 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.fancybox-container .fancybox-inner .fancybox-toolbar {
	right: unset;
	top: unset;
	visibility: visible;
	opacity: 1;
	max-width: 82%;
	margin: 0 auto;
	position: relative;
}

.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button {
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 0;
}

.fancybox-container .fancybox-inner .fancybox-navigation {
	max-width: 82%;
	margin-inline: auto;
	position: relative;
	height: 100%;
}

.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button {
	background: url("../assets/images/scrollarw.svg") no-repeat left center/contain;
	width: 62px;
	height: 47px;
	visibility: visible;
	opacity: 1;
	rotate: 90deg;
}

.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button svg {
	display: none;
}

.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
	rotate: -90deg;
}

@media (max-width: 1279px) {
	.fancybox-container .fancybox-inner .fancybox-toolbar,
	.fancybox-container .fancybox-inner .fancybox-navigation {
		max-width: 92%;
	}
}

@media (max-width: 767px) {
	.fancybox-container .fancybox-inner .fancybox-navigation {
		max-width: 92%;
	}
	.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button {
		width: 38px;
		height: 22px;
	}
	.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button {
		padding: 10px;
	}
}

.tot-slider-img-area {
	padding: 43px 0;
}

.tot-slider-img-area .slider-img .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: transparent;
	border: 0;
	font-size: 0;
	background: url("../assets/images/scrollarw.svg") no-repeat center/contain;
	width: 47px;
	height: 69px;
	rotate: 90deg;
	left: -60px;
	padding: 0;
	cursor: pointer;
}

.tot-slider-img-area .slider-img .slick-arrow.slick-next {
	left: auto;
	right: -60px;
	rotate: -90deg;
}

@media (max-width: 1023px) {
	.tot-slider-img-area .slider-img .slider-list img {
		max-height: 370px;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 767px) {
	.tot-slider-img-area .slider-img .slider-list img {
		max-height: 188px;
	}
}

@media (max-width: 1023px) {
	.tot-slider-img-area {
		margin-inline: -40px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.tot-slider-img-area {
		margin-inline: -20px;
		padding-top: 34px;
	}
}

.slick-dots {
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
}

.slick-dots li {
	margin: 0px;
}

.slick-dots li::before {
	background-image: unset;
	width: 10px;
	height: 10px;
	background-color: #F7F6F0;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.slick-dots li::before {
		width: 6px;
		height: 6px;
	}
}

.slick-dots li.slick-active::before {
	background-color: #F24100;
}

.slick-dots li button {
	display: none;
}

@media (max-width: 767px) {
	.slick-dots {
		bottom: 35px;
	}
	.slick-dots li {
		padding-left: 12px;
	}
}

.tot-default-section {
	padding: 40px 0 70px;
}

.tot-default-section .tot-default-content h2 {
	padding-top: 27px;
	margin-bottom: 20px;
}

.tot-default-section .tot-default-content p, .tot-default-section .tot-default-content ul {
	margin-bottom: 26px;
}

@media (max-width: 1023px) {
	.tot-default-section {
		padding: 35px 0 40px;
	}
	.tot-default-section .tot-default-content h2 {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.tot-default-section {
		padding-bottom: 10px;
	}
	.tot-default-section .tot-default-content h2 {
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.tot-default-section .tot-default-content p, .tot-default-section .tot-default-content ul {
		margin-bottom: 18px;
	}
}

.site-header {
	padding-block: 20px;
	background-color: #F7F6F0;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

.site-header .grid-container {
	position: relative;
}

.site-header .grid-container .grid-x {
	margin: 0;
	align-items: center;
	display: grid;
	grid-template-columns: 2fr 0.4fr 2fr;
	gap: 42px;
}

@media (max-width: 1440px) {
	.site-header .grid-container .grid-x {
		gap: 20px;
	}
}

@media (max-width: 1140px) {
	.site-header .grid-container .grid-x {
		gap: 12px;
	}
}

@media (max-width: 1279px) {
	.site-header .grid-container .grid-x {
		gap: 8px;
	}
}

@media (max-width: 1023px) {
	.site-header .grid-container .grid-x {
		gap: 0px;
		grid-template-columns: 1fr;
	}
}

.site-header .grid-container .grid-x .cell {
	margin: 0;
	width: 100%;
}

@media (max-width: 1440px) {
	.site-header .grid-container .grid-x .cell {
		width: 90%;
		margin-inline: auto;
	}
}

@media (max-width: 1023px) {
	.site-header .grid-container .grid-x .cell {
		width: 100%;
		margin-inline: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.site-header .grid-container .grid-x .cell .tot-mobile_logo a {
		display: block;
	}
	.site-header .grid-container .grid-x .cell .tot-mobile_logo a img {
		width: 216px;
	}
	.site-header .grid-container .grid-x .cell .mobile-menu a img {
		max-width: 52px;
	}
}

@media (max-width: 767px) {
	.site-header .grid-container .grid-x .cell .tot-mobile_logo a img {
		width: 150px;
	}
	.site-header .grid-container .grid-x .cell .mobile-menu a img {
		max-width: 40px;
	}
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-block: 15px;
	border-top: 1px solid rgba(35, 32, 32, 0.21);
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li {
	line-height: 1;
	position: relative;
	padding-left: 0;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li a {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color: #231F20;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li a:hover {
	color: #F24100;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 8px;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li.menu-item-has-children > a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #F24100;
	transform: rotate(45deg) translateY(-50%);
	border-top: 0;
	border-left: 0;
	transition: all .5s ease-in-out;
	margin-top: -3px;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li.menu-item-has-children .sub-menu {
	position: absolute;
	bottom: -60px;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	list-style-type: none;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li.menu-item-has-children .sub-menu li {
	padding: 0;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li.menu-item-has-children .sub-menu li::before {
	display: none;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li.menu-item-has-children:hover .sub-menu {
	bottom: -40px;
	visibility: visible;
	opacity: 1;
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li:nth-child(2) {
	padding-inline: 60px;
	border-right: 1px solid rgba(35, 32, 32, 0.21);
	border-left: 1px solid rgba(35, 32, 32, 0.21);
}

@media (max-width: 1440px) {
	.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li:nth-child(2) {
		padding-inline: 50px;
	}
}

@media (max-width: 1140px) {
	.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li:nth-child(2) {
		padding-inline: 40px;
	}
}

@media (max-width: 1279px) {
	.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li:nth-child(2) {
		padding-inline: 20px;
	}
}

.site-header .grid-container .grid-x .cell .tot-menu-container > ul > li::before {
	display: none;
}

.site-header .grid-container .grid-x .cell .tot-header_logo {
	margin: 0 auto;
	text-align: center;
}

.site-header .grid-container .grid-x .tot-language-switcher {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	right: -38px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(35, 32, 32, 0.21);
	border-radius: 50px;
}

.site-header .grid-container .grid-x .tot-language-switcher .custom-select {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	color: #231F20;
	text-transform: uppercase;
}

.site-header .grid-container .grid-x .tot-language-switcher .custom-select .custom-options {
	opacity: 0;
	visibility: hidden;
	width: 52px;
	transition: all .4s ease-in-out;
	position: absolute;
	top: 57px;
	right: -1px;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 6px;
}

.site-header .grid-container .grid-x .tot-language-switcher .custom-select .custom-options .custom-option {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 6px;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(35, 32, 32, 0.21);
	border-radius: 50px;
}

.site-header .grid-container .grid-x .tot-language-switcher .custom-select:hover .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.site-header .grid-container .grid-x .tot-language-switcher .custom-select-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	position: relative;
	text-shadow: 0px 3px 99px #00000029;
}

@media (max-width: 1440px) {
	.site-header .grid-container .grid-x .tot-language-switcher {
		right: 10px;
	}
}

@media (max-width: 1279px) {
	.site-header .grid-container .grid-x .tot-language-switcher {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 1023px) {
	.site-header .grid-container .grid-x .tot-language-switcher {
		top: 48px;
		right: 127px;
		width: 52px;
		height: 52px;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
}

@media (max-width: 767px) {
	.site-header .grid-container .grid-x .tot-language-switcher {
		top: 34px;
		right: 88px;
		width: 46px;
		height: 46px;
		z-index: 1;
	}
	.site-header .grid-container .grid-x .tot-language-switcher .custom-select .custom-options {
		top: 50px;
		width: 46px;
		background: #ffffff;
		border-radius: 6px;
		padding: 10px 8px;
	}
	.site-header .grid-container .grid-x .tot-language-switcher .custom-select .custom-options .custom-option {
		width: 46px;
		height: auto;
		padding-block: 5px;
		border: 0;
	}
}

@media (max-width: 1023px) {
	.site-header {
		padding-block: 25px;
	}
}

.responsive-menu_open .site-header {
	background-color: #F7F6F0;
	position: fixed;
	top: -100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}

.responsive-menu_open .site-header.responsive-menu-active {
	top: 0;
}

.responsive-menu_open .site-header.responsive-menu-active .grid-container {
	height: 100%;
}

.responsive-menu_open .site-header.responsive-menu-active.fixed .pro-language-switcher .custom-select .custom-select-trigger, .responsive-menu_open .site-header.responsive-menu-active.white-header .pro-language-switcher .custom-select .custom-select-trigger {
	color: #ffffff;
}

.responsive-menu_open .site-header.responsive-menu-active.fixed .pro-language-switcher .custom-select .white-globe, .responsive-menu_open .site-header.responsive-menu-active.white-header .pro-language-switcher .custom-select .white-globe {
	display: block;
	margin-top: -2px;
}

.responsive-menu_open .site-header.responsive-menu-active.fixed .pro-language-switcher .custom-select .purple-globe, .responsive-menu_open .site-header.responsive-menu-active.white-header .pro-language-switcher .custom-select .purple-globe {
	display: none;
}

.responsive-menu_open .site-header.responsive-menu-active.fixed .pro-language-switcher .custom-select::before, .responsive-menu_open .site-header.responsive-menu-active.white-header .pro-language-switcher .custom-select::before {
	display: none;
}

@media (max-width: 1023px) {
	.responsive-menu_open .site-header.responsive-menu-active .tot-language-switcher {
		opacity: 1;
	}
}

.responsive-menu_open .site-header .tot-responsive_menu {
	margin-top: 50px;
	height: calc(100% - 104px);
	overflow-y: auto;
}

@media (max-width: 767px) {
	.responsive-menu_open .site-header .tot-responsive_menu {
		margin-top: 34px;
	}
}

.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul {
	list-style-type: none;
	margin: 0;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul > li {
	position: relative;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul > li::before {
	content: unset;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul > li a {
	font-size: 30px;
	line-height: 34px;
	color: #231F20;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

@media (max-width: 767px) {
	.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul > li a {
		font-size: 35px;
		line-height: 38px;
		letter-spacing: -0.35px;
	}
}

@media (max-width: 767px) {
	.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul > li a {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0;
	}
}

@media (max-width: 767px) {
	.responsive-menu_open .site-header .tot-responsive_menu .res-content > ul > li {
		padding-bottom: 7px;
		margin-bottom: 11px;
	}
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-inline: 40px;
	margin-inline: auto;
}

@media (max-width: 767px) {
	.responsive-menu_open .site-header .tot-responsive_menu .res-footer {
		padding-inline: 20px;
	}
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	list-style-type: none;
	margin: 0;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-menu li {
	position: relative;
	padding: 0;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-menu li::before {
	content: unset;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-menu li a {
	font-size: 11px;
	color: #231F20;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2.2px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-menu li a {
		font-size: 9px;
		line-height: 11px;
		letter-spacing: 0.9px;
	}
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-top {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-top ul li:first-child {
	display: none;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-bottom {
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-bottom .madeby-logo img {
	max-width: 83px;
}

.responsive-menu_open .site-header .tot-responsive_menu .res-footer .footer-bottom ul li:not(:first-child) {
	display: none;
}

.responsive-menu_open .site-header .tot-responsive_menu .pro-language-switcher {
	width: auto;
}

.responsive-menu_open .site-header .tot-responsive_menu .pro-language-switcher .custom-select::before {
	display: none;
}

.site-footer {
	background-color: #F7F6F0;
	padding: 77px 40px 108px;
}

.site-footer .grid-container {
	border: 1px solid rgba(35, 32, 32, 0.21);
	padding-inline: 0;
	max-width: 1276px;
}

.site-footer .grid-container .grid-margin-x {
	margin: 0;
}

.site-footer .grid-container .grid-margin-x .cell {
	margin: 0;
}

.site-footer .grid-container .tot-top-footer {
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.site-footer .grid-container .tot-top-footer .tot-footer_area {
	padding: 38px 52px;
	border-right: 1px solid rgba(35, 32, 32, 0.21);
	width: 542px;
}

@media (max-width: 1140px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_area {
		width: 40%;
	}
}

.site-footer .grid-container .tot-top-footer .tot-footer_area .tot-footer_title h2 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0;
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_area {
		width: 100%;
		padding: 38px 49px 20px;
		border: 0;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_area .tot-footer_title {
		max-width: 335px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_area {
		padding: 27px 24px 28px;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_area .tot-footer_title {
		max-width: 90%;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_area .tot-footer_title h2 {
		font-size: 27px;
		line-height: 27px;
	}
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios {
	padding: 0 69px 0 38px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 45px;
	width: calc(100% - 542px);
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item label {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-left: 63px;
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked,
.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked + label,
.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) + label {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked + label:before,
.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 30px;
	height: 30px;
	border: 1px solid #231F20;
	border-radius: 100%;
	background: transparent;
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked + label:after,
.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #F24100;
	position: absolute;
	top: 11px;
	left: 8px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1279px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_radios {
		padding: 0 30px 0 30px;
		gap: 30px;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item label {
		padding-left: 48px;
	}
}

@media (max-width: 1140px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_radios {
		width: 60%;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_radios {
		width: 100%;
		padding: 0 53px 45px 38px;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item label {
		padding-left: 63px;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_btn {
		width: 130px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-top-footer .tot-footer_radios {
		padding: 0 24px 29px 24px;
		flex-direction: column;
		align-items: flex-start;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item label {
		font-size: 15px;
		line-height: 24px;
		padding-left: 33px;
		margin: 0 0 12px 0;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked + label:before,
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) + label:before {
		width: 20px;
		height: 20px;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:checked + label:after,
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_list .tot-radio_item input[type="radio"]:not(:checked) + label:after {
		content: '';
		width: 9px;
		height: 9px;
		left: 5px;
		top: 8px;
	}
	.site-footer .grid-container .tot-top-footer .tot-footer_radios .tot-radio_btn {
		width: 100%;
	}
}

.site-footer .grid-container .tot-bottom-footer .tot-logo_area {
	padding: 30px 73px;
	border-right: 1px solid rgba(35, 32, 32, 0.21);
	width: 265px;
}

.site-footer .grid-container .tot-bottom-footer .tot-logo_area .tot-footer_logo a {
	display: block;
}

.site-footer .grid-container .tot-bottom-footer .tot-logo_area .tot-footer_logo a img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

@media (max-width: 1279px) {
	.site-footer .grid-container .tot-bottom-footer .tot-logo_area {
		width: 20%;
		padding-inline: 50px;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-bottom-footer .tot-logo_area {
		display: none;
	}
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area {
	width: calc(100% - 265px);
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first {
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	align-items: center;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social {
	width: 277px;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list {
	border-right: 1px solid rgba(35, 32, 32, 0.21);
	padding: 39px 47px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 1140px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social {
		width: 25%;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list {
		padding-inline: 30px;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social {
		width: 50%;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list {
		padding: 0;
		border: 0;
		height: 100%;
		display: flex;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list .tot-social_item {
		height: 100%;
		padding: 50px 45px;
		border-left: 1px solid rgba(35, 32, 32, 0.21);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-grow: 1;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social {
		width: 100%;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list {
		padding: 0;
		border-bottom: 1px solid rgba(35, 32, 32, 0.21);
		height: 100%;
		display: flex;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list .tot-social_item {
		height: 100%;
		padding: 30px 32px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-social .tot-social_list .tot-social_item:first-child {
		border-left: 0;
	}
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info {
	width: calc(100% - 277px);
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area {
	padding-left: 48px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 62px;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area .tot-contact_tel a {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #231F20;
	border-bottom: 2px solid #231F20;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area .tot-contact_tel a:hover {
	color: #F24100;
}

@media (max-width: 1140px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info {
		width: 75%;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area {
		padding-left: 30px;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info {
		width: 50%;
		order: -1;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area {
		padding: 0px 50px;
		gap: 19px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info {
		width: 100%;
		order: unset;
		padding-block: 30px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area {
		padding: 0px 24px;
		gap: 25px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first .tot-contact-info .tot-contact_area .tot-contact_tel a {
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_first {
		flex-direction: column;
	}
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound {
	align-items: center;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu {
	border-right: 1px solid rgba(35, 32, 32, 0.21);
	padding-block: 46px;
	width: calc(100% - 120px);
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container {
	padding-inline: 65px;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 62px;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li {
	padding-left: 0;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li a {
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 2.2px;
	color: #231F20;
	text-transform: uppercase;
	text-decoration: none;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li a:hover {
	color: #F24100;
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li::before {
	display: none;
}

@media (max-width: 1440px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu {
		width: 88%;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container {
		padding-inline: 55px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul {
		gap: 48px;
	}
}

@media (max-width: 1279px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container {
		padding-inline: 30px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul {
		gap: 26px;
	}
}

@media (max-width: 1140px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container {
		padding-inline: 20px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul {
		gap: 40px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li a {
		letter-spacing: 1px;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu {
		width: 66.2%;
		padding: 30px 0 24px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container {
		padding-inline: 44px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul {
		gap: 10px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li a {
		letter-spacing: 2.2px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu {
		padding: 18px 0;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container {
		padding: 0 15px 0 24px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul {
		gap: 0px;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_menu .tot-menu-container ul li a {
		font-size: 9px;
		line-height: 22px;
		letter-spacing: 0.9px;
	}
}

.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_madeby {
	width: 120px;
	padding-inline: 25px;
}

@media (max-width: 1440px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_madeby {
		width: 12%;
		padding-inline: 16px;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_madeby {
		width: 33.8%;
		padding-inline: 16px;
		text-align: center;
	}
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_madeby a img {
		width: 100px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area .tot-bottom_secound .tot-bottom_madeby a img {
		width: 70px;
	}
}

@media (max-width: 1279px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area {
		width: 80%;
	}
}

@media (max-width: 1023px) {
	.site-footer .grid-container .tot-bottom-footer .tot-bottom_area {
		width: 100%;
	}
}

.site-footer .tot-top_btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.site-footer .tot-top_btn {
		bottom: 40px;
	}
}

@media (max-width: 1023px) {
	.site-footer {
		padding: 40px 40px 33px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 30px 20px 20px;
	}
}

.tot-streat_area {
	position: fixed;
	top: 200px;
	right: 0px;
	background-position: top left;
	z-index: 1;
	background-color: transparent !important;
	background-image: url("../assets/images/res.svg") !important;
	background-position: top left;
	background-size: cover;
	width: 46px;
	height: 114px;
	transition: all 0.5s ease-in-out;
}

.tot-streat_area a {
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.tot-streat_area a .tot-streat_title {
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
	transition: all 0.5s ease-in-out;
	right: 9px;
	top: -9px;
	width: 100%;
	height: 100%;
}

.tot-streat_area a .tot-streat_title p {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	transform: rotate(270deg);
	text-transform: uppercase;
	color: #231F20;
	position: relative;
}

.tot-streat_area a .tot-streat_title p::after {
	position: absolute;
	bottom: 4px;
	left: -18px;
	content: "";
	background-image: url("../assets/images/arrw-black.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	background-size: contain;
}

.tot-streat_area a .tot-streat_content {
	position: absolute;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out;
	text-align: center;
	top: 11px;
	left: 36px;
}

.tot-streat_area a .tot-streat_content .tot-streat_logo {
	width: 78px;
	padding-bottom: 20px;
	position: relative;
}

.tot-streat_area a .tot-streat_content .tot-streat_logo::after {
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	content: "";
	background-image: url("../assets/images/white-triangle.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 5px;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}

.tot-streat_area a .tot-streat_content .tot-streat_text p {
	margin-bottom: 0;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	position: relative;
}

.tot-streat_area a .tot-streat_content .tot-streat_text p::after {
	position: absolute;
	right: -12px;
	bottom: 0px;
	content: "";
	background-image: url("../assets/images/arrw-black.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 10px;
	background-size: contain;
}

.tot-streat_area a .tot-streat_content .tot-streat_title {
	transform: translateX(-100%);
}

.tot-streat_area.is-active {
	width: 136px;
}

.tot-streat_area.is-active a .tot-streat_content {
	transform: unset;
}

.tot-streat_area.is-active a .tot-streat_title {
	right: -100%;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
	transform: unset;
}

@media (max-width: 767px) {
	.tot-streat_area {
		top: 110px;
	}
}

.tot-banner_sec .grid-container .tot-banner_title {
	max-width: 766px;
	margin: 0 auto;
}

.tot-banner_sec .grid-container .tot-banner_title h1 div {
	position: relative;
	border: 1px solid rgba(35, 32, 32, 0.21);
	border-left: 0;
	border-right: 0;
	padding-left: 12px;
}

.tot-banner_sec .grid-container .tot-banner_title h1 div span {
	color: #F24100;
}

.tot-banner_sec .grid-container .tot-banner_title h1 div::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	content: "";
	background-image: url("../assets/images/left-arw.svg");
	background-repeat: no-repeat;
	width: 66px;
	height: 42px;
	background-size: cover;
}

@media (max-width: 1023px) {
	.tot-banner_sec .grid-container .tot-banner_title h1 div::before {
		left: 22px;
	}
}

@media (max-width: 767px) {
	.tot-banner_sec .grid-container .tot-banner_title h1 div::before {
		width: 39px;
		height: 25px;
		left: 0;
	}
}

@media (max-width: 360px) {
	.tot-banner_sec .grid-container .tot-banner_title h1 div {
		padding-left: 40px;
	}
}

.tot-banner_sec .tot-bannervideo-area {
	position: relative;
	height: 746px;
}

.tot-banner_sec .tot-bannervideo-area .grid-container {
	position: relative;
}

.tot-banner_sec .tot-bannervideo-area .grid-container .tot-sticker_area {
	background-repeat: no-repeat;
	width: 126px;
	height: 126px;
	position: absolute;
	top: -55px;
	right: 50px;
	z-index: 2;
}

.tot-banner_sec .tot-bannervideo-area .grid-container .tot-sticker_area a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 1023px) {
	.tot-banner_sec .tot-bannervideo-area .grid-container .tot-sticker_area {
		display: none;
	}
}

.tot-banner_sec .tot-bannervideo-area video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x {
	align-items: center;
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x p,
.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x a {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 2.2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0;
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_annee {
	padding-inline: 45px;
	border-left: 1px solid rgba(255, 255, 255, 0.21);
	border-right: 1px solid rgba(255, 255, 255, 0.21);
	padding-block: 23px;
	min-height: 76px;
	align-items: center;
	display: flex;
}

@media (max-width: 1140px) {
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_annee {
		padding-inline: 26px;
	}
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_btn {
	padding-left: 65px;
	padding-block: 23px;
	min-height: 76px;
}

.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_btn img {
	margin-left: 18px;
}

@media (max-width: 1279px) {
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_btn {
		padding-left: 30px;
	}
}

@media (max-width: 1140px) {
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_btn {
		padding-left: 26px;
	}
}

.tot-banner_sec .tot-bannervideo-area::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 250px;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 1023px) {
	.tot-banner_sec .tot-bannervideo-area {
		height: 373px;
	}
	.tot-banner_sec .tot-bannervideo-area::after {
		height: 115px;
	}
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x {
		align-items: center;
	}
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_left {
		display: none;
	}
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_annee {
		display: none;
	}
	.tot-banner_sec .tot-bannervideo-area .tot-video_bottom .grid-x .tot-text_right .tot-text_btn {
		width: 100%;
		text-align: center;
		padding-block: 15px;
		min-height: auto;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.tot-banner_sec .tot-bannervideo-area {
		height: 283px;
	}
}

@media (max-width: 1023px) {
	.tot-banner_sec {
		padding-top: 60px;
	}
	.tot-banner_sec .grid-container .tot-banner_title {
		max-width: 600px;
		margin: 0 auto;
	}
	.tot-banner_sec .grid-container .tot-banner_title h1 {
		margin-bottom: 10px;
	}
	.tot-banner_sec .grid-container .tot-banner_title div {
		padding: 5px 0;
		margin-top: 5px;
	}
	.tot-banner_sec .grid-container .tot-banner_sur_title {
		padding: 30px 0 70px;
	}
	.tot-banner_sec .grid-container .tot-banner_sur_title p {
		font-weight: 700;
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 0;
		letter-spacing: 2.6px;
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	.tot-banner_sec {
		padding-top: 30px;
	}
	.tot-banner_sec .grid-container .tot-banner_title {
		max-width: 310px;
	}
	.tot-banner_sec .grid-container .tot-banner_title h1 {
		position: relative;
		line-height: 45px;
	}
	.tot-banner_sec .grid-container .tot-banner_title h1::after {
		position: absolute;
		top: 44px;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 1px;
		background-color: rgba(35, 32, 32, 0.21);
	}
	.tot-banner_sec .grid-container .tot-banner_title h1 div {
		padding-left: 25px;
	}
	.tot-banner_sec .grid-container .tot-banner_sur_title {
		padding: 26px 0 38px;
		margin: 0 auto;
	}
	.tot-banner_sec .grid-container .tot-banner_sur_title p {
		letter-spacing: 2.2px;
	}
}

.a-propos-sec {
	padding-block: 85px;
}

.a-propos-sec .grid-container .tot-propos_title h2 {
	font-size: 45px;
	line-height: 45px;
	max-width: 467px;
}

.a-propos-sec .grid-container .tot-propos_content .tot-propos_text p {
	font-weight: 500;
}

.a-propos-sec .grid-container .tot-propos_content .tot-propos_btn {
	padding-top: 15px;
}

.a-propos-sec .grid-container .tot-chiffres_list {
	margin: 100px 0 0;
	display: flex;
	justify-content: center;
}

.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item {
	margin: 0;
	width: 25%;
	border: 1px solid rgba(35, 32, 32, 0.21);
	padding: 34px 15px;
	border-right: 0;
}

.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item:last-child {
	border-right: 1px solid rgba(35, 32, 32, 0.21);
}

.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_num {
	position: relative;
	padding-bottom: 30px;
}

.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_num h3 {
	font-size: 76px;
	line-height: 76px;
	letter-spacing: 0.76px;
	font-weight: 700;
}

.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_num::after {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	content: "";
	margin: 0 auto;
	width: 46px;
	height: 2px;
	background-color: #F24100;
}

.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_text p {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2.6px;
	font-weight: 700;
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.a-propos-sec {
		padding-block: 50px;
	}
	.a-propos-sec .grid-container .tot-propos_title h2 {
		max-width: 570px;
		margin-bottom: 30px;
	}
	.a-propos-sec .grid-container .tot-propos_content {
		max-width: 688px;
	}
	.a-propos-sec .grid-container .tot-propos_content .tot-propos_btn {
		padding-top: 8px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list {
		flex-wrap: wrap;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item {
		width: 50%;
		padding: 48px 15px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item:nth-last-child(-n+2) {
		border-top: 0;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item:nth-child(even) {
		border-right: 1px solid rgba(35, 32, 32, 0.21);
	}
}

@media (max-width: 767px) {
	.a-propos-sec {
		padding-block: 68px;
	}
	.a-propos-sec .grid-container .tot-propos_title h2 {
		font-size: 27px;
		line-height: 27px;
		max-width: 350px;
		margin-bottom: 20px;
	}
	.a-propos-sec .grid-container .tot-propos_content .tot-propos_btn {
		padding-top: 15px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list {
		margin-top: 64px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item {
		width: 100%;
		border-right: 0;
		border: 1px solid rgba(35, 32, 32, 0.21);
		border-bottom: 0;
		padding: 21px 15px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_num {
		padding-bottom: 20px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_num h3 {
		font-size: 55px;
		line-height: 55px;
		letter-spacing: 0.55px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item .tot-chiffres_text p {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 2.2px;
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item:nth-last-child(-n+2) {
		border-top: 1px solid rgba(35, 32, 32, 0.21);
	}
	.a-propos-sec .grid-container .tot-chiffres_list .tot-chiffres_item:last-child {
		border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	}
}

.tot-evenementiel-sec {
	background-color: #ffffff;
	padding-block: 100px;
}

.tot-evenementiel-sec .grid-container .grid-x .cell .tot-evenementiel_title {
	max-width: 545px;
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .grid-container .grid-x .cell .tot-evenementiel_title {
		max-width: 570px;
		margin-bottom: 25px;
	}
}

.tot-evenementiel-sec .grid-container .grid-x .cell .tot-evenementiel_texte {
	padding-bottom: 10px;
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .grid-container .grid-x .cell .tot-evenementiel_texte {
		max-width: 688px;
	}
}

.tot-evenementiel-sec .tot-references_area {
	padding-top: 79px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell {
	margin-bottom: 30px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_etiquette {
	position: absolute;
	top: 50px;
	left: -177px;
	transform: rotate(319deg);
	background-color: #F24100;
	padding: 10px 50px;
	text-align: center;
	width: 500px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_etiquette p {
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 2.2px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	z-index: 1;
	padding-inline: 45px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_title h4 {
	color: #ffffff;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0;
	margin-bottom: 0;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_terms {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_terms .tag {
	color: #ffffff;
	border-color: transparent;
	background-color: #FFFFFF43;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 204px;
	background: linear-gradient(180deg, #0000 35%, black 100%);
	z-index: 0;
	opacity: 70%;
}

@media (max-width: 1140px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content {
		padding-inline: 30px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content h4 {
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell {
		margin-bottom: 20px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content {
		padding-inline: 40px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_title h4 {
		line-height: 50px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_terms {
		display: none;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_img img {
		height: auto;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell {
		margin-bottom: 10px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content {
		padding-inline: 17px;
		bottom: 12px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_title h4 {
		font-size: 20px;
		line-height: 20px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_content .tot-references_terms {
		display: none;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_etiquette {
		top: 30px;
		left: -250px;
		padding: 2px 30px;
		width: 600px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_etiquette p {
		font-size: 9px;
		line-height: 22px;
		letter-spacing: 1.8px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell a .tot-references_img img {
		height: 170px;
		width: 100%;
		object-fit: cover;
	}
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_img img {
	height: 404px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_img img {
		height: 335px !important;
	}
}

@media (max-width: 767px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_img img {
		height: 170px !important;
		object-fit: cover;
	}
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_content {
	padding-inline: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_content .tot-references_title {
	order: 1;
}

@media (max-width: 1140px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_content {
		padding-inline: 14px;
	}
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_content {
		padding-inline: 40px;
	}
}

@media (max-width: 767px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.column-width a .tot-references_content {
		padding-inline: 17px;
	}
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area {
	height: 100%;
	background-color: #231F20;
	min-height: 404px;
	position: relative;
	overflow: hidden;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a {
	height: 100%;
	position: absolute;
	inset: 0;
	padding: 36px 33px 30px;
	width: 100%;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a::after {
	display: none;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .subhead {
	margin-bottom: 12px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-cta_title {
	max-width: 333px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-cta_title h2 {
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-svg_area {
	position: absolute;
	right: 33px;
	bottom: 30px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-svg_area svg {
	width: 144px;
	height: 90px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area::before {
	position: absolute;
	bottom: -45px;
	left: -119px;
	content: "";
	background-image: url("../assets/images/dark_bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 354px;
	width: 256px;
	z-index: -1;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.orange-bg {
	background-color: #F24100;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.orange-bg a .subhead {
	color: #ffffff;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.orange-bg::before {
	background-image: url("../assets/images/orange.svg");
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.large-8 a .subhead {
	margin-bottom: 18px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.large-8 a .tot-cta_title {
	max-width: 545px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.large-8 a .tot-svg_area svg {
	width: 199px;
	height: 126px;
}

.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.large-12 a .tot-cta_title {
	max-width: 545px;
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area {
		min-height: 335px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-cta_title {
		max-width: 606px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-svg_area svg {
		width: 150px;
		height: 95px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area::before {
		position: absolute;
		bottom: -10px;
		left: -74px;
		content: "";
		background-image: url("../assets/images/dark_bg.svg");
		background-repeat: no-repeat;
		background-size: cover;
		height: 287px;
		width: 212px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.large-8 a .tot-svg_area svg {
		width: 150px;
		height: 95px;
	}
}

@media (max-width: 767px) {
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area {
		min-height: 170px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a {
		padding: 17px 18px 21px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .subhead {
		display: none;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-cta_title {
		max-width: 263px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-cta_title h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-svg_area {
		position: absolute;
		right: 22px;
		bottom: 16px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area a .tot-svg_area svg {
		width: 69px;
		height: 43px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area::before {
		position: absolute;
		bottom: -23px;
		left: -37px;
		height: 146px;
		width: 108px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-references-lists .cell.tot-cta_area.large-8 a .tot-svg_area svg {
		width: 69px;
		height: 43px;
	}
}

.tot-evenementiel-sec .tot-references_area .tot-evenementiel_rbtn {
	padding: 50px 0 10px;
	margin-top: 49px;
	border-top: 1px solid #231F20;
}

.tot-evenementiel-sec .tot-references_area .tot-evenementiel_rbtn a {
	position: relative;
	display: block;
	padding-right: 30px;
	text-decoration: none;
}

.tot-evenementiel-sec .tot-references_area .tot-evenementiel_rbtn a::after {
	position: absolute;
	top: -16px;
	right: 0;
	content: "";
	background-image: url("../assets/images/black-arw.svg");
	background-repeat: no-repeat;
	width: 104px;
	height: 85px;
	background-size: contain;
	background-position: right;
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec .tot-references_area .tot-evenementiel_rbtn a::after {
		width: 66px;
		height: 55px;
		top: -7px;
	}
}

@media (max-width: 767px) {
	.tot-evenementiel-sec .tot-references_area .tot-evenementiel_rbtn {
		padding-top: 20px;
		margin-top: 39px;
	}
	.tot-evenementiel-sec .tot-references_area .tot-evenementiel_rbtn a::after {
		width: 37px;
		height: 30px;
		top: 5px;
	}
}

@media (max-width: 1023px) {
	.tot-evenementiel-sec {
		padding-block: 79px;
	}
}

@media (max-width: 767px) {
	.tot-evenementiel-sec {
		padding-block: 57px;
	}
}

.tot-staffing-sec {
	padding: 101px 0 104px;
	background: #231F20;
	position: relative;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 20 20"%3E%3Ctext x="1" y="15" font-family="Arial" font-size="3" fill="rgba(255, 255, 255, 0.1)"%3E%2B%3C/text%3E%3C/svg%3E');
	background-repeat: repeat;
	background-size: 140px auto;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area {
	padding-top: 120px;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content * {
	color: #ffffff;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info {
	max-width: 640px;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_surtitle .subhead {
	color: #F24100;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_intro p {
	font-weight: 500;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_acc_lists {
	padding: 33px 0 79px;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_acc_lists .tot-stacc_item {
	padding-block: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_title h4 {
	position: relative;
	font-size: 65px;
	line-height: 50px;
	margin-bottom: 0;
	padding-right: 18px;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_title h4::after {
	position: absolute;
	top: 4px;
	content: "";
	right: 0;
	background-image: url("../assets/images/down-arw.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	width: 23px;
	height: 46px;
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_title.hidden_content h4::after {
	transform: rotate(0deg);
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_content {
	padding-top: 15px;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing-info .tot-propos_btn .btn {
	color: #F24100;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content {
	cursor: pointer;
}

.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 1023px) {
	.tot-staffing-sec .grid-container .tot-staffing_content_area {
		padding-top: 70px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_img_area {
		order: -1;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content {
		padding-top: 86px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing-info {
		max-width: 688px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing_acc_lists {
		padding: 10px 0 60px;
	}
}

@media (max-width: 767px) {
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content {
		padding-top: 50px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing-info {
		max-width: 688px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing-info .tot-staffing_intro p {
		font-size: 15px;
		line-height: 24px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing_acc_lists {
		padding: 10px 0 66px;
		max-width: 100%;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing_acc_lists .tot-stacc_item {
		padding-block: 20px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_title h4 {
		font-size: 35px;
		line-height: 35px;
		letter-spacing: -0.35px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_title h4::after {
		width: 16px;
		height: 31px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content .tot-staffing_acc_lists .tot-stacc_item .tot-stacc_content ul li {
		font-size: 15px;
	}
	.tot-staffing-sec .grid-container .tot-staffing_content_area .tot-staffing_content ul {
		gap: 8px;
	}
}

@media (max-width: 1023px) {
	.tot-staffing-sec {
		padding: 88px 0 134px;
	}
	.tot-staffing-sec .tot-marquee_text img {
		height: 100px;
		object-fit: cover;
		-webkit-object-fit: cover;
		-moz-object-fit: cover;
	}
}

@media (max-width: 767px) {
	.tot-staffing-sec {
		padding: 69px 0 75px;
	}
	.tot-staffing-sec .tot-marquee_text img {
		height: 52px;
	}
}

.tot-gallery-sec {
	padding: 123px 0 46px;
	background-color: #F7F6F0;
}

.tot-gallery-sec .grid-x {
	max-width: 100% !important;
	padding-left: calc(50% - 635px) !important;
	margin: 0 0 0 auto;
	align-items: center;
}

.tot-gallery-sec .grid-x .slick-arw {
	width: 96px;
	margin-left: 0;
}

.tot-gallery-sec .grid-x .slick-arw .tot-gallery_btn {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}

.tot-gallery-sec .grid-x .slick-arw .tot-gallery_btn .slick-arrow {
	background-color: transparent;
	font-size: 0;
	border: 0;
	background-image: url("../assets/images/black-arw.svg");
	background-size: cover;
	width: 52px;
	background-repeat: no-repeat;
	height: 42px;
}

.tot-gallery-sec .grid-x .slick-arw .tot-gallery_btn .slick-arrow.slick-next {
	transform: rotate(180deg);
}

@media (max-width: 1140px) {
	.tot-gallery-sec .grid-x .slick-arw .tot-gallery_btn {
		align-items: flex-end;
	}
}

@media (max-width: 1023px) {
	.tot-gallery-sec .grid-x .slick-arw {
		display: none;
	}
}

.tot-gallery-sec .grid-x .slick-img {
	width: calc(100% - 112px);
	margin: 0;
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide {
	margin-right: 12px;
	height: 475px;
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide * {
	height: 100%;
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide .tot-gallery_slide a {
	position: relative;
	display: block;
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide .tot-gallery_slide a::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
	content: "";
	background-image: url("../assets/images/orange-plus.png");
	width: 126px;
	height: 126px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide .tot-gallery_slide a img {
	object-fit: cover;
	width: 100%;
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide .tot-gallery_slide:hover a::after {
	opacity: 1;
}

@media (max-width: 1023px) {
	.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide {
		margin-right: 20px;
		height: 303px;
	}
	.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide .tot-gallery_slide a::after {
		width: 85px;
		height: 85px;
	}
}

@media (max-width: 767px) {
	.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide {
		margin-right: 10px;
		height: 240px;
	}
	.tot-gallery-sec .grid-x .slick-img .tot-gallery_area .slick-list .slick-slide .tot-gallery_slide a::after {
		width: 50px;
		height: 50px;
	}
}

.tot-gallery-sec .grid-x .slick-img .tot-gallery_text p {
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.tot-gallery-sec .grid-x .slick-img .tot-gallery_text p {
		font-size: 9px;
		line-height: 22px;
		letter-spacing: 0.9px;
		margin: 0;
	}
}

@media (max-width: 1023px) {
	.tot-gallery-sec .grid-x .slick-img {
		width: 100%;
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.tot-gallery-sec .grid-x .slick-img {
		padding-left: 20px;
	}
}

@media (max-width: 1023px) {
	.tot-gallery-sec {
		padding-top: 81px;
	}
}

@media (max-width: 767px) {
	.tot-gallery-sec {
		padding-top: 58px;
	}
}

.home .fancybox-close-small {
	display: none;
}

.home .fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button {
	top: 0;
	right: -35px;
}

.home .fancybox-container .fancybox-iframe {
	pointer-events: none;
}

.partenaires-sec {
	padding: 89px 0 0px;
}

.partenaires-sec .partners-slider {
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	padding-bottom: 72px;
}

.partenaires-sec .partners-slider .slick-list {
	overflow: visible;
	margin-right: -30%;
	padding-right: 10%;
}

.partenaires-sec .partners-slider .slick-list .slick-track {
	display: flex;
	align-items: center;
}

.partenaires-sec .partners-slider .slick-list .slick-track .slick-slide {
	margin-right: 130px;
}

@media (max-width: 1023px) {
	.partenaires-sec {
		padding-top: 52px;
	}
	.partenaires-sec .partners-slider {
		padding-bottom: 59px;
	}
	.partenaires-sec .partners-slider .slick-list .slick-track .slick-slide {
		margin-right: 90px;
	}
}

@media (max-width: 767px) {
	.partenaires-sec {
		padding-top: 36px;
	}
	.partenaires-sec .partners-slider {
		padding-bottom: 28px;
	}
	.partenaires-sec .partners-slider .slick-list .slick-track .slick-slide {
		margin-right: 38px;
	}
}

.page-template-references .tot-evenementiel-sec, .page-template-references .tot-refrence-sec {
	background-color: transparent;
}

.page-template-references .tot-evenementiel-sec {
	padding: 17px 0 66px;
}

.page-template-references .tot-evenementiel-sec .grid-container .tot-references_area {
	padding: 0;
}

@media (max-width: 1023px) {
	.page-template-references .tot-evenementiel-sec {
		padding-bottom: 46px;
	}
}

.tot-refrence-sec {
	padding: 50px 0 20px 0;
}

.tot-refrence-sec .grid-container .tot-refrence_title {
	max-width: 622px;
	margin: 0 auto;
}

.tot-refrence-sec .grid-container .tot-refrence_title h1 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1.2px;
}

@media (max-width: 767px) {
	.tot-refrence-sec .grid-container .tot-refrence_title {
		max-width: 338px;
	}
	.tot-refrence-sec .grid-container .tot-refrence_title h1 {
		font-size: 35px;
		line-height: 35px;
		letter-spacing: -0.35px;
	}
}

@media (max-width: 360px) {
	.tot-refrence-sec .grid-container .tot-refrence_title {
		max-width: 230px;
	}
}

.tot-refrence-sec .grid-container .tot-refrence_nav {
	padding-top: 12px;
}

.tot-refrence-sec .grid-container .tot-refrence_nav ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.tot-refrence-sec .grid-container .tot-refrence_nav ul li {
	padding-left: 0;
}

.tot-refrence-sec .grid-container .tot-refrence_nav ul li::before {
	display: none;
}

.tot-refrence-sec .grid-container .tot-refrence_nav ul li a {
	display: inline-block;
	text-decoration: none;
	color: #231F20;
	border-color: #231F20;
}

.tot-refrence-sec .grid-container .tot-refrence_nav ul li a:hover, .tot-refrence-sec .grid-container .tot-refrence_nav ul li a.is-active {
	color: #ffffff;
	border-color: #F24100;
	background-color: #F24100;
}

@media (max-width: 1023px) {
	.tot-refrence-sec .grid-container .tot-refrence_nav {
		display: none;
	}
}

.reference-more .grid-container .referece-wrapper {
	position: relative;
}

.reference-more .grid-container .referece-wrapper::after, .reference-more .grid-container .referece-wrapper::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 45%;
	height: 2px;
	border: 1px solid rgba(35, 32, 32, 0.21);
	right: 0;
	margin-top: -28px;
}

@media (max-width: 1023px) {
	.reference-more .grid-container .referece-wrapper::after, .reference-more .grid-container .referece-wrapper::before {
		width: 42%;
	}
}

@media (max-width: 767px) {
	.reference-more .grid-container .referece-wrapper::after, .reference-more .grid-container .referece-wrapper::before {
		width: 35%;
	}
}

.reference-more .grid-container .referece-wrapper::before {
	left: 0;
}

.reference-more .grid-container .referece-wrapper .reference-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 23px;
}

.reference-more .grid-container .referece-wrapper .reference-box p {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	font-weight: 700;
}

.tot-refrence_filter {
	margin-bottom: 20px;
	position: relative;
}

@media (max-width: 1023px) {
	.tot-refrence_filter {
		margin-block: 35px;
	}
}

@media (max-width: 767px) {
	.tot-refrence_filter {
		margin: 25px 0 12px 0;
	}
}

.tot-refrence_filter .reference-filter a {
	font-weight: 700;
	text-decoration: none;
	color: #231F20;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.tot-refrence_filter .reference-filter a {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.tot-refrence_filter .reference-filter a {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 2.2px;
	}
}

.tot-refrence_filter .reference-filter #default {
	padding: 9px 43px 9px 20px;
	border: 1px solid #231F20;
	position: relative;
	border-radius: 50px;
}

.tot-refrence_filter .reference-filter #default::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	content: "";
	background-image: url("../assets/images/orange-arw.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	width: 30px;
	height: 12px;
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	margin-top: -9px;
}

.tot-refrence_filter .reference-filter #default.active-dropdown::after {
	transform: rotate(-90deg);
	margin-top: -1px;
}

@media (max-width: 767px) {
	.tot-refrence_filter .reference-filter #default {
		padding: 7px 43px 7px 20px;
	}
}

.tot-refrence_filter .reference-filter ul {
	list-style-type: none;
	transition: all 0.5s ease-in-out;
	background-color: transparent;
	padding: 10px 21px 0;
}

.tot-refrence_filter .reference-filter ul li {
	padding-block: 5px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	padding-left: 0;
}

.tot-refrence_filter .reference-filter ul li:last-child {
	border: 0;
}

.tot-refrence_filter .reference-filter ul li::before {
	display: none;
}

.tot-refrence_filter .reference-filter #default + ul {
	display: none;
}

.tot-refrence_filter .reference-filter .active-dropdown + ul {
	display: block !important;
	width: 100%;
}

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

.single-banner .grid-container .side-heading {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}

.single-banner .grid-container .side-heading .back-btn {
	margin-top: -34px;
}

.single-banner .grid-container .side-heading .back-btn .btn {
	position: absolute;
	left: 0;
	padding: 0 0 0 40px;
	color: #231F20;
}

.single-banner .grid-container .side-heading .back-btn .btn::after {
	transform: translateY(-50%) rotate(180deg);
	right: unset;
	left: 0;
}

.single-banner .grid-container .single-img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
}

@media (max-width: 1023px) {
	.single-banner .grid-container {
		padding-inline: 0;
	}
	.single-banner .grid-container .side-heading .back-btn {
		display: none;
	}
	.single-banner .grid-container .single-img img {
		height: 374px;
	}
	.single-banner .grid-container .single-img p {
		display: none;
	}
}

@media (max-width: 767px) {
	.single-banner .grid-container .side-heading {
		margin-bottom: 30px;
	}
	.single-banner .grid-container .single-img img {
		height: 190px;
	}
}

@media (max-width: 767px) {
	.single-banner {
		padding-top: 50px;
	}
}

.single-staffing {
	padding: 42px 0 112px;
	position: relative;
}

.single-staffing .grid-container {
	display: flex;
}

.single-staffing .grid-container .single-table {
	width: 400px;
}

.single-staffing .grid-container .single-table table tbody {
	background-color: transparent;
	border-color: rgba(35, 32, 32, 0.21);
}

.single-staffing .grid-container .single-table table tbody tr {
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.single-staffing .grid-container .single-table table tbody tr td {
	font-weight: 500;
	text-transform: uppercase;
	padding-block: 16px;
}

.single-staffing .grid-container .single-table table tbody tr td.c-img {
	text-align: center;
	width: 70px;
	border-right: 1px solid rgba(35, 32, 32, 0.21);
}

.single-staffing .grid-container .single-table table tbody tr td.c-data {
	width: 100px;
}

.single-staffing .grid-container .single-table table tbody tr td.c-data p {
	color: #F24100;
	padding-right: 5px;
	text-align: right;
}

.single-staffing .grid-container .single-table table tbody tr td.small {
	padding-left: 20px;
}

.single-staffing .grid-container .single-table table tbody tr td.small p {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2.6px;
}

.single-staffing .grid-container .single-table table tbody tr:nth-child(even) {
	background-color: transparent;
}

.single-staffing .grid-container .single-table table tbody tr:last-child {
	border-bottom: 0;
}

@media (max-width: 1279px) {
	.single-staffing .grid-container .single-table {
		width: 350px;
	}
}

@media (max-width: 1140px) {
	.single-staffing .grid-container .single-table {
		width: 330px;
	}
}

.single-staffing .grid-container .single-info {
	max-width: 731px;
	margin-left: auto;
}

.single-staffing .grid-container .single-info .tag {
	border-color: #231F20;
	color: #231F20;
	display: inline-block;
}

.single-staffing .grid-container .single-info h1 {
	margin: 38px 0 50px;
}

.single-staffing .grid-container .single-info .info-wrapper {
	padding: 28px 0 20px;
	border-top: 1px solid rgba(35, 32, 32, 0.21);
}

.single-staffing .grid-container .single-info .info-wrapper .subhead {
	margin-bottom: 29px;
}

.single-staffing .grid-container .single-info .info-wrapper:last-child {
	padding-bottom: 0;
}

@media (max-width: 1279px) {
	.single-staffing .grid-container .single-info {
		max-width: 630px;
	}
}

@media (max-width: 1140px) {
	.single-staffing .grid-container .single-info {
		max-width: 600px;
	}
}

@media (max-width: 1023px) {
	.single-staffing .grid-container .single-info {
		max-width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	.single-staffing .grid-container .single-info .tag {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.single-staffing .grid-container .single-info {
		margin-top: 0;
	}
	.single-staffing .grid-container .single-info h1 {
		margin: 15px 0 39px;
	}
	.single-staffing .grid-container .single-info .info-wrapper {
		padding: 17px 0 20px;
	}
	.single-staffing .grid-container .single-info .info-wrapper .subhead {
		margin-bottom: 8px;
	}
}

@media (max-width: 1023px) {
	.single-staffing {
		padding: 30px 0 40px;
	}
	.single-staffing .grid-container {
		flex-direction: column;
	}
	.single-staffing .grid-container .single-table {
		position: unset;
		width: 100%;
		transform: unset;
	}
	.single-staffing .grid-container .single-table table {
		margin-bottom: 40px;
	}
	.single-staffing .grid-container .single-table table tbody tr td.small {
		padding-left: 40px;
	}
	.single-staffing .grid-container .single-table table tbody tr td.c-data {
		padding-left: 0px;
	}
	.single-staffing::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.single-staffing {
		padding: 23px 0 20px;
	}
	.single-staffing .grid-container .single-table {
		position: unset;
		width: 100%;
		transform: unset;
	}
	.single-staffing .grid-container .single-table table tbody tr td.small {
		padding-left: 18px;
	}
	.single-staffing .grid-container .single-table table tbody tr td.small p {
		font-size: 11px;
		letter-spacing: 2.2px;
	}
	.single-staffing .grid-container .single-table table tbody tr td.c-data {
		padding-inline: 10px;
		border-left: 1px solid rgba(35, 32, 32, 0.21);
		width: 80px;
	}
	.single-staffing .grid-container .single-table table tbody tr td.c-data p {
		text-align: center;
		padding: 0;
	}
}

.tot-public-section {
	padding-top: 112px;
	background-color: #ffffff;
}

.tot-public-section .grid-container .public-heading {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 25px;
	padding-bottom: 42px;
}

.tot-public-section .grid-container .public-heading h2 {
	max-width: 622px;
}

.tot-public-section .grid-container .public-wrapper .public-info {
	padding: 29px 0 31px;
	border-top: 1px solid rgba(35, 32, 32, 0.21);
}

.tot-public-section .grid-container .public-wrapper .public-info .public-img {
	position: relative;
	overflow: hidden;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-img img {
	width: 100%;
	height: 196px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-img .public-references {
	position: absolute;
	top: 24px;
	bottom: 0;
	left: -92px;
	transform: rotate(318deg);
	text-align: center;
	width: 100%;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-img .public-references p {
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 2.2px;
	font-weight: 700;
	color: #ffffff;
	background-color: #F24100;
	padding: 10px 50px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	padding-left: 37px;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-title .title-wraper p {
	margin-top: 22px;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-title a {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
}

.tot-public-section .grid-container .public-wrapper .public-info .public-title a img {
	width: 52px;
}

@media (max-width: 1023px) {
	.tot-public-section {
		padding-top: 85px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info {
		padding: 30px 0 40px;
		display: block;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-img img {
		height: 335px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title {
		padding: 30px 0 0 0;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title .title-wraper {
		max-width: 570px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title .title-wraper p {
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.tot-public-section {
		padding: 68px 0 30px;
	}
	.tot-public-section .grid-container .public-heading {
		padding-bottom: 55px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info {
		padding: 20px 0 20px;
		display: block;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-img img {
		height: 170px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title {
		padding: 20px 0 0 0;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title .title-wraper {
		max-width: 295px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title .title-wraper p {
		margin-top: 8px;
	}
	.tot-public-section .grid-container .public-wrapper .public-info .public-title a img {
		width: 37px;
	}
}

.single-references .tot-gallery-sec {
	padding: 0;
	background: linear-gradient(to bottom, #F7F6F0 50%, white 50%);
}

.single-references .site-footer {
	background-color: #ffffff;
}

.not-found {
	padding-block: 100px;
}

.not-found .rcy-not_text {
	margin-top: 32px;
}

.not-found .rcy-not_text .label {
	background-color: transparent;
	color: #F24100 !important;
	cursor: pointer;
	font-size: inherit;
}

@media (max-width: 767px) {
	.not-found {
		padding-block: 50px;
	}
	.not-found .rcy-not_text {
		margin-top: 16px;
	}
}

.tot-event-banner_sec {
	padding: 70px 0 142px;
}

.tot-event-banner_sec .tot-banner_right_sec {
	max-width: 513px;
	margin-left: auto;
}

.tot-event-banner_sec .tot-video-image {
	margin-top: 40px;
	height: 451px;
}

.tot-event-banner_sec .tot-video-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
}

@media (max-width: 1023px) {
	.tot-event-banner_sec {
		padding-bottom: 0;
	}
	.tot-event-banner_sec h1 {
		max-width: 688px;
	}
	.tot-event-banner_sec .tot-banner_right_sec {
		max-width: 688px;
		margin-left: 0;
	}
	.tot-event-banner_sec .tot-banner_right_sec .big-p p {
		margin-bottom: 10px;
	}
	.tot-event-banner_sec .img-container {
		padding: 0;
	}
	.tot-event-banner_sec .img-container .tot-video-image {
		height: 334px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.tot-event-banner_sec .img-container .tot-video-image {
		height: 228px;
		margin-top: 18px;
	}
}

.tot-types-evenements-sec {
	background-color: #ffffff;
	padding: 0px 0 44px;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -55px;
	position: relative;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings::before {
	content: "";
	position: absolute;
	left: -100vw;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #F7F6F0;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings.is-sticky {
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 100%;
	width: -webkit-fill-available;
	z-index: 99;
	background-color: #F7F6F0;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	padding: 0;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li::before {
	display: none;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li a {
	text-decoration: none;
	padding: 19px 42px;
	position: relative;
	font-weight: 700;
	border-top: 4px solid transparent;
	display: block;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(35, 32, 32, 0.21);
	right: 0;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li a:hover {
	border-color: #F24100;
	background-color: #ffffff;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li a:hover::after {
	background-color: transparent;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a {
	color: #F24100;
	border-color: #F24100;
	background-color: #ffffff;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a::after, .tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a::before {
	background-color: transparent;
}

.tot-types-evenements-sec .tot-tabs .tot-tab-headings li:last-child a::after {
	display: none;
}

.tot-types-evenements-sec .tot-tab-wrapper {
	padding-top: 77px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste {
	row-gap: 30px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap: 48px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-img {
	width: 98px;
	height: 98px;
	background-color: #F7F6F0;
	border-radius: 50%;
	padding: 22px;
	flex-shrink: 0;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-title {
	max-width: 398px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-title h3 {
	margin-bottom: 0;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-texte {
	padding: 15px 0 44px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-texte p:last-child {
	margin-bottom: 0;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell:last-child .tot-liste-texte {
	border-bottom: 0;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper {
	padding-top: 15px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec {
	border: 1px solid rgba(35, 32, 32, 0.21);
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-title {
	padding: 28px 99px 28px 34px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	text-transform: none;
	margin-bottom: 0;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-title span {
	display: block;
	color: #F24100;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper {
	display: grid;
	grid-template-columns: 0.5fr 4fr 0.5fr;
	align-items: center;
	gap: 18px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-photo,
.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-button {
	width: 77px;
	height: 77px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-button {
	border-left: 1px solid rgba(35, 32, 32, 0.21);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 15px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-name-roll p {
	margin-bottom: 0;
	font-weight: 700;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-name-roll .tot-cta-expert-name {
	margin-bottom: 5px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-name-roll .tot-cta-expert-name p {
	font-size: 18px;
	line-height: 20px;
}

.tot-types-evenements-sec .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-name-roll .tot-cta-expert-role p {
	font-size: 13px;
	line-height: 13px;
	color: #F24100;
	text-transform: uppercase;
}

.tot-types-evenements-sec .tot-evenementiel-sec {
	padding: 56px 0 35px;
}

.tot-types-evenements-sec .tot-evenementiel-sec .tot-references_area {
	padding-top: 22px;
}

@media (max-width: 1023px) {
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings {
		margin-top: 0;
		justify-content: center;
		border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li {
		background-color: #ffffff;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li a {
		padding: 19px 24px;
		border-top: 0;
		border-bottom: 4px solid transparent;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a {
		border-bottom-color: #F24100;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a::after {
		background-color: rgba(35, 32, 32, 0.21);
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper {
		padding-top: 62px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste {
		row-gap: 18px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title {
		gap: 37px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-img {
		width: 80px;
		height: 80px;
		padding: 19px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-title {
		max-width: 100%;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-texte {
		padding: 0px 0 30px;
		width: calc(100% - 118px);
		margin-left: auto;
	}
	.tot-types-evenements-sec .tot-tabs .tot-evenementiel-sec {
		padding: 93px 0 0px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-evenementiel-sec .tot-references_area {
		padding-top: 16px;
	}
}

@media (max-width: 767px) {
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings {
		justify-content: flex-start;
		scroll-behavior: smooth;
		scroll-snap-type: x;
		flex-wrap: nowrap;
		overflow-x: scroll;
		margin-inline: -40px;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-color: auto;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li {
		font-size: 11px;
		line-height: 13px;
		white-space: nowrap;
		scroll-snap-align: center;
		background-color: #ffffff;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li a {
		padding: 16px 24px;
		border-bottom: 3px solid transparent;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a {
		border-bottom-color: #F24100;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li.ui-tabs-active a::after {
		background-color: rgba(35, 32, 32, 0.21);
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-headings li:first-child {
		margin-left: 20px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper {
		padding-top: 40px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste {
		row-gap: 30px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title {
		gap: 15px;
		flex-direction: column;
		align-items: flex-start;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-img {
		width: 56px;
		height: 56px;
		padding: 12px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-item .tot-liste-img-title .tot-liste-title h3 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-tab-liste > .cell .tot-liste-texte {
		padding-top: 14px;
		width: 100%;
		margin-left: 0;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper {
		padding-top: 15px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-title {
		padding: 19px 33px 19px 24px;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-title span {
		display: inline-block;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper {
		align-items: center;
		gap: 15px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-photo,
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-button {
		width: 79px;
		height: 79px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-button {
		padding-right: 15px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-name-roll .tot-cta-expert-name p {
		font-size: 15px;
		line-height: 24px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-tab-wrapper .tot-tab-content .tot-cta-wrapper .tot-cta-sec .tot-cta-inner-wrapper .tot-cta-name-roll .tot-cta-expert-role p {
		font-size: 11px;
		line-height: 13px;
		color: #F24100;
	}
	.tot-types-evenements-sec .tot-tabs .tot-evenementiel-sec {
		padding: 85px 0 0px;
	}
	.tot-types-evenements-sec .tot-tabs .tot-evenementiel-sec .tot-références-title h3 {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.tot-types-evenements-sec .tot-tabs .tot-evenementiel-sec .tot-references_area {
		padding-top: 14px;
	}
}

.tot-pourquoi-sec {
	padding: 65px 0 10px;
}

.tot-pourquoi-sec .tot-pourquoi-title {
	text-align: center;
}

.tot-pourquoi-sec .tot-pourquoi-liste {
	padding-top: 84px;
}

.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-item-title h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 32px 0 8px;
}

.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-des {
	max-width: 250px;
}

.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-des p {
	opacity: 0.6;
}

@media (max-width: 1023px) {
	.tot-pourquoi-sec {
		padding: 68px 0 22px;
	}
	.tot-pourquoi-sec .tot-pourquoi-title {
		text-align: left;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste {
		padding-top: 52px;
		margin: 0;
		gap: 37px 69px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .cell {
		margin: 0;
		width: 44%;
		border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-img {
		width: 44px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-item-title h5 {
		margin: 12px 0 4px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-des {
		max-width: 250px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-des p {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.tot-pourquoi-sec {
		padding: 58px 0 40px;
	}
	.tot-pourquoi-sec .tot-pourquoi-title {
		text-align: left;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste {
		padding-top: 44px;
		margin: 0;
		gap: 28px 69px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .cell {
		width: 100%;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-img {
		width: 42px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-item-title h5 {
		margin: 12px 0 4px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-des {
		max-width: 250px;
	}
	.tot-pourquoi-sec .tot-pourquoi-liste .tot-pourquoi-item .tot-pourquoi-des p {
		margin-bottom: 20px;
	}
}

.tatou-contact-sec {
	padding: 65px 0 25px;
}

.tatou-contact-sec .contact-content-area .info-wrapper {
	max-width: 529px;
}

.tatou-contact-sec .contact-content-area .contact-share-area {
	border: 1px solid rgba(35, 32, 32, 0.21);
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-image {
	position: relative;
	z-index: 1;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-image .tot-sticker_area {
	position: absolute;
	right: -70px;
	bottom: -30px;
	width: 139px;
	height: 139px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-image .tot-sticker_area p {
	margin-bottom: 0;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding-inline: 20px;
	line-height: 1;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper {
	display: grid;
	grid-template-columns: 4fr 1fr;
	min-height: 274px;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area {
	border-right: 1px solid rgba(35, 32, 32, 0.21);
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .contact-adresse {
	padding: 36px 46px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .contact-adresse p {
	margin-bottom: 0;
	font-weight: 300;
	text-decoration: underline;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .mail-tel-area {
	padding: 36px 46px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 35px;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .mail-tel-area a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #231F20;
	text-decoration: none;
	border-bottom: 2px solid #231F20;
	padding-bottom: 5px;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 52px;
	height: 100%;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list ul li {
	padding-left: 0;
}

.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list ul li::before {
	display: none;
}

@media (max-width: 1440px) {
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-image .tot-sticker_area {
		right: -30px;
	}
}

@media (max-width: 1140px) {
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .contact-adresse {
		padding-inline: 24px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .mail-tel-area {
		padding-inline: 24px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 45px;
	}
}

@media (max-width: 1023px) {
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-image .tot-sticker_area {
		right: 30px;
		bottom: -98%;
		z-index: 2;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper {
		grid-template-columns: 1fr;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area {
		border-right: 0;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .contact-adresse {
		padding: 36px 47px 42px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .mail-tel-area {
		padding-inline: 47px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 36px 47px;
		border-top: 1px solid rgba(35, 32, 32, 0.21);
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 50px;
	}
}

@media (max-width: 767px) {
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-image .tot-sticker_area {
		right: 15px;
		bottom: -178%;
		width: 105px;
		height: 105px;
		background-size: cover;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper {
		min-height: auto;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .contact-adresse {
		padding: 21.5px 28px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .contact-adresse p {
		line-height: 19px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .mail-tel-area {
		gap: 22px;
		padding: 23.5px 28px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .details-area .mail-tel-area a {
		font-size: 15px;
		line-height: 21px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-details-wrapper .footer-social-list {
		padding: 23.5px 28px 27px;
	}
}

@media (max-width: 1023px) {
	.tatou-contact-sec .contact-content-area .cont-info {
		order: -1;
		margin-bottom: 90px;
	}
	.tatou-contact-sec .contact-content-area .contact-share-area .contact-image img {
		width: 100%;
	}
	.tatou-contact-sec .contact-content-area .info-wrapper {
		max-width: 688px;
	}
	.tatou-contact-sec .contact-content-area .info-wrapper .contact-titre h1 span {
		display: block;
	}
}

.contact-qform {
	padding-top: 52px;
	max-width: 622px;
}

.contact-qform .quform .quform-label > label {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color: #231F20;
	letter-spacing: 2.6px;
}

.contact-qform .quform .quform-field {
	background-color: transparent;
	padding: 5px 5px 5px 17px;
	border-radius: 0;
	border-color: rgba(35, 32, 32, 0.21);
	box-shadow: none;
	color: #231F20;
}

.contact-qform .quform .quform-field::placeholder {
	color: rgba(35, 32, 32, 0.21);
}

.contact-qform .quform .quform-field.quform-field-textarea {
	height: 145px;
	resize: none;
}

.contact-qform .quform .quform-field.quform-field-select {
	position: relative;
	background-image: url("../assets/images/ornage-angle-down.svg");
	background-size: 12px;
	background-position: right 11px center;
	background-repeat: no-repeat;
}

.contact-qform .quform .quform-element-row {
	margin: 0 -15px !important;
}

.contact-qform .quform .quform-element-column {
	padding: 0 15px;
}

.contact-qform .quform .quform-spacer {
	margin-bottom: 0;
}

.contact-qform .quform .quform-upload-dropzone {
	padding: 56px 15px;
	border-color: rgba(35, 32, 32, 0.21);
	background-color: transparent;
	margin-bottom: 20px;
}

.contact-qform .quform .quform-upload-dropzone .quform-upload-dropzone-text {
	font-size: 16px;
	font-weight: normal;
	color: rgba(35, 32, 32, 0.21);
}

.contact-qform .quform .quform-upload-dropzone .quform-upload-dropzone-icon {
	display: none;
}

.contact-qform .quform .quform-submit {
	padding: 0 40px 0 0;
	background-color: transparent;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 2.2px;
	border: 0;
	width: auto;
}

@media (max-width: 1023px) {
	.contact-qform {
		padding-top: 20px;
		max-width: 100%;
	}
}

.tot-recrut-banner_sec {
	padding: 70px 0 39px;
}

.tot-recrut-banner_sec .tot-banner_title {
	max-width: 750px;
	margin-inline: auto;
}

@media (max-width: 767px) {
	.tot-recrut-banner_sec {
		padding-bottom: 0px;
	}
}

.tatou-recrut-bandeau_sec {
	padding: 39px 0 43px;
}

.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track {
	display: flex;
	justify-content: flex-start;
}

.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide {
	display: flex;
	height: inherit;
	margin-right: 12px;
	max-width: 420px;
}

@media (max-width: 1023px) {
	.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide {
		max-width: 325px;
	}
}

@media (max-width: 767px) {
	.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide {
		max-width: 177px;
	}
}

.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide > div {
	width: 100%;
}

.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide .images-list {
	height: 457px;
	width: 100%;
}

@media (max-width: 1023px) {
	.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide .images-list {
		height: 370px;
	}
}

@media (max-width: 767px) {
	.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide .images-list {
		height: 200px;
	}
}

.tatou-recrut-bandeau_sec .recrut-bandeau-wrapper .bandeau-slider .slick-list .slick-track .slick-slide .images-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1023px) {
	.tatou-recrut-bandeau_sec {
		padding-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.tatou-recrut-bandeau_sec {
		padding: 17px 0 23px;
	}
}

.tot-recrut-titre-intro_sec {
	padding: 43px 0 43px;
}

.tot-recrut-titre-intro_sec .titre-intro-area {
	padding: 46px 0 43px;
	border-top: 1px solid rgba(35, 32, 32, 0.21);
}

.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-titre {
	max-width: 513px;
}

@media (max-width: 1023px) {
	.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-titre {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-titre {
		margin-bottom: 15px;
	}
}

.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-intro ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-intro ul {
		gap: 10px;
		margin-bottom: 15px;
	}
}

.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-intro p {
	max-width: 513px;
}

.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-intro p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.tot-recrut-titre-intro_sec .titre-intro-area .tot-recrut-intro p {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.tot-recrut-titre-intro_sec .titre-intro-area {
		padding: 30px 0 0px;
	}
}

@media (max-width: 767px) {
	.tot-recrut-titre-intro_sec .titre-intro-area {
		padding: 15px 0 0px;
	}
}

@media (max-width: 1023px) {
	.tot-recrut-titre-intro_sec {
		padding: 32px 0 32px;
	}
}

@media (max-width: 767px) {
	.tot-recrut-titre-intro_sec {
		padding: 17px 0;
	}
}

.tot-recrut-postes_sec {
	padding: 43px 0 43px;
}

.tot-recrut-postes_sec .postes-content-area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 100px;
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items {
	padding: 57px 0 0px;
	border-top: 1px solid rgba(35, 32, 32, 0.21);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 100px;
}

@media (max-width: 1023px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items {
		padding: 30px 0 0px;
	}
}

@media (max-width: 767px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items {
		padding: 15px 0 0px;
	}
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-de-postes {
	max-width: 513px;
}

@media (max-width: 1023px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-de-postes {
		max-width: 100%;
	}
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-de-postes .groupe-intro {
	margin-top: 20px;
}

@media (max-width: 1023px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-de-postes .groupe-intro {
		max-width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-de-postes .groupe-intro {
		margin-top: 15px;
	}
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper {
	border: 1px solid rgba(35, 32, 32, 0.21);
	width: 100%;
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-titre {
	padding: 16px 38px 16px 38px;
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-titre h3 {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-titre {
		padding: 14px 19px 16px 19px;
	}
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-titre h3 {
		font-size: 20px;
		line-height: 1;
	}
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-intro-bouton {
	padding: 21px 38px 32px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 25px;
	min-height: 147px;
}

@media (max-width: 767px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-intro-bouton {
		padding: 21px 19px 23px 19px;
	}
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .postes-area .poste-items-wrapper .poste-intro-bouton .poste-intro p:last-child {
	margin-bottom: 0;
}

.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .recrut-outro-wrapper {
	margin-top: 45px;
}

@media (max-width: 767px) {
	.tot-recrut-postes_sec .postes-content-area .groupe-poste-items .groupes-postes-area .recrut-outro-wrapper {
		margin-top: 25px;
	}
}

@media (max-width: 1023px) {
	.tot-recrut-postes_sec .postes-content-area {
		gap: 67px;
	}
}

@media (max-width: 767px) {
	.tot-recrut-postes_sec .postes-content-area {
		gap: 24px;
	}
}

@media (max-width: 1023px) {
	.tot-recrut-postes_sec {
		padding: 32px 0 32px;
	}
}

.tatou-top-banner {
	padding: 70px 0 40px;
}

.tatou-top-banner .banner-wrapper {
	max-width: 675px;
}

.tatou-top-banner .banner-wrapper .tatou-banner-titre {
	padding-top: 10px;
}

@media (max-width: 767px) {
	.tatou-top-banner .banner-wrapper .tatou-banner-titre {
		padding-top: 0;
	}
}

.tatou-top-banner .tatou-banner-introduction {
	max-width: 443px;
	padding: 8px 0 0 30px;
}

.tatou-top-banner .tatou-banner-introduction p {
	font-weight: 400;
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-introduction {
		max-width: 100%;
		padding: 8px 0 0 0;
	}
}

.tatou-top-banner .tatou-banner-block {
	position: relative;
	padding-top: 44px;
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-block {
		padding-top: 0px;
	}
}

.tatou-top-banner .tatou-banner-block .tatou-banner-sticker {
	position: absolute;
	top: 30px;
	right: -79px;
	z-index: 1;
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-sticker {
		display: none;
	}
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area {
	border: 1px solid rgba(35, 32, 32, 0.21);
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-photo_1 img {
	width: 100%;
	height: 614px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-position: top;
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-photo_1 img {
		height: 370px;
	}
}

@media (max-width: 767px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-photo_1 img {
		height: 188px;
	}
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom {
	padding: 0px 47px 0px 32px;
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 767px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom p {
		font-size: 11px;
		line-height: 11px;
		letter-spacing: 2.4px;
	}
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom .video_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom .tot-text_left {
		padding-block: 25px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom .tot-text_left {
		padding-block: 20px;
		text-align: center;
	}
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom .tot-text_right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .tot-bannervideo-area .tot-video_bottom .tot-text_right .tot-text_annee {
	padding: 25px 35px;
	border-inline: 1px solid rgba(35, 32, 32, 0.21);
	margin-right: 35px;
}

.tatou-top-banner .tatou-banner-block .tatou-banner-slider .slick-arrow {
	margin-top: -65px;
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .slick-dots {
		bottom: 110px;
	}
}

@media (max-width: 1023px) {
	.tatou-top-banner .tatou-banner-block .tatou-banner-slider .slick-dots {
		bottom: 86px;
	}
}

@media (max-width: 1023px) {
	.tatou-top-banner {
		padding-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.tatou-top-banner {
		padding-bottom: 33px;
	}
}

.tatou-valeurs-sec {
	padding: 49px 0;
}

.tatou-valeurs-sec .tatou-valeurs-warpper {
	max-width: 488px;
}

.tatou-valeurs-sec .tatou-valeurs-warpper .tatou-valeurs-titre {
	padding-top: 10px;
}

@media (max-width: 1023px) {
	.tatou-valeurs-sec .tatou-valeurs-warpper {
		max-width: 100%;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.tatou-valeurs-sec .tatou-valeurs-warpper {
		margin-bottom: 45px;
	}
}

.tatou-valeurs-sec .tatou-valeurs-liste {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	position: relative;
}

.tatou-valeurs-sec .tatou-valeurs-liste::before {
	position: absolute;
	top: 45%;
	right: 0;
	bottom: 0;
	left: 50%;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background-color: #F7F6F0;
	z-index: 1;
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item {
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	padding-bottom: 20px;
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-of-type(even) {
	padding-left: 55px;
}

@media (max-width: 1023px) {
	.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-of-type(even) {
		padding-left: 0;
	}
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-child(n+3) {
	padding-top: 55px;
}

@media (max-width: 1023px) {
	.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-child(n+3) {
		padding-top: 0;
	}
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item .tatou-valeurs-item-valeur {
	margin-top: 16px;
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item .tatou-valeurs-item-valeur p {
	text-transform: uppercase;
	margin-bottom: 8px;
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item .tatou-valeurs-item-texte {
	max-width: 295px;
	opacity: 0.6;
}

@media (max-width: 767px) {
	.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item .tatou-valeurs-item-texte {
		max-width: 100%;
	}
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-last-child(-n+2) {
	border-bottom: 0;
	padding-bottom: 0;
}

.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-child(odd) {
	padding-right: 25px;
	border-right: 1px solid rgba(35, 32, 32, 0.21);
}

@media (max-width: 1023px) {
	.tatou-valeurs-sec .tatou-valeurs-liste {
		row-gap: 35px;
		column-gap: 60px;
	}
	.tatou-valeurs-sec .tatou-valeurs-liste::before {
		content: unset;
	}
}

@media (max-width: 767px) {
	.tatou-valeurs-sec .tatou-valeurs-liste {
		row-gap: 28px;
		column-gap: 0px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1023px) {
	.tatou-valeurs-sec {
		padding: 35px 0 107px;
	}
	.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item {
		padding: 0;
	}
	.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-child(odd) {
		padding: 0;
		border-right: 0;
	}
	.tatou-valeurs-sec .tatou-valeurs-liste .tatou-valeurs-item:nth-last-child(-n+2) {
		border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	}
}

@media (max-width: 767px) {
	.tatou-valeurs-sec {
		padding: 33px 0 67px;
	}
}

.tatou-membres-sec {
	padding: 112px 0 136px;
	background-color: #ffffff;
}

.tatou-membres-sec .grid-container .grid:not(.tatou-membres-liste) {
	border-bottom: 1px solid rgba(35, 32, 32, 0.21);
	padding-bottom: 35px;
	margin-bottom: 85px;
}

@media (max-width: 1023px) {
	.tatou-membres-sec .grid-container .grid:not(.tatou-membres-liste) {
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 28px;
	}
}

.tatou-membres-sec .grid-container .tatou-membres-titre {
	max-width: 513px;
}

.tatou-membres-sec .grid-container .tatou-membres-intro {
	max-width: 404px;
	margin-inline: auto;
}

.tatou-membres-sec .grid-container .tatou-membres-intro p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

@media (max-width: 1023px) {
	.tatou-membres-sec .grid-container .tatou-membres-intro {
		max-width: 100%;
		margin-top: 10px;
	}
}

.tatou-membres-sec .grid-container .tatou-membres-liste {
	row-gap: 32px;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item {
	border: 1px solid rgba(35, 32, 32, 0.21);
	height: 100%;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item-photo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content .tatou-member-text {
	padding: 15px 20px;
	border-right: 1px solid rgba(35, 32, 32, 0.21);
	width: 80%;
}

@media (max-width: 767px) {
	.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content .tatou-member-text .tatou-membres-nom h3 {
		font-size: 20px;
		line-height: 23px;
	}
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content .tatou-member-text .tatou-membres-fonction p {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1.3px;
	color: #F24100;
}

@media (max-width: 767px) {
	.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content .tatou-member-text .tatou-membres-fonction p {
		font-size: 9px;
		line-height: 9px;
		letter-spacing: 0.9px;
	}
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content .tatou-member-actions {
	width: calc(100% - 80%);
	display: contents;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item .tatou-member-content .tatou-member-actions a {
	margin: auto;
	display: block;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item > .tatou-member-actions {
	padding: 12px 20px;
	border-top: 1px solid rgba(35, 32, 32, 0.21);
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-membres-item > .tatou-member-actions a {
	color: #231F20;
	text-decoration: none;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-candidature-item {
	border: 1px solid rgba(35, 32, 32, 0.21);
	padding: 46px 46px 66px;
	background-color: #231F20;
	background-image: url("../assets/images/candidature-item-bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	height: 100%;
}

@media (max-width: 767px) {
	.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-candidature-item {
		padding: 25px;
	}
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-candidature-item .tatou-cacandidature-que h2 {
	color: #F7F6F0;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-candidature-item .tatou-cacandidature-lien a {
	text-decoration: none;
	color: #F7F6F0;
}

.tatou-membres-sec .grid-container .tatou-membres-liste .tatou-candidature-item .tatou-cacandidature-lien a:hover {
	color: #F24100;
}

@media (max-width: 1023px) {
	.tatou-membres-sec {
		padding: 60px 0 83px;
	}
	.tatou-membres-sec .tatou-membres-liste .slick-list .slick-track {
		display: flex;
		align-items: stretch;
	}
	.tatou-membres-sec .tatou-membres-liste .slick-list .slick-slide {
		margin-right: 20px;
		height: auto;
	}
	.tatou-membres-sec .tatou-membres-liste .slick-list .slick-slide > div,
	.tatou-membres-sec .tatou-membres-liste .slick-list .slick-slide .cell {
		height: 100%;
	}
}

@media (max-width: 767px) {
	.tatou-membres-sec {
		padding: 60px 0;
	}
	.tatou-membres-sec .tatou-membres-titre,
	.tatou-membres-sec .tatou-membres-intro {
		text-align: center;
	}
	.tatou-membres-sec .tatou-membres-liste {
		flex-direction: column;
	}
}

.page-template-staffing .tatou-top-banner {
	position: relative;
	z-index: 2;
}

.page-template-staffing .tatou-top-banner .tatou-banner-titre {
	max-width: 490px;
}

.page-template-staffing .tatou-top-banner .tatou-banner-titre h1 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0px;
}

.page-template-staffing .tatou-top-banner .tatou-banner-titre h1 span {
	color: #F24100;
}

@media (max-width: 767px) {
	.page-template-staffing .tatou-top-banner .tatou-banner-titre h1 {
		font-size: 27px;
		line-height: 27px;
		letter-spacing: 0;
	}
}

.page-template-staffing .tatou-top-banner .tatou-banner-titre h1.primary {
	color: #F24100;
}

.page-template-staffing .tatou-top-banner .tatou-banner-introduction {
	padding-top: 45px;
	max-width: 622px;
}

@media (max-width: 1023px) {
	.page-template-staffing .tatou-top-banner {
		padding-bottom: 10px;
	}
	.page-template-staffing .tatou-top-banner .tatou-banner-titre {
		max-width: 100%;
	}
	.page-template-staffing .tatou-top-banner .tatou-banner-introduction {
		padding: 0px;
	}
	.page-template-staffing .tatou-top-banner .tatou-banner-introduction p:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.page-template-staffing .tatou-top-banner {
		padding-bottom: 33px;
	}
	.page-template-staffing .tatou-top-banner .tatou-banner-titre h1 {
		font-size: 30px;
		line-height: 34px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.page-template-staffing .tatou-top-banner .tatou-banner-titre h1 {
		font-size: 35px;
		line-height: 38px;
		letter-spacing: -0.35px;
	}
}

@media (max-width: 767px) {
	.page-template-staffing .tatou-top-banner .tatou-banner-introduction p:last-child {
		margin-bottom: 0;
	}
}

.page-template-staffing .tatou-recrut-bandeau_sec {
	position: relative;
	z-index: 2;
	padding-bottom: 0;
}

.page-template-staffing .tatou-valeurs-sec {
	position: relative;
	z-index: 2;
	padding: 132px 0 45px;
}

.page-template-staffing .tatou-valeurs-sec .tatou-valeurs-titre {
	max-width: 456px;
}

@media (max-width: 1023px) {
	.page-template-staffing .tatou-valeurs-sec .tatou-valeurs-titre {
		max-width: 100%;
		margin-bottom: 62px;
	}
}

@media (max-width: 767px) {
	.page-template-staffing .tatou-valeurs-sec .tatou-valeurs-titre {
		margin-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.page-template-staffing .tatou-valeurs-sec {
		padding: 62px 0 12px;
	}
}

@media (max-width: 767px) {
	.page-template-staffing .tatou-valeurs-sec {
		padding: 31px 0 40px;
	}
}

.page-template-staffing .tot-marquee_text {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 72px 0 40px;
	background-color: #231F20;
}

@media (max-width: 1023px) {
	.page-template-staffing .tot-marquee_text {
		padding: 45px 0px;
	}
	.page-template-staffing .tot-marquee_text .js-marquee img {
		max-height: 100px;
	}
}

@media (max-width: 767px) {
	.page-template-staffing .tot-marquee_text {
		padding: 23px 0px;
	}
	.page-template-staffing .tot-marquee_text .js-marquee img {
		max-height: 60px;
	}
}

.tatou-staffing_sec {
	position: relative;
	z-index: 1;
	background-color: #231F20;
	margin-top: -205px;
}

.tatou-staffing_sec .tatou-bg-dark {
	position: relative;
	z-index: 2;
	padding-top: 410px;
	background-color: #231F20;
}

@media (max-width: 1023px) {
	.tatou-staffing_sec .tatou-bg-dark {
		padding-top: 222px;
	}
}

@media (max-width: 767px) {
	.tatou-staffing_sec .tatou-bg-dark {
		padding-top: 90px;
	}
}

.tatou-staffing_sec *:not(.subhead):not(.btn):not(a):not(h3) {
	color: #F7F6F0;
}

.tatou-staffing_sec--inner {
	border-width: 1px 0 1px 0px;
	border-style: solid;
	border-color: rgba(247, 246, 240, 0.21);
}

@media (max-width: 1023px) {
	.tatou-staffing_sec--inner {
		border-width: 0px 0 1px 0px;
	}
}

.tatou-staffing_sec .how-list-titre {
	position: relative;
	padding: 35px 0 30px;
}

.tatou-staffing_sec .how-list-titre::before {
	position: absolute;
	top: 0;
	right: -112px;
	content: '';
	width: 100vw;
	border-top: 1px solid rgba(247, 246, 240, 0.21);
}

.tatou-staffing_sec .how-list-titre h3 {
	font-weight: 300;
	display: grid;
	grid-template-columns: 1;
	grid-template-rows: auto;
	column-gap: 0;
	align-items: center;
	justify-content: center;
	align-items: flex-start;
	grid-template-columns: 30px 1fr;
	grid-gap: 30px;
	color: #F7F6F0;
}

@media (max-width: 1023px) {
	.tatou-staffing_sec .how-list-titre {
		padding: 20px 0;
		margin-bottom: 25px;
		border-bottom: 1px solid rgba(247, 246, 240, 0.21);
	}
	.tatou-staffing_sec .how-list-titre::before {
		right: 0;
		width: 100%;
	}
	.tatou-staffing_sec .how-list-titre h3 {
		align-items: center;
		font-weight: 500;
		color: #F24100;
		margin-bottom: 0;
		line-height: 42px;
	}
	.tatou-staffing_sec .how-list-titre h3 span {
		font-size: 25px;
		line-height: 1;
		font-weight: 400;
	}
}

@media (max-width: 767px) {
	.tatou-staffing_sec .how-list-titre {
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.tatou-staffing_sec .how-list-titre h3 {
		font-size: 20px;
		line-height: 28px;
		grid-gap: 16px;
		grid-template-columns: auto 1fr;
	}
	.tatou-staffing_sec .how-list-titre h3 span {
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
	}
}

.tatou-staffing_sec .hows-list {
	position: relative;
}

.tatou-staffing_sec .hows-list-area {
	padding-top: 52px;
	opacity: 0;
}

.tatou-staffing_sec .hows-list-area.fixed {
	position: fixed;
	top: 50%;
	opacity: 1;
	z-index: 1;
	transform: translateY(-50%);
	width: 100%;
	max-width: 40%;
}

.tatou-staffing_sec .hows-list-area .how-list--left a {
	text-decoration: none;
}

.tatou-staffing_sec .hows-list-area .how-list--left h3 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 36px;
}

.tatou-staffing_sec .hows-list-area .how-list--left h3 span {
	color: #F24100;
}

@media (max-width: 767px) {
	.tatou-staffing_sec .hows-list-area .how-list--left h3 {
		font-size: 27px;
		line-height: 27px;
		letter-spacing: 0;
	}
}

.tatou-staffing_sec .hows-list-area .how-list--left h3.primary {
	color: #F24100;
}

.tatou-staffing_sec .hows-list-area .how-list--left h3 span {
	font-size: 25px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
}

.tatou-staffing_sec .hows-list-area .how-list--left.active .how-list-titre h3 {
	font-weight: 500;
	color: #F24100;
}

.tatou-staffing_sec .hows-list-area .how-list--left.active .how-list-titre h3 span {
	font-weight: 400;
}

.tatou-staffing_sec .how-list--right {
	position: relative;
	z-index: 2;
	background-color: #231F20;
	max-width: 653px;
	margin-left: auto;
	border-width: 0px 0 0 1px;
	border-style: solid;
	border-color: rgba(247, 246, 240, 0.21);
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap {
	padding: 52px 0 120px 31px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap:not(:last-child) {
	border-width: 0 0 1px 0px;
	border-style: solid;
	border-color: rgba(247, 246, 240, 0.21);
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-title h2 {
	margin-bottom: 22px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-intro {
	margin-bottom: 37px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-intro p:last-child {
	margin-bottom: 0;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .work-sl__image {
	margin-bottom: 65px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .work-sl__image img {
	width: 100%;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-su-titre {
	margin-bottom: 33px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-services p {
	margin-bottom: 0;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-services ul li.how-list-service {
	margin-bottom: 28px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-services ul li.how-list-service p {
	margin-bottom: 10px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-outro {
	margin-bottom: 71px;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-outro p:last-child {
	margin-bottom: 0;
}

.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-outro p {
	font-weight: 300;
}

@media (max-width: 1023px) {
	.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-outro {
		margin-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.tatou-staffing_sec .how-list--right {
		max-width: 100%;
		border-width: 0;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap {
		padding: 0 0 75px 0;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap:not(:last-child) {
		border-width: 0 0 0px 0px;
	}
}

@media (max-width: 767px) {
	.tatou-staffing_sec .how-list--right .how-list-img-wrap {
		padding: 0 0 60px 0;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-intro {
		margin-bottom: 30px;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap .work-sl__image {
		margin-bottom: 40px;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-services ul .how-list-service p {
		line-height: 21px;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap .how-list-services ul .how-list-service p strong {
		font-size: 15px;
		line-height: 21px;
	}
	.tatou-staffing_sec .how-list--right .how-list-img-wrap .work-sl__image {
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	.tatou-staffing_sec {
		margin-top: -165px;
	}
}

@media (max-width: 767px) {
	.tatou-staffing_sec {
		margin-top: -40px;
	}
}

html,
body {
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	transition: all 0.5s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Poppins", serif !important;
	margin: 0 !important;
	font-optical-sizing: auto;
	font-weight: 400;
	background-color: #F7F6F0;
}

.tot-loadbar {
	position: fixed;
	width: 0%;
	height: 3px;
	background-color: #F24100;
	top: 0;
	left: 0;
	z-index: 999;
}

/*# sourceMappingURL=custom.css.map */