.fab,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-paper-plane:before {
	content: " "
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-youtube:before {
	content: "\f167"
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fa-brands-400.woff2) format("woff2");
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

@font-face {
	font-family: eleganticons;
	src: url(../fonts/eleganticons.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

.arrow_carrot-right,
.icon_circle-slelected,
.icon_quotations,
.icon_mail_alt,
.icon_pin,
.icon_phone,
.social_share {
	font-family: eleganticons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.arrow_carrot-right:before {
	content: "\35"
}

.icon_circle-slelected:before {
	content: "\5c"
}

.icon_quotations:before {
	content: "\7b"
}

.icon_mail_alt:before {
	content: "\e010"
}

.icon_pin:before {
	content: "\e081"
}

.icon_phone:before {
	content: "\e090"
}

.social_share:before {
	content: "\e0a0"
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
}

nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h3,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

small {
	font-size: 80%
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

img {
	vertical-align: middle;
	border-style: none
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

textarea {
	overflow: auto;
	resize: vertical
}

h3,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h3 {
	font-size: 1.75rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

small {
	font-size: 80%;
	font-weight: 400
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-sm-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {

	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media (min-width:768px) {

	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {

	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	display: none;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:991.98px) {
	.navbar-collapse.show {
		display: block !important;
	}

	.navbar-expand-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.bg-light {
	background-color: #f8f9fa !important
}

.d-flex {
	display: flex !important
}

.justify-content-center {
	justify-content: center !important
}

.align-items-center {
	align-items: center !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.m-auto {
	margin: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.text-center {
	text-align: center !important
}

* {
	margin: 0;
	padding: 0;
	font-family: inherit;
	outline: 0 !important;
	list-style: none !important
}

:after,
:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

body {
	font-family: Muli, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #6b6768;
	font-weight: 400;
	position: relative
}

h1,
h3,
h5,
h6 {
	font-family: Muli, sans-serif;
	font-weight: 800;
	line-height: 1.4;
	color: #222;
	margin: 0
}

h3 {
	font-size: 28px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 16px
}

a {
	text-decoration: none;
	color: inherit
}

a:focus,
a:hover {
	color: #222;
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto
}

ul {
	margin-bottom: 0
}

.list-inline li {
	display: inline-block
}

.form-control:focus {
	outline: 0 !important;
	border-color: inherit;
	box-shadow: none
}

.bg-light {
	background-color: #f7f7f7 !important
}

.no-border {
	border: 0 !important
}

.box {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	border: 1px solid #f7f7f7
}

.newslettre-width {
	padding: 100px 0
}

.newslettre-form {
	margin: auto;
	margin-bottom: 0;
	width: 100%;
	box-shadow: none;
	border-radius: 20px
}

.newslettre-form .form-flex {
	display: flex;
	align-items: center;
	justify-content: center
}

.newslettre-form .form-group {
	margin-bottom: 0;
	margin-right: 0;
	width: 100%
}

.newslettre-form .form-control {
	height: 48px;
	background-color: #000;
	padding: 0 20px;
	border-radius: 20px 0 0 20px;
	color: #6b6768;
	width: 100%;
	cursor: pointer;
	transition: all .5s ease-in-out;
	margin-bottom: 0;
	border: 1px solid rgba(34, 34, 34, .5)
}

.newslettre-form .form-control:hover {
	box-shadow: none;
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d
}

.newslettre-form .submit-btn {
	background-color: #fe6d72;
	width: 160px;
	height: 48px;
	border-radius: 0 20px 20px 0;
	color: #222;
	font-weight: 400;
	margin-top: 0;
	border: 1px solid #fe6d72;
	transition: all .7s ease-in-out
}

.newslettre-form .submit-btn i {
	font-size: 12px;
	margin-right: 5px
}

.newslettre-form .submit-btn:hover {
	background-color: #fe6d72;
	border: 1px solid #fe6d72
}

.newslettre-info {
	text-align: center
}

.newslettre-info h3 {
	margin-bottom: 10px;
	color: #fff
}

.newslettre-info p {
	margin-bottom: 30px;
	font-size: 15px;
	color: #d9d9d9
}

.btn-custom {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	position: relative;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	padding: 7px 35px;
	text-transform: capitalize;
	border-radius: 20px;
	background-color: #fe6d72;
	color: #222;
	border: 0;
	transition: all .7s ease-in-out
}

.btn-custom:focus,
.btn-custom:hover {
	color: #fff;
	background-color: #222;
	outline: 0
}

.link {
	background-color: #fe6d72;
	color: #222 !important;
	padding: 1px 13px;
	display: inline-flex;
	text-align: center;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 400 !important;
	text-transform: capitalize;
	transition: all .5s ease-in-out
}

.link:hover {
	color: #222;
	background-color: #f7f7f7
}

.dot {
	width: 4px;
	height: 4px;
	background-color: #6b6768;
	border-radius: 50%;
	display: block;
	margin: 4px 10px 0 10px !important
}

.social-icones li a {
	display: block;
	text-align: center;
	margin-right: 10px
}

.social-icones li a i {
	font-size: 14px;
	color: #6b6768
}

.social-icones li a i:hover {
	color: #222
}

.social-media a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin-right: 2px;
	background-color: #f7f7f7;
	transition: all .5s ease-in-out
}

.social-media a i {
	font-size: 12px;
	line-height: 30px;
	color: #6b6768
}

.social-media a:hover {
	background-color: #fe6d72
}

.social-media a:hover i {
	color: #222
}

.author {
	text-align: center
}

.author .image img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 20px
}

.author .content h5 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px
}

.author .content p {
	text-align: center;
	margin-bottom: 20px
}

.author .content .link {
	margin-bottom: 20px
}

.top-posts .small-post {
	display: flex;
	margin-bottom: 30px;
	position: relative;
	transition: all .5s ease-in-out
}

.top-posts .small-post .content a {
	font-weight: 800;
	color: #222;
	margin-bottom: 0;
	display: inline;
	background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #222 1px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .5s
}

.top-posts .small-post .content a:hover {
	color: #222;
	text-decoration: none;
	background-size: 100% 100%
}

.top-posts .small-post .content small {
	display: flex;
	align-items: center;
	margin-top: 8px;
	text-transform: capitalize;
	font-size: 13px;
	color: #6b6768;
	font-weight: 400
}

.top-posts .small-post .content small span.dot {
	margin: 2px 8px 2px 0 !important
}

.top-posts .small-post:last-child {
	margin-bottom: 0
}

.form .form-group {
	margin-bottom: 20px
}

.form .form-control {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 20px;
	padding: 22px 20px;
	font-size: 14px;
	color: #222;
	display: inline-block;
	transition: all .5s ease-in-out;
	cursor: pointer
}

.form .form-control:focus,
.form .form-control:hover {
	background-color: #fff
}

.form label {
	font-weight: 400;
	font-size: 14px
}

.form label span {
	line-height: 0
}

.tags ul li {
	background-color: #fff;
	padding: 4px 12px;
	margin-bottom: 5px;
	margin-right: 2px;
	border-radius: 20px;
	font-size: 13px;
	text-transform: capitalize;
	color: #6b6768;
	font-weight: 400;
	border: 1px solid #f7f7f7
}

.tags ul li a:hover {
	color: #222
}

.bottom {
	background-color: #000
}

.mb-100 {
	margin-bottom: 100px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-20 {
	margin-bottom: 20px
}

.mt-100 {
	margin-top: 100px
}

.section-title {
	margin-bottom: 30px
}

.section-title h5 {
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	z-index: 1
}

.navbar {
	background-color: #fff;
	padding: 12px 15px;
	border-bottom: 1px solid #eee !important
}

.navbar .nav-item .nav-link {
	font-weight: 700;
	color: #222;
	font-size: 16px !important;
	margin: 0 30px 0 0;
	display: inline-block;
	transition: all .5s ease-in-out;
	position: relative;
	text-transform: capitalize;
	padding: 0;
	z-index: 1
}

.navbar .nav-item .nav-link:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 0;
	border-radius: 20px;
	display: block;
	z-index: -1;
	background-color: #fe6d72
}

.navbar .nav-item .nav-link:hover {
	color: #222;
	background-color: transparent
}

.navbar .nav-item .nav-link:hover:before {
	height: 2px
}

.navbar .nav-item:last-child .nav-link {
	padding-right: 0 !important
}

.navbar .nav-item:hover .nav-link {
	color: #222 !important;
	background-color: transparent
}

.navbar .nav-item:hover .nav-link:before {
	height: 2px
}

.navbar-toggler {
	width: 30px;
	height: 30px;
	position: fixed;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	top: 8px;
	right: 20px
}

.navbar-toggler span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	box-shadow: 0 -8px 0 0 #222, 0 8px 0 0 #222;
	background: #222
}

.post-list {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #f7f7f7;
	border-radius: 20px;
	transition: all .5s ease-in-out
}

.post-list .image {
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 50%
}

.post-list .image img {
	border-radius: 50%;
	transition: all .5s ease-in-out;
	width: 200px;
    height: 200px;
    object-fit: cover;
}

.post-list .content {
	width: calc(100% - 200px)
}

.post-list .content .categorie {
	margin-bottom: 20px
}

.post-list .content h5 {
	margin-bottom: 20px
}

.post-list .content h5 a {
	display: inline;
	background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #222 1px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .5s
}

.post-list .content h5 a:hover {
	color: #222;
	text-decoration: none;
	background-size: 100% 100%
}

.post-list .content .meta ul {
	display: flex;
	align-items: center
}

.post-list .content .meta ul li {
	margin-bottom: 0;
	font-size: 13px;
	color: #6b6768;
	text-transform: capitalize;
	font-weight: 400
}

.post-list .content .meta ul li a:hover {
	color: #222
}

.post-list:hover .image img {
	transform: scale(1.1)
}

.post-single-body .content h5 {
	margin-bottom: 10px
}

.post-single-body .content h1 {
  margin-bottom: 10px;
  font-size: 20px;
}

.post-single-body .content .image-right {
	max-width: calc(3 * (100vw / 12));
	border-radius: 50%;
	float: right;
	margin: 5px 0 11px 30px !important
}

.post-single-body .content .image {
	margin-top: 15px;
	margin-bottom: 15px
}

.post-single-body .content .image img {
	border-radius: 50%
}

.post-single-body .content .quote {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center
}

.post-single-body .content .quote i {
	font-size: 30px;
	color: #222;
	margin-right: 30px;
	border-radius: 50%;
	background-color: #f7f7f7;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center
}

.post-single-body .content .quote p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #222;
	font-weight: 800
}

.post-single-body .content .quote small {
	color: #6b6768;
	font-weight: 400
}

.post-single-body .info {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center
}

.post-single-body .info .tags ul li {
	background-color: #fff;
	padding: 4px 12px;
	margin-bottom: 5px;
	margin-right: 2px;
	border-radius: 20px;
	font-size: 13px;
	text-transform: capitalize;
	color: #6b6768;
	font-weight: 400;
	border: 1px solid #f7f7f7
}

.post-single-body .info .tags ul li a:hover {
	color: #222
}

.post-single-body .info .social-media {
	text-align: center;
	margin-left: auto
}

.categorie {
	background-color: #fe6d72;
	color: #222;
	padding: 3px 15px 3px 14px;
	display: inline-flex;
	align-items: center;
	margin: auto;
	text-align: center;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all .5s ease-in-out
}

.categorie i {
	color: #222;
	margin-right: 5px;
	margin-top: 0;
	font-size: 12px;
	font-weight: 400
}

.categorie:hover {
	background-color: #2b2b2b;
	color: #fff !important
}

.categorie:hover i {
	color: #fff
}

.categorie-section-big {
	margin-top: 92px;
	padding: 70px 0 50px 0;
	margin-bottom: 0
}

.categorie-title small a:hover {
	color: #222
}

.categorie-title h3 {
	margin-bottom: 0
}

.contact-info h5 {
	margin-bottom: 10px
}

.contact-info .item {
	display: flex;
	align-items: center;
	margin: 20px 0
}

.contact-info .item .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f7f7f7;
	text-align: center;
	margin-right: 15px
}

.contact-info .item .icon i {
	line-height: 30px;
	font-size: 13px;
	color: #6b6768
}

.contact-info .item p {
	margin-bottom: 0
}

.footer .copyright {
	padding: 30px 0;
	border-top: 1px solid rgba(34, 34, 34, .3);
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .copyright p {
	margin-bottom: 0;
	font-size: 14px;
	color: #d9d9d9
}

@media screen and (max-width:991px) {
	.mt-100 {
		margin-top: 60px !important
	}
	.navbar .container {
		position: relative
	}

	.navbar-nav {
		padding-top: 15px
	}

	.navbar .nav-item .nav-link {
		margin-bottom: 15px
	}

	.navbar .nav-item:last-child .nav-link {
		margin-bottom: 0
	}

	.sidebar {
		margin-bottom: 100px
	}
}

@media screen and (max-width:576px) {

	.newslettre-form .form-flex {
		flex-direction: column
	}

	.newslettre-form .form-control {
		border-radius: 20px !important
	}

	.newslettre-form .submit-btn {
		width: 100%;
		border-radius: 20px !important;
		margin-top: 10px
	}

	.post-single-body .content .image-right {
		max-width: calc(8 * (100vw / 12));
		float: INITIAL;
		margin: auto !important
	}

	.post-single-body .content .image {
		padding: 0 30px
	}

	.post-single-body .content .quote {
		flex-direction: column;
		align-items: flex-start
	}

	.post-single-body .content .quote i {
		margin-bottom: 20px
	}

	.post-single-body .info {
		flex-direction: column;
		align-items: flex-start
	}

	.post-single-body .info .social-media {
		margin-top: 10px;
		margin-left: 0
	}

	.post-list {
		flex-direction: column
	}

	.post-list .image {
		margin-right: 0;
		margin-bottom: 20px
	}

	.post-list .content {
		width: 100%;
		text-align: center
	}

	.post-list .content .meta ul {
		justify-content: center
	}

	.footer .copyright {
		flex-direction: column
	}

	.footer .copyright p:last-child {
		margin: 10px 0;
	}
}

.logo a {font-weight: 600;font-size: 1.1em;}
.pagination {
	display: flex;
	margin: 20px auto;
	justify-content: center
}

.pagination li {
	list-style: none
}

.pagination a {
	padding: 4px 10px;
	border: 1px solid #eee;
	display: inline-block;
	height: 34px
}

.pagination a.active,
.pagination a:hover {
	background-color: #fe6d72
}

.positionFixed{bottom:0;left:50%;position:fixed;transform:translate(-50%,0);z-index:999;width:100%;background-color:#e4e4e4;display:flex;justify-content:center}
.ad-div{margin-bottom:50px;width:100%}
.t_de{height:.2rem;max-width:100%;line-height:.3rem;font-size:.6rem;padding:.5rem 0 1rem 0;box-sizing:border-box;color:#707070;text-align:center}
.grecaptcha-badge{visibility:hidden}