 /*
Theme Name: Flash Enfant
Theme URI: http://saintmarcel.aquapages.fr
Description: Thème enfant de Flash
Author: Gabriel Hernando
Author URI: http://portail.aquapages.fr
Template: flash
Version: 1.0
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
theme style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
}

html {
}

* {
}

*:before, *:after {
}

body {
}

.boxed .site {
    background-image: url(https://www.saintmarcel.aquapages.fr/wp-content/uploads/Logo-fond-de-page-01.png);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 0 12px rgb(107 142 35);
	margin: 30px 10px;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
}

.wp-block-image figcaption {
	margin : 0;
	text-align: center;
}

table {
}

caption,
th,
td {
}

blockquote,
q {
}

blockquote:before, blockquote:after,
q:before,
q:after {
}

a:focus, a:hover, a:active {
	color:darkorange;
}

a img {
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 16px;
}

b,
strong {
}

dfn,
cite,
em,
i {
}

blockquote {
	margin: 0 0 20px 0;
	padding: 0 15px;
	border-left: solid 2px #6B8E23;
	font-size: 16px;
}

blockquote p {
	margin-bottom: 3px;
}

blockquote cite {
	font-size: 14px;
	color: #999999;
}



address {
}

pre {
}

code,
kbd,
tt,
var {
}

abbr,
acronym {
}

mark,
ins {
}

sup,
sub {
}

sup {
}

sub {
}

small {
}

big {
}

h1 {
	color: #6B8E23 ;
}

h2 {
	font-size: 22px;
	margin: 15px 0;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
}

ul,
ol {
	margin: 0 0 20px 40px;
}

ul {
}

ol {
}

li > ul,
li > ol {
}

dt {
}

dd {
}

img {
}

figure {
}

table {
}

th {
}

td {
}

p {
	margin: 0 0 20px;
}

@media (min-width: 782px)
.wp-block-column:not(:first-child) {
    margin-left: 50px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
	padding: 5px;
	width: 70%;
}

.navigation .nav-links a,
.bttn,
button {
	background: #6b8e23;
	height:36px;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	background: #6b8e23;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.navigation .nav-links a:hover,
.bttn:hover,
button {
	color: #fff;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

button:-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input:-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	color: #666;
	border: 1px solid #ccc;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	border: 1px solid #aaa;
}

textarea:focus {
	border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
	border: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px 6px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
	max-width: 100%;
	width: 100%;
}

button[type="submit"] {
	margin-bottom: 50px;
	background-color: #6b8e23;
	border-radius: 7px;
	padding:0;
	width: 100px;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a, 
.entry-content a {
	color: #6B8E23;
}

a:hover, 
.entry-content a:hover  {
	color: #ffc600;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:after, .clearfix:before,
.row:after,
.row:before,
.entry-content:after,
.entry-content:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.tg-container:after,
.tg-container:before {
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
}

.clear {
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.alignleft {
}

.alignright {
}

.aligncenter {
}

.hidden {
}

.full-width,
.full-width-center {
}

.full-width .alignfull,
.full-width-center .alignfull {
}

.full-width .alignfull img,
.full-width-center .alignfull img {
}

.full-width .alignwide,
.full-width-center .alignwide {
}

.full-width.boxed #content,
.full-width-center.boxed #content {
}

.full-width.boxed .alignwide,
.full-width-center.boxed .alignwide {
}

ul.wp-block-gallery {
}

.blocks-gallery-caption {
	font-size: 12px;
	color: #999999;
	margin-top: -20px;
}

/*--------------------------------------------------------------
grid
--------------------------------------------------------------*/
.tg-column-wrapper {
	clear: both;
	margin-left: -3%;
}

.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
	float: left;
	margin-left: 3%;
}

.tg-column-wrapper .tg-column-1 {
	width: 100%;
}

.tg-column-wrapper .tg-column-2 {
	width: 47%;
}

.tg-column-wrapper .tg-column-3 {
	width: 30.33%;
}

.tg-column-wrapper .tg-column-4 {
	width: 22%;
}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
.flash_inherit_color div {
}

.flash_inherit_color div.section-description {
}

.flash_inherit_color h1,
.flash_inherit_color h2 {
}

.flash_inherit_color h3 {
}

.flash_inherit_color h3.section-title {
}

.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
}


/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
.wp-block-columns {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
}

.gallery-item {
}

.gallery-columns-2 .gallery-item {
}

.gallery-columns-3 .gallery-item {
}

.gallery-columns-4 .gallery-item {
}

.gallery-columns-5 .gallery-item {
}

.gallery-columns-6 .gallery-item {
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
}

.gallery-columns-9 .gallery-item {
}

.gallery-caption {
}

.wp-caption,
.gallery-caption {
}

.wp-caption img[class*="wp-image-"] {
}

.wp-caption .wp-caption-text {
}

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.tg-container {
}

.overlay {
}

.screen-reader-text {
}

#primary {
	width: 80%;
}

.catdesc {
	width: 95%;

}

#secondary {
}

.page-template-full-width #primary,
.page-template-pagebuilder #primary {
}

#scroll-up {
	background-color: #6b8e23;
	border-radius: 10px;
}

.post-navigation {
}

.post-navigation .nav-previous {
}


.post-navigation .nav-next {
}

.navigation .nav-links a, .bttn, button {
	background-color: #6b8e23;
	border-radius: 10px;
}

.nav-next a .entry-title {
}

.site {
}

/*--------------------------------------------------------------
}
Preloader CSS
--------------------------------------------------------------*/
#preloader {
}

#preloader span {
	color: #6B8E23;
}

#preloader span:nth-child(2) {
}

#preloader span:nth-child(3) {
}

#preloader span:nth-child(4) {
}

#preloader span:nth-child(5) {
}

@-webkit-keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #6B8E23;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		background: #6B8E23;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #6B8E23;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #6B8E23;
	}
}

@keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #6B8E23;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: #6B8E23;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #6B8E23;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #6B8E23;
	}
}

#spinners {
}

#preloader-background {
}

/*--------------------------------------------------------------
Single page layout CSS
--------------------------------------------------------------*/
.left-sidebar #primary {
}

.left-sidebar #secondary {
}

.full-width #primary {
}

.full-width-center #primary {
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-top {
}

.header-top .contact-info {
}

.header-top .tg-column-wrapper {
}

.header-top .left-content {
}

.header-top .right-content {
}

.header-top .right-content ul {
}

.header-top .contact-info,
.header-top .social-menu {
}

.header-top .contact-info li {
}

.header-top .contact-info li:last-child {
}

.header-top .social-menu {
}

.header-top .social-menu li {
}

.header-top .social-menu li:first-child {
}

.contact-info span {
}

/*-----------------Social menu-----------------*/
.social-menu {
}

.social-menu li a {
}

.transparent .social-menu li a {
}

.social-menu li a[href*="facebook.com"]::before {
}

.social-menu li a[href*="linkedin.com"]::before {
}

.social-menu li a[href*="twitter.com"]::before {
}

.social-menu li a[href*="plus.google.com"]::before {
}

.social-menu li a[href*="youtube.com"]::before {
}

.social-menu li a[href*="twitter.com"]:hover, .social-menu li a[href*="plus.google.com"]:hover, .social-menu li a[href*="linkedin.com"]:hover, .social-menu li a[href*="facebook.com"]:hover, .social-menu li a[href*="youtube.com"]:hover {
}

.transparent .social-menu li a[href*="twitter.com"]:hover, .transparent .social-menu li a[href*="facebook.com"]:hover, .transparent .social-menu li a[href*="plus.google.com"]:hover, .transparent .social-menu li a[href*="linkedin.com"]:hover, .transparent .social-menu li a[href*="youtube.com"]:hover {
}

.transparent .social-menu li a[href*="facebook.com"], .transparent .social-menu li a[href*="linkedin.com"], .transparent .social-menu li a[href*="twitter.com"], .transparent .social-menu li a[href*="plus.google.com"], .transparent .social-menu li a[href*="youtube.com"] {
}

.transparent .is-sticky .social-menu li a[href*="facebook.com"], .transparent .is-sticky .social-menu li a[href*="linkedin.com"], .transparent .is-sticky .social-menu li a[href*="twitter.com"], .transparent .is-sticky .social-menu li a[href*="plus.google.com"], .transparent .is-sticky .social-menu li a[href*="youtube.com"] {
}

/*-----------------Logo-----------------*/
.logo {
}

.logo .logo-image {
}

.logo .logo-image a img {
}

.logo .logo-text {
}

.logo .logo-text p {
}

.logo-text .site-title {
}

.logo-text .site-title span {
}

/*-----------------Site Navigation-----------------*/
#site-navigation {
}

#site-navigation .menu-toggle {
}

#site-navigation ul {
}

#site-navigation ul li {
}

#site-navigation ul li a {
	color: #6B8E23;
	font-weight: 600;
}

#site-navigation ul li a:hover {
	color: #ffc600;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
	color: #ffc600;
}

#site-navigation ul li:last-child {
	padding-right: 0;
}

#site-navigation ul.sub-menu {
}

.menu ul li ul.children {
}

#site-navigation ul li ul li {
}

#site-navigation ul.sub-menu li:hover {
	color: #ffc600;
}

#site-navigation ul.sub-menu li:hover > a {
	color: #ffc600;
}

#site-navigation li:hover ul.sub-menu,
#site-navigation ul li.focus > ul.sub-menu {
}

.menu ul li:hover > ul.children {
}

#site-navigation ul li a {
	color: #6B8E23;
}

#site-navigation .sub-menu li.menu-item-has-children ul {
}

.menu ul li ul li ul.children {
}

#site-navigation .sub-menu li.menu-item-has-children ul li a {
	color: #6B8E23;
}

#site-navigation .sub-menu li.menu-item-has-children ul li:hover > a {
	color: #ffc600;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul,
#site-navigation ul li ul.sub-menu li.menu-item-has-children.focus > ul {
}

.menu ul li ul li:hover > ul.children {
}

.sub-toggle {
}

#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
	color: #ffc600;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
}

.transparent.header-sticky
#masthead-sticky-wrapper.is-sticky
#site-navigation
ul
li.current-flash-item
a,
#site-navigation ul li.current-flash-item a {
	color: #ffc600;
}

.header-bottom {
    border-bottom: solid 1px #6b8e23;
}

#site-navigation ul li.menu-item-has-children .sub-toggle .fa {;
}

.animate-icon {
}

/*-----------------Header Search and Cart-----------------*/
.header-bottom .tg-container {
}

.header-bottom .site-navigation-wrapper {
}

.header-bottom .header-action-container {
}

.header-bottom .search-wrap {
}

.transparent.header-sticky .search-icon:hover,
.transparent .search-icon:hover {
	border-color: #ffc600;
	color: #ffc600;
}

.header-bottom .search-icon {
}

.header-bottom .search-icon:hover {
	border-color: #ffc600;
	color: #ffc600;
}

.header-bottom .search-box {
}

.header-bottom .search-box.active {
}

.header-bottom .search-box .search-field {
}

.header-bottom .search-box button[type="submit"] {
	margin-bottom: 0;
}

.header-bottom .searchform .btn {
}

.header-bottom .searchform .btn:hover {
}

.search-submit .fa {
}

.header-bottom .cart-wrap {
}

.header-bottom .flash-cart-views {
}

.header-bottom .flash-cart-views a {
}

.header-bottom .flash-cart-views a span {
}

.header-bottom .widget_shopping_cart {
}

.header-bottom .widget_shopping_cart ul {
}

.header-bottom .widget_shopping_cart ul li {
}

.header-bottom .cart-wrap:hover .widget_shopping_cart {
}

.boxed {
}

.boxed .site {
}

.boxed .tg-container {
}

@media (max-width: 980px) {
}

.transparent #masthead {
}

.transparent .header-top {
}

.transparent .contact-info span,
.transparent .contact-info li {
}

.transparent .header-bottom {
}

.transparent .logo-text {
}

.transparent .logo-text a {
}

.transparent.header-sticky #site-navigation ul li:hover > a {
}

.transparent #site-navigation .menu-toggle .fa {
}

.transparent #site-navigation ul li .sub-toggle {
}

.transparent #site-navigation ul.sub-menu li {
}

.transparent #site-navigation ul li a {
}

.transparent #site-navigation ul li:hover .sub-toggle {
	color: #ffc600;
}

.transparent #site-navigation ul li:hover a {
	color: #ffc600;
}

.transparent #site-navigation ul.sub-menu li a {
}

.transparent #site-navigation ul.sub-menu li a:before {
}

.transparent #site-navigation ul.sub-menu li:hover a {
	color: #ffc600;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
	color: #ffc600;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
	color: #6B8E23;
}

.transparent .cart-wrap .flash-cart-views {
}

.transparent .cart-wrap .flash-cart-views a {
}

.transparent .search-wrap .search-icon {
}

.right-logo-left-menu .header-bottom .tg-container {
}

.right-logo-left-menu .header-bottom #site-navigation {
}

.right-logo-left-menu .header-bottom .header-action-container {
}

.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap {
}

.right-logo-left-menu .header-bottom .search-box {
}

.right-logo-left-menu .header-bottom .search-box.active {
}

.right-logo-left-menu .header-bottom .widget_shopping_cart {
}

.center-logo-below-menu .header-bottom .tg-container {
}

.center-logo-below-menu .logo {
}

.center-logo-below-menu .logo .logo-text {
}

.center-logo-below-menu .logo .logo-image {
}

.center-logo-below-menu #site-navigation {
}

.center-logo-below-menu .header-bottom .header-action-container {
}

.center-logo-below-menu .header-bottom .site-navigation-wrapper {
}

.center-logo-below-menu .header-bottom .site-navigation-wrapper .header-action-container {
}

.header-sticky .is-sticky #masthead {
}

.header-sticky .is-sticky .header-bottom {
}

.transparent.header-sticky #masthead-sticky-wrapper {
}

.transparent.header-sticky #masthead {
}

.transparent.header-sticky .header-top {
}

.transparent.header-sticky .header-bottom {
}

.transparent.header-sticky #site-navigation .menu-toggle .fa,
.transparent.header-sticky #site-navigation ul li a {
}

.transparent.header-sticky .flash-cart-views a {
}

.transparent.header-sticky #site-navigation ul.sub-menu li a {
}

.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
}

.transparent.header-sticky .flash-cart-views {
}

.transparent.header-sticky .search-icon {
}

.transparent.header-sticky .is-sticky #masthead {
}

.transparent.header-sticky .is-sticky .header-top {
}

.transparent.header-sticky .is-sticky .header-top .contact-info li {
}

.transparent.header-sticky .is-sticky .header-top .contact-info li span {
}

.transparent.header-sticky .is-sticky .logo-text {
}

.transparent.header-sticky .is-sticky .logo-text a {
}

.transparent.header-sticky .is-sticky #site-navigation ul li a,
.transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
}

.transparent.header-sticky .is-sticky .flash-cart-views a {
}

.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
}

.transparent.header-sticky .is-sticky #site-navigation ul li .sub-toggle {
}

.transparent.header-sticky .is-sticky #site-navigation ul li:hover > .sub-toggle {
}

.transparent.header-sticky .is-sticky .header-bottom {
}

.transparent.header-sticky .is-sticky .flash-cart-views {
}

.transparent.header-sticky .is-sticky .search-icon {
}

.transparent.header-sticky .custom-logo,
.transparent.header-sticky .is-sticky .transparent-logo {
}

.transparent-logo {
}

.transparent .custom-logo {
}

.transparent.header-sticky .is-sticky .custom-logo,
.transparent.header-sticky .transparent-logo {
}

.transparent .transparent-logo {
}

#wp-custom-header-video {
}

.wp-custom-header {
}

.wp-custom-header img {
	width: 100%
}


.wp-custom-header-video-button {
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.tg-slider-widget .swiper-button-next {
	background-image: unset;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-next:before {
	content: "\?" /*rtl:"\?"*/;
	font-family: fontawesome;
	font-size: 30px;
	color: #313b48;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget .swiper-button-prev {
	background-image: unset;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-prev:before {
	content: "\?" /*rtl:"\?"*/;
	font-family: fontawesome;
	font-size: 30px;
	color: #313b48;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget:hover .swiper-button-next {
	right: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-prev {
	left: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-next.swiper-button-disabled,
.tg-slider-widget:hover .swiper-button-prev.swiper-button-disabled {
	opacity: 0.36;
}

.tg-slider-widget .swiper-wrapper {
	position: relative;
}

.tg-slider-widget .swiper-slide {
	width: 100% !important;
}

.tg-slider-widget .slider-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tg-slider-widget .caption-title {
	color: #313b48;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}

.tg-slider-widget.slider-light .caption-title {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .caption-desc {
	font-size: 24px;
	line-height: 35px;
	margin: 10px 0 30px;
	text-transform: capitalize;
}

.tg-slider-widget.slider-light .caption-desc {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .btn-wrapper {
	display: inline-block;
}

.tg-slider-widget .btn-wrapper a {
	border: 3px solid #313b48;
	display: inline-block;
	font-size: 20px;
	padding: 7px 26px;
}

.tg-slider-widget.slider-light .btn-wrapper a {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .btn-wrapper a:hover {
	background: #313b48;
	color: #fff;
	border-color: #313b48;
}

.tg-slider-widget.slider-light .btn-wrapper a:hover {
	text-shadow: none;
}

.tg-slider-widget.slider-content-left .slider-content {
	text-align: left;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-slider-widget.slider-content-left .caption-title {
	width: 60%;
}

.tg-slider-widget.slider-content-left .caption-desc {
	font-size: 18px;
	line-height: 30px;
	width: 50%;
}

.tg-slider-widget.slider-control-bottom-right .slider-arrow {
	bottom: 28px;
	right: 100px;
	position: absolute;
	width: 105px;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next,
.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next {
	right: 0;
	display: inline-block;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	left: 0;
	display: inline-block;
	float: left;
}

.tg-slider-widget.slider-light .slider-image .overlay {
	background-color: transparent;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.tg-slider-widget.slider-dark .caption-title,
.tg-slider-widget.slider-dark .caption-desc {
	color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a {
	border-color: #fff;
	color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a:hover {
	border-color: #30afb8;
	background: #30afb8;
}

.full-screen.tg-slider-widget .slider-image img {
	height: 100%;
	max-width: none;
	visibility: hidden;
	opacity: 0;
}

.slider-image {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/
.section-title-wrapper {
}

.section-title {
}

.section-title:before {
}

.section-title:after {
}

.section-description {
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-section .tg-column-wrapper {
}

.about-section .about-content-wrapper {
}

.about-section .btn-wrapper {
}

.about-section .btn-wrapper a {
}

.about-section .btn-wrapper a:hover {
}

.about-section .section-description {
}

.about-content-wrapper .section-title {
}

.about-section .about-section-image {
}

.about-section .section-title:before, .about-section .section-title:after {
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
}

.tg-service-widget .service-icon-wrap:after {
}

.tg-service-widget .service-title-wrap {
}

.tg-service-widget .service-title-wrap a:hover {
}

.tg-service-widget .service-content-wrap {
}

/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-2 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-2 .service-content-wrap {
	margin: 0 0 10px;
}

.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	color: #30afb8;
	display: inline-block;
	position: relative;
}

.tg-service-widget .service-more:hover {
	color: #1c9ba4;
}

.tg-service-widget .service-more:after {
	content: "\?" /*rtl:"\?"*/;
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: 0;
}

.tg-service-widget.tg-service-layout-2 {
	text-align: center;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	display: block;
	float: none;
	font-size: 22px;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
	border: 2px solid #000;
	border-radius: 100%;
	content: "";
	height: 82px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 82px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
	line-height: 24px;
}

.tg-service-widget.tg-service-layout-3 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-3 .service-content-wrap {
	margin: 15px 0;
}

/*-----------------tg-service-layout-3 -----------------*/
.tg-service-layout-2 .service-title-wrap {
	margin: 15px 0 5px;
}

.service-image-wrap img {
	width: 100%;
}

/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-wrapper .team-content-wrapper {
	padding-top: 30px;
	position: relative;
	text-align: center;
}

.team-wrapper .team-title {
	font-size: 18px;
}

.team-wrapper .team-title a {
	color: #313b48;
}

.team-wrapper .team-title a:hover {
	color: #2299a1;
}

.team-wrapper .team-designation {
	position: relative;
}

.tg-team-widget img {
	width: 100%;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #30afb8;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.team-wrapper .team-content {
	color: #777;
	margin: 30px 0 20px;
}

.team-wrapper .team-social {
	background: #fff none repeat scroll 0 0;
	left: 50%;
	margin-left: -45%;
	padding: 10px 0;
	position: absolute;
	top: -20px;
	width: 90%;
}

.team-wrapper .team-social a {
	font-size: 18px;
	margin: 0 8px;
}

.team-wrapper .team-social a:hover {
	color: #2299a1;
}

/*-----------------tg-team-layout-2 -----------------*/
.tg-team-widget.tg-team-layout-2 {
	position: relative;
}

.tg-team-widget.tg-team-layout-2:before {
	border-bottom: 50px solid transparent;
	border-right: 67px solid #fff;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
}

.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
	text-align: left;
}

.tg-team-widget.tg-team-layout-2 .team-designation:after {
	left: 15px;
}

.tg-team-widget.tg-team-layout-2 .team-social {
	position: static;
	margin-left: 0;
	width: 100%;
	background: transparent;
	border-top: 1px solid #e7e7e7;
}

.tg-team-widget.tg-team-layout-3:before {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-img {
	position: relative;
}

.tg-team-widget.tg-team-layout-3 .team-img img {
	border-radius: 50%;
	width: 100%;
}

.tg-team-widget.tg-team-layout-3 .team-img .team-social {
	background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
	border-radius: 50%;
	border-top: medium none;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-team-widget.tg-team-layout-3 .team-social-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-social-block a {
	font-size: 18px;
	margin: 0 8px;
	color: #fff;
}

.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
	position: unset;
	padding-top: 30px;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-designation:after,
.tg-team-widget.tg-team-layout-3 .team-content {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
	opacity: 1;
	visibility: visible;
}

/*-----------------tg-team-layout-3 -----------------*/
/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
.call-to-action-section {
	position: relative;
}

.call-to-action-section .section-title-wrapper .section-title {
	color: #fff;
	font-size: 32px;
}

.call-to-action-section .section-title:before, .call-to-action-section .section-title:after {
	display: none;
}

.call-to-action-section .section-subtitle {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.call-to-action-section .btn-wrapper {
	text-align: center;
	margin-top: 30px;
}

.call-to-action-section .btn-wrapper a {
	border: 1px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-left: 30px;
	padding: 0 20px;
	display: inline-block;
}

.call-to-action-section .btn-wrapper a:first-child {
	margin-left: 0;
}

.call-to-action-section .btn-wrapper a:hover {
	background-color: #30afb8;
	border-color: #30afb8;
}

.call-to-action-section .call-to-action-section-layout-2 {
	display: table;
	width: 100%;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title {
	margin-bottom: 0;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
	display: block;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
	margin-left: 30px;
	margin-bottom: 15px;
}

/*----------------- call-to-action-section-layout-2 -----------------*/
/*--------------------------------------------------------------
Feature product
--------------------------------------------------------------*/
.feature-product-section .tg-feature-product-widget {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.feature-product-section .tg-feature-product-widget figure img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .featured-image-desc {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 90%;
	height: 90%;
	background: rgba(49, 59, 73, 0.65);
}

.feature-product-section .tg-feature-product-widget .feature-inner-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap {
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
}

.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
	text-align: center;
	color: #f3f0f0;
	font-size: 12px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc:before {
	border-bottom: 50px solid transparent;
	border-right: 48px solid #30afb8;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span {
	position: absolute;
	top: 4px;
	right: 7px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
	color: #fff;
}

.tg-feature-product-layout-1
.tg-feature-product-widget:hover
.featured-image-desc,
.tg-feature-product-layout-2
.tg-feature-product-widget:hover
.featured-image-desc {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/*----------------- tg-feature-product-layout-2 -----------------*/
.feature-product-section .tg-feature-product-layout-2 .tg-container {
	width: 100%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
	margin: 0;
	width: 33.33%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
	margin: 0;
	width: 25%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
	width: 100%;
	max-width: auto;
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
	width: 100%;
	height: 100%;
	padding: 5px;
	background: rgba(49, 175, 184, 0.8);
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc:before {
	border-right: 48px solid #313b48;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))) repeat scroll 0 0;
	background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc:before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span {
	display: none;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
	bottom: 2%;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
	display: none;
}

.feature-product-section .button-group {
	text-align: center;
	margin-bottom: 30px;
}

.feature-product-section .button-group button {
	background: transparent;
	color: #525a65;
}

.feature-product-section .button-group button:hover {
	color: #30afb8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .button-group button:before {
	background: #525a65 none repeat scroll 0 0;
	border-radius: 50%;
	content: " ";
	left: 0;
	margin-right: 50%;
	padding: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------- tg-feature-product-layout-3 -----------------*/
.tg-feature-product-filter-layout .button.is-checked:hover {
	color: #30afb8;
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
	margin-bottom: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-feature-product-layout-1 .grid {
	margin-left: -3%;
}

/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/
.testimonial-container {
	padding: 0 0 50px;
}

.testimonial-container .testimonial-slide {
	text-align: left;
}

.testimonial-container .testimonial-content-wrapper {
	background: #fff;
	padding: 20px 30px;
	position: relative;
}

.testimonial-container .testimonial-content-wrapper:before {
	border-bottom: 34px solid transparent;
	border-left: 20px solid #fff;
	content: " ";
	left: 11%;
	position: absolute;
	top: 96%;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	z-index: -9;
}

.testimonial-container .testimonial-icon {
	display: inline-block;
	vertical-align: top;
	color: #31afb8;
	font-size: 18px;
}

.testimonial-container .testimonial-content {
	width: 93%;
	display: inline-block;
	margin-left: 15px;
	color: #777;
}

.testimonial-container .testimonial-client-detail {
	margin-top: 40px;
}

.testimonial-container .testimonial-img {
	float: left;
}

.testimonial-container .client-detail-block {
	display: inline-block;
	margin-left: 20px;
}

.testimonial-container .testimonial-title {
	color: #313b48;
	font-size: 16px;
}

.testimonial-container .testimonial-degicnation {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-container .swiper-pagination.testimonial-pager {
	bottom: 0;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #313b48;
	opacity: 1;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, .testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2299a1;
}

/*--------------------------------------------------------------
Fun Facts
--------------------------------------------------------------*/
.fun-facts-section {
	text-align: center;
	color: #fff;
}

.fun-facts-icon-wrap {
	display: block;
	text-align: center;
	color: #30afb8;
	font-size: 64px;
	line-height: 1.5;
}

.fun-facts-section .counter-wrapper {
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
	display: block;
	margin-bottom: 15px;
}

.fun-facts-section .fun-facts-title-wrap {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

/*----------------- tg-fun-facts-layout-2 -----------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
	background-color: rgba(255, 255, 255, 0.2);
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	line-height: 120px;
	width: 120px;
	height: 120px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
	line-height: 15px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
	font-size: 46px;
	color: #30afb8;
	margin: 10px 0;
}

/*--------------------------------------------------------------
Blogs
--------------------------------------------------------------*/
.blog-section .tg-column-2 {
}

.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
}

.blog-section .row:nth-child(odd) {
}

.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
}

.blog-section .row .post-image figure img {
}

.blog-section .row:nth-child(odd) .post-image figure img {
}

.blog-section .row:nth-child(odd) .post-image:before {
}

.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
}

.blog-section .row:nth-child(odd) .blog-content {
}

.blog-section .row:nth-child(odd) .post-readmore {
}

.blog-section .row:nth-child(odd) .entry-title {
}

.blog-section .row:nth-child(odd) .entry-title a {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
}

.blog-section .row:nth-child(odd) .entry-title a:hover {
}

.blog-section .row:nth-child(odd) .entry-meta {
}

.blog-section .row:nth-child(odd) .entry-meta .fa {
}

.blog-section .row:nth-child(odd) .entry-meta a {
}

.blog-section .row:nth-child(odd) .entry-meta .entry-author {
}

.blog-section .row:nth-child(odd) .entry-summary {
}

.blog-section .tg-blog-widget-layout-1 {
}

.tg-blog-widget-layout-1 .entry-summary {
}

.blog-section .row:nth-child(even) {
}

.blog-section .row:nth-child(even) .post-image {
}

.blog-section .row:nth-child(even) .post-image figure img {
}

.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
}

.blog-section .row:nth-child(even) .post-image:before {
}

.blog-section .row:nth-child(even) .blog-content {
}

.blog-section .row:nth-child(even) .post-readmore {
}

.blog-section .row:nth-child(even) .entry-title {
}

.blog-section .row:nth-child(even) .entry-title a {
}

.blog-section .row:nth-child(even) .entry-title a:hover {
}

.blog-section .row:nth-child(even) .entry-meta {
}

.blog-section .row:nth-child(even) .entry-meta .fa {
}

.blog-section .row:nth-child(even) .entry-meta a {
}

.blog-section .row:nth-child(even) .entry-meta .entry-author {
}

.blog-section .row:nth-child(even) .entry-summary {
}

.blog-section .tg-blog-widget {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
}

.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image:before {
}

.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image:before {
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
}

.blog-section .tg-blog-widget-layout-2 .post-image {
}

.blog-section .tg-blog-widget-layout-2 .post-image img {
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
}

.blog-section .tg-blog-widget-layout-2 .post-image.image-none .entry-date {
}

.blog-section .tg-blog-widget-layout-2 .post-image:before {
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
}

.blog-section .tg-blog-widget-layout-2 .entry-title a {
}

/*----------------- tg-blog-widget-layout-2 -----------------*/
.tg-blog-widget-layout-2 .entry-title {
	margin-top: 15px;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore {
	background: #30afb8;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 6px 12px;
	margin: 20px 0;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
	background: #2299a1;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
	background: #f6f6f6;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	margin-top: 20px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
	float: left;
	color: #8e8e8e;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author a {
	color: #8e8e8e;
	font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
	margin-right: 5px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
	float: right;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
	font-size: 12px;
	color: #30afb8;
}

.blog-section .tg-blog-widget-layout-2:hover {
	background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
	color: #919191;
}

.tg-blog-widget-layout-2 .blog-content p {
	margin: 0 0 10px;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .tg-blog-widget:hover .blog-content .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a {
	color: #239ca4;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
	color: #239ca4;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author:hover a {
	color: #239ca4;
}

/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/
.client-wrapper.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#top-footer {
	background-color: #313b48;
	padding: 30px 0 0 0;
	color: white;
	font-size: 14px;
}

#top-footer .footer-logo {
}

#top-footer .footer-logo .logo-image {
}

#top-footer .footer-logo .site-title {
}

#top-footer .textwidget {
}



#top-footer .widget-title {
	margin-bottom: 20px;
}

#top-footer p {
	font-size:14px;
}

#top-footer .widget label, #top-footer .widget h3 {
	color: white;
	font-size: 20px;
	font-weight: 700;
}

#top-footer .widget label:first-letter, #top-footer .widget H3:first-letter {
	color: #6B8E23;
}

#top-footer .widget {
	margin-bottom: 10px;
}

#top-footer .widget ul {
	list-style: none;
}

#top-footer .widget ul li {
	position: static;
	list-style: none;
	padding: 0 0 2px 20px;
}

#top-footer .widget ul li:after {
}

#top-footer .widget ul li a {
}

#top-footer .widget ul li a:hover {
	color: #ffc600;
}


#top-footer .widget a img {
	padding: 0;
	margin: 0 10px;
}


#top-footer .widget_tag_cloud .tagcloud a {
}

#top-footer .widget_tag_cloud .tagcloud a:hover {
}


#top-footer .widget_search .search-field {
	width: 60%;
}

#top-footer .widget_search button[type="submit"] {
	margin-bottom: 0;
	background-color: #6b8e23;
	height: 36px;
	padding: 0 20px;

}

#top-footer .widget select {
	width: 100%;
	padding: 5px;
	font-size: 14px;
}

#top-footer ul#menu-pied-de-page-3 {
	text-align: center;
}

#top-footer ul#menu-pied-de-page-3-a-propos li {
	float: right;
}

#bottom-footer { 
	display : none;
}


.footer-menu li {
}

.footer-menu li a {
}

.footer-menu li a:hover {
}






/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.post {
}

.post .entry-thumbnail {
	Display: none;
}

.entry-meta .entry-date a .updated:not(.published) {
}

.entry-content-block #primary .entry-title {
}

.entry-content,
.entry-summary {
}

#primary .entry-footer span {
}

#primary .entry-footer span .fa {
}

#primary .entry-footer span a {
}

.navigation.posts-navigation {
}

.entry-meta {
}

.entry-meta .fa {
}

.entry-meta a {
}

.entry-footer a {
	font-size: 12px;
	color: #8e8e8e;
}

.entry-meta span {
}

#secondary {
	width: 20%;
}

#secondary .widget-title {
}

#secondary .widget-title:before, #secondary .widget-title:after {
}

#secondary .widget-title:after {
}

#secondary .searchform input {
}

#secondary .searchform .btn:hover {
}

#secondary .searchform button[type="submit"] {
}

#secondary .widget {
}

#secondary .widget .widget-title {
	font-size: 18px;
}

#secondary .widget ul {
}

#secondary .widget ul li {
	padding: 0 0 0 25px;
	font-weight: bold;
	font-size: 15px;
}

#secondary .widget ul li:after {
	content: url("https://www.o-naturel.fr/wp-content/themes/flash-child/images/puce_aloe_10px.png");

}

#secondary .widget ul li a {
	font-weight: bold;
	font-size: 15px;
}

#secondary .widget ul li ul li a {
	font-weight: normal;
	font-size: 14px;
}

#secondary .widget ul li:after {
}

#secondary .widget ul li a {
}

#secondary .widget ul li a:hover {
	color: #ffc600;
}

.widget_post_list .post-link-block {
}

.widget_post_list .entry-thumbnail {
}

.widget_post_list .entry-content-block {
}

.widget_post_list .entry-content-block .entry-title {
}

.widget_post_list .entry-content-block .entry-title a {
}

.widget_post_list .entry-content-block .entry-meta a {
}

.widget_post_list .entry-meta .entry-author {
}

.blog .entry-thumbnail {
}

.blog .entry-content-block {
}

#primary .post .entry-content-block .entry-content {
}

.full-width-archive #primary .post {
}

.full-width-archive #primary .post.has-post-thumbnail {
}

.full-width-archive #primary .post .entry-thumbnail {
}

.full-width-archive #primary .post .entry-thumbnail img {
}

.full-width-archive #primary .post .entry-content-block {
}

.full-width-archive #primary .post.has-post-thumbnail .entry-content-block {
}

#primary .has-post-thumbnail .entry-content-block .entry-header {
}

#primary .has-post-thumbnail .category .entry-content {
}

.grid-view #primary .post {
	width: 30%;
	margin: 0 20px 20px 0;
	text-align:center;

}

.grid-view #primary .post .entry-thumbnail {
	Display: block;
}

.grid-view #primary .post .entry-title {
}

.grid-view #primary .post .entry-meta {
	Display: none;
}

.grid-view #primary .post .entry-content {
	font-size: 13px;
}

.entry-content-block .entry-title {
}

.grid-view .entry-header {
}

/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs {
	margin-bottom: 7px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	font-size: 30px;
	font-weight: 700;
	padding: 6px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items {
	float: left;
	clear: both;
	padding: 5px 0;

}

.breadcrumb-trail.breadcrumbs .trail-items li {
}

.breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
}

.breadcrumb-trail.breadcrumbs:before {
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
padding: 0 14px;
}

.breadcrumb-trail.breadcrumbs .trail-items li span a {
}

.breadcrumb-trail.breadcrumbs .trail-items li span:before {
}

.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {

}

/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/
.post {
}

.single .entry-content-block .entry-meta {
	text-align: right;
}

.single .entry-content-block .entry-header {
	margin: 0
}

.single .entry-thumbnail {
	Text-align: center;
}

.single .entry-thumbnail img {
}

.single .entry-content-block {
}

.single .entry-content-block .entry-title {
}

.single .entry-content-block .entry-meta .fa {
}

.single .entry-content-block .entry-meta a {
	font-weight: 800;
}

.post .entry-content-block .entry-meta a:hover,
.post .entry-content-block .entry-meta span:hover {
	color: #ffc600;
}

.single .entry-content-block .entry-content {
}

.single .entry-content-block .entry-footer span {
}

.single .entry-content-block .entry-footer span .fa {
}

.single .entry-content-block .entry-footer span a {
}

.post .entry-content-block .entry-footer span a:hover {
	color: #ffc600;
}

.author-description {
}

.author-description .author-img {
}

.author-description .author-description-block {
}

.author-description .author-description-block .author-title {
}

.author-description .author-description-block .author-summary {
}

.default-wp-page {
}

.default-wp-page .previous {
}

.default-wp-page .previous a {
}

.default-wp-page .previous a span {
}

.default-wp-page .previous a span:first-child {
}

.default-wp-page .previous a span img {
}

.default-wp-page .previous a .entry-title {
}

.default-wp-page .navigation-divider {
}

.default-wp-page .next {
}

.default-wp-page .next a {
}

.default-wp-page .next a span {
}

.default-wp-page .next a span:first-child {
}

.default-wp-page .next a span img {
}

.default-wp-page .next a .entry-title {
}

.related-posts-wrapper {
}

.related-posts-wrapper H4.related-posts-main-title {
	font-size: 22px;
}

.related-posts-wrapper .fa-thumbs-up:before {
	margin-right: 15px;
}

.related-posts-wrapper .post-thumbnails {
	margin-bottom: 2px;
}

.related-posts-wrapper .post-thumbnails img {
}

.related-posts-wrapper .entry-title {
	text-align: center;
}

.related-posts-wrapper .entry-title a:hover {
	color: #ffc600;
}

.related-posts-wrapper .entry-meta {
	display: none;
}

/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/
.not-found .icon-404 .fa {
}

#primary .content-404 {
}

#primary .not-found .page-header .page-title {
}

#primary .not-found .page-content {
}

#primary .searchform input {
}

#primary .searchform .btn:hover {
}

.search .hentry {
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
}

#comments .comments-title {
}

#comments .comment-list {
}

#comments .comment-list article.comment-body .comment-author {
}

#comments .comment-list article.comment-body .comment-author .says {
}

#comments .comment-list article.comment-body .comment-author img {
}

#comments .comment-list article.comment-body .comment-metadata {
}

#comments .comment-list article.comment-body .comment-metadata a {
}

#comments .comment-list article.comment-body .comment-metadata .entry-author {
}

#comments .comment-list article.comment-body .comment-content {
}

#comments .comment-list article.comment-body .comment-content p {
}

#comments .comment-list article.comment-body .reply {
}

#comments .comment-list article.comment-body .reply a {
}

#comments .comment-list article.comment-body .reply a:before {
}

#comments .comment-list .comment {
}

#comments .comment-list .comment ul.children {
}

#comments .comment-list .comment ul.children .comment {
}

#comments .comment-list .comment ul.children .comment article.comment-body {
}

#comments .comment-list .comment ul.children .comment article.comment-body:last-child {
}

#respond {
}

#respond #commentform .comment-form-comment #comment {
}

#respond #commentform p {
}

#respond #commentform p label {
}

#respond #commentform p input {
}

#respond #commentform .form-submit input {
	border-radius: 10px;
	line-height: normal;
	height:auto;
}


#respond #commentform .form-submit input:hover {
}

/*--------------------------------------------------------------
FORMULAIRES FORM 7
--------------------------------------------------------------*/

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	max-width: 600px;
}

.wpcf7 select {
	padding: 3px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="date"], input[type="tel"] {
	height: 30px;
	padding: 0 6px;
	margin: 3px 0;
	color: #666;
	border: 1px solid #ccc;
}

/*--- Questionnaire client ------------------------------------*/

.quest-client label {
	width: 240px;
	max-width: 100%;
	margin: 5px 0;
	display: inline-flex;
}

.quest-point label {
	width: 350px;
	max-width: 100%;
	margin: 5px 0;
	display: inline-flex;
}

.quest-emploi {
	width: 100%;
	margin: 15px 0;
}

.quest-emploi .emploi {
	margin-left: 30px;
	display: block;
	max-width: 600px;
}

.quest-emploi .emploi span span {
	width: 300px;
	margin: 5px 0;
}

.quest-action span span {
	width : 350px;
	margin: 5px;
	vertical-align: text-top;
}


/*--------------------------------------------------------------
DISPLAY POST
--------------------------------------------------------------*/


.dp-accueil-villes, .dp-liste-villes {
	text-align: center;
}

.dp-accueil-villes .listing-item {
    display: inline-grid;
    width: 45%;
    margin: 10px;
}

.dp-accueil-villes img {
	padding: 0;
	border-radius: 7px;
   	width: 200px;
}

.dp-accueil-villes .title, .dp-liste-villes .title {
    display: block;
    font-weight: 700;
	margin-top: 2px;
    float: left;
    text-align: center;

}


.dp-liste-villes .listing-item {
    display: inline-grid;
    width: 18%;
    margin: 10px;
}

.dp-liste-villes img {
	padding: 0;
	border-radius: 7px;
	width: 100%;
}

.my-grid-layout .listing-item {
	float: left;
	display: block;
	Width: 100%;
	margin-bottom: 22px;
}

.my-grid-layout img {
	float: right;
	margin: 0 16px;
	padding: 0;
}

.my-grid-layout .title {
	display: block;
	font-weight: 700;
}

.my-grid-layout .date, .my-grid-layout .category-display {
	display: contents;
	color: #999999;
}

.my-grid-layout .category-display {
	padding-left:10px;
}

.my-grid-layout .excerpt-dash {
	display: none;
}


.my-grid-layout .excerpt {
	display: block;
}


.wp-block-embed wrapper {
	width: 50%;
}

.video-wrapper {
width: 600px;
max-width: 100%;
margin: 20px auto;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
text-align: center; }

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }

/*--------------------------------------------------------------
liens sociaux (Widget)
--------------------------------------------------------------*/

#top-footer .widget #lienssociaux {
	text-align: center;
	width: 70%;
}

#top-footer .widget #lienssociaux ul li {
	display: inline;
	list-style: none;
	padding: 2px 15px;
}

#top-footer .widget #lienssociaux ul li:after {
	content: none;
}

#lienssociaux a img {
	opacity: 0.8;
	padding: 0;
	width: 35px;
}

#lienssociaux a:hover img {
	opacity: 1;
}

/*--------------------------------------------------------------
Styles avancés dans Posts
--------------------------------------------------------------*/

.vignette {
	padding-left: 50px;
	padding-right: 80px;
}

.sticker {
	z-index: 100;
	font-size: 3.1vw;
	font-weight: 900;
	color: #ffffff;
	border: #ff0000 solid;
	border-radius: 30px;
	padding: 20px 30px;
	position: fixed;
	top: 42%;
	left: 30%;
	text-align: center;
	transform: rotate(-15deg);
	transform-origin: top center;
	display: block;
	background: #6b8f1eb8;
	width: 40%;
}

.sticker a {
	color: #ffffff;
}

.border-img-txt {
	border: 1px solid #ccc;
	border-radius: 7px;
}

Iframe  {
	display: block;
	margin: auto;
}
